summaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c
Commit message (Expand)AuthorAgeFilesLines
* libceph: define new ceph_file_layout structureYan, Zheng2016-07-281-3/+4
* 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/+1
| * 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-191-16/+5
|\
| * ceph_fill_trace(): don't bother with d_instantiate(dn, NULL)Al Viro2016-03-141-3/+1
| * ceph: don't bother with d_rehash() in splice_dentry()Al Viro2016-03-141-13/+4
* | 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
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-1/+1
|/
* ceph: make fsync() wait unsafe requests that created/modified inodeYan, Zheng2015-11-021-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-07-021-34/+121
|\
| * ceph: rework dcache readdirYan, Zheng2015-06-251-29/+89
| * ceph: pre-allocate data structure that tracks caps flushingYan, Zheng2015-06-251-2/+13
| * ceph: track pending caps flushing globallyYan, Zheng2015-06-251-1/+0
| * ceph: track pending caps flushing accuratelyYan, Zheng2015-06-251-2/+1
| * ceph: take snap_rwsem when accessing snap realm's cached_contextYan, Zheng2015-06-251-0/+15
| * ceph: check OSD caps before read/writeYan, Zheng2015-06-251-0/+3
* | ceph: switch to simple_follow_link()Al Viro2015-05-101-9/+2
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-26/+26
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-02-191-19/+22
|\
| * ceph: fix dentry leaksYan, Zheng2015-02-191-3/+5
| * ceph: properly mark empty directory as completeYan, Zheng2015-02-191-14/+15
| * ceph: provide seperate {inode,file}_operations for snapdirYan, Zheng2015-02-191-2/+2
* | fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-2/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-12-171-12/+47
|\
| * ceph: use getattr request to fetch inline dataYan, Zheng2014-12-171-9/+25
| * ceph: add inline data to pagecacheYan, Zheng2014-12-171-0/+16
| * ceph: introduce a new inode flag indicating if cached dentries are orderedYan, Zheng2014-12-171-5/+8
* | assorted conversions to %p[dD]Al Viro2014-11-191-8/+6