summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
...
* | ceph: wake up the waiters if any new caps comesXiubo Li2022-10-041-0/+4
|/
* Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-08-1111-177/+397
|\
| * libceph: clean up ceph_osdc_start_request prototypeJeff Layton2022-08-032-39/+26
| * ceph: remove useless check for the folioXiubo Li2022-08-031-10/+7
| * ceph: don't truncate file in atomic_openHu Weiwen2022-08-031-3/+6
| * ceph: make f_bsize always equal to f_frsizeXiubo Li2022-08-031-7/+9
| * ceph: flush the dirty caps immediatelly when quota is approachingXiubo Li2022-08-032-4/+6
| * ceph: don't get the inline data for new creating filesXiubo Li2022-08-035-9/+16
| * ceph: update the auth cap when the async create req is forwardedXiubo Li2022-08-033-0/+74
| * ceph: make change_auth_cap_ses a global symbolXiubo Li2022-08-032-2/+4
| * ceph: switch back to testing for NULL folio->private in ceph_dirty_folioJeff Layton2022-08-031-1/+1
| * ceph: call netfs_subreq_terminated with was_async == falseJeff Layton2022-08-031-1/+1
| * ceph: convert to generic_file_llseekJeff Layton2022-08-031-47/+5
| * ceph: don't leak snap_rwsem in handle_cap_grantJeff Layton2022-08-031-14/+13
| * ceph: prevent a client from exceeding the MDS maximum xattr sizeLuís Henriques2022-08-032-8/+26
| * ceph: choose auth MDS for getxattr with the Xs capsXiubo Li2022-08-031-1/+7
| * ceph: add session already open notify supportXiubo Li2022-08-032-6/+24
| * ceph: wait for the first reply of inflight async unlinkXiubo Li2022-08-036-16/+167
| * ceph: remove useless CEPHFS_FEATURES_CLIENT_REQUIREDXiubo Li2022-08-031-1/+0
| * ceph: use correct index when encoding client supported featuresLuís Henriques2022-08-032-8/+5
* | Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2022-08-091-4/+0
|\ \
| * | ceph: rely on vfs for setgid strippingYang Xu2022-07-211-4/+0
| |/
* | ceph: switch the last caller of iov_iter_get_pages_alloc()Al Viro2022-08-081-1/+1
* | iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2022-08-081-2/+1
* | new iov_iter flavour - ITER_UBUFAl Viro2022-08-081-1/+1
|/
* netfs: do not unlock and put the folio twiceXiubo Li2022-07-141-5/+6
* ceph: wait on async create before checking caps for syncfsJeff Layton2022-06-291-0/+1
* netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells2022-06-101-5/+4
* netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds2022-06-103-3/+4
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-0911-87/+80
* netfs: gcc-12: temporarily disable '-Wattribute-warning' for nowLinus Torvalds2022-06-091-0/+3
* Merge tag 'ceph-for-5.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-06-029-90/+244
|\
| * ceph: fix decoding of client session messages flagsLuís Henriques2022-05-251-5/+9
| * ceph: switch TASK_INTERRUPTIBLE to TASK_KILLABLEXiubo Li2022-05-251-1/+1
| * ceph: remove redundant variable inoColin Ian King2022-05-251-2/+2
| * ceph: try to queue a writeback if revoking failsXiubo Li2022-05-251-4/+24
| * ceph: fix statfs for subdir mountsLuís Henriques2022-05-253-13/+36
| * ceph: fix possible deadlock when holding Fwb to get inline_dataXiubo Li2022-05-251-14/+19
| * ceph: redirty the page for writepage on failureXiubo Li2022-05-251-1/+3
| * ceph: try to choose the auth MDS if possible for getattrXiubo Li2022-05-253-2/+29
| * ceph: disable updating the atime since cephfs won't maintain itXiubo Li2022-05-252-1/+1
| * ceph: flush the mdlog for filesystem syncXiubo Li2022-05-251-6/+27
| * ceph: rename unsafe_request_wait()Xiubo Li2022-05-251-4/+4
| * ceph: fix statx AT_STATX_DONT_SYNC vs AT_STATX_FORCE_SYNC checkXiubo Li2022-05-251-1/+1
| * ceph: no need to invalidate the fscache twiceXiubo Li2022-05-251-1/+0
| * ceph: replace usage of found with dedicated list iterator variableJakob Koschel2022-05-251-17/+15
| * ceph: use dedicated list iterator variableJakob Koschel2022-05-251-3/+4
| * ceph: update the dlease for the hashed dentry when removingXiubo Li2022-05-251-1/+3
| * ceph: stop retrying the request when exceeding 256 timesXiubo Li2022-05-251-2/+23
| * ceph: stop forwarding the request when exceeding 256 timesXiubo Li2022-05-251-5/+34