summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
...
| * ceph: stop using current_kernel_time()Arnd Bergmann2018-08-021-1/+4
| * ceph: add d_drop for some error cases in ceph_symlink()Chengguang Xu2018-08-021-2/+4
| * ceph: add d_drop for some error cases in ceph_mknod()Chengguang Xu2018-08-021-3/+5
| * ceph: return errors from posix_acl_equiv_mode() correctlyChengguang Xu2018-08-021-3/+3
| * ceph: fix incorrect use of strncpyYan, Zheng2018-08-021-2/+2
| * libceph: amend "bad option arg" error messageIlya Dryomov2018-08-021-2/+1Star
| * ceph: restore ctime as well in the case of restoring old modeChengguang Xu2018-08-021-2/+4
| * ceph: add retry logic for error -ERANGE in ceph_get_acl()Chengguang Xu2018-08-021-3/+15
* | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-142-6/+4Star
|\ \ | |/ |/|
| * get rid of 'opened' argument of ->atomic_open() - part 3Al Viro2018-07-122-4/+2Star
| * getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro2018-07-121-1/+1
| * introduce FMODE_CREATED and switch to itAl Viro2018-07-121-1/+1
* | ceph: fix dentry leak in splice_dentry()Yan, Zheng2018-06-261-0/+1
|/
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-157-59/+68
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-067-38/+47
| * ceph: make inode time prints to be long longDeepa Dinamani2018-05-261-21/+21
* | Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-06-157-124/+202
|\ \
| * | ceph: show ino32 if the value is different with defaultChengguang Xu2018-06-041-0/+2
| * | ceph: strengthen rsize/wsize/readdir_max_bytes validationChengguang Xu2018-06-041-3/+3
| * | ceph: fix alignment of rasizeChengguang Xu2018-06-041-1/+1
| * | ceph: fix use-after-free in ceph_statfs()Luis Henriques2018-06-041-4/+7
| * | ceph: prevent i_version from going backYan, Zheng2018-06-041-1/+2
| * | ceph: fix wrong check for the case of updating link countYan, Zheng2018-06-041-2/+2
| * | libceph: make abort_on_full a per-osdc settingIlya Dryomov2018-06-043-2/+2
| * | ceph: flush pending works before shutdown superYan, Zheng2018-06-041-0/+9
| * | ceph: abort osd requests on force umountYan, Zheng2018-06-041-0/+1
| * | ceph: fix st_nlink stat for directoriesLuis Henriques2018-06-041-0/+8
| * | ceph: support file lock on directoryYan, Zheng2018-06-041-0/+2
| * | ceph: show wsize only if non-defaultIlya Dryomov2018-06-041-1/+1
| * | ceph: handle the new nfiles/nsubdirs fields in cap messageYan, Zheng2018-06-041-5/+34
| * | ceph: define argument structure for handle_cap_grantYan, Zheng2018-06-041-54/+61
| * | ceph: update i_files/i_subdirs only when Fs cap is issuedYan, Zheng2018-06-041-17/+18
| * | ceph: always get rstat from auth mdsYan, Zheng2018-06-043-18/+35
| * | ceph: use bit flags to define vxattr attributesYan, Zheng2018-06-041-18/+16Star
| |/
* / treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-7/+9
|/
* ceph: fix iov_iter issues in ceph_direct_read_write()Ilya Dryomov2018-05-101-78/+117
* ceph: fix rsize/wsize capping in ceph_direct_read_write()Ilya Dryomov2018-05-101-5/+5
* ceph: check if mds create snaprealm when setting quotaYan, Zheng2018-04-231-3/+25
* ceph: always update atime/mtime/ctime for new inodeYan, Zheng2018-04-161-3/+7
* Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-04-1017-261/+914
|\
| * ceph: quota: report root dir quota usage in statfsLuis Henriques2018-04-023-3/+83
| * ceph: quota: add counter for snaprealms with quotaLuis Henriques2018-04-025-7/+51
| * ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques2018-04-025-15/+19
| * ceph: fix root quota realm checkYan, Zheng2018-04-021-8/+8
| * ceph: don't check quota for snap inodeYan, Zheng2018-04-022-3/+18
| * ceph: quota: update MDS when max_bytes is approachingLuis Henriques2018-04-023-1/+45
| * ceph: quota: support for ceph.quota.max_bytesLuis Henriques2018-04-024-1/+44
| * ceph: quota: don't allow cross-quota renamesLuis Henriques2018-04-023-0/+75
| * ceph: quota: support for ceph.quota.max_filesLuis Henriques2018-04-024-1/+95
| * ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques2018-04-027-1/+149