summaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: remove the bump of i_versionJeff Layton2017-11-131-1/+0
* ceph: disable cached readdir after dropping positive dentryYan, Zheng2017-11-131-1/+6
* ceph: keep auth cap when inode has flocks or posix locksYan, Zheng2017-11-131-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ceph: handle race between vmtruncate and queuing cap snapYan, Zheng2017-09-061-1/+12
* ceph: adjust 36 checks for NULL pointersMarkus Elfring2017-09-061-3/+3
* ceph: delete an unnecessary return statement in update_dentry_lease()Markus Elfring2017-09-061-1/+0
* ceph: ENOMEM pr_err in __get_or_create_frag() is redundantMarkus Elfring2017-09-061-5/+2
* ceph: don't fill readdir cache for LSSNAP replyYan, Zheng2017-09-061-8/+11
* ceph: cleanup ceph_readdir_prepopulate()Yan, Zheng2017-09-061-7/+0
* ceph: update ceph_dentry_info::lease_session when necessaryYan, Zheng2017-07-071-2/+7
* ceph: update the 'approaching max_size' codeYan, Zheng2017-07-071-6/+3
* ceph: unify inode i_ctime updateYan, Zheng2017-06-141-3/+2
* ceph: make seeky readdir more efficientYan, Zheng2017-05-041-5/+12
* ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng2017-04-251-12/+10
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-3/+3
* ceph: remove special ack vs commit behaviorIlya Dryomov2017-02-241-9/+0
* ceph: call update_dentry_lease even when r_locked dir is not setJeff Layton2017-02-201-0/+20
* ceph: vet the target and parent inodes before updating dentry leaseJeff Layton2017-02-201-24/+48
* ceph: don't update_dentry_lease unless we actually got oneJeff Layton2017-02-201-2/+2
* ceph: add a new flag to indicate whether parent is lockedJeff Layton2017-02-201-6/+7
* ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton2017-02-201-9/+9
* ceph: drop session argument to ceph_fill_traceJeff Layton2017-02-201-2/+2
* ceph: remove "Debugging hook" from ceph_fill_traceJeff Layton2017-02-201-34/+0
* ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski2017-02-201-1/+1
* ceph: fix endianness bug in frag_tree_split_cmpJeff Layton2017-01-181-1/+2
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-1/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* | Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusAl Viro2016-12-151-16/+6
|\ \ | |/ |/|
| * ceph: switch to use of ->d_init()Al Viro2016-10-281-12/+1
| * ceph: unify dentry_operations instancesAl Viro2016-10-281-4/+5
* | ceph: fix readdir vs fragmentation raceYan, Zheng2016-10-181-1/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-6/+0
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-6/+0
| |/
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
* | ceph: Propagate dentry down to inode_change_ok()Jan Kara2016-09-221-8/+11
|/
* Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-08-021-8/+32
|\
| * ceph: use list instead of rbtree to track cap flushesYan, Zheng2016-07-281-1/+1
| * ceph: don't use ->d_timeMiklos Szeredi2016-07-281-2/+2
| * ceph: wait unsafe sync writes for evicting inodeYan, Zheng2016-07-281-0/+8
| * ceph: reduce i_nr_by_mode array sizeYan, Zheng2016-07-281-1/+1
| * ceph: rados pool namespace supportYan, Zheng2016-07-281-4/+16
| * libceph: rados pool namespace supportYan, Zheng2016-07-281-0/+3
| * libceph: define new ceph_file_layout structureYan, Zheng2016-07-281-3/+4
* | vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-05-261-35/+124
|\
| * ceph: don't use truncate_pagecache() to invalidate read cacheYan, Zheng2016-05-261-1/+3
| * ceph: tolerate bad i_size for symlink inodeYan, Zheng2016-05-261-7/+15