aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/dir.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: use ihold when we already have an inode refSage Weil2011-06-071-4/+7
* ceph: fix broken comparison in readdir loopSage Weil2011-05-191-1/+1
* ceph: use snprintf for dirstat contentSage Weil2011-05-191-2/+3
* ceph: rename dentry_release -> d_release, fix commentSage Weil2011-03-211-7/+6
* ceph: add ino32 mount optionYehuda Sadeh2011-03-211-4/+7
* ceph: fix d_revalidate oopsen on NFS exportsAl Viro2011-03-101-1/+1
* ceph: no .snap inside of snapped namespaceSage Weil2011-03-041-0/+1
* ceph: do not clear I_COMPLETE from d_releaseSage Weil2011-03-031-21/+1
* ceph: do not set I_COMPLETESage Weil2011-03-031-1/+1
* Revert "ceph: keep reference to parent inode on ceph_dentry"Sage Weil2011-03-031-4/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-02-211-1/+4
|\
| * ceph: keep reference to parent inode on ceph_dentryYehuda Sadeh2011-02-191-1/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-01-131-0/+20
|\|
| * ceph: add dir_layout to inodeSage Weil2011-01-121-0/+20
* | fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-1/+6
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-3/+3
* | fs: dcache remove dcache_lockNick Piggin2011-01-071-5/+1
* | fs: dcache scale subdirsNick Piggin2011-01-071-1/+5
* | fs: dcache scale d_unhashedNick Piggin2011-01-071-2/+3
* | fs: dcache scale dentry refcountNick Piggin2011-01-071-1/+3
|/
* ceph: fix null pointer dereference in ceph_init_dentry for nfs reexportSage Weil2010-12-171-1/+2
* ceph: avoid possible null deref in readdir after dir llseekSage Weil2010-12-011-2/+2
* ceph: fix readdir EOVERFLOW on 32-bit archsSage Weil2010-11-181-3/+7
* ceph: fix frag offset for non-leftmost fragsSage Weil2010-11-111-1/+4
* ceph: fix dangling pointerSage Weil2010-11-111-0/+1
* ceph: do not carry i_lock for readdir from dcacheSage Weil2010-10-201-25/+16
* ceph: do not hide .snap in root directorySage Weil2010-10-201-1/+0
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-201-27/+28
* ceph: fix null pointer deref on anon root dentry releaseSage Weil2010-09-111-3/+7
* ceph: initialize fields on new dentry_infosSage Weil2010-08-241-1/+1
* 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