summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+1
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-032-8/+7
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-022-8/+7
* | sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-024-0/+4
|/
* scripts/spelling.txt: add "unneded" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* fs: add i_blocksize()Fabian Frederick2017-02-272-2/+2
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-7/+8
* ocfs2: fix deadlock issue when taking inode lock at vfs entry pointsEric Ren2017-02-222-29/+58
* ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lockEric Ren2017-02-223-3/+121
* locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-146-14/+14
* ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren2017-01-103-0/+19
* ktime: Get rid of the unionThomas Gleixner2016-12-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-244-4/+4
* vfs: fix isize/pos/len checks for reflink & dedupeDarrick J. Wong2016-12-221-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-12-193-6/+16
|\
| * ocfs2: Use s_umount for quota recovery protectionJan Kara2016-11-301-4/+7
| * ocfs2: Protect periodic quota syncing with s_umount semaphoreJan Kara2016-11-302-2/+9
* | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-1/+0
|\ \
| * | vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-179-45/+529
|\ \
| * | ocfs2: implement the VFS clone_range, copy_range, and dedupe_range featuresDarrick J. Wong2016-12-104-3/+474
| * | ocfs2: charge quota for reflinked blocksDarrick J. Wong2016-12-101-0/+7
| * | ocfs2: fix bad pointer castDarrick J. Wong2016-12-101-1/+1
| * | ocfs2: always unlock when completing dio writesDarrick J. Wong2016-12-101-4/+1
| * | ocfs2: don't eat io errors during _dio_end_io_writeDarrick J. Wong2016-12-101-6/+9
| * | ocfs2: budget for extent tree splits when adding refcount flagDarrick J. Wong2016-12-101-0/+3
| * | ocfs2: prohibit refcounted swapfilesDarrick J. Wong2016-12-101-0/+9
| * | ocfs2: add newlines to some error messagesDarrick J. Wong2016-12-101-2/+2
| * | ocfs2: convert inode refcount test to a helperDarrick J. Wong2016-12-106-29/+23
| |/
* | Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-141-1/+1
|\ \
| * | fs: Add helper to clean bdev aliases under a bh and use itJan Kara2016-11-041-1/+1
* | | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-132-1/+2
|\| |
| * | block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1
| * | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-1/+1
* | | ocfs2: replace CURRENT_TIME macroDeepa Dinamani2016-12-123-4/+6
* | | ocfs2: use time64_t to represent orphan scan timesDeepa Dinamani2016-12-123-4/+4
* | | ocfs2: fix double put of recount tree in ocfs2_lock_refcount_tree()Ashish Samant2016-12-121-1/+0
* | | ocfs2: clean up unused 'page' parameter in ocfs2_write_end_nolock()piaojun2016-12-123-8/+5
* | | ocfs2/dlm: clean up deadcode in dlm_master_request_handler()piaojun2016-12-121-6/+0
* | | ocfs2: delete redundant code and set the node bit into maybe_map directlyGuozhonghua2016-12-121-4/+1
* | | ocfs2/dlm: clean up useless BUG_ON default case in dlm_finalize_reco_handler()piaojun2016-12-121-2/+0
| |/ |/|
* | ocfs2: fix not enough credit panicJunxiao Bi2016-11-111-1/+1
|/
* ocfs2: fix memory leak in dlm_migrate_request_handler()Guozhonghua2016-10-111-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-1010-23/+27
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-106-60/+67
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-271-2/+6
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-2710-22/+22