aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-04ceph: make seeky readdir more efficientYan, Zheng1-5/+12
2017-04-25ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng1-12/+10
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-3/+3
2017-02-24ceph: remove special ack vs commit behaviorIlya Dryomov1-9/+0
2017-02-20ceph: call update_dentry_lease even when r_locked dir is not setJeff Layton1-0/+20
2017-02-20ceph: vet the target and parent inodes before updating dentry leaseJeff Layton1-24/+48
2017-02-20ceph: don't update_dentry_lease unless we actually got oneJeff Layton1-2/+2
2017-02-20ceph: add a new flag to indicate whether parent is lockedJeff Layton1-6/+7
2017-02-20ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton1-9/+9
2017-02-20ceph: drop session argument to ceph_fill_traceJeff Layton1-2/+2
2017-02-20ceph: remove "Debugging hook" from ceph_fill_traceJeff Layton1-34/+0
2017-02-20ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski1-1/+1
2017-01-18ceph: fix endianness bug in frag_tree_split_cmpJeff Layton1-1/+2
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+0
2016-12-15Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusAl Viro1-16/+6
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-10-28ceph: switch to use of ->d_init()Al Viro1-12/+1
2016-10-28ceph: unify dentry_operations instancesAl Viro1-4/+5
2016-10-18ceph: fix readdir vs fragmentation raceYan, Zheng1-1/+2
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-6/+0
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-22ceph: Propagate dentry down to inode_change_ok()Jan Kara1-8/+11
2016-08-02Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-8/+32
2016-07-28ceph: use list instead of rbtree to track cap flushesYan, Zheng1-1/+1
2016-07-28ceph: don't use ->d_timeMiklos Szeredi1-2/+2
2016-07-28ceph: wait unsafe sync writes for evicting inodeYan, Zheng1-0/+8
2016-07-28ceph: reduce i_nr_by_mode array sizeYan, Zheng1-1/+1
2016-07-28ceph: rados pool namespace supportYan, Zheng1-4/+16
2016-07-28libceph: rados pool namespace supportYan, Zheng1-0/+3
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng1-3/+4
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-2/+2
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-35/+124
2016-05-26ceph: don't use truncate_pagecache() to invalidate read cacheYan, Zheng1-1/+3
2016-05-26ceph: tolerate bad i_size for symlink inodeYan, Zheng1-7/+15
2016-05-26ceph: improve fragtree change detectionYan, Zheng1-4/+20
2016-05-26ceph: keep leaf frag when updating fragtreeYan, Zheng1-5/+23
2016-05-26ceph: fix dir_auth check in ceph_fill_dirfrag()Yan, Zheng1-0/+3
2016-05-26ceph: don't assume frag tree splits in mds reply are sortedYan, Zheng1-0/+13
2016-05-26ceph: fix inode reference leakYan, Zheng1-1/+1
2016-05-26ceph: using hash value to compose dentry offsetYan, Zheng1-6/+25
2016-05-26ceph: record 'offset' for each entry of readdir resultYan, Zheng1-0/+1
2016-05-26ceph: define struct for dir entry in readdir replyYan, Zheng1-10/+11
2016-05-26ceph: simplify 'offset in frag'Yan, Zheng1-4/+1
2016-05-26ceph: don't call truncate_pagecache in ceph_writepages_startYan, Zheng1-0/+11
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+17
2016-04-23ceph: Switch to generic xattr handlersAndreas Gruenbacher1-6/+7
2016-04-23ceph: Get rid of d_find_alias in ceph_set_aclAndreas Gruenbacher1-6/+10