summaryrefslogtreecommitdiff
path: root/fs/ceph/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * ceph: conversion to new fscache APIJeff Layton2022-01-111-3/+10
* | ceph: fix up non-directory creation in SGID directoriesChristian Brauner2021-12-011-3/+15
* | ceph: initialize i_size variable in ceph_sync_readJeff Layton2021-12-011-1/+1
|/
* Merge tag 'ceph-for-5.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2021-11-131-18/+85
|\
| * ceph: add a new metric to keep track of remote object copiesLuís Henriques2021-11-081-0/+4
| * libceph, ceph: move ceph_osdc_copy_from() into cephfs codeLuís Henriques2021-11-081-11/+63
| * ceph: return the real size read when it hits EOFXiubo Li2021-11-081-5/+8
| * ceph: shut down access to inode when async create failsJeff Layton2021-11-081-1/+9
| * ceph: print inode numbers instead of pointer valuesJeff Layton2021-11-081-1/+1
* | Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-1/+1
|\ \ | |/ |/|
| * fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2021-10-251-1/+1
* | ceph: fix handling of "meta" errorsJeff Layton2021-10-191-1/+0
|/
* Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2021-09-081-15/+17
|\
| * ceph: request Fw caps before updating the mtime in ceph_write_iterJeff Layton2021-09-021-15/+17
* | ceph: Fix race between hole punch and page faultJan Kara2021-07-131-0/+2
|/
* ceph: take reference to req->r_parent at point of assignmentJeff Layton2021-06-291-0/+1
* ceph: add IO size metrics supportXiubo Li2021-06-291-12/+11
* ceph: fix error handling in ceph_atomic_open and ceph_lookupJeff Layton2021-06-221-6/+8
* ceph: must hold snap_rwsem when filling inode for async createJeff Layton2021-06-221-0/+3