aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'linus/master' into testingSage Weil2013-08-151-51/+48
|\
| * [readdir] convert cephAl Viro2013-06-291-51/+48
* | ceph: drop CAP_LINK_SHARED when sending "link" request to MDSYan, Zheng2013-08-091-0/+2
|/
* ceph: use i_release_count to indicate dir's completenessYan, Zheng2013-05-011-12/+13
* ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng2013-05-011-51/+11
* new helper: file_inode(file)Al Viro2013-02-221-3/+3
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-171-2/+2
* ceph: simplify+fix atomic_openSage Weil2012-08-021-38/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-07-311-4/+3
|\
| * ceph: clean up useless d_parent checksSage Weil2012-07-301-4/+3
* | don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* | stop passing nameidata to ->lookup()Al Viro2012-07-141-3/+3
* | stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-3/+3
* | make finish_no_open() return intAl Viro2012-07-141-4/+2
* | kill struct opendataAl Viro2012-07-141-4/+4
* | make ->atomic_open() return intAl Viro2012-07-141-10/+9
* | ->atomic_open() prototype change - pass int * instead of bool *Al Viro2012-07-141-4/+4
* | ceph: implement i_op->atomic_open()Miklos Szeredi2012-07-141-25/+43
* | ceph: remove unused arg from ceph_lookup_open()Miklos Szeredi2012-07-141-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-02-021-2/+2
|\
| * ceph: create a new session lock to avoid lock inversionAlex Elder2012-02-021-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-01-131-32/+44
|\ \
| * | ceph: enable/disable dentry complete flags via mount optionSage Weil2012-01-121-3/+22
| * | ceph: avoid iput() while holding spinlock in ceph_dir_fsyncSage Weil2012-01-101-1/+2
| * | ceph: remove unnecessary d_fsdata conditional checksSage Weil2012-01-101-28/+20
| |/
* | get rid of open-coded S_ISREG(), etc.Al Viro2012-01-031-1/+1
* | switch ->mknod() to umode_tAl Viro2012-01-031-2/+2
* | switch ->create() to umode_tAl Viro2012-01-031-1/+1
* | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-2/+2
|/
* 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