aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-03-01ceph: wait for async create reply before sending any cap messagesJeff Layton1-0/+14
2022-03-01ceph: eliminate req->r_wait_for_completion from ceph_mds_requestJeff Layton3-13/+15
2022-03-01ceph: uninline the data on a file opened for writingDavid Howells3-124/+64
2022-03-01ceph: make ceph_netfs_issue_op() handle inlined dataDavid Howells1-17/+60
2022-03-01ceph: switch netfs read ops to use rreq->inode instead of rreq->mapping->hostJeff Layton1-3/+3
2022-02-28nfsd: more robust allocation failure handling in nfsd_file_cache_initAmir Goldstein1-3/+3
2022-02-28NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever3-43/+13
2022-02-28NFSD: Remove svc_serv_ops::svo_moduleChuck Lever4-12/+3
2022-02-28SUNRPC: Remove svc_shutdown_net()Chuck Lever3-4/+4
2022-02-28SUNRPC: Rename svc_close_xprt()Chuck Lever1-1/+1
2022-02-28SUNRPC: Rename svc_create_xprt()Chuck Lever4-16/+16
2022-02-28SUNRPC: Remove svo_shutdown methodChuck Lever2-4/+3
2022-02-28SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever3-4/+0
2022-02-28NFSD: Remove NFSD_PROC_ARGS_* macrosChuck Lever1-19/+9
2022-02-28NFSD: Use __sockaddr field to store socket addressesChuck Lever1-40/+39
2022-02-28NFSD: Streamline the rare "found" caseChuck Lever1-4/+3
2022-02-28NFSD: Skip extra computation for RC_NOCACHE caseChuck Lever1-2/+4
2022-02-28NFSD: De-duplicate hash bucket indexingChuck Lever1-12/+10
2022-02-28nfsd: Add support for the birth time attributeOndrej Valousek2-1/+11
2022-02-28NFS: Calculate page offsets algorithmicallyTrond Myklebust1-5/+13
2022-02-28NFS: Use kzalloc() to avoid initialising the nfs_open_dir_contextTrond Myklebust1-7/+4
2022-02-28NFS: Initialise the readdir verifier as best we can in nfs_opendir()Trond Myklebust1-0/+1
2022-02-28NFS: Trace lookup revalidation failureTrond Myklebust1-12/+5
2022-02-28NFS: Return valid errors from nfs2/3_decode_dirent()Trond Myklebust2-16/+7
2022-02-28Revert "NFSv4: use unique client identifiers in network namespaces"Trond Myklebust1-14/+0
2022-02-28Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman127-1022/+2159
2022-02-27nilfs2: pass the operation to bio_allocChristoph Hellwig1-11/+9
2022-02-27ext4: pass the operation to bio_allocChristoph Hellwig1-4/+3
2022-02-27mpage: pass the operation to bio_allocChristoph Hellwig1-29/+21
2022-02-26Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+3
2022-02-26Merge tag 'xfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+5
2022-02-25ext4: add extra check in ext4_mb_mark_bb() to prevent against possible corruptionRitesh Harjani1-0/+8
2022-02-25ext4: add strict range checks while freeing blocksRitesh Harjani1-13/+3
2022-02-25ext4: add ext4_sb_block_valid() refactored out of ext4_inode_block_valid()Ritesh Harjani2-9/+20
2022-02-25ext4: no need to test for block bitmap bits in ext4_mb_mark_bb()Ritesh Harjani1-1/+1
2022-02-25ext4: rename ext4_set_bits to mb_set_bitsRitesh Harjani3-10/+10
2022-02-25ext4: use in_range() for range checking in ext4_fc_replay_check_excludedRitesh Harjani1-2/+2
2022-02-25ext4: refactor ext4_free_blocks() to pull out ext4_mb_clear_bb()Ritesh Harjani1-78/+102
2022-02-25ext4: fix ext4_mb_mark_bb() with flex_bg with fast_commitRitesh Harjani1-54/+75
2022-02-25ext4: correct cluster len and clusters changed accounting in ext4_mb_mark_bbRitesh Harjani1-7/+12
2022-02-25jbd2: remove CONFIG_JBD2_DEBUG to update t_max_waitRitesh Harjani1-4/+3
2022-02-25jbd2: kill t_handle_lock transaction spinlockRitesh Harjani1-19/+9
2022-02-25jbd2: fix use-after-free of transaction_t raceRitesh Harjani1-16/+25
2022-02-25ext4: fix remount with 'abort' optionLukas Czerner1-8/+21
2022-02-25tracefs: Set the group ownership in apply_options() not parse_options()Steven Rostedt (Google)1-2/+3
2022-02-25NFS: Use of mapping_set_error() results in spurious errorsTrond Myklebust1-1/+4
2022-02-25NFS: Clean up NFSv4.2 xattrsTrond Myklebust3-12/+18
2022-02-25NFS: Remove unnecessary XATTR cache invalidation in nfs_fhget()Trond Myklebust1-2/+0
2022-02-25NFS: NFSv2/v3 clients should never be setting NFS_CAP_XATTRTrond Myklebust2-0/+2
2022-02-25NFS: Remove unused flag NFS_INO_REVAL_PAGECACHETrond Myklebust2-4/+2