summaryrefslogtreecommitdiff
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix NULL pointer dereference for req->r_sessionXiubo Li2022-11-141-36/+12
* ceph: avoid putting the realm twice when decoding snaps failsXiubo Li2022-11-141-1/+2
* ceph: fix a NULL vs IS_ERR() check when calling ceph_lookup_inode()Dan Carpenter2022-11-141-1/+1
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-162-2/+2
|\
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-112-2/+2
* | ceph: fix incorrectly showing the .snap size for statXiubo Li2022-10-041-4/+23
* | ceph: fail the open_by_handle_at() if the dentry is being unlinkedXiubo Li2022-10-041-1/+2
* | ceph: increment i_version when doing a setattr with capsJeff Layton2022-10-041-0/+1
* | ceph: Use kcalloc for allocating multiple elementsKenneth Lee2022-10-041-1/+1
* | ceph: no need to wait for transition RDCACHE|RD -> RDXiubo Li2022-10-041-2/+6
* | ceph: fail the request if the peer MDS doesn't support getvxattr opXiubo Li2022-10-043-1/+17
* | 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