summaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h
Commit message (Expand)AuthorAgeFilesLines
* ceph: remove ceph_lookup_inode()Yan, Zheng2013-09-061-2/+0
* ceph: use fscache as a local presisent cacheMilosz Tanski2013-09-061-0/+16
* ceph: introduce i_truncate_mutexYan, Zheng2013-08-151-0/+1
* ceph: fix freeing inode vs removing session caps raceYan, Zheng2013-08-091-0/+2
* ceph: fix pending vmtruncate raceYan, Zheng2013-07-031-1/+1
* ceph: Reconstruct the func ceph_reserve_caps.majianpeng2013-07-031-1/+1
* ceph: ceph_pagelist_append might sleep while atomicJim Schutt2013-05-171-2/+7
* ceph: use i_release_count to indicate dir's completenessYan, Zheng2013-05-011-22/+20
* ceph: acquire i_mutex in __ceph_do_pending_vmtruncateYan, Zheng2013-05-011-1/+1
* ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng2013-05-011-21/+2
* ceph: queue cap release when trimming capYan, Zheng2013-05-011-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-02-281-8/+2
|\
| * ceph: fix statvfs fr_sizeSage Weil2013-02-221-1/+1
| * ceph: remove a few bogus declarationsAlex Elder2013-02-191-7/+1
* | ceph: Translate between uid and gids in cap messages and kuids and kgidsEric W. Biederman2013-02-121-2/+2
|/
* 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-301-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/+1
|/
* 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-031-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-051-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-251-5/+6
* ceph: rename rsize -> rasizeSage Weil2011-10-251-3/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-261-11/+9
|\
| * 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/+1
| * 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-201-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/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-02-211-0/+1
|\
| * ceph: keep reference to parent inode on ceph_dentryYehuda Sadeh2011-02-191-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-01-131-0/+2
|\|