summaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h
Commit message (Expand)AuthorAgeFilesLines
* ceph: simplify+fix atomic_openSage Weil2012-08-021-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-07-311-2/+2
|\
| * ceph: define snap counts as u32 everywhereAlex Elder2012-07-311-2/+2
* | kill struct opendataAl Viro2012-07-141-1/+1
* | make ->atomic_open() return intAl Viro2012-07-141-3/+3
* | ->atomic_open() prototype change - pass int * instead of bool *Al Viro2012-07-141-1/+1
* | ceph: implement i_op->atomic_open()Miklos Szeredi2012-07-141-2/+3
* | ceph: remove unused arg from ceph_lookup_open()Miklos Szeredi2012-07-141-2/+1Star
|/
* ceph: avoid repeatedly computing the size of constant vxattr namesAlex Elder2012-03-221-0/+2
* ceph: use 2 instead of 1 as fallback for 32-bit inode numberAmon Ott2012-03-221-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-01-131-0/+1
|\
| * ceph: enable/disable dentry complete flags via mount optionSage Weil2012-01-121-0/+1
* | ceph: propagate umode_tAl Viro2012-01-041-1/+1
|/
* ceph: use i_ceph_lock instead of i_lockSage Weil2011-12-071-15/+16
* ceph: use new D_COMPLETE dentry flagSage Weil2011-11-061-2/+8
* ceph: clear parent D_COMPLETE flag when on dentry pruneSage Weil2011-11-031-0/+13
* ceph: fix 32-bit ino numbersAmon Ott2011-10-261-5/+6
* ceph: rename rsize -> rasizeSage Weil2011-10-261-3/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-261-11/+9Star
|\
| * ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil2011-07-261-1/+1
| * ceph: protect access to d_parentSage Weil2011-07-261-8/+1Star
| * ceph: fix ceph_lookup_open intent usageSage Weil2011-07-261-0/+2
| * ceph: use flag bit for at_end readdir flagSage Weil2011-07-261-1/+1
| * ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioSage Weil2011-07-261-0/+2
| * ceph: add flags field to file_infoSage Weil2011-07-261-1/+2
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-211-1/+2
* | ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-201-1/+1
|/
* ceph: do not use i_wrbuffer_ref as refcount for Fb capHenry C Chang2011-05-111-1/+1
* ceph: do not call __mark_dirty_inode under i_lockSage Weil2011-05-041-1/+1
* ceph: move readahead default to fs/ceph from libcephSage Weil2011-03-211-0/+1
* ceph: add ino32 mount optionYehuda Sadeh2011-03-211-20/+45
* Revert "ceph: keep reference to parent inode on ceph_dentry"Sage Weil2011-03-031-1/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-02-221-0/+1
|\
| * ceph: keep reference to parent inode on ceph_dentryYehuda Sadeh2011-02-201-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-01-131-0/+2
|\|
| * ceph: add dir_layout to inodeSage Weil2011-01-131-0/+2
* | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-1/+1
|/
* ceph: fix rdcache_gen usage and invalidateSage Weil2010-11-081-3/+1Star
* ceph: do not carry i_lock for readdir from dcacheSage Weil2010-10-211-1/+2
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-211-254/+143Star
* ceph: only send one flushsnap per cap_snap per mds sessionSage Weil2010-09-171-1/+2
* ceph: fix cap_snap and realm splitSage Weil2010-09-171-0/+2
* ceph: maintain i_head_snapc when any caps are dirty, not just for dataSage Weil2010-08-251-1/+2
* ceph: include dirty xattrs state in snapped capsSage Weil2010-08-231-3/+5
* ceph: constify dentry_operationsSage Weil2010-08-031-1/+1
* ceph: add flock/fcntl lock supportGreg Farnum2010-08-031-0/+8
* ceph: add CEPH_FEATURE_FLOCK to the supported feature bitsGreg Farnum2010-08-031-1/+1
* ceph: use %pU to print uuid (fsid)Sage Weil2010-08-021-7/+0Star
* ceph: specify supported features in super.hSage Weil2010-08-021-0/+6
* ceph: add ceph_get_cap_for_mds function.Greg Farnum2010-08-021-0/+2