aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-07-29NFSD: Separate tracepoints for acquire and createChuck Lever3-12/+52
2022-07-29NFSD: Clean up unused code after rhashtable conversionChuck Lever2-33/+1
2022-07-29NFSD: Convert the filecache to use rhashtableChuck Lever2-149/+179
2022-07-29NFSD: Set up an rhashtable for the filecacheChuck Lever2-21/+140
2022-07-29NFSD: Replace the "init once" mechanismChuck Lever1-16/+26
2022-07-29NFSD: Remove nfsd_file::nf_hashvalChuck Lever2-5/+2
2022-07-29NFSD: nfsd_file_hash_remove can compute hashvalChuck Lever1-5/+14
2022-07-29NFSD: Refactor __nfsd_file_close_inode()Chuck Lever2-30/+54
2022-07-29NFSD: nfsd_file_unhash can compute hashval from nf->nf_inodeChuck Lever1-2/+6
2022-07-29NFSD: Remove lockdep assertion from unhash_and_release_locked()Chuck Lever1-2/+0
2022-07-29NFSD: No longer record nf_hashval in the trace logChuck Lever2-31/+29
2022-07-29NFSD: Never call nfsd_file_gc() in foreground pathsChuck Lever1-9/+1
2022-07-29NFSD: Fix the filecache LRU shrinkerChuck Lever1-2/+3
2022-07-29NFSD: Leave open files out of the filecache LRUChuck Lever2-5/+21
2022-07-29NFSD: Trace filecache LRU activityChuck Lever2-13/+70
2022-07-29NFSD: WARN when freeing an item still linked via nf_lruChuck Lever1-2/+10
2022-07-29NFSD: Hook up the filecache stat fileChuck Lever1-0/+10
2022-07-29NFSD: Zero counters when the filecache is re-initializedChuck Lever1-0/+11
2022-07-29NFSD: Record number of flush callsChuck Lever1-2/+11
2022-07-29NFSD: Report the number of items evicted by the LRU walkChuck Lever2-3/+39
2022-07-29NFSD: Refactor nfsd_file_lru_scan()Chuck Lever1-18/+7
2022-07-29NFSD: Refactor nfsd_file_gc()Chuck Lever1-1/+5
2022-07-29NFSD: Add nfsd_file_lru_dispose_list() helperChuck Lever1-7/+22
2022-07-29NFSD: Report average age of filecache itemsChuck Lever2-1/+11
2022-07-29NFSD: Report count of freed filecache itemsChuck Lever1-1/+6
2022-07-29NFSD: Report count of calls to nfsd_file_acquire()Chuck Lever1-2/+9
2022-07-29NFSD: Report filecache LRU sizeChuck Lever1-1/+3
2022-07-29NFSD: Demote a WARN to a pr_warn()Chuck Lever1-3/+3
2022-07-29nfsd: remove redundant assignment to variable lenColin Ian King1-1/+0
2022-07-29NFSD: Fix space and spelling mistakeZhang Jiaming1-2/+2
2022-07-29NFSD: Instrument fh_verify()Chuck Lever2-2/+49
2022-07-29NLM: Defend against file_lock changes after vfs_test_lock()Benjamin Coddington3-11/+8
2022-07-29nfsd: eliminate the NFSD_FILE_BREAK_* flagsJeff Layton3-26/+2
2022-07-16Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-256/+340
2022-07-15Merge tag 'ceph-for-5.19-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds3-13/+17
2022-07-15Revert "btrfs: turn delayed_nodes_tree into an XArray"David Sterba4-44/+50
2022-07-15Revert "btrfs: turn name_cache radix tree into XArray in send_ctx"David Sterba1-18/+22
2022-07-15Revert "btrfs: turn fs_info member buffer_radix into XArray"David Sterba4-55/+97
2022-07-15Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba6-139/+171
2022-07-14Revert "vf/remap: return the amount of bytes actually deduplicated"Linus Torvalds1-1/+1
2022-07-14Merge tag '5.19-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-10/+16
2022-07-14Merge tag 'nfsd-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds3-8/+18
2022-07-14netfs: do not unlock and put the folio twiceXiubo Li3-13/+17
2022-07-13smb3: workaround negprot bug in some Samba serversSteve French1-6/+7
2022-07-13vf/remap: return the amount of bytes actually deduplicatedAnsgar Lößer1-1/+1
2022-07-13fs/remap: constrain dedupe of EOF blocksDave Chinner1-1/+2
2022-07-12Merge tag 'ovl-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+24
2022-07-12cifs: remove unnecessary locking of chan_lock while freeing sessionShyam Prasad N1-2/+0
2022-07-12cifs: fix race condition with delayed threadsShyam Prasad N1-2/+9
2022-07-11Merge tag 'for-5.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-21/+27