summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-03-06nfsd: don't destroy global nfs4_file table in per-net shutdownJeff Layton1-1/+1
2024-03-06NFSD: replace delayed_work with work_struct for nfsd_client_shrinkerDai Ngo2-5/+5
2024-03-06NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown timeDai Ngo3-21/+14
2024-03-06NFSD: Use set_bit(RQ_DROPME)Chuck Lever1-2/+2
2024-03-06NFSD: Avoid clashing function prototypesKees Cook1-255/+377
2024-03-06NFSD: Use only RQ_DROPME to signal the need to drop a replyChuck Lever2-3/+3
2024-03-06NFSD: add CB_RECALL_ANY tracepointsDai Ngo2-0/+52
2024-03-06NFSD: add delegation reaper to react to low memory conditionDai Ngo2-4/+89
2024-03-06NFSD: add support for sending CB_RECALL_ANYDai Ngo4-0/+84
2024-03-06NFSD: refactoring courtesy_client_reaper to a generic low memory shrinkerDai Ngo1-9/+16
2024-03-06trace: Relocate event helper filesChuck Lever2-6/+6
2024-03-06lockd: fix file selection in nlmsvc_cancel_blockedJeff Layton1-3/+4
2024-03-06lockd: ensure we use the correct file descriptor when unlockingJeff Layton1-4/+6
2024-03-06lockd: set missing fl_flags field when retrieving argsJeff Layton2-0/+2
2024-03-06NFSD: Use struct_size() helper in alloc_session()Xiu Jianfeng1-5/+4
2024-03-06nfsd: fix up the filecache laundrette schedulingJeff Layton1-7/+5
2024-03-06nfsd: use locks_inode_context helperJeff Layton1-3/+3
2024-03-06lockd: use locks_inode_context helperJeff Layton1-2/+2
2024-03-06filelock: add a new locks_inode_context accessor functionJeff Layton1-12/+12
2024-03-06NFSD: Fix licensing header in filecache.cChuck Lever1-1/+2
2024-03-06NFSD: Use rhashtable for managing nfs4_file objectsChuck Lever2-39/+63
2024-03-06NFSD: Refactor find_file()Chuck Lever1-21/+15
2024-03-06NFSD: Clean up find_or_add_file()Chuck Lever1-36/+28
2024-03-06NFSD: Add a nfsd4_file_hash_remove() helperChuck Lever1-1/+7
2024-03-06NFSD: Clean up nfsd4_init_file()Chuck Lever1-6/+4
2024-03-06NFSD: Update file_hashtbl() helpersChuck Lever1-2/+2
2024-03-06NFSD: Use const pointers as parameters to fh_ helpersChuck Lever1-4/+6
2024-03-06NFSD: Trace delegation revocationsChuck Lever2-0/+57
2024-03-06NFSD: Trace stateids returned via DELEGRETURNChuck Lever2-0/+2
2024-03-06NFSD: Clean up nfs4_preprocess_stateid_op() call sitesChuck Lever1-24/+7
2024-03-06NFSD: Flesh out a documenting comment for filecache.cChuck Lever1-0/+24
2024-03-06exportfs: use pr_debug for unreachable debug statementsDavid Disseldorp1-4/+4
2024-03-06nfsd: allow disabling NFSv2 at compile timeJeff Layton5-8/+27
2024-03-06nfsd: move nfserrno() to vfs.cJeff Layton8-63/+68
2024-03-06nfsd: ignore requests to disable unsupported versionsJeff Layton1-1/+3
2024-03-06NFSD: Remove redundant assignment to variable host_errColin Ian King1-1/+0
2024-03-06NFSD: Simplify READ_PLUSAnna Schumaker1-107/+32
2024-03-06NFS: Fix data corruption caused by congestion.NeilBrown1-1/+3
2024-03-06efivarfs: Request at most 512 bytes for variable namesTim Schumacher1-6/+11
2024-03-06btrfs: send: don't issue unnecessary zero writes for trailing holeFilipe Manana1-4/+13
2024-03-06btrfs: dev-replace: properly validate device namesDavid Sterba1-4/+20
2024-03-06btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana4-14/+14
2024-03-06afs: Fix endless loop in directory parsingDavid Howells1-1/+3
2024-03-06fs/ntfs3: Fix NULL pointer dereference in 'ni_write_inode'Ye Bin1-0/+1
2024-03-06fs/ntfs3: Fix NULL dereference in ni_write_inodeAbdun Nihaal1-0/+3
2024-03-06fs/ntfs3: Add length check in indx_get_rootEdward Lo1-1/+10
2024-03-06fs/ntfs3: Fix a possible null-pointer dereference in ni_clear()Jia-Ju Bai1-1/+1
2024-03-01fs/ntfs3: Enhance the attribute size checkEdward Lo1-7/+2
2024-03-01fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche1-1/+8
2024-03-01erofs: fix inconsistent per-file compression formatGao Xiang2-11/+14