summaryrefslogtreecommitdiff
path: root/fs/ceph/file.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-01ceph: set pool_ns in new inode layout for async createsJeff Layton1-0/+7
2022-02-01ceph: properly put ceph_string reference after async create attemptJeff Layton1-0/+2
2021-12-22ceph: fix up non-directory creation in SGID directoriesChristian Brauner1-3/+15
2021-10-19ceph: fix handling of "meta" errorsJeff Layton1-1/+0
2021-09-09Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-15/+17
2021-09-02ceph: request Fw caps before updating the mtime in ceph_write_iterJeff Layton1-15/+17
2021-07-13ceph: Fix race between hole punch and page faultJan Kara1-0/+2
2021-06-29ceph: take reference to req->r_parent at point of assignmentJeff Layton1-0/+1
2021-06-29ceph: add IO size metrics supportXiubo Li1-12/+11
2021-06-22ceph: fix error handling in ceph_atomic_open and ceph_lookupJeff Layton1-6/+8
2021-06-22ceph: must hold snap_rwsem when filling inode for async createJeff Layton1-0/+3
2021-04-28ceph: drop pinned_page parameter from ceph_get_capsJeff Layton1-12/+5
2021-04-28ceph: avoid counting the same request twice or moreXiubo Li1-10/+10
2021-04-28ceph: rename the metric helpersXiubo Li1-6/+6
2021-04-28ceph: don't use d_add in ceph_handle_snapdirJeff Layton1-2/+5
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov1-2/+2
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li1-5/+3
2020-10-12ceph: drop special-casing for ITER_PIPE in ceph_sync_readJeff Layton1-47/+24
2020-10-12ceph: remove unnecessary return in switch statementLuis Henriques1-2/+0
2020-08-28Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds1-2/+3
2020-08-24ceph: don't allow setlease on cephfsJeff Layton1-0/+1
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton1-2/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-03ceph: do not access the kiocb after aio requestsXiubo Li1-2/+3
2020-06-01ceph: add read/write latency metric supportXiubo Li1-0/+30
2020-04-13ceph: fix potential bad pointer deref in async dirops cb'sJeff Layton1-2/+2
2020-03-30ceph: simplify calling of ceph_get_fmode()Yan, Zheng1-16/+5
2020-03-30ceph: remove delay check logic from ceph_check_caps()Yan, Zheng1-9/+4
2020-03-30ceph: consider inode's last read/write when calculating wanted capsYan, Zheng1-9/+12
2020-03-30ceph: update dentry lease for async createYan, Zheng1-0/+3
2020-03-30ceph: attempt to do async create when possibleJeff Layton1-7/+240
2020-03-30ceph: cache layout in parent dir on first sync createJeff Layton1-1/+21
2020-03-30ceph: re-org copy_file_range and fix some error pathsLuis Henriques1-73/+100
2020-03-23ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov1-3/+11
2020-02-11ceph: do not execute direct write in parallel if O_APPEND is specifiedXiubo Li1-6/+11
2020-01-27ceph: use copy-from2 op in copy_file_rangeLuis Henriques1-1/+10
2019-12-02Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-11-14ceph: increment/decrement dio counter on async requestsJeff Layton1-0/+4
2019-11-14ceph: take the inode lock before acquiring cap refsJeff Layton1-7/+18
2019-11-05ceph: don't allow copy_file_range when stripe_count != 1Luis Henriques1-2/+10
2019-11-05ceph: don't try to handle hashed dentries in non-O_CREAT atomic_openJeff Layton1-0/+3
2019-10-23ceph: fix compat_ioctl for ceph_dir_operationsArnd Bergmann1-1/+1
2019-09-16ceph: allow object copies across different filesystems in the same clusterLuis Henriques1-4/+13
2019-09-16ceph: add buffered/direct exclusionary locking for reads and writesJeff Layton1-13/+22
2019-09-16ceph: auto reconnect after blacklistedYan, Zheng1-1/+7
2019-09-16ceph: invalidate all write mode filp after reconnectYan, Zheng1-0/+1
2019-09-16ceph: pass filp to ceph_get_caps()Yan, Zheng1-18/+17
2019-09-16ceph: track and report error of async metadata operationYan, Zheng1-2/+4
2019-09-16ceph: allow copy_file_range when src and dst inode are sameJeff Layton1-2/+0
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-13/+21