aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c
AgeCommit message (Expand)Author
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2014-12-17ceph: use getattr request to fetch inline dataYan, Zheng
2014-12-17ceph: add inline data to pagecacheYan, Zheng
2014-12-17ceph: introduce a new inode flag indicating if cached dentries are orderedYan, Zheng
2014-11-19assorted conversions to %p[dD]Al Viro
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-10-14ceph: remove redundant code for max file size verificationChao Yu
2014-10-14ceph: request xattrs if xattr_version is zeroYan, Zheng
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2014-06-08ceph: use truncate_pagecache() instead of truncate_inode_pages()Yan, Zheng
2014-06-06fs/ceph: replace pr_warning by pr_warnFabian Frederick
2014-06-06ceph: remember subtree root dirfrag's auth MDSYan, Zheng
2014-06-06ceph: introduce ceph_fill_fragtree()Yan, Zheng
2014-06-06ceph: pre-allocate ceph_cap struct for ceph_add_cap()Yan, Zheng
2014-06-06ceph: update inode fields according to issued capsYan, Zheng
2014-04-28ceph: clear directory's completeness when creating fileYan, Zheng
2014-04-04ceph: don't grabs open file reference for aborted requestYan, Zheng
2014-04-04ceph: Remove get/set acl on symlinksFabian Frederick
2014-04-04ceph: update i_max_size even if inode version does not changeYan, Zheng
2014-04-03ceph: add get_name() NFS export callbackYan, Zheng
2014-04-03ceph: do not chain inode updates to parent fsyncSage Weil
2014-01-29ceph: fix posix ACL hooksSage Weil
2014-01-28ceph: Fix up after semantic merge conflictLinus Torvalds
2014-01-21ceph: add imported caps when handling cap export messageYan, Zheng
2014-01-21ceph: fix cache revoke raceYan, Zheng
2013-12-31ceph: add acl for cephfsGuangliang Zhao
2013-12-13ceph: drop unconnected inodesYan, Zheng
2013-12-13ceph: initialize inode before instantiating dentryYan, Zheng
2013-09-30ceph: handle frag mismatch between readdir request and replyYan, Zheng
2013-09-30ceph: remove outdated frag informationYan, Zheng
2013-09-06ceph: remove ceph_lookup_inode()Yan, Zheng
2013-09-06ceph: use fscache as a local presisent cacheMilosz Tanski
2013-08-15ceph: introduce i_truncate_mutexYan, Zheng
2013-08-15Merge remote-tracking branch 'linus/master' into testingSage Weil
2013-08-09ceph: fix freeing inode vs removing session caps raceYan, Zheng
2013-08-09ceph: wake up writer if vmtruncate work get blockedYan, Zheng
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-07-05helper for reading ->d_countAl Viro
2013-07-03ceph: fix pending vmtruncate raceYan, Zheng
2013-05-01ceph: fix symlink inode operationsYan, Zheng
2013-05-01ceph: use i_release_count to indicate dir's completenessYan, Zheng
2013-05-01ceph: acquire i_mutex in __ceph_do_pending_vmtruncateYan, Zheng
2013-05-01ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26ceph: prepopulate inodes only when request is abortedSage Weil
2013-02-12ceph: Convert kuids and kgids before printing them.Eric W. Biederman
2013-02-12ceph: Translate inode uid and gid attributes to/from kuids and kgids.Eric W. Biederman
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-12-13ceph: Fix __ceph_do_pending_vmtruncateYan, Zheng