| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2018-04-06 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | get rid of pointless includes of fs_struct.h | Al Viro | 2018-02-22 | 1 | -1/+0 |
* | | ceph: flush dirty caps of unlinked inode ASAP | Zhi Zhang | 2018-02-26 | 1 | -23/+5 |
|/ |
|
* | ceph: avoid dereferencing invalid pointer during cached readdir | Yan, Zheng | 2018-01-29 | 1 | -13/+32 |
* | ceph: use atomic_t for ceph_inode_info::i_shared_gen | Yan, Zheng | 2018-01-29 | 1 | -7/+7 |
* | ceph: cleanup traceless reply handling for rename | Yan, Zheng | 2018-01-29 | 1 | -9/+0 |
* | ceph: voluntarily drop Fx cap for readdir request | Yan, Zheng | 2018-01-29 | 1 | -0/+1 |
* | ceph: voluntarily drop Lx cap for link/rename requests | Yan, Zheng | 2018-01-29 | 1 | -2/+2 |
* | ceph: voluntarily drop Ax cap for requests that create new inode | Yan, Zheng | 2018-01-29 | 1 | -3/+3 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | ceph: send LSSNAP request to auth mds of directory inode | Yan, Zheng | 2017-09-06 | 1 | -2/+4 |
* | ceph: fix race in concurrent readdir | Yan, Zheng | 2017-07-17 | 1 | -0/+5 |
* | ceph: choose readdir frag based on previous readdir reply | Yan, Zheng | 2017-05-04 | 1 | -7/+12 |
* | ceph: make seeky readdir more efficient | Yan, Zheng | 2017-05-04 | 1 | -0/+4 |
* | ceph: do a LOOKUP in d_revalidate instead of GETATTR | Jeff Layton | 2017-02-20 | 1 | -2/+3 |
* | ceph: add a new flag to indicate whether parent is locked | Jeff Layton | 2017-02-20 | 1 | -7/+14 |
* | ceph: convert bools in ceph_mds_request to a new r_req_flags field | Jeff Layton | 2017-02-20 | 1 | -2/+2 |
* | ceph: cleanup ACCESS_ONCE -> READ_ONCE | Seraphime Kirkovski | 2017-02-20 | 1 | -1/+1 |
* | ceph: fix endianness of getattr mask in ceph_d_revalidate | Jeff Layton | 2017-01-18 | 1 | -2/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-12-16 | 1 | -46/+5 |
|\ |
|
| * | ceph: switch to use of ->d_init() | Al Viro | 2016-10-28 | 1 | -19/+2 |
| * | ceph: unify dentry_operations instances | Al Viro | 2016-10-28 | 1 | -27/+3 |
* | | ceph: don't set req->r_locked_dir in ceph_d_revalidate | Jeff Layton | 2016-12-08 | 1 | -10/+14 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 1 | -1/+5 |
|\ |
|
| * | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 2016-09-27 | 1 | -2/+2 |
| * | fs: make remaining filesystems use .rename2 | Miklos Szeredi | 2016-09-27 | 1 | -3/+7 |
* | | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 2016-10-07 | 1 | -3/+0 |
|/ |
|
* | ceph: do not modify fi->frag in need_reset_readdir() | Nicolas Iooss | 2016-09-05 | 1 | -1/+1 |
* | ceph: handle LOOKUP_RCU in ceph_d_revalidate | Jeff Layton | 2016-07-28 | 1 | -6/+14 |
* | ceph: allow dentry_lease_is_valid to work under RCU walk | Jeff Layton | 2016-07-28 | 1 | -15/+26 |
* | ceph: clear d_fsinfo pointer under d_lock | Jeff Layton | 2016-07-28 | 1 | -1/+5 |
* | ceph: don't use ->d_time | Miklos Szeredi | 2016-07-28 | 1 | -3/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2016-05-26 | 1 | -128/+248 |
|\ |
|
| * | ceph: make logical calculation functions return bool | Zhang Zhuoyu | 2016-05-26 | 1 | -1/+1 |
| * | ceph: using hash value to compose dentry offset | Yan, Zheng | 2016-05-26 | 1 | -35/+105 |
| * | ceph: don't forbid marking directory complete after forward seek | Yan, Zheng | 2016-05-26 | 1 | -5/+0 |
| * | ceph: record 'offset' for each entry of readdir result | Yan, Zheng | 2016-05-26 | 1 | -28/+55 |
| * | ceph: define 'end/complete' in readdir reply as bit flags | Yan, Zheng | 2016-05-26 | 1 | -0/+2 |
| * | ceph: define struct for dir entry in readdir reply | Yan, Zheng | 2016-05-26 | 1 | -15/+12 |
| * | ceph: simplify 'offset in frag' | Yan, Zheng | 2016-05-26 | 1 | -9/+3 |
| * | ceph: remove unnecessary checks in __dcache_readdir | Yan, Zheng | 2016-05-26 | 1 | -2/+0 |
| * | ceph: search cache postion for dcache readdir | Yan, Zheng | 2016-05-26 | 1 | -46/+83 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-05-18 | 1 | -3/+4 |
|\ \
| |/
|/| |
|
| * | ceph: Switch to generic xattr handlers | Andreas Gruenbacher | 2016-04-23 | 1 | -3/+4 |
* | | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -2/+2 |
|/ |
|
* | ceph: use kmem_cache_zalloc | Geliang Tang | 2016-03-25 | 1 | -1/+1 |
* | ceph: use lookup request to revalidate dentry | Yan, Zheng | 2016-03-25 | 1 | -0/+34 |
* | ceph: kill ceph_get_dentry_parent_inode() | Yan, Zheng | 2016-03-25 | 1 | -19/+5 |
* | ceph: fix security xattr deadlock | Yan, Zheng | 2016-03-25 | 1 | -2/+7 |
* | wrappers for ->i_mutex access | Al Viro | 2016-01-22 | 1 | -2/+2 |