aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/dir.c
Commit message (Expand)AuthorAgeFilesLines
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-01-011-4/+4
* ceph: disable use of dcache for readdir etc.Sage Weil2011-12-291-26/+3
* ceph: use i_ceph_lock instead of i_lockSage Weil2011-12-071-12/+12
* ceph: initialize root dentrySage Weil2011-11-111-1/+1
* ceph: use new D_COMPLETE dentry flagSage Weil2011-11-051-9/+50
* ceph: clear parent D_COMPLETE flag when on dentry pruneSage Weil2011-11-031-0/+28
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-261-43/+73
|\
| * ceph: document unlocked d_parent accessesSage Weil2011-07-261-1/+1
| * ceph: explicitly reference rename old_dentry parent dir in requestSage Weil2011-07-261-0/+2
| * ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil2011-07-261-2/+1
| * ceph: protect d_parent access in ceph_d_revalidateSage Weil2011-07-261-15/+17
| * ceph: protect access to d_parentSage Weil2011-07-261-0/+15
| * ceph: handle racing calls to ceph_init_dentrySage Weil2011-07-261-9/+12
| * ceph: fix ceph_lookup_open intent usageSage Weil2011-07-261-11/+20
| * ceph: use flag bit for at_end readdir flagSage Weil2011-07-261-5/+5
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-1/+9
* | fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik2011-07-201-1/+7
* | don't open-code parent_ino() in assorted ->readdir()Al Viro2011-07-201-1/+1
* | ceph: LOOKUP_OPEN is set only when it's the last componentAl Viro2011-07-201-1/+0
|/
* 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