summaryrefslogtreecommitdiff
path: root/fs/ceph/super.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus 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/sag...Linus Torvalds1-11/+26
2012-10-03fs: 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-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-0/+1
2012-07-31libceph: 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/sag...Linus 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-21switch 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/sag...Linus Torvalds1-1/+15
2012-01-12ceph: enable/disable dentry complete flags via mount optionSage Weil1-0/+14
2012-01-12ceph: always initialize the dentry in open_root_dentry()Alex Elder1-4/+3
2012-01-10ceph: d_alloc_root() may failAl Viro1-4/+11
2012-01-07vfs: 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-06ceph/super.c: quiet sparse noiseH Hartley Sweeten1-2/+2
2011-10-26ceph: replace leading spaces with tabsNoah Watkins1-20/+20
2011-10-26libceph: create messenger with clientSage Weil1-3/+6
2011-10-26ceph: rename rsize -> rasizeSage Weil1-3/+11
2011-08-23ceph: 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-13ceph: fsc->*_wq's aren't used in memory reclaim pathTejun Heo1-3/+7
2011-01-13ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSSage Weil1-1/+2
2010-10-29convert cephAl Viro1-23/+27
2010-10-21ceph: 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-02ceph: make ->sync_fs not wait if wait==0Sage Weil1-4/+13
2010-08-02ceph: use %pU to print uuid (fsid)Sage Weil1-6/+6
2010-08-02ceph: clean up fsid mount optionSage Weil1-13/+39
2010-08-02ceph: remove unused 'monport' mount optionSage Weil1-2/+0
2010-08-02ceph: do caps accounting per mds_clientYehuda Sadeh1-6/+0
2010-06-11ceph: fix atomic64_t initialization on ia64Jeff Mahoney1-1/+1
2010-06-02ceph: fix f_namelen reported by statfsSage Weil1-1/+1
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-2/+10
2010-05-29ceph: close out mds, osd connections before stopping authSage Weil1-1/+9
2010-05-29fs/ceph: Use ERR_CASTJulia Lawall1-1/+1
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-44/+81
2010-05-22ceph: should use deactivate_locked_super() on failure exitsAl Viro1-2/+1
2010-05-18ceph: specify max_bytes on readdir repliesSage Weil1-0/+8