aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/dir.c
AgeCommit message (Expand)Author
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-01-12ceph: enable/disable dentry complete flags via mount optionSage Weil
2012-01-10ceph: avoid iput() while holding spinlock in ceph_dir_fsyncSage Weil
2012-01-10ceph: remove unnecessary d_fsdata conditional checksSage Weil
2012-01-03get rid of open-coded S_ISREG(), etc.Al Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2011-12-29ceph: disable use of dcache for readdir etc.Sage Weil
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil
2011-11-11ceph: initialize root dentrySage Weil
2011-11-05ceph: use new D_COMPLETE dentry flagSage Weil
2011-11-03ceph: clear parent D_COMPLETE flag when on dentry pruneSage Weil
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-07-26ceph: document unlocked d_parent accessesSage Weil
2011-07-26ceph: explicitly reference rename old_dentry parent dir in requestSage Weil
2011-07-26ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil
2011-07-26ceph: protect d_parent access in ceph_d_revalidateSage Weil
2011-07-26ceph: protect access to d_parentSage Weil
2011-07-26ceph: handle racing calls to ceph_init_dentrySage Weil
2011-07-26ceph: fix ceph_lookup_open intent usageSage Weil
2011-07-26ceph: use flag bit for at_end readdir flagSage Weil
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik
2011-07-20don't open-code parent_ino() in assorted ->readdir()Al Viro
2011-07-20ceph: LOOKUP_OPEN is set only when it's the last componentAl Viro
2011-06-07ceph: use ihold when we already have an inode refSage Weil
2011-05-19ceph: fix broken comparison in readdir loopSage Weil
2011-05-19ceph: use snprintf for dirstat contentSage Weil
2011-03-21ceph: rename dentry_release -> d_release, fix commentSage Weil
2011-03-21ceph: add ino32 mount optionYehuda Sadeh
2011-03-10ceph: fix d_revalidate oopsen on NFS exportsAl Viro
2011-03-04ceph: no .snap inside of snapped namespaceSage Weil
2011-03-03ceph: do not clear I_COMPLETE from d_releaseSage Weil
2011-03-03ceph: do not set I_COMPLETESage Weil
2011-03-03Revert "ceph: keep reference to parent inode on ceph_dentry"Sage Weil
2011-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-02-19ceph: keep reference to parent inode on ceph_dentryYehuda Sadeh
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-01-12ceph: add dir_layout to inodeSage Weil
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-07fs: dcache scale subdirsNick Piggin
2011-01-07fs: dcache scale d_unhashedNick Piggin
2011-01-07fs: dcache scale dentry refcountNick Piggin
2010-12-17ceph: fix null pointer dereference in ceph_init_dentry for nfs reexportSage Weil
2010-12-01ceph: avoid possible null deref in readdir after dir llseekSage Weil
2010-11-18ceph: fix readdir EOVERFLOW on 32-bit archsSage Weil
2010-11-11ceph: fix frag offset for non-leftmost fragsSage Weil