aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* ocfs2/dlm: fix deadlock when dispatch assert masterJoseph Qi2015-10-132-3/+10
* fs: create and use seq_show_option for escapingKees Cook2015-10-131-2/+2
* ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi2015-10-131-3/+7
* ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi2015-08-071-0/+13
* ocfs2: _really_ sync the right rangeAl Viro2015-05-091-4/+10
* splice: Apply generic position and size checks to each writeBen Hutchings2015-02-201-2/+6
* ocfs2: fix journal commit deadlockJunxiao Bi2015-02-201-2/+14
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-01-011-1/+1
* ocfs2/dlm: do not get resource spinlock if lockres is newJoseph Qi2014-11-051-8/+10
* ocfs2: do not put bh when buffer_uptodate failedalex chen2014-04-301-2/+0
* ocfs2: dlm: fix recovery hungJunxiao Bi2014-04-301-2/+13
* ocfs2: dlm: fix lock migration crashJunxiao Bi2014-04-301-6/+8
* ocfs2 syncs the wrong range...Al Viro2014-04-021-4/+4
* ocfs2: fix quota file corruptionJan Kara2014-04-022-14/+17
* ocfs2: fix the end cluster offset of FIEMAPJie Liu2013-10-261-1/+0
* ocfs2: xattr: fix inlined xattr reflinkJunxiao Bi2013-07-271-0/+10
* ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in ocfs2_fiemap()Joseph Qi2013-05-301-1/+1
* ocfs2: ac->ac_allow_chain_relink=0 won't disable group relinkXiaowei.Hu2013-03-062-5/+4
* ocfs2: fix ocfs2_init_security_and_acl() to initialize acl correctlyJeff Liu2013-03-061-1/+1
* ocfs2: fix possible use-after-free with AIOJan Kara2013-03-061-1/+1
* ocfs2: unlock super lock if lockres refresh failedJunxiao Bi2013-03-061-1/+4
* ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space()Luis Henriques2012-07-251-1/+1
* ocfs2: clear unaligned io flag when dio failsJunxiao Bi2012-07-121-1/+3
* ocfs2: ->e_leaf_clusters endianness breakageAl Viro2012-05-111-2/+2
* ocfs2: ->rl_count endianness breakageAl Viro2012-05-111-1/+1
* ocfs: ->rl_used breakage on big-endianAl Viro2012-05-111-4/+4
* ocfs2: ->l_next_free_req breakage on big-endianAl Viro2012-05-112-3/+3
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-12-0131-536/+995
|\
| * ocfs2: avoid unaligned access to dqc_bitmapAkinobu Mita2011-12-012-5/+52
| * ocfs2: Use filemap_write_and_wait() instead of write_inode_now()Jan Kara2011-11-171-1/+1
| * ocfs2: honor O_(D)SYNC flag in fallocateMark Fasheh2011-11-171-0/+3
| * ocfs2: Add a missing journal credit in ocfs2_link_credits() -v2Xiaowei.Hu2011-11-171-2/+3
| * ocfs2: send correct UUID to cleancache initializationDan Magenheimer2011-11-171-1/+1
| * ocfs2: Commit transactions in error cases -v2Wengang Wang2011-11-173-6/+9
| * ocfs2: make direntry invalid when deleting itWengang Wang2011-11-171-2/+1
| * fs/ocfs2/dlm/dlmlock.c: free kmem_cache_zalloc'd data using kmem_cache_freeJulia Lawall2011-11-171-1/+1
| * Merge branch 'mw-3.1-jul25' of git://oss.oracle.com/git/smushran/linux-2.6 in...Joel Becker2011-08-2125-567/+865
| |\
| | * ocfs2: Implement llseek()Sunil Mushran2011-07-253-2/+151
| | * ocfs2: Fix ocfs2_page_mkwrite()Wengang Wang2011-07-242-37/+67
| | * ocfs2: Add comment about orphan scanningSunil Mushran2011-07-241-0/+14
| | * ocfs2: Clean up messages in the fsSunil Mushran2011-07-244-14/+22
| | * ocfs2/cluster: Cluster up now includes network connections tooSunil Mushran2011-07-242-13/+61
| | * ocfs2/cluster: Add new function o2net_fill_node_map()Sunil Mushran2011-07-243-33/+90
| | * ocfs2/cluster: Fix output in file elapsed_time_in_msSunil Mushran2011-07-241-3/+6
| | * ocfs2/dlm: dlmlock_remote() needs to account for remasterySunil Mushran2011-07-241-10/+8
| | * ocfs2/dlm: Take inflight reference count for remotely mastered resources tooSunil Mushran2011-07-243-39/+32
| | * ocfs2/dlm: Cleanup dlm_wait_for_node_death() and dlm_wait_for_node_recovery()Sunil Mushran2011-07-242-26/+24
| | * ocfs2/dlm: Trace insert/remove of resource to/from hashSunil Mushran2011-07-243-11/+15
| | * ocfs2/dlm: Clean up refmap helpersSunil Mushran2011-07-243-79/+66
| | * ocfs2/dlm: Cleanup up dlm_finish_local_lockres_recovery()Sunil Mushran2011-07-241-32/+25