summaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.c
Commit message (Expand)AuthorAgeFilesLines
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-4/+4
* ceph: present consistent fsid, regardless of arch endiannessJeff Layton2017-11-131-2/+3
* ceph: adjust 36 checks for NULL pointersMarkus Elfring2017-09-061-9/+9
* ceph: more accurate statfsDouglas Fuller2017-09-061-1/+8
* ceph: validate correctness of some mount optionsYan, Zheng2017-09-061-7/+14
* ceph: limit osd write sizeYan, Zheng2017-09-061-1/+4
* ceph: limit osd read size to CEPH_MSG_MAX_DATA_LENYan, Zheng2017-09-061-10/+7
* ceph: remove unused cap_release_safety mount optionYan, Zheng2017-09-061-6/+0
* ceph: new mount option that specifies fscache uniquifierYan, Zheng2017-07-071-12/+29
* ceph: avoid invalid memory dereference in the middle of umountYan, Zheng2017-07-071-2/+4
* Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-101-6/+1
|\
| * libceph, ceph: always advertise all supported featuresIlya Dryomov2017-05-041-6/+1
* | ceph: Convert to separately allocated bdiJan Kara2017-04-201-22/+13
|/
* ceph: remove special ack vs commit behaviorIlya Dryomov2017-02-241-1/+0
* ceph: set io_pages bdi hintAndreas Gerstmayr2017-02-201-0/+8
* Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-12-161-0/+10
|\
| * ceph: check availability of mds cluster on mountYan, Zheng2016-12-121-0/+10
* | Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusAl Viro2016-12-151-1/+1
|\ \ | |/ |/|
| * ceph: switch to use of ->d_init()Al Viro2016-10-281-1/+0
| * ceph: unify dentry_operations instancesAl Viro2016-10-281-0/+1
* | ceph: fix uninitialized dentry pointer in ceph_real_mount()Geert Uytterhoeven2016-10-181-0/+2
|/
* ceph: avoid accessing / when mounting a subpathYan, Zheng2016-10-031-29/+20
* ceph: Mark the file cache as unreclaimableNikolay Borisov2016-07-281-2/+2
* ceph: mount non-default filesystem by nameYan, Zheng2016-07-281-12/+26
* ceph: wait unsafe sync writes for evicting inodeYan, Zheng2016-07-281-0/+1
* ceph: report mount root in session metadataYan, Zheng2016-05-261-14/+19
* ceph: CEPH_FEATURE_MDSENC supportYan, Zheng2016-05-261-3/+2
* ceph: multiple filesystem supportYan, Zheng2016-05-261-0/+9
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-4/+4
* ceph: fix mounting same fs multiple timesYan, Zheng2016-03-251-18/+15
* ceph: kill ceph_empty_snapcIlya Dryomov2016-03-251-7/+1
* ceph: don't enable rbytes mount option by defaultYan, Zheng2016-03-251-2/+2
* libceph: revamp subs code, switch to SUBSCRIBE2 protocolIlya Dryomov2016-03-251-1/+1
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-09-111-0/+1
|\
| * ceph: EIO all operations after forced umountYan, Zheng2015-09-081-0/+1
* | fs: create and use seq_show_option for escapingKees Cook2015-09-041-1/+1
|/
* ceph: pre-allocate data structure that tracks caps flushingYan, Zheng2015-06-251-0/+8
* libceph: store timeouts in jiffies, verify user inputIlya Dryomov2015-06-251-1/+1
* ceph: check OSD caps before read/writeYan, Zheng2015-06-251-1/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-2/+2
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* | ceph: show non-default options onlyIlya Dryomov2015-04-201-5/+1
* | libceph, ceph: split ceph_show_options()Ilya Dryomov2015-04-201-25/+15
* | ceph: kstrdup() memory handlingSanidhya Kashyap2015-04-201-0/+10
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-02-191-0/+4
|\
| * ceph: show nocephx_require_signatures and notcp_nodelay optionsIlya Dryomov2015-02-191-0/+4
* | fs: remove default_backing_dev_infoChristoph Hellwig2015-01-201-1/+1
* | ceph: remove call to bdi_unregisterChristoph Hellwig2015-01-201-12/+6
|/
* ceph: support inline data featureYan, Zheng2014-12-171-1/+2