summaryrefslogtreecommitdiff
path: root/fs/ceph/super.c
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-09-11
|\
| * ceph: EIO all operations after forced umountYan, Zheng2015-09-08
* | fs: create and use seq_show_option for escapingKees Cook2015-09-04
|/
* ceph: pre-allocate data structure that tracks caps flushingYan, Zheng2015-06-25
* libceph: store timeouts in jiffies, verify user inputIlya Dryomov2015-06-25
* ceph: check OSD caps before read/writeYan, Zheng2015-06-25
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* | ceph: show non-default options onlyIlya Dryomov2015-04-20
* | libceph, ceph: split ceph_show_options()Ilya Dryomov2015-04-20
* | ceph: kstrdup() memory handlingSanidhya Kashyap2015-04-20
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-02-19
|\
| * ceph: show nocephx_require_signatures and notcp_nodelay optionsIlya Dryomov2015-02-19
* | fs: remove default_backing_dev_infoChristoph Hellwig2015-01-20
* | ceph: remove call to bdi_unregisterChristoph Hellwig2015-01-20
|/
* ceph: support inline data featureYan, Zheng2014-12-17
* ceph: remove unused stringification macrosIlya Dryomov2014-12-17
* ceph: introduce global empty snap contextYan, Zheng2014-12-17
* dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields2014-08-07
* ceph: use fl->fl_file as owner identifier of flock and posix lockYan, Zheng2014-04-04
* ceph: add acl, noacl options for cephfs mountSage Weil2014-02-17
* libceph: all features fields must be u64Ilya Dryomov2013-12-31
* ceph: add acl for cephfsGuangliang Zhao2013-12-31
* ceph: drop unconnected inodesYan, Zheng2013-12-13
* ceph: use fscache as a local presisent cacheMilosz Tanski2013-09-06
* ceph: avoid accessing invalid memorySasha Levin2013-07-03
* ceph: set up page array mempool with correct sizeAlex Elder2013-05-01
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
* ceph: fix statvfs fr_sizeSage Weil2013-02-22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-12-20
|\
| * bdi_register: add __printf verification, fix arg mismatchJoe Perches2012-12-13
| * libceph: remove 'osdtimeout' optionSage Weil2012-12-13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-10-08
|\ \ | |/
| * ceph: let path portion of mount "device" be optionalAlex Elder2012-10-01
* | fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-02
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-07-31
|\
| * libceph: move feature bits to separate headerSage Weil2012-07-30
* | VFS: Pass mount flags to sget()David Howells2012-07-14
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-03-28
|\
| * ceph: ensure Boolean options support both sensesAlex Elder2012-03-22
| * rbd: make ceph_parse_options() return a pointerAlex Elder2012-03-22
| * ceph: avoid repeatedly computing the size of constant vxattr namesAlex Elder2012-03-22
* | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-20
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-01-13
|\
| * ceph: enable/disable dentry complete flags via mount optionSage Weil2012-01-12
| * ceph: always initialize the dentry in open_root_dentry()Alex Elder2012-01-11
* | ceph: d_alloc_root() may failAl Viro2012-01-09
* | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-06
|/
* ceph: fix rasize reporting by ceph_show_optionsSage Weil2011-12-02
* ceph: initialize root dentrySage Weil2011-11-11