summaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-12-201-3/+1Star
|\
| * bdi_register: add __printf verification, fix arg mismatchJoe Perches2012-12-131-1/+1
| * libceph: remove 'osdtimeout' optionSage Weil2012-12-131-2/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-10-071-11/+26
|\|
| * ceph: let path portion of mount "device" be optionalAlex Elder2012-10-011-11/+26
* | fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-031-0/+5
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-07-311-0/+1
|\
| * libceph: move feature bits to separate headerSage Weil2012-07-311-0/+1
* | VFS: Pass mount flags to sget()David Howells2012-07-141-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-03-281-2/+17
|\
| * ceph: ensure Boolean options support both sensesAlex Elder2012-03-221-0/+10
| * rbd: make ceph_parse_options() return a pointerAlex Elder2012-03-221-2/+4
| * ceph: avoid repeatedly computing the size of constant vxattr namesAlex Elder2012-03-221-0/+3
* | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-2/+1Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-01-131-1/+15
|\
| * ceph: enable/disable dentry complete flags via mount optionSage Weil2012-01-121-0/+14
| * ceph: always initialize the dentry in open_root_dentry()Alex Elder2012-01-121-4/+3Star
* | ceph: d_alloc_root() may failAl Viro2012-01-091-4/+11
* | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-071-3/+3
|/
* ceph: fix rasize reporting by ceph_show_optionsSage Weil2011-12-021-1/+1
* ceph: initialize root dentrySage Weil2011-11-111-2/+4
* ceph/super.c: quiet sparse noiseH Hartley Sweeten2011-11-061-2/+2
* ceph: replace leading spaces with tabsNoah Watkins2011-10-261-20/+20
* libceph: create messenger with clientSage Weil2011-10-261-3/+6
* ceph: rename rsize -> rasizeSage Weil2011-10-261-3/+11
* ceph: fix memory leakNoah Watkins2011-08-221-2/+2
* ceph: set up readahead size when rsize is not passedYehuda Sadeh2011-07-261-0/+4
* ceph: report f_bfree based on kb_avail rather than diffing.Greg Farnum2011-07-261-2/+1Star
* ceph: Move secret key parsing earlier.Tommi Virtanen2011-03-291-1/+1
* ceph: move readahead default to fs/ceph from libcephSage Weil2011-03-211-2/+2
* ceph: add ino32 mount optionYehuda Sadeh2011-03-211-0/+5
* ceph: fix cap_wanted_delay_{min,max} mount option initializationSage Weil2011-01-191-0/+2
* ceph: fsc->*_wq's aren't used in memory reclaim pathTejun Heo2011-01-131-3/+7
* ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSSage Weil2011-01-131-1/+2
* convert cephAl Viro2010-10-291-23/+27
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-211-682/+472Star
* ceph: do not ignore osd_idle_ttl mount optionSage Weil2010-08-031-0/+3
* ceph: make ->sync_fs not wait if wait==0Sage Weil2010-08-021-4/+13
* ceph: use %pU to print uuid (fsid)Sage Weil2010-08-021-6/+6
* ceph: clean up fsid mount optionSage Weil2010-08-021-13/+39
* ceph: remove unused 'monport' mount optionSage Weil2010-08-021-2/+0Star
* ceph: do caps accounting per mds_clientYehuda Sadeh2010-08-021-6/+0Star
* ceph: fix atomic64_t initialization on ia64Jeff Mahoney2010-06-101-1/+1
* ceph: fix f_namelen reported by statfsSage Weil2010-06-021-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-05-301-2/+10
|\
| * ceph: close out mds, osd connections before stopping authSage Weil2010-05-291-1/+9
| * fs/ceph: Use ERR_CASTJulia Lawall2010-05-291-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-05-241-44/+81
|\|
| * ceph: specify max_bytes on readdir repliesSage Weil2010-05-181-0/+8
| * ceph: name bdi ceph-%d instead of major:minorSage Weil2010-05-181-1/+4