aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-17ceph: ceph_pagelist_append might sleep while atomicJim Schutt1-2/+7
2013-05-01ceph: use i_release_count to indicate dir's completenessYan, Zheng1-22/+20
2013-05-01ceph: acquire i_mutex in __ceph_do_pending_vmtruncateYan, Zheng1-1/+1
2013-05-01ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng1-21/+2
2013-05-01ceph: queue cap release when trimming capYan, Zheng1-0/+2
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-8/+2
2013-02-22ceph: fix statvfs fr_sizeSage Weil1-1/+1
2013-02-19ceph: remove a few bogus declarationsAlex Elder1-7/+1
2013-02-12ceph: Translate between uid and gids in cap messages and kuids and kgidsEric W. Biederman1-2/+2
2012-08-02ceph: simplify+fix atomic_openSage Weil1-3/+3
2012-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-2/+2
2012-07-30ceph: define snap counts as u32 everywhereAlex Elder1-2/+2
2012-07-14kill struct opendataAl Viro1-1/+1
2012-07-14make ->atomic_open() return intAl Viro1-3/+3
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro1-1/+1
2012-07-14ceph: implement i_op->atomic_open()Miklos Szeredi1-2/+3
2012-07-14ceph: remove unused arg from ceph_lookup_open()Miklos Szeredi1-2/+1
2012-03-22ceph: avoid repeatedly computing the size of constant vxattr namesAlex Elder1-0/+2
2012-03-22ceph: use 2 instead of 1 as fallback for 32-bit inode numberAmon Ott1-1/+1
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+1
2012-01-12ceph: enable/disable dentry complete flags via mount optionSage Weil1-0/+1
2012-01-03ceph: propagate umode_tAl Viro1-1/+1
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil1-15/+16
2011-11-05ceph: use new D_COMPLETE dentry flagSage Weil1-2/+8
2011-11-03ceph: clear parent D_COMPLETE flag when on dentry pruneSage Weil1-0/+13
2011-10-25ceph: fix 32-bit ino numbersAmon Ott1-5/+6
2011-10-25ceph: rename rsize -> rasizeSage Weil1-3/+5
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-11/+9
2011-07-26ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil1-1/+1
2011-07-26ceph: protect access to d_parentSage Weil1-8/+1
2011-07-26ceph: fix ceph_lookup_open intent usageSage Weil1-0/+2
2011-07-26ceph: use flag bit for at_end readdir flagSage Weil1-1/+1
2011-07-26ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioSage Weil1-0/+2
2011-07-26ceph: add flags field to file_infoSage Weil1-1/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+2
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-1/+1
2011-05-11ceph: do not use i_wrbuffer_ref as refcount for Fb capHenry C Chang1-1/+1
2011-05-04ceph: do not call __mark_dirty_inode under i_lockSage Weil1-1/+1
2011-03-21ceph: move readahead default to fs/ceph from libcephSage Weil1-0/+1
2011-03-21ceph: add ino32 mount optionYehuda Sadeh1-20/+45
2011-03-03Revert "ceph: keep reference to parent inode on ceph_dentry"Sage Weil1-1/+0
2011-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+1
2011-02-19ceph: keep reference to parent inode on ceph_dentryYehuda Sadeh1-0/+1
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+2
2011-01-12ceph: add dir_layout to inodeSage Weil1-0/+2
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-1/+1
2010-11-08ceph: fix rdcache_gen usage and invalidateSage Weil1-3/+1
2010-10-20ceph: do not carry i_lock for readdir from dcacheSage Weil1-1/+2
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh1-254/+143
2010-09-17ceph: only send one flushsnap per cap_snap per mds sessionSage Weil1-1/+2