- d47736f fs/ocfs2/cluster: use offset_in_page() macro by Geliang Tang · 8 years ago
- 33496c3 ocfs2: o2hb: revert hb threshold to keep compatible by Junxiao Bi · 8 years ago
- 667b8a3 fs/ocfs2/cluster: use setup_timer by Geliang Tang · 8 years ago
- eea86b6 Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', 'uaccess.mn10300', 'uaccess.nios2', 'uaccess.openrisc', 'uaccess.parisc', 'uaccess.powerpc', 'uaccess.s390', 'uaccess.score', 'uaccess.sh', 'uaccess.sparc', 'uaccess.tile', 'uaccess.um', 'uaccess.unicore32', 'uaccess.x86' and 'uaccess.xtensa' into work.uaccess by Al Viro · 8 years ago
- e73a67f don't open-code kernel_setsockopt() by Al Viro · 8 years ago
- cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
- 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
- f361bf4 sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency by Ingo Molnar · 8 years ago
- 5b3cc15 sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 4d39f0a scripts/spelling.txt: add "unneded" pattern and fix typo instances by Masahiro Yamada · 8 years ago
- 9340747 fs: add i_blocksize() by Fabian Frederick · 8 years ago
- 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
- b891fa50 ocfs2: fix deadlock issue when taking inode lock at vfs entry points by Eric Ren · 8 years ago
- 439a36b ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock by Eric Ren · 8 years ago
- 2c935bc locking/atomic, kref: Add kref_read() by Peter Zijlstra · 8 years ago
- e7ee2c08 ocfs2: fix crash caused by stale lvb with fsdlm plugin by Eric Ren · 8 years ago
- 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 22725ce vfs: fix isize/pos/len checks for reflink & dedupe by Darrick J. Wong · 8 years ago
- e93b1cc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
- 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
- 0110c35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 80eabba Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- c62c38f ocfs2: replace CURRENT_TIME macro by Deepa Dinamani · 8 years ago
- 395627b ocfs2: use time64_t to represent orphan scan times by Deepa Dinamani · 8 years ago
- 4131d53 ocfs2: fix double put of recount tree in ocfs2_lock_refcount_tree() by Ashish Samant · 8 years ago
- 07f38d9 ocfs2: clean up unused 'page' parameter in ocfs2_write_end_nolock() by piaojun · 8 years ago
- 28bb5ef ocfs2/dlm: clean up deadcode in dlm_master_request_handler() by piaojun · 8 years ago
- aa7b585 ocfs2: delete redundant code and set the node bit into maybe_map directly by Guozhonghua · 8 years ago
- 46832b2 ocfs2/dlm: clean up useless BUG_ON default case in dlm_finalize_reco_handler() by piaojun · 8 years ago
- 29ac8e8 ocfs2: implement the VFS clone_range, copy_range, and dedupe_range features by Darrick J. Wong · 8 years ago
- 86e5943 ocfs2: charge quota for reflinked blocks by Darrick J. Wong · 8 years ago
- aef73a6 ocfs2: fix bad pointer cast by Darrick J. Wong · 8 years ago
- dbf896f ocfs2: always unlock when completing dio writes by Darrick J. Wong · 8 years ago
- 0855495 ocfs2: don't eat io errors during _dio_end_io_write by Darrick J. Wong · 8 years ago
- 3e10b79 ocfs2: budget for extent tree splits when adding refcount flag by Darrick J. Wong · 8 years ago
- 06a7030 ocfs2: prohibit refcounted swapfiles by Darrick J. Wong · 8 years ago
- 86544fb ocfs2: add newlines to some error messages by Darrick J. Wong · 8 years ago
- 84e4008 ocfs2: convert inode refcount test to a helper by Darrick J. Wong · 8 years ago
- dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
- 5f530de ocfs2: Use s_umount for quota recovery protection by Jan Kara · 8 years ago
- 2a64f80 ocfs2: Protect periodic quota syncing with s_umount semaphore by Jan Kara · 8 years ago
- d006c71 ocfs2: fix not enough credit panic by Junxiao Bi · 8 years ago
- e64855c fs: Add helper to clean bdev aliases under a bh and use it by Jan Kara · 8 years ago
- 2f8b544 block,fs: untangle fs.h and blk_types.h by Christoph Hellwig · 8 years ago
- 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
- 0cc482e ocfs2: fix memory leak in dlm_migrate_request_handler() by Guozhonghua · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
- 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
- b66484c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
- fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
- 48e509e ocfs2: fix undefined struct variable in inode.h by Joseph Qi · 8 years ago
- 055fdcf fs/ocfs2/dlm: remove deprecated create_singlethread_workqueue() by Bhaktipriya Shridhar · 8 years ago
- 44be975 fs/ocfs2/super: remove deprecated create_singlethread_workqueue() by Bhaktipriya Shridhar · 8 years ago
- bf94077 fs/ocfs2/cluster: remove deprecated create_singlethread_workqueue() by Bhaktipriya Shridhar · 8 years ago
- 0b41be0 fs/ocfs2/dlmfs: remove deprecated create_singlethread_workqueue() by Bhaktipriya Shridhar · 8 years ago
- d1f5323 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 82c156f switch generic_file_splice_read() to use of ->read_iter() by Al Viro · 8 years ago
- c33f078 ocfs2: fix deadlock on mmapped page in ocfs2_write_begin_nolock() by Eric Ren · 8 years ago
- 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
- 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
- 1cd66c9 fs: make remaining filesystems use .rename2 by Miklos Szeredi · 8 years ago
- 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
- 0739310 posix_acl: Clear SGID bit when setting file permissions by Jan Kara · 8 years ago
- 63b52c4 Revert "ocfs2: bump up o2cb network protocol version" by Junxiao Bi · 8 years ago
- d21c353 ocfs2: fix start offset to ocfs2_zero_range_for_truncate() by Ashish Samant · 8 years ago
- 3bb8b653 ocfs2: fix double unlock in case retry after free truncate log by Joseph Qi · 8 years ago
- d5bf141 ocfs2: fix trans extend while free cached blocks by Junxiao Bi · 8 years ago
- 2b0ad00 ocfs2: fix trans extend while flush truncate log by Junxiao Bi · 8 years ago
- e6f0c6e ocfs2/dlm: fix race between convert and migration by Joseph Qi · 8 years ago
- 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- ee8f7fc ocfs2/dlm: continue to purge recovery lockres when recovery master goes down by piaojun · 8 years ago
- 309e919 ocfs2/dlm: solve a BUG when deref failed in dlm_drop_lockres_ref by piaojun · 8 years ago
- 86b652b ocfs2/dlm: disable BUG_ON when DLM_LOCK_RES_DROPPING_REF is cleared before dlm_deref_lockres_done_handler by piaojun · 8 years ago
- 2070ad1 ocfs2: retry on ENOSPC if sufficient space in truncate log by Eric Ren · 8 years ago
- 01a36b6 ocfs2: ensure that dlm lockspace is created by kernel module by Gang He · 8 years ago
- 69c4289 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
- 76d5b28 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
- 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
- 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
- 7d65b27 ocfs2/cluster: clean up unnecessary assignment for 'ret' by piaojun · 8 years ago
- e81f1c5 ocfs2: remove obscure BUG_ON in dlmglue by Joseph Qi · 8 years ago
- 698d44b ocfs2: cleanup implemented prototypes by Joseph Qi · 8 years ago
- 8ec7b17 ocfs2/dlm: fix memory leak of dlm_debug_ctxt by Joseph Qi · 8 years ago
- a8f24f1b ocfs2: cleanup unneeded goto in ocfs2_create_new_inode_locks by Joseph Qi · 8 years ago
- 0b492f6 ocfs2: improve recovery performance by Junxiao Bi · 8 years ago
- 191df2b ocfs2: fix a redundant re-initialization by Eric Ren · 8 years ago
- d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- 612645f qstr: constify instances in ocfs2 by Al Viro · 8 years ago
- b223f4e2 Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into work.misc by Al Viro · 8 years ago
- 7186ee0 ocfs2: disable BUG assertions in reading blocks by Gang He · 8 years ago
- 84d86e6 ocfs: fix ocfs2_xattr_user_get() argument name by Andreas Gruenbacher · 8 years ago
- e008bb6 quota: use time64_t internally by Arnd Bergmann · 8 years ago