summaryrefslogtreecommitdiffstats
path: root/fs/ceph/file.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: set correct cap mask for getattr request for readXiubo Li2024-03-191-3/+5
* ceph: stop copying to iter at EOF on sync readsXiubo Li2024-03-191-10/+13
* Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-01-191-2/+6
|\
| * ceph: try to allocate a smaller extent map for sparse readXiubo Li2024-01-151-2/+6
* | fs: use splice_copy_file_range() inline helperAmir Goldstein2023-12-121-2/+2
* | fs: fork splice_file_range() from do_splice_direct()Amir Goldstein2023-12-011-4/+5
|/
* Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-11-101-119/+163
|\
| * ceph: allow idmapped atomic_open inode opChristian Brauner2023-11-031-2/+9
| * ceph: print cluster fsid and client global_id in all debug logsXiubo Li2023-11-031-104/+141
| * ceph: rename _to_client() to _to_fs_client()Xiubo Li2023-11-031-12/+12
| * ceph: pass the mdsc to several helpersXiubo Li2023-11-031-1/+1
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-1/+1
|\ \ | |/ |/|
| * ceph: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
* | ceph: fix type promotion bug on 32bit systemsDan Carpenter2023-10-091-1/+1
|/
* ceph: switch ceph_lookup/atomic_open() to use new fscrypt helperLuís Henriques2023-08-241-5/+3
* ceph: invalidate pages when doing direct/sync writesLuís Henriques2023-08-241-5/+14
* ceph: plumb in decryption during readsJeff Layton2023-08-241-24/+66
* ceph: add read/modify/write to ceph_sync_writeJeff Layton2023-08-241-28/+290
* ceph: align data in pages in ceph_sync_writeJeff Layton2023-08-241-10/+10
* ceph: don't use special DIO path for encrypted inodesJeff Layton2023-08-241-2/+4
* ceph: add object version support for sync readXiubo Li2023-08-241-12/+32
* ceph: size handling in MClientRequest, cap updates and inode tracesJeff Layton2023-08-241-0/+1
* ceph: add some fscrypt guardrailsJeff Layton2023-08-241-1/+20
* ceph: set DCACHE_NOKEY_NAME flag in ceph_lookup/atomic_open()Jeff Layton2023-08-241-0/+7
* ceph: preallocate inode for ops that may create oneJeff Layton2023-08-221-25/+40
* ceph: add new mount option to enable sparse readsJeff Layton2023-08-221-8/+43
* Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-07-071-1/+2
|\
| * ceph: voluntarily drop Xx caps for requests those touch parent mtimeXiubo Li2023-06-301-1/+2
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-6/+0
|\ \
| * | filemap: update ki_pos in generic_perform_writeChristoph Hellwig2023-06-091-2/+0
| * | backing_dev: remove current->backing_dev_infoChristoph Hellwig2023-06-091-4/+0
| |/
* / ceph: Provide a splice-read wrapperDavid Howells2023-05-241-1/+64
|/
* Merge tag 'ceph-for-6.3-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-03-021-0/+8
|\
| * ceph: update the time stamps and try to drop the suid/sgidXiubo Li2023-02-261-0/+8
* | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-8/+4
|\ \ | |/ |/|
| * ceph: use bvec_set_page to initialize a bvecChristoph Hellwig2023-02-031-8/+4
* | ceph: blocklist the kclient when receiving corrupted snap traceXiubo Li2023-02-021-0/+3
|/
* Merge tag 'ceph-for-6.2-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-12-141-10/+16
|\
| * ceph: try to check caps immediately after async creating finishesXiubo Li2022-12-121-0/+9
| * ceph: remove useless session parameter for check_caps()Xiubo Li2022-12-121-10/+7
* | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-2/+2
|/
* Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-08-111-75/+48
|\
| * libceph: clean up ceph_osdc_start_request prototypeJeff Layton2022-08-031-19/+13
| * ceph: don't truncate file in atomic_openHu Weiwen2022-08-031-3/+6
| * ceph: flush the dirty caps immediatelly when quota is approachingXiubo Li2022-08-031-2/+3
| * ceph: don't get the inline data for new creating filesXiubo Li2022-08-031-3/+2
| * ceph: update the auth cap when the async create req is forwardedXiubo Li2022-08-031-0/+14
| * ceph: convert to generic_file_llseekJeff Layton2022-08-031-47/+5
| * ceph: wait for the first reply of inflight async unlinkXiubo Li2022-08-031-1/+5
* | Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2022-08-091-4/+0
|\ \