summaryrefslogtreecommitdiff
path: root/fs/ceph/file.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-09ceph: fix type promotion bug on 32bit systemsDan Carpenter1-1/+1
2023-08-24ceph: switch ceph_lookup/atomic_open() to use new fscrypt helperLuís Henriques1-5/+3
2023-08-24ceph: invalidate pages when doing direct/sync writesLuís Henriques1-5/+14
2023-08-24ceph: plumb in decryption during readsJeff Layton1-24/+66
2023-08-24ceph: add read/modify/write to ceph_sync_writeJeff Layton1-28/+290
2023-08-24ceph: align data in pages in ceph_sync_writeJeff Layton1-10/+10
2023-08-24ceph: don't use special DIO path for encrypted inodesJeff Layton1-2/+4
2023-08-24ceph: add object version support for sync readXiubo Li1-12/+32
2023-08-24ceph: size handling in MClientRequest, cap updates and inode tracesJeff Layton1-0/+1
2023-08-24ceph: add some fscrypt guardrailsJeff Layton1-1/+20
2023-08-24ceph: set DCACHE_NOKEY_NAME flag in ceph_lookup/atomic_open()Jeff Layton1-0/+7
2023-08-22ceph: preallocate inode for ops that may create oneJeff Layton1-25/+40
2023-08-22ceph: add new mount option to enable sparse readsJeff Layton1-8/+43
2023-07-08Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-1/+2
2023-06-30ceph: voluntarily drop Xx caps for requests those touch parent mtimeXiubo Li1-1/+2
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+0
2023-06-10filemap: update ki_pos in generic_perform_writeChristoph Hellwig1-2/+0
2023-06-10backing_dev: remove current->backing_dev_infoChristoph Hellwig1-4/+0
2023-05-24ceph: Provide a splice-read wrapperDavid Howells1-1/+64
2023-03-02Merge tag 'ceph-for-6.3-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-0/+8
2023-02-26ceph: update the time stamps and try to drop the suid/sgidXiubo Li1-0/+8
2023-02-21Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-8/+4
2023-02-03ceph: use bvec_set_page to initialize a bvecChristoph Hellwig1-8/+4
2023-02-02ceph: blocklist the kclient when receiving corrupted snap traceXiubo Li1-0/+3
2022-12-14Merge tag 'ceph-for-6.2-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-10/+16
2022-12-12ceph: try to check caps immediately after async creating finishesXiubo Li1-0/+9
2022-12-12ceph: remove useless session parameter for check_caps()Xiubo Li1-10/+7
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-75/+48
2022-08-09Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-4/+0
2022-08-09iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro1-2/+1
2022-08-09new iov_iter flavour - ITER_UBUFAl Viro1-1/+1
2022-08-03libceph: clean up ceph_osdc_start_request prototypeJeff Layton1-19/+13
2022-08-03ceph: don't truncate file in atomic_openHu Weiwen1-3/+6
2022-08-03ceph: flush the dirty caps immediatelly when quota is approachingXiubo Li1-2/+3
2022-08-03ceph: don't get the inline data for new creating filesXiubo Li1-3/+2
2022-08-03ceph: update the auth cap when the async create req is forwardedXiubo Li1-0/+14
2022-08-03ceph: convert to generic_file_llseekJeff Layton1-47/+5
2022-08-03ceph: wait for the first reply of inflight async unlinkXiubo Li1-1/+5
2022-07-21ceph: rely on vfs for setgid strippingYang Xu1-4/+0
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-1/+1
2022-05-10ceph: fix setting of xattrs on async created inodesJeff Layton1-3/+13
2022-04-01fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)1-1/+1
2022-03-01ceph: wake waiters after failed async createJeff Layton1-18/+33
2022-03-01ceph: uninline the data on a file opened for writingDavid Howells1-16/+16
2022-01-26ceph: set pool_ns in new inode layout for async createsJeff Layton1-0/+7
2022-01-26ceph: properly put ceph_string reference after async create attemptJeff Layton1-0/+2
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-9/+15
2022-01-13ceph: add new "nopagecache" optionJeff Layton1-9/+15
2022-01-13Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+10