| Commit message (Expand) | Author | Age | Files | Lines |
* | scripts/spelling.txt: add "unneded" pattern and fix typo instances | Masahiro Yamada | 2017-02-27 | 1 | -1/+1 |
* | fs: add i_blocksize() | Fabian Frederick | 2017-02-27 | 2 | -2/+2 |
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 2017-02-24 | 1 | -7/+8 |
* | ocfs2: fix deadlock issue when taking inode lock at vfs entry points | Eric Ren | 2017-02-22 | 2 | -29/+58 |
* | ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock | Eric Ren | 2017-02-22 | 3 | -3/+121 |
* | locking/atomic, kref: Add kref_read() | Peter Zijlstra | 2017-01-14 | 6 | -14/+14 |
* | ocfs2: fix crash caused by stale lvb with fsdlm plugin | Eric Ren | 2017-01-10 | 3 | -0/+19 |
* | ktime: Get rid of the union | Thomas Gleixner | 2016-12-25 | 1 | -1/+1 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 4 | -4/+4 |
* | vfs: fix isize/pos/len checks for reflink & dedupe | Darrick J. Wong | 2016-12-22 | 1 | -1/+1 |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2016-12-19 | 3 | -6/+16 |
|\ |
|
| * | ocfs2: Use s_umount for quota recovery protection | Jan Kara | 2016-11-30 | 1 | -4/+7 |
| * | ocfs2: Protect periodic quota syncing with s_umount semaphore | Jan Kara | 2016-11-30 | 2 | -2/+9 |
* | | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds | 2016-12-17 | 1 | -1/+0 |
|\ \ |
|
| * | | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 2016-12-09 | 1 | -1/+0 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-12-17 | 9 | -45/+529 |
|\ \ |
|
| * | | ocfs2: implement the VFS clone_range, copy_range, and dedupe_range features | Darrick J. Wong | 2016-12-10 | 4 | -3/+474 |
| * | | ocfs2: charge quota for reflinked blocks | Darrick J. Wong | 2016-12-10 | 1 | -0/+7 |
| * | | ocfs2: fix bad pointer cast | Darrick J. Wong | 2016-12-10 | 1 | -1/+1 |
| * | | ocfs2: always unlock when completing dio writes | Darrick J. Wong | 2016-12-10 | 1 | -4/+1 |
| * | | ocfs2: don't eat io errors during _dio_end_io_write | Darrick J. Wong | 2016-12-10 | 1 | -6/+9 |
| * | | ocfs2: budget for extent tree splits when adding refcount flag | Darrick J. Wong | 2016-12-10 | 1 | -0/+3 |
| * | | ocfs2: prohibit refcounted swapfiles | Darrick J. Wong | 2016-12-10 | 1 | -0/+9 |
| * | | ocfs2: add newlines to some error messages | Darrick J. Wong | 2016-12-10 | 1 | -2/+2 |
| * | | ocfs2: convert inode refcount test to a helper | Darrick J. Wong | 2016-12-10 | 6 | -29/+23 |
| |/ |
|
* | | Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-12-14 | 1 | -1/+1 |
|\ \ |
|
| * | | fs: Add helper to clean bdev aliases under a bh and use it | Jan Kara | 2016-11-04 | 1 | -1/+1 |
* | | | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-12-13 | 2 | -1/+2 |
|\ \ \
| |/ / |
|
| * | | block,fs: untangle fs.h and blk_types.h | Christoph Hellwig | 2016-11-01 | 1 | -0/+1 |
| * | | block,fs: use REQ_* flags directly | Christoph Hellwig | 2016-11-01 | 1 | -1/+1 |
* | | | ocfs2: replace CURRENT_TIME macro | Deepa Dinamani | 2016-12-12 | 3 | -4/+6 |
* | | | ocfs2: use time64_t to represent orphan scan times | Deepa Dinamani | 2016-12-12 | 3 | -4/+4 |
* | | | ocfs2: fix double put of recount tree in ocfs2_lock_refcount_tree() | Ashish Samant | 2016-12-12 | 1 | -1/+0 |
* | | | ocfs2: clean up unused 'page' parameter in ocfs2_write_end_nolock() | piaojun | 2016-12-12 | 3 | -8/+5 |
* | | | ocfs2/dlm: clean up deadcode in dlm_master_request_handler() | piaojun | 2016-12-12 | 1 | -6/+0 |
* | | | ocfs2: delete redundant code and set the node bit into maybe_map directly | Guozhonghua | 2016-12-12 | 1 | -4/+1 |
* | | | ocfs2/dlm: clean up useless BUG_ON default case in dlm_finalize_reco_handler() | piaojun | 2016-12-12 | 1 | -2/+0 |
| |/
|/| |
|
* | | ocfs2: fix not enough credit panic | Junxiao Bi | 2016-11-11 | 1 | -1/+1 |
|/ |
|
* | ocfs2: fix memory leak in dlm_migrate_request_handler() | Guozhonghua | 2016-10-11 | 1 | -0/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 10 | -23/+27 |
|\ |
|
| * | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 2016-10-10 | 6 | -60/+67 |
| |\ |
|
| | * | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 2016-09-27 | 1 | -1/+1 |
| | * | fs: make remaining filesystems use .rename2 | Miklos Szeredi | 2016-09-27 | 1 | -2/+6 |
| * | | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 2016-09-27 | 10 | -22/+22 |
* | | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2016-10-10 | 3 | -9/+0 |
|\ \ \ |
|
| * | | | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 2016-10-07 | 3 | -9/+0 |
| | |/
| |/| |
|
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 3 | -8/+6 |
|\ \ \ |
|
| * \ \ | Merge remote-tracking branch 'jk/vfs' into work.misc | Al Viro | 2016-10-08 | 3 | -8/+6 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 2016-09-22 | 2 | -2/+2 |
| | * | | posix_acl: Clear SGID bit when setting file permissions | Jan Kara | 2016-09-22 | 1 | -6/+4 |
| | |/ |
|