aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-02ceph: simplify+fix atomic_openSage Weil1-38/+0
2012-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-4/+3
2012-07-30ceph: clean up useless d_parent checksSage Weil1-4/+3
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-3/+3
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-3/+3
2012-07-14make finish_no_open() return intAl Viro1-4/+2
2012-07-14kill struct opendataAl Viro1-4/+4
2012-07-14make ->atomic_open() return intAl Viro1-10/+9
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro1-4/+4
2012-07-14ceph: implement i_op->atomic_open()Miklos Szeredi1-25/+43
2012-07-14ceph: remove unused arg from ceph_lookup_open()Miklos Szeredi1-2/+2
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-2/+2
2012-02-02ceph: create a new session lock to avoid lock inversionAlex Elder1-2/+2
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-32/+44
2012-01-12ceph: enable/disable dentry complete flags via mount optionSage Weil1-3/+22
2012-01-10ceph: avoid iput() while holding spinlock in ceph_dir_fsyncSage Weil1-1/+2
2012-01-10ceph: remove unnecessary d_fsdata conditional checksSage Weil1-28/+20
2012-01-03get rid of open-coded S_ISREG(), etc.Al Viro1-1/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-2/+2
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-2/+2
2011-12-29ceph: disable use of dcache for readdir etc.Sage Weil1-26/+3
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil1-12/+12
2011-11-11ceph: initialize root dentrySage Weil1-1/+1
2011-11-05ceph: use new D_COMPLETE dentry flagSage Weil1-9/+50
2011-11-03ceph: clear parent D_COMPLETE flag when on dentry pruneSage Weil1-0/+28
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-43/+73
2011-07-26ceph: document unlocked d_parent accessesSage Weil1-1/+1
2011-07-26ceph: explicitly reference rename old_dentry parent dir in requestSage Weil1-0/+2
2011-07-26ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil1-2/+1
2011-07-26ceph: protect d_parent access in ceph_d_revalidateSage Weil1-15/+17
2011-07-26ceph: protect access to d_parentSage Weil1-0/+15
2011-07-26ceph: handle racing calls to ceph_init_dentrySage Weil1-9/+12
2011-07-26ceph: fix ceph_lookup_open intent usageSage Weil1-11/+20
2011-07-26ceph: use flag bit for at_end readdir flagSage Weil1-5/+5
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+9
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik1-1/+7
2011-07-20don't open-code parent_ino() in assorted ->readdir()Al Viro1-1/+1
2011-07-20ceph: LOOKUP_OPEN is set only when it's the last componentAl Viro1-1/+0
2011-06-07ceph: use ihold when we already have an inode refSage Weil1-4/+7
2011-05-19ceph: fix broken comparison in readdir loopSage Weil1-1/+1
2011-05-19ceph: use snprintf for dirstat contentSage Weil1-2/+3
2011-03-21ceph: rename dentry_release -> d_release, fix commentSage Weil1-7/+6
2011-03-21ceph: add ino32 mount optionYehuda Sadeh1-4/+7
2011-03-10ceph: fix d_revalidate oopsen on NFS exportsAl Viro1-1/+1
2011-03-04ceph: no .snap inside of snapped namespaceSage Weil1-0/+1
2011-03-03ceph: do not clear I_COMPLETE from d_releaseSage Weil1-21/+1
2011-03-03ceph: do not set I_COMPLETESage Weil1-1/+1
2011-03-03Revert "ceph: keep reference to parent inode on ceph_dentry"Sage Weil1-4/+1