summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFSD: Move nfsd_file_trace_alloc() tracepointChuck Lever2022-07-302-2/+25
* NFSD: Separate tracepoints for acquire and createChuck Lever2022-07-303-12/+52
* NFSD: Clean up unused code after rhashtable conversionChuck Lever2022-07-302-33/+1
* NFSD: Convert the filecache to use rhashtableChuck Lever2022-07-302-149/+179
* NFSD: Set up an rhashtable for the filecacheChuck Lever2022-07-302-21/+140
* NFSD: Replace the "init once" mechanismChuck Lever2022-07-301-16/+26
* NFSD: Remove nfsd_file::nf_hashvalChuck Lever2022-07-302-5/+2
* NFSD: nfsd_file_hash_remove can compute hashvalChuck Lever2022-07-301-5/+14
* NFSD: Refactor __nfsd_file_close_inode()Chuck Lever2022-07-302-30/+54
* NFSD: nfsd_file_unhash can compute hashval from nf->nf_inodeChuck Lever2022-07-301-2/+6
* NFSD: Remove lockdep assertion from unhash_and_release_locked()Chuck Lever2022-07-301-2/+0
* NFSD: No longer record nf_hashval in the trace logChuck Lever2022-07-302-31/+29
* NFSD: Never call nfsd_file_gc() in foreground pathsChuck Lever2022-07-301-9/+1
* NFSD: Fix the filecache LRU shrinkerChuck Lever2022-07-301-2/+3
* NFSD: Leave open files out of the filecache LRUChuck Lever2022-07-302-5/+21
* NFSD: Trace filecache LRU activityChuck Lever2022-07-302-13/+70
* NFSD: WARN when freeing an item still linked via nf_lruChuck Lever2022-07-301-2/+10
* NFSD: Hook up the filecache stat fileChuck Lever2022-07-301-0/+10
* NFSD: Zero counters when the filecache is re-initializedChuck Lever2022-07-301-0/+11
* NFSD: Record number of flush callsChuck Lever2022-07-301-2/+11
* NFSD: Report the number of items evicted by the LRU walkChuck Lever2022-07-302-3/+39
* NFSD: Refactor nfsd_file_lru_scan()Chuck Lever2022-07-301-18/+7
* NFSD: Refactor nfsd_file_gc()Chuck Lever2022-07-301-1/+5
* NFSD: Add nfsd_file_lru_dispose_list() helperChuck Lever2022-07-301-7/+22
* NFSD: Report average age of filecache itemsChuck Lever2022-07-302-1/+11
* NFSD: Report count of freed filecache itemsChuck Lever2022-07-301-1/+6
* NFSD: Report count of calls to nfsd_file_acquire()Chuck Lever2022-07-301-2/+9
* NFSD: Report filecache LRU sizeChuck Lever2022-07-301-1/+3
* NFSD: Demote a WARN to a pr_warn()Chuck Lever2022-07-301-3/+3
* SUNRPC: Fix server-side fault injection documentationChuck Lever2022-07-301-0/+7
* nfsd: remove redundant assignment to variable lenColin Ian King2022-07-301-1/+0
* NFSD: Fix space and spelling mistakeZhang Jiaming2022-07-301-2/+2
* NFSD: Instrument fh_verify()Chuck Lever2022-07-302-2/+49
* SUNRPC: Expand the svc_alloc_arg_err tracepointChuck Lever2022-07-302-6/+10
* NLM: Defend against file_lock changes after vfs_test_lock()Benjamin Coddington2022-07-304-11/+9
* SUNRPC: Fix xdr_encode_bool()Chuck Lever2022-07-301-2/+2
* nfsd: eliminate the NFSD_FILE_BREAK_* flagsJeff Layton2022-07-303-26/+2
* Linux 5.19-rc7v5.19-rc7Linus Torvalds2022-07-171-1/+1
* Merge tag 'drm-intel-fixes-2022-07-17' of git://anongit.freedesktop.org/drm/d...Linus Torvalds2022-07-176-13/+15
|\
| * drm/i915/ttm: fix 32b buildMatthew Auld2022-07-176-13/+15
* | Merge tag 'perf-tools-fixes-for-v5.19-2022-07-17' of git://git.kernel.org/pub...Linus Torvalds2022-07-176-20/+47
|\ \
| * | perf trace: Fix SIGSEGV when processing syscall argsNaveen N. Rao2022-07-171-0/+2
| * | perf tests: Fix Convert perf time to TSC test for hybridAdrian Hunter2022-07-171-14/+4
| * | perf tests: Stop Convert perf time to TSC test opening events twiceAdrian Hunter2022-07-171-3/+6
| * | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-07-171-0/+4
| * | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-07-172-3/+30
| * | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2022-07-171-0/+1
* | | Merge tag 'perf_urgent_for_v5.19_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-07-171-14/+31
|\ \ \
| * | | perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra2022-07-131-14/+31
* | | | Merge tag 'x86_urgent_for_v5.19_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-07-175-5/+19
|\ \ \ \