aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-26ceph: fix dentry leak in splice_dentry()Yan, Zheng1-0/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds7-59/+68
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds7-124/+202
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-7/+9
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani7-38/+47
2018-06-04ceph: show ino32 if the value is different with defaultChengguang Xu1-0/+2
2018-06-04ceph: strengthen rsize/wsize/readdir_max_bytes validationChengguang Xu1-3/+3
2018-06-04ceph: fix alignment of rasizeChengguang Xu1-1/+1
2018-06-04ceph: fix use-after-free in ceph_statfs()Luis Henriques1-4/+7
2018-06-04ceph: prevent i_version from going backYan, Zheng1-1/+2
2018-06-04ceph: fix wrong check for the case of updating link countYan, Zheng1-2/+2
2018-06-04libceph: make abort_on_full a per-osdc settingIlya Dryomov3-2/+2
2018-06-04ceph: flush pending works before shutdown superYan, Zheng1-0/+9
2018-06-04ceph: abort osd requests on force umountYan, Zheng1-0/+1
2018-06-04ceph: fix st_nlink stat for directoriesLuis Henriques1-0/+8
2018-06-04ceph: support file lock on directoryYan, Zheng1-0/+2
2018-06-04ceph: show wsize only if non-defaultIlya Dryomov1-1/+1
2018-06-04ceph: handle the new nfiles/nsubdirs fields in cap messageYan, Zheng1-5/+34
2018-06-04ceph: define argument structure for handle_cap_grantYan, Zheng1-54/+61
2018-06-04ceph: update i_files/i_subdirs only when Fs cap is issuedYan, Zheng1-17/+18
2018-06-04ceph: always get rstat from auth mdsYan, Zheng3-18/+35
2018-06-04ceph: use bit flags to define vxattr attributesYan, Zheng1-18/+16
2018-05-25ceph: make inode time prints to be long longDeepa Dinamani1-21/+21
2018-05-10ceph: fix iov_iter issues in ceph_direct_read_write()Ilya Dryomov1-78/+117
2018-05-10ceph: fix rsize/wsize capping in ceph_direct_read_write()Ilya Dryomov1-5/+5
2018-04-23ceph: check if mds create snaprealm when setting quotaYan, Zheng1-3/+25
2018-04-16ceph: always update atime/mtime/ctime for new inodeYan, Zheng1-3/+7
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds17-261/+914
2018-04-07Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-82/+31
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells1-17/+9
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells1-68/+25
2018-04-02ceph: quota: report root dir quota usage in statfsLuis Henriques3-3/+83
2018-04-02ceph: quota: add counter for snaprealms with quotaLuis Henriques5-7/+51
2018-04-02ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques5-15/+19
2018-04-02ceph: fix root quota realm checkYan, Zheng1-8/+8
2018-04-02ceph: don't check quota for snap inodeYan, Zheng2-3/+18
2018-04-02ceph: quota: update MDS when max_bytes is approachingLuis Henriques3-1/+45
2018-04-02ceph: quota: support for ceph.quota.max_bytesLuis Henriques4-1/+44
2018-04-02ceph: quota: don't allow cross-quota renamesLuis Henriques3-0/+75
2018-04-02ceph: quota: support for ceph.quota.max_filesLuis Henriques4-1/+95
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques7-1/+149
2018-04-02ceph: rename function drop_leases() to a more descriptive nameYan, Zheng1-4/+3
2018-04-02ceph: fix invalid point dereference for error case in mdsc destroyChengguang Xu1-1/+4
2018-04-02ceph: return proper bool type to caller instead of pointerChengguang Xu1-2/+3
2018-04-02ceph: optimize memory usageChengguang Xu4-117/+168
2018-04-02ceph: optimize mds session registerChengguang Xu1-17/+19
2018-04-02libceph, ceph: add __init attribution to init funcitonsChengguang Xu1-1/+1
2018-04-02ceph: filter out used flags when printing unused open flagsChengguang Xu1-0/+2
2018-04-02ceph: don't wait on writeback when there is no more dirty pagesYan, Zheng1-1/+5