aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/inode.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-20ceph: cleanup ACCESS_ONCE -> READ_ONCEGravatar Seraphime Kirkovski 1-1/+1
2017-01-18ceph: fix endianness bug in frag_tree_split_cmpGravatar Jeff Layton 1-1/+2
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 1-1/+0
2016-12-15Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusGravatar Al Viro 1-16/+6
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-10-28ceph: switch to use of ->d_init()Gravatar Al Viro 1-12/+1
2016-10-28ceph: unify dentry_operations instancesGravatar Al Viro 1-4/+5
2016-10-18ceph: fix readdir vs fragmentation raceGravatar Yan, Zheng 1-1/+2
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-6/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-6/+0
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-09-22ceph: Propagate dentry down to inode_change_ok()Gravatar Jan Kara 1-8/+11
2016-08-02Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-8/+32
2016-07-28ceph: use list instead of rbtree to track cap flushesGravatar Yan, Zheng 1-1/+1
2016-07-28ceph: don't use ->d_timeGravatar Miklos Szeredi 1-2/+2
2016-07-28ceph: wait unsafe sync writes for evicting inodeGravatar Yan, Zheng 1-0/+8
2016-07-28ceph: reduce i_nr_by_mode array sizeGravatar Yan, Zheng 1-1/+1
2016-07-28ceph: rados pool namespace supportGravatar Yan, Zheng 1-4/+16
2016-07-28libceph: rados pool namespace supportGravatar Yan, Zheng 1-0/+3
2016-07-28libceph: define new ceph_file_layout structureGravatar Yan, Zheng 1-3/+4
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 1-2/+2
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-35/+124
2016-05-26ceph: don't use truncate_pagecache() to invalidate read cacheGravatar Yan, Zheng 1-1/+3
2016-05-26ceph: tolerate bad i_size for symlink inodeGravatar Yan, Zheng 1-7/+15
2016-05-26ceph: improve fragtree change detectionGravatar Yan, Zheng 1-4/+20
2016-05-26ceph: keep leaf frag when updating fragtreeGravatar Yan, Zheng 1-5/+23
2016-05-26ceph: fix dir_auth check in ceph_fill_dirfrag()Gravatar Yan, Zheng 1-0/+3
2016-05-26ceph: don't assume frag tree splits in mds reply are sortedGravatar Yan, Zheng 1-0/+13
2016-05-26ceph: fix inode reference leakGravatar Yan, Zheng 1-1/+1
2016-05-26ceph: using hash value to compose dentry offsetGravatar Yan, Zheng 1-6/+25
2016-05-26ceph: record 'offset' for each entry of readdir resultGravatar Yan, Zheng 1-0/+1
2016-05-26ceph: define struct for dir entry in readdir replyGravatar Yan, Zheng 1-10/+11
2016-05-26ceph: simplify 'offset in frag'Gravatar Yan, Zheng 1-4/+1
2016-05-26ceph: don't call truncate_pagecache in ceph_writepages_startGravatar Yan, Zheng 1-0/+11
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-12/+17
2016-04-23ceph: Switch to generic xattr handlersGravatar Andreas Gruenbacher 1-6/+7
2016-04-23ceph: Get rid of d_find_alias in ceph_set_aclGravatar Andreas Gruenbacher 1-6/+10
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-3/+3
2016-03-25ceph: use lookup request to revalidate dentryGravatar Yan, Zheng 1-0/+1
2016-03-25ceph: fix security xattr deadlockGravatar Yan, Zheng 1-4/+14
2016-03-25ceph: avoid updating directory inode's i_size accidentallyGravatar Yan, Zheng 1-0/+4
2016-03-25ceph: fix race during filling readdir cacheGravatar Yan, Zheng 1-2/+7
2016-03-25ceph: replace CURRENT_TIME by current_fs_time()Gravatar Deepa Dinamani 1-1/+1
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-16/+5
2016-03-14ceph_fill_trace(): don't bother with d_instantiate(dn, NULL)Gravatar Al Viro 1-3/+1
2016-03-14ceph: don't bother with d_rehash() in splice_dentry()Gravatar Al Viro 1-13/+4
2016-03-04ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportGravatar Yan, Zheng 1-0/+2
2016-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-4/+4