aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-07dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields1-1/+1
2014-04-04ceph: use fl->fl_file as owner identifier of flock and posix lockYan, Zheng1-0/+1
2014-02-17ceph: add acl, noacl options for cephfs mountSage Weil1-4/+28
2013-12-31libceph: all features fields must be u64Ilya Dryomov1-2/+2
2013-12-31ceph: add acl for cephfsGuangliang Zhao1-0/+4
2013-12-13ceph: drop unconnected inodesYan, Zheng1-0/+1
2013-09-06ceph: use fscache as a local presisent cacheMilosz Tanski1-2/+33
2013-07-03ceph: avoid accessing invalid memorySasha Levin1-1/+1
2013-05-01ceph: set up page array mempool with correct sizeAlex Elder1-2/+5
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-22ceph: fix statvfs fr_sizeSage Weil1-1/+6
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-3/+1
2012-12-13bdi_register: add __printf verification, fix arg mismatchJoe Perches1-1/+1
2012-12-13libceph: remove 'osdtimeout' optionSage Weil1-2/+0
2012-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-11/+26
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-10-01ceph: let path portion of mount "device" be optionalAlex Elder1-11/+26
2012-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+1
2012-07-30libceph: move feature bits to separate headerSage Weil1-0/+1
2012-07-14VFS: Pass mount flags to sget()David Howells1-1/+1
2012-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-2/+17
2012-03-22ceph: ensure Boolean options support both sensesAlex Elder1-0/+10
2012-03-22rbd: make ceph_parse_options() return a pointerAlex Elder1-2/+4
2012-03-22ceph: avoid repeatedly computing the size of constant vxattr namesAlex Elder1-0/+3
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-1/+15
2012-01-12ceph: enable/disable dentry complete flags via mount optionSage Weil1-0/+14
2012-01-11ceph: always initialize the dentry in open_root_dentry()Alex Elder1-4/+3
2012-01-09ceph: d_alloc_root() may failAl Viro1-4/+11
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-3/+3
2011-12-02ceph: fix rasize reporting by ceph_show_optionsSage Weil1-1/+1
2011-11-11ceph: initialize root dentrySage Weil1-2/+4
2011-11-05ceph/super.c: quiet sparse noiseH Hartley Sweeten1-2/+2
2011-10-25ceph: replace leading spaces with tabsNoah Watkins1-20/+20
2011-10-25libceph: create messenger with clientSage Weil1-3/+6
2011-10-25ceph: rename rsize -> rasizeSage Weil1-3/+11
2011-08-22ceph: fix memory leakNoah Watkins1-2/+2
2011-07-26ceph: set up readahead size when rsize is not passedYehuda Sadeh1-0/+4
2011-07-26ceph: report f_bfree based on kb_avail rather than diffing.Greg Farnum1-2/+1
2011-03-29ceph: Move secret key parsing earlier.Tommi Virtanen1-1/+1
2011-03-21ceph: move readahead default to fs/ceph from libcephSage Weil1-2/+2
2011-03-21ceph: add ino32 mount optionYehuda Sadeh1-0/+5
2011-01-19ceph: fix cap_wanted_delay_{min,max} mount option initializationSage Weil1-0/+2
2011-01-12ceph: fsc->*_wq's aren't used in memory reclaim pathTejun Heo1-3/+7
2011-01-12ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSSage Weil1-1/+2
2010-10-29convert cephAl Viro1-23/+27
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh1-682/+472
2010-08-03ceph: do not ignore osd_idle_ttl mount optionSage Weil1-0/+3
2010-08-01ceph: make ->sync_fs not wait if wait==0Sage Weil1-4/+13
2010-08-01ceph: use %pU to print uuid (fsid)Sage Weil1-6/+6