aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-21ceph: handle splice_dentry/d_materialize_unique error in readdir_prepopulateSage Weil1-7/+12
2010-06-01ceph: fix d_subdirs ordering problemHenry C Chang1-1/+1
2010-05-29fs/ceph: Use ERR_CASTJulia Lawall1-1/+1
2010-05-17ceph: use common helper for aborted dir request invalidationSage Weil1-15/+2
2010-05-17ceph: set dn offset when splicedSage Weil1-34/+37
2010-05-17ceph: don't clobber i_max_offset on already complete dirSage Weil1-1/+2
2010-05-17ceph: skip set_dentry_offset work if directory not I_COMPLETESage Weil1-0/+4
2010-05-17ceph: fix xattr dangling pointer / double freeSage Weil1-0/+1
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan1-5/+5
2010-05-17ceph: invalidate affected dentry leases on aborted requestsSage Weil1-2/+11
2010-05-11ceph: fix open file counting on snapped inodes when mds returns no capsSage Weil1-0/+4
2010-05-03ceph: clear dir complete on d_moveSage Weil1-0/+4
2010-03-30ceph: fix dentry rehashing on virtual .snap dirSage Weil1-1/+9
2010-03-20ceph: fix inode removal from snap realm when racing with migrationSage Weil1-0/+16
2010-02-19ceph: don't truncate dirty pages in invalidate work threadYehuda Sadeh1-1/+45
2010-02-17ceph: fix typo in ceph_queue_writeback debug outputSage Weil1-2/+2
2010-02-11ceph: cleanup async writeback, truncation, invalidate helpersSage Weil1-9/+52
2010-02-11ceph: fix truncation when not holding capsYehuda Sadeh1-2/+10
2010-01-29ceph: remove unreachable codeYehuda Sadeh1-9/+0
2010-01-25ceph: properly handle aborted mds requestsSage Weil1-6/+10
2010-01-14ceph: change dentry offset and position after splice_dentryYehuda Sadeh1-0/+29
2009-12-21ceph: ensure rename target dentry fails revalidationSage Weil1-0/+4
2009-12-07ceph: simplify ceph_buffer interfaceSage Weil1-4/+7
2009-11-11ceph: initialize i_size/i_rbytes on snapdirSage Weil1-1/+3
2009-10-21ceph: move directory size logic to ceph_getattrSage Weil1-3/+5
2009-10-06ceph: inode operationsSage Weil1-0/+1620