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