summaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)Author
2018-10-10ceph: avoid a use-after-free in ceph_destroy_options()Ilya Dryomov
2018-06-26ceph: fix dentry leak in splice_dentry()Yan, Zheng
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-06-04ceph: show ino32 if the value is different with defaultChengguang Xu
2018-06-04ceph: strengthen rsize/wsize/readdir_max_bytes validationChengguang Xu
2018-06-04ceph: fix alignment of rasizeChengguang Xu
2018-06-04ceph: fix use-after-free in ceph_statfs()Luis Henriques
2018-06-04ceph: prevent i_version from going backYan, Zheng
2018-06-04ceph: fix wrong check for the case of updating link countYan, Zheng
2018-06-04libceph: make abort_on_full a per-osdc settingIlya Dryomov
2018-06-04ceph: flush pending works before shutdown superYan, Zheng
2018-06-04ceph: abort osd requests on force umountYan, Zheng
2018-06-04ceph: fix st_nlink stat for directoriesLuis Henriques
2018-06-04ceph: support file lock on directoryYan, Zheng
2018-06-04ceph: show wsize only if non-defaultIlya Dryomov
2018-06-04ceph: handle the new nfiles/nsubdirs fields in cap messageYan, Zheng
2018-06-04ceph: define argument structure for handle_cap_grantYan, Zheng
2018-06-04ceph: update i_files/i_subdirs only when Fs cap is issuedYan, Zheng
2018-06-04ceph: always get rstat from auth mdsYan, Zheng
2018-06-04ceph: use bit flags to define vxattr attributesYan, Zheng
2018-05-25ceph: make inode time prints to be long longDeepa Dinamani
2018-05-10ceph: fix iov_iter issues in ceph_direct_read_write()Ilya Dryomov
2018-05-10ceph: fix rsize/wsize capping in ceph_direct_read_write()Ilya Dryomov
2018-04-23ceph: check if mds create snaprealm when setting quotaYan, Zheng
2018-04-16ceph: always update atime/mtime/ctime for new inodeYan, Zheng
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-04-07Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells
2018-04-02ceph: quota: report root dir quota usage in statfsLuis Henriques
2018-04-02ceph: quota: add counter for snaprealms with quotaLuis Henriques
2018-04-02ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques
2018-04-02ceph: fix root quota realm checkYan, Zheng
2018-04-02ceph: don't check quota for snap inodeYan, Zheng
2018-04-02ceph: quota: update MDS when max_bytes is approachingLuis Henriques
2018-04-02ceph: quota: support for ceph.quota.max_bytesLuis Henriques
2018-04-02ceph: quota: don't allow cross-quota renamesLuis Henriques
2018-04-02ceph: quota: support for ceph.quota.max_filesLuis Henriques
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques
2018-04-02ceph: rename function drop_leases() to a more descriptive nameYan, Zheng
2018-04-02ceph: fix invalid point dereference for error case in mdsc destroyChengguang Xu
2018-04-02ceph: return proper bool type to caller instead of pointerChengguang Xu
2018-04-02ceph: optimize memory usageChengguang Xu
2018-04-02ceph: optimize mds session registerChengguang Xu
2018-04-02libceph, ceph: add __init attribution to init funcitonsChengguang Xu
2018-04-02ceph: filter out used flags when printing unused open flagsChengguang Xu