aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2017-01-10ocfs2: fix crash caused by stale lvb with fsdlm pluginGravatar Eric Ren 3-0/+19
2016-12-25ktime: Get rid of the unionGravatar Thomas Gleixner 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 4-4/+4
2016-12-22vfs: fix isize/pos/len checks for reflink & dedupeGravatar Darrick J. Wong 1-1/+1
2016-12-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 3-6/+16
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 1-1/+0
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 9-45/+529
2016-12-14Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-1/+2
2016-12-12ocfs2: replace CURRENT_TIME macroGravatar Deepa Dinamani 3-4/+6
2016-12-12ocfs2: use time64_t to represent orphan scan timesGravatar Deepa Dinamani 3-4/+4
2016-12-12ocfs2: fix double put of recount tree in ocfs2_lock_refcount_tree()Gravatar Ashish Samant 1-1/+0
2016-12-12ocfs2: clean up unused 'page' parameter in ocfs2_write_end_nolock()Gravatar piaojun 3-8/+5
2016-12-12ocfs2/dlm: clean up deadcode in dlm_master_request_handler()Gravatar piaojun 1-6/+0
2016-12-12ocfs2: delete redundant code and set the node bit into maybe_map directlyGravatar Guozhonghua 1-4/+1
2016-12-12ocfs2/dlm: clean up useless BUG_ON default case in dlm_finalize_reco_handler()Gravatar piaojun 1-2/+0
2016-12-10ocfs2: implement the VFS clone_range, copy_range, and dedupe_range featuresGravatar Darrick J. Wong 4-3/+474
2016-12-10ocfs2: charge quota for reflinked blocksGravatar Darrick J. Wong 1-0/+7
2016-12-10ocfs2: fix bad pointer castGravatar Darrick J. Wong 1-1/+1
2016-12-10ocfs2: always unlock when completing dio writesGravatar Darrick J. Wong 1-4/+1
2016-12-10ocfs2: don't eat io errors during _dio_end_io_writeGravatar Darrick J. Wong 1-6/+9
2016-12-10ocfs2: budget for extent tree splits when adding refcount flagGravatar Darrick J. Wong 1-0/+3
2016-12-10ocfs2: prohibit refcounted swapfilesGravatar Darrick J. Wong 1-0/+9
2016-12-10ocfs2: add newlines to some error messagesGravatar Darrick J. Wong 1-2/+2
2016-12-10ocfs2: convert inode refcount test to a helperGravatar Darrick J. Wong 6-29/+23
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-11-30ocfs2: Use s_umount for quota recovery protectionGravatar Jan Kara 1-4/+7
2016-11-30ocfs2: Protect periodic quota syncing with s_umount semaphoreGravatar Jan Kara 2-2/+9
2016-11-11ocfs2: fix not enough credit panicGravatar Junxiao Bi 1-1/+1
2016-11-04fs: Add helper to clean bdev aliases under a bh and use itGravatar Jan Kara 1-1/+1
2016-11-01block,fs: untangle fs.h and blk_types.hGravatar Christoph Hellwig 1-0/+1
2016-11-01block,fs: use REQ_* flags directlyGravatar Christoph Hellwig 1-1/+1
2016-10-11ocfs2: fix memory leak in dlm_migrate_request_handler()Gravatar Guozhonghua 1-0/+3
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 10-23/+27
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 6-60/+67
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 3-9/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-8/+6
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscGravatar Al Viro 3-8/+6
2016-10-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 5-6/+4
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 3-9/+0
2016-10-07ocfs2: fix undefined struct variable in inode.hGravatar Joseph Qi 1-2/+0
2016-10-07fs/ocfs2/dlm: remove deprecated create_singlethread_workqueue()Gravatar Bhaktipriya Shridhar 1-1/+1
2016-10-07fs/ocfs2/super: remove deprecated create_singlethread_workqueue()Gravatar Bhaktipriya Shridhar 1-1/+1
2016-10-07fs/ocfs2/cluster: remove deprecated create_singlethread_workqueue()Gravatar Bhaktipriya Shridhar 1-1/+1
2016-10-07fs/ocfs2/dlmfs: remove deprecated create_singlethread_workqueue()Gravatar Bhaktipriya Shridhar 1-1/+1
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-34/+2
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Gravatar Al Viro 2-34/+2
2016-09-30ocfs2: fix deadlock on mmapped page in ocfs2_write_begin_nolock()Gravatar Eric Ren 1-0/+10
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 10-22/+22
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1