aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/dir.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: constify dentry_operationsSage Weil2010-08-031-4/+4
* ceph: code cleanupYehuda Sadeh2010-08-011-0/+2
* ceph: fix d_release dop for snapdir, snapped dentriesSage Weil2010-07-231-3/+9
* ceph: avoid dcache readdir for snapdirSage Weil2010-07-221-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-05-301-1/+1
|\
| * fs/ceph: Use ERR_CASTJulia Lawall2010-05-291-1/+1
* | drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-3/+2
|/
* ceph: specify max_bytes on readdir repliesSage Weil2010-05-171-0/+2
* ceph: set dn offset when splicedSage Weil2010-05-171-6/+7
* ceph: set next_offset on readdir finishSage Weil2010-05-171-1/+1
* ceph: fix memory leak due to possible dentry init raceSage Weil2010-05-171-1/+4
* ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan2010-05-171-5/+5
* ceph: invalidate affected dentry leases on aborted requestsSage Weil2010-05-171-2/+11
* ceph: clear dir complete, invalidate dentry on replayed renameSage Weil2010-05-031-0/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-04-141-3/+4
|\
| * ceph: reserve one more caps space when doing readdirYehuda Sadeh2010-04-131-1/+1
| * ceph: fix dentry reference leak in dcache readdirSage Weil2010-04-121-2/+2
| * ceph: fix dentry rehashing on virtual .snap dirSage Weil2010-03-301-0/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* ceph: fix possible double-free of mds request referenceSage Weil2010-03-231-1/+3
* ceph: add feature bits to connection handshake (protocol change)Sage Weil2009-12-231-6/+6
* ceph: do not drop lease during revalidateSage Weil2009-12-211-2/+0
* ceph: hide /.ceph from readdir resultsSage Weil2009-12-031-0/+8
* ceph: exclude snapdir from readdir resultsSage Weil2009-11-111-0/+1
* ceph: allocate and parse mount args before client instanceSage Weil2009-10-271-3/+4
* ceph: directory operationsSage Weil2009-10-061-0/+1212