aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-4/+4
2017-11-13ceph: present consistent fsid, regardless of arch endiannessJeff Layton1-2/+3
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring1-9/+9
2017-09-06ceph: more accurate statfsDouglas Fuller1-1/+8
2017-09-06ceph: validate correctness of some mount optionsYan, Zheng1-7/+14
2017-09-06ceph: limit osd write sizeYan, Zheng1-1/+4
2017-09-06ceph: limit osd read size to CEPH_MSG_MAX_DATA_LENYan, Zheng1-10/+7
2017-09-06ceph: remove unused cap_release_safety mount optionYan, Zheng1-6/+0
2017-07-07ceph: new mount option that specifies fscache uniquifierYan, Zheng1-12/+29
2017-07-07ceph: avoid invalid memory dereference in the middle of umountYan, Zheng1-2/+4
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-6/+1
2017-05-04libceph, ceph: always advertise all supported featuresIlya Dryomov1-6/+1
2017-04-20ceph: Convert to separately allocated bdiJan Kara1-22/+13
2017-02-24ceph: remove special ack vs commit behaviorIlya Dryomov1-1/+0
2017-02-20ceph: set io_pages bdi hintAndreas Gerstmayr1-0/+8
2016-12-16Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+10
2016-12-15Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusAl Viro1-1/+1
2016-12-12ceph: check availability of mds cluster on mountYan, Zheng1-0/+10
2016-10-28ceph: switch to use of ->d_init()Al Viro1-1/+0
2016-10-28ceph: unify dentry_operations instancesAl Viro1-0/+1
2016-10-18ceph: fix uninitialized dentry pointer in ceph_real_mount()Geert Uytterhoeven1-0/+2
2016-10-03ceph: avoid accessing / when mounting a subpathYan, Zheng1-29/+20
2016-07-28ceph: Mark the file cache as unreclaimableNikolay Borisov1-2/+2
2016-07-28ceph: mount non-default filesystem by nameYan, Zheng1-12/+26
2016-07-28ceph: wait unsafe sync writes for evicting inodeYan, Zheng1-0/+1
2016-05-26ceph: report mount root in session metadataYan, Zheng1-14/+19
2016-05-26ceph: CEPH_FEATURE_MDSENC supportYan, Zheng1-3/+2
2016-05-26ceph: multiple filesystem supportYan, Zheng1-0/+9
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-4/+4
2016-03-25ceph: fix mounting same fs multiple timesYan, Zheng1-18/+15
2016-03-25ceph: kill ceph_empty_snapcIlya Dryomov1-7/+1
2016-03-25ceph: don't enable rbytes mount option by defaultYan, Zheng1-2/+2
2016-03-25libceph: revamp subs code, switch to SUBSCRIBE2 protocolIlya Dryomov1-1/+1
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-2/+2
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+1
2015-09-08ceph: EIO all operations after forced umountYan, Zheng1-0/+1
2015-09-04fs: create and use seq_show_option for escapingKees Cook1-1/+1
2015-06-25ceph: pre-allocate data structure that tracks caps flushingYan, Zheng1-0/+8
2015-06-25libceph: store timeouts in jiffies, verify user inputIlya Dryomov1-1/+1
2015-06-25ceph: check OSD caps before read/writeYan, Zheng1-1/+14
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2015-04-20ceph: show non-default options onlyIlya Dryomov1-5/+1
2015-04-20libceph, ceph: split ceph_show_options()Ilya Dryomov1-25/+15
2015-04-20ceph: kstrdup() memory handlingSanidhya Kashyap1-0/+10
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+4
2015-02-19ceph: show nocephx_require_signatures and notcp_nodelay optionsIlya Dryomov1-0/+4
2015-01-20fs: remove default_backing_dev_infoChristoph Hellwig1-1/+1
2015-01-20ceph: remove call to bdi_unregisterChristoph Hellwig1-12/+6
2014-12-17ceph: support inline data featureYan, Zheng1-1/+2