summaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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-181-1/+0Star
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0Star
* | Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusAl Viro2016-12-151-16/+6Star
|\ \ | |/ |/|
| * ceph: switch to use of ->d_init()Al Viro2016-10-291-12/+1Star
| * ceph: unify dentry_operations instancesAl Viro2016-10-291-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-111-1/+1
|\
| * fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-281-1/+1
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-111-6/+0Star
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-081-6/+0Star
| |/
* | 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-031-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-111-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
| * ceph: improve fragtree change detectionYan, Zheng2016-05-261-4/+20
| * ceph: keep leaf frag when updating fragtreeYan, Zheng2016-05-261-5/+23
| * ceph: fix dir_auth check in ceph_fill_dirfrag()Yan, Zheng2016-05-261-0/+3
| * ceph: don't assume frag tree splits in mds reply are sortedYan, Zheng2016-05-261-0/+13
| * ceph: fix inode reference leakYan, Zheng2016-05-261-1/+1
| * ceph: using hash value to compose dentry offsetYan, Zheng2016-05-261-6/+25
| * ceph: record 'offset' for each entry of readdir resultYan, Zheng2016-05-261-0/+1
| * ceph: define struct for dir entry in readdir replyYan, Zheng2016-05-261-10/+11
| * ceph: simplify 'offset in frag'Yan, Zheng2016-05-261-4/+1Star
| * ceph: don't call truncate_pagecache in ceph_writepages_startYan, Zheng2016-05-261-0/+11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-181-12/+17
|\ \ | |/ |/|
| * ceph: Switch to generic xattr handlersAndreas Gruenbacher2016-04-231-6/+7
| * ceph: Get rid of d_find_alias in ceph_set_aclAndreas Gruenbacher2016-04-231-6/+10
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-3/+3
|/
* ceph: use lookup request to revalidate dentryYan, Zheng2016-03-251-0/+1
* ceph: fix security xattr deadlockYan, Zheng2016-03-251-4/+14
* ceph: avoid updating directory inode's i_size accidentallyYan, Zheng2016-03-251-0/+4
* ceph: fix race during filling readdir cacheYan, Zheng2016-03-251-2/+7
* ceph: replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-03-251-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-201-16/+5Star
|\
| * ceph_fill_trace(): don't bother with d_instantiate(dn, NULL)Al Viro2016-03-141-3/+1Star
| * ceph: don't bother with d_rehash() in splice_dentry()Al Viro2016-03-141-13/+4Star
* | ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng2016-03-041-0/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-01-241-4/+4
|\
| * ceph: use i_size_{read,write} to get/set i_sizeYan, Zheng2016-01-211-4/+4