summaryrefslogtreecommitdiffstats
path: root/fs/ceph/file.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: convert to new timestamp accessorsJeff Layton2023-10-181-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
|\ \
| * | ceph: rely on vfs for setgid strippingYang Xu2022-07-211-4/+0
| |/
* | 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: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-1/+1
* ceph: fix setting of xattrs on async created inodesJeff Layton2022-05-101-3/+13
* fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)2022-04-011-1/+1
* ceph: wake waiters after failed async createJeff Layton2022-03-011-18/+33
* ceph: uninline the data on a file opened for writingDavid Howells2022-03-011-16/+16
* ceph: set pool_ns in new inode layout for async createsJeff Layton2022-01-261-0/+7
* ceph: properly put ceph_string reference after async create attemptJeff Layton2022-01-261-0/+2
* Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2022-01-201-9/+15
|\
| * ceph: add new "nopagecache" optionJeff Layton2022-01-131-9/+15
* | Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-121-3/+10
|\ \ | |/ |/|