aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-20Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds14-230/+302
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-6/+4
2018-08-13ceph: don't drop message if it contains more data than expectedYan, Zheng2-4/+4
2018-08-13ceph: support cephfs' own feature bitsYan, Zheng2-9/+51
2018-08-13ceph: refactor error handling code in ceph_reserve_caps()Chengguang Xu1-33/+13
2018-08-13ceph: refactor ceph_unreserve_caps()Chengguang Xu2-31/+37
2018-08-13ceph: change to void return type for __do_request()Chengguang Xu1-6/+5
2018-08-13ceph: compare fsc->max_file_size and inode->i_size for max file size limitChengguang Xu1-1/+2
2018-08-13ceph: add additional size check in ceph_setattr()Chengguang Xu1-0/+5
2018-08-02ceph: add additional offset check in ceph_write_iter()Chengguang Xu1-4/+11
2018-08-02ceph: add additional range check in ceph_fallocate()Chengguang Xu1-3/+5
2018-08-02ceph: add new field max_file_size in ceph_fs_clientChengguang Xu3-2/+5
2018-08-02libceph: add authorizer challengeIlya Dryomov1-0/+11
2018-08-02ceph: adding new return type vm_fault_tSouptick Joarder1-30/+32
2018-08-02ceph: use timespec64 for r_stampArnd Bergmann3-6/+5
2018-08-02libceph: use timespec64 for r_mtimeArnd Bergmann2-11/+9
2018-08-02ceph: use timespec64 for inode timestampArnd Bergmann8-74/+71
2018-08-02ceph: stop using current_kernel_time()Arnd Bergmann1-1/+4
2018-08-02ceph: add d_drop for some error cases in ceph_symlink()Chengguang Xu1-2/+4
2018-08-02ceph: add d_drop for some error cases in ceph_mknod()Chengguang Xu1-3/+5
2018-08-02ceph: return errors from posix_acl_equiv_mode() correctlyChengguang Xu1-3/+3
2018-08-02ceph: fix incorrect use of strncpyYan, Zheng1-2/+2
2018-08-02libceph: amend "bad option arg" error messageIlya Dryomov1-2/+1
2018-08-02ceph: restore ctime as well in the case of restoring old modeChengguang Xu1-2/+4
2018-08-02ceph: add retry logic for error -ERANGE in ceph_get_acl()Chengguang Xu1-3/+15
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro2-4/+2
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro1-1/+1
2018-07-12introduce FMODE_CREATED and switch to itAl Viro1-1/+1
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