aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/brauner/linuxLinus Torvalds1-4/+0
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro1-2/+1
2022-08-08new 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-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-3/+10
2022-01-11ceph: conversion to new fscache APIJeff Layton1-3/+10
2021-12-01ceph: fix up non-directory creation in SGID directoriesChristian Brauner1-3/+15
2021-12-01ceph: initialize i_size variable in ceph_sync_readJeff Layton1-1/+1
2021-11-13Merge tag 'ceph-for-5.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-18/+85
2021-11-08ceph: add a new metric to keep track of remote object copiesLuís Henriques1-0/+4
2021-11-08libceph, ceph: move ceph_osdc_copy_from() into cephfs codeLuís Henriques1-11/+63
2021-11-08ceph: return the real size read when it hits EOFXiubo Li1-5/+8
2021-11-08ceph: shut down access to inode when async create failsJeff Layton1-1/+9
2021-11-08ceph: print inode numbers instead of pointer valuesJeff Layton1-1/+1
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-1/+1
2021-10-19ceph: fix handling of "meta" errorsJeff Layton1-1/+0
2021-09-08Merge 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-27ceph: drop pinned_page parameter from ceph_get_capsJeff Layton1-12/+5
2021-04-27ceph: avoid counting the same request twice or moreXiubo Li1-10/+10
2021-04-27ceph: rename the metric helpersXiubo Li1-6/+6
2021-04-27ceph: 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