Age | Commit message (Expand) | Author | Files | Lines |
2017-08-03 | ocfs2: don't clear SGID when inheriting ACLs | Jan Kara | 1 | -12/+12 |
2017-07-07 | ocfs2: constify attribute_group structures | Arvind Yadav | 1 | -1/+1 |
2017-07-07 | ocfs2: free 'dummy_sc' in sc_fop_release() to prevent memory leak | piaojun | 1 | -0/+1 |
2017-07-07 | ocfs2: use magic.h | Fabian Frederick | 1 | -3/+2 |
2017-07-07 | ocfs2: fix a static checker warning | Gang He | 1 | -1/+1 |
2017-07-03 | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+3 |
2017-07-03 | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid | Linus Torvalds | 1 | -1/+1 |
2017-06-24 | ocfs2: fix deadlock caused by recursive locking in xattr | Eric Ren | 2 | -10/+17 |
2017-06-13 | Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme... | Christoph Hellwig | 1 | -1/+1 |
2017-06-12 | Merge tag 'v4.12-rc5' into for-4.13/block | Jens Axboe | 1 | -1/+1 |
2017-06-09 | block: switch bios to blk_status_t | Christoph Hellwig | 1 | -3/+3 |
2017-06-05 | fs: switch ->s_uuid to uuid_t | Christoph Hellwig | 1 | -1/+1 |
2017-05-28 | ocfs2: Use ERR_CAST() to avoid cross-structure cast | Kees Cook | 1 | -1/+1 |
2017-05-04 | fs/ocfs2/cluster: use offset_in_page() macro | Geliang Tang | 1 | -1/+1 |
2017-05-04 | ocfs2: o2hb: revert hb threshold to keep compatible | Junxiao Bi | 1 | -4/+4 |
2017-05-04 | fs/ocfs2/cluster: use setup_timer | Geliang Tang | 1 | -3/+2 |
2017-04-26 | Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'... | Al Viro | 1 | -1/+1 |
2017-04-06 | don't open-code kernel_setsockopt() | Al Viro | 1 | -21/+4 |
2017-03-10 | net: Work around lockdep limitation in sockets that use sockets | David Howells | 1 | -1/+1 |
2017-03-03 | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -8/+7 |
2017-03-03 | statx: Add a system call to make enhanced file info available | David Howells | 2 | -8/+7 |
2017-03-02 | sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h> | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 4 | -0/+4 |
2017-02-28 | scripts/spelling.txt: add "unneded" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
2017-02-28 | fs: add i_blocksize() | Fabian Frederick | 2 | -2/+2 |
2017-02-25 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 1 | -7/+8 |
2017-02-23 | ocfs2: fix deadlock issue when taking inode lock at vfs entry points | Eric Ren | 2 | -29/+58 |
2017-02-23 | ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock | Eric Ren | 3 | -3/+121 |
2017-01-14 | locking/atomic, kref: Add kref_read() | Peter Zijlstra | 6 | -14/+14 |
2017-01-11 | ocfs2: fix crash caused by stale lvb with fsdlm plugin | Eric Ren | 3 | -0/+19 |
2016-12-25 | ktime: Get rid of the union | Thomas Gleixner | 1 | -1/+1 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 4 | -4/+4 |
2016-12-23 | vfs: fix isize/pos/len checks for reflink & dedupe | Darrick J. Wong | 1 | -1/+1 |
2016-12-19 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 3 | -6/+16 |
2016-12-18 | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds | 1 | -1/+0 |
2016-12-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 9 | -45/+529 |
2016-12-15 | Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2016-12-13 | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -1/+2 |
2016-12-13 | ocfs2: replace CURRENT_TIME macro | Deepa Dinamani | 3 | -4/+6 |
2016-12-13 | ocfs2: use time64_t to represent orphan scan times | Deepa Dinamani | 3 | -4/+4 |
2016-12-13 | ocfs2: fix double put of recount tree in ocfs2_lock_refcount_tree() | Ashish Samant | 1 | -1/+0 |
2016-12-13 | ocfs2: clean up unused 'page' parameter in ocfs2_write_end_nolock() | piaojun | 3 | -8/+5 |
2016-12-13 | ocfs2/dlm: clean up deadcode in dlm_master_request_handler() | piaojun | 1 | -6/+0 |
2016-12-13 | ocfs2: delete redundant code and set the node bit into maybe_map directly | Guozhonghua | 1 | -4/+1 |
2016-12-13 | ocfs2/dlm: clean up useless BUG_ON default case in dlm_finalize_reco_handler() | piaojun | 1 | -2/+0 |
2016-12-10 | ocfs2: implement the VFS clone_range, copy_range, and dedupe_range features | Darrick J. Wong | 4 | -3/+474 |
2016-12-10 | ocfs2: charge quota for reflinked blocks | Darrick J. Wong | 1 | -0/+7 |
2016-12-10 | ocfs2: fix bad pointer cast | Darrick J. Wong | 1 | -1/+1 |
2016-12-10 | ocfs2: always unlock when completing dio writes | Darrick J. Wong | 1 | -4/+1 |