aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/dir.c
Commit message (Expand)AuthorAge
* ceph: fix d_revalidate oopsen on NFS exportsAl Viro2011-03-10
* ceph: no .snap inside of snapped namespaceSage Weil2011-03-04
* ceph: do not clear I_COMPLETE from d_releaseSage Weil2011-03-03
* ceph: do not set I_COMPLETESage Weil2011-03-03
* Revert "ceph: keep reference to parent inode on ceph_dentry"Sage Weil2011-03-03
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-02-21
|\
| * ceph: keep reference to parent inode on ceph_dentryYehuda Sadeh2011-02-19
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-01-13
|\|
| * ceph: add dir_layout to inodeSage Weil2011-01-12
* | fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-07
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* | fs: dcache remove dcache_lockNick Piggin2011-01-07
* | fs: dcache scale subdirsNick Piggin2011-01-07
* | fs: dcache scale d_unhashedNick Piggin2011-01-07
* | fs: dcache scale dentry refcountNick Piggin2011-01-07
|/
* ceph: fix null pointer dereference in ceph_init_dentry for nfs reexportSage Weil2010-12-17
* ceph: avoid possible null deref in readdir after dir llseekSage Weil2010-12-01
* ceph: fix readdir EOVERFLOW on 32-bit archsSage Weil2010-11-18
* ceph: fix frag offset for non-leftmost fragsSage Weil2010-11-11
* ceph: fix dangling pointerSage Weil2010-11-11
* ceph: do not carry i_lock for readdir from dcacheSage Weil2010-10-20
* ceph: do not hide .snap in root directorySage Weil2010-10-20
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-20
* ceph: fix null pointer deref on anon root dentry releaseSage Weil2010-09-11
* ceph: initialize fields on new dentry_infosSage Weil2010-08-24
* ceph: constify dentry_operationsSage Weil2010-08-03
* ceph: code cleanupYehuda Sadeh2010-08-01
* ceph: fix d_release dop for snapdir, snapped dentriesSage Weil2010-07-23
* ceph: avoid dcache readdir for snapdirSage Weil2010-07-22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-05-30
|\
| * fs/ceph: Use ERR_CASTJulia Lawall2010-05-29
* | drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-27
|/
* ceph: specify max_bytes on readdir repliesSage Weil2010-05-17
* ceph: set dn offset when splicedSage Weil2010-05-17
* ceph: set next_offset on readdir finishSage Weil2010-05-17
* ceph: fix memory leak due to possible dentry init raceSage Weil2010-05-17
* ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan2010-05-17
* ceph: invalidate affected dentry leases on aborted requestsSage Weil2010-05-17
* ceph: clear dir complete, invalidate dentry on replayed renameSage Weil2010-05-03
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-04-14
|\
| * ceph: reserve one more caps space when doing readdirYehuda Sadeh2010-04-13
| * ceph: fix dentry reference leak in dcache readdirSage Weil2010-04-12
| * ceph: fix dentry rehashing on virtual .snap dirSage Weil2010-03-30
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* ceph: fix possible double-free of mds request referenceSage Weil2010-03-23
* ceph: add feature bits to connection handshake (protocol change)Sage Weil2009-12-23
* ceph: do not drop lease during revalidateSage Weil2009-12-21
* ceph: hide /.ceph from readdir resultsSage Weil2009-12-03
* ceph: exclude snapdir from readdir resultsSage Weil2009-11-11
* ceph: allocate and parse mount args before client instanceSage Weil2009-10-27