summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-114-52/+2
|\
| * iomap: remove iomap_writepageChristoph Hellwig2022-07-221-15/+0
| * zonefs: remove ->writepageChristoph Hellwig2022-07-221-8/+0
| * gfs2: remove ->writepageChristoph Hellwig2022-07-221-26/+0
| * gfs2: stop using generic_writepages in gfs2_ail1_start_oneChristoph Hellwig2022-07-221-3/+2
* | Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-08-1117-205/+480
|\ \
| * | libceph: clean up ceph_osdc_start_request prototypeJeff Layton2022-08-032-39/+26
| * | ceph: remove useless check for the folioXiubo Li2022-08-031-10/+7
| * | ceph: don't truncate file in atomic_openHu Weiwen2022-08-031-3/+6
| * | ceph: make f_bsize always equal to f_frsizeXiubo Li2022-08-031-7/+9
| * | ceph: flush the dirty caps immediatelly when quota is approachingXiubo Li2022-08-032-4/+6
| * | ceph: don't get the inline data for new creating filesXiubo Li2022-08-035-9/+16
| * | ceph: update the auth cap when the async create req is forwardedXiubo Li2022-08-033-0/+74
| * | ceph: make change_auth_cap_ses a global symbolXiubo Li2022-08-032-2/+4
| * | ceph: switch back to testing for NULL folio->private in ceph_dirty_folioJeff Layton2022-08-031-1/+1
| * | ceph: call netfs_subreq_terminated with was_async == falseJeff Layton2022-08-031-1/+1
| * | ceph: convert to generic_file_llseekJeff Layton2022-08-031-47/+5
| * | ceph: don't leak snap_rwsem in handle_cap_grantJeff Layton2022-08-031-14/+13
| * | ceph: prevent a client from exceeding the MDS maximum xattr sizeLuís Henriques2022-08-032-8/+26
| * | ceph: choose auth MDS for getxattr with the Xs capsXiubo Li2022-08-031-1/+7
| * | ceph: add session already open notify supportXiubo Li2022-08-032-6/+24
| * | ceph: wait for the first reply of inflight async unlinkXiubo Li2022-08-036-16/+167
| * | fs/dcache: export d_same_name() helperXiubo Li2022-08-031-4/+11
| * | ceph: remove useless CEPHFS_FEATURES_CLIENT_REQUIREDXiubo Li2022-08-031-1/+0
| * | ceph: use correct index when encoding client supported featuresLuís Henriques2022-08-032-8/+5
| * | fscrypt: add fscrypt_context_for_new_inodeJeff Layton2022-08-031-6/+29
| * | fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_sizeJeff Layton2022-08-033-15/+36
| * | fs: change test in inode_insert5 for adding to the sb listJeff Layton2022-08-031-3/+7
* | | Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-08-1017-289/+513
|\ \ \
| * | | NFS: Improve readpage/writepage tracingTrond Myklebust2022-08-091-28/+26
| * | | NFS: Improve O_DIRECT tracingTrond Myklebust2022-08-091-12/+9
| * | | NFS: Improve write error tracingTrond Myklebust2022-08-092-18/+26
| * | | NFS: don't unhash dentry during unlink/renameNeilBrown2022-08-081-18/+54
| * | | NFSv4/pnfs: Fix a use-after-free bug in openTrond Myklebust2022-08-021-5/+6
| * | | NFS: nfs_async_write_reschedule_io must not recurse into the writeback codeTrond Myklebust2022-08-021-2/+0
| * | | NFSv4.1: RECLAIM_COMPLETE must handle EACCESZhang Xianwei2022-07-271-0/+3
| * | | NFSv4.1 probe offline transports for trunking on session creationOlga Kornievskaia2022-07-251-0/+8
| * | | NFSv4.1 remove xprt from xprt_switch if session trunking test failsOlga Kornievskaia2022-07-251-0/+3
| * | | NFSv4.1 offline trunkable transports on DESTROY_SESSIONOlga Kornievskaia2022-07-251-0/+1
| * | | NFS: Replace the READ_PLUS decoding codeAnna Schumaker2022-07-231-82/+88
| * | | NFS: Replace fs_context-related dprintk() call sites with tracepointsChuck Lever2022-07-232-10/+73
| * | | nfs: only issue commit in DIO codepath if we have uncommitted dataJeff Layton2022-07-232-19/+31
| * | | nfs: always check dreq->error after a commitJeff Layton2022-07-231-1/+2
| * | | nfs: add new nfs_direct_req tracepoint eventsJeff Layton2022-07-233-33/+114
| * | | NFSv4: Fix races in the legacy idmapper upcallTrond Myklebust2022-07-131-22/+24
| * | | NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZEAnna Schumaker2022-07-124-10/+31
| * | | nfs: fix port value parsingIan Kent2022-07-121-1/+1
| * | | nfs: Replace kmap() with kmap_local_page()Fabio M. De Francesco2022-07-121-2/+2
| * | | NFS: remove redundant code in nfs_file_write()ChenXiaoSong2022-07-121-2/+0
| * | | nfs/blocklayout: refactor block device openingChristoph Hellwig2022-07-121-31/+11