index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-29
NFSD: Separate tracepoints for acquire and create
Chuck Lever
3
-12
/
+52
2022-07-29
NFSD: Clean up unused code after rhashtable conversion
Chuck Lever
2
-33
/
+1
2022-07-29
NFSD: Convert the filecache to use rhashtable
Chuck Lever
2
-149
/
+179
2022-07-29
NFSD: Set up an rhashtable for the filecache
Chuck Lever
2
-21
/
+140
2022-07-29
NFSD: Replace the "init once" mechanism
Chuck Lever
1
-16
/
+26
2022-07-29
NFSD: Remove nfsd_file::nf_hashval
Chuck Lever
2
-5
/
+2
2022-07-29
NFSD: nfsd_file_hash_remove can compute hashval
Chuck Lever
1
-5
/
+14
2022-07-29
NFSD: Refactor __nfsd_file_close_inode()
Chuck Lever
2
-30
/
+54
2022-07-29
NFSD: nfsd_file_unhash can compute hashval from nf->nf_inode
Chuck Lever
1
-2
/
+6
2022-07-29
NFSD: Remove lockdep assertion from unhash_and_release_locked()
Chuck Lever
1
-2
/
+0
2022-07-29
NFSD: No longer record nf_hashval in the trace log
Chuck Lever
2
-31
/
+29
2022-07-29
NFSD: Never call nfsd_file_gc() in foreground paths
Chuck Lever
1
-9
/
+1
2022-07-29
NFSD: Fix the filecache LRU shrinker
Chuck Lever
1
-2
/
+3
2022-07-29
NFSD: Leave open files out of the filecache LRU
Chuck Lever
2
-5
/
+21
2022-07-29
NFSD: Trace filecache LRU activity
Chuck Lever
2
-13
/
+70
2022-07-29
NFSD: WARN when freeing an item still linked via nf_lru
Chuck Lever
1
-2
/
+10
2022-07-29
NFSD: Hook up the filecache stat file
Chuck Lever
1
-0
/
+10
2022-07-29
NFSD: Zero counters when the filecache is re-initialized
Chuck Lever
1
-0
/
+11
2022-07-29
NFSD: Record number of flush calls
Chuck Lever
1
-2
/
+11
2022-07-29
NFSD: Report the number of items evicted by the LRU walk
Chuck Lever
2
-3
/
+39
2022-07-29
NFSD: Refactor nfsd_file_lru_scan()
Chuck Lever
1
-18
/
+7
2022-07-29
NFSD: Refactor nfsd_file_gc()
Chuck Lever
1
-1
/
+5
2022-07-29
NFSD: Add nfsd_file_lru_dispose_list() helper
Chuck Lever
1
-7
/
+22
2022-07-29
NFSD: Report average age of filecache items
Chuck Lever
2
-1
/
+11
2022-07-29
NFSD: Report count of freed filecache items
Chuck Lever
1
-1
/
+6
2022-07-29
NFSD: Report count of calls to nfsd_file_acquire()
Chuck Lever
1
-2
/
+9
2022-07-29
NFSD: Report filecache LRU size
Chuck Lever
1
-1
/
+3
2022-07-29
NFSD: Demote a WARN to a pr_warn()
Chuck Lever
1
-3
/
+3
2022-07-29
nfsd: remove redundant assignment to variable len
Colin Ian King
1
-1
/
+0
2022-07-29
NFSD: Fix space and spelling mistake
Zhang Jiaming
1
-2
/
+2
2022-07-29
NFSD: Instrument fh_verify()
Chuck Lever
2
-2
/
+49
2022-07-29
NLM: Defend against file_lock changes after vfs_test_lock()
Benjamin Coddington
3
-11
/
+8
2022-07-29
nfsd: eliminate the NFSD_FILE_BREAK_* flags
Jeff Layton
3
-26
/
+2
2022-07-16
Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
9
-256
/
+340
2022-07-15
Merge tag 'ceph-for-5.19-rc7' of https://github.com/ceph/ceph-client
Linus Torvalds
3
-13
/
+17
2022-07-15
Revert "btrfs: turn delayed_nodes_tree into an XArray"
David Sterba
4
-44
/
+50
2022-07-15
Revert "btrfs: turn name_cache radix tree into XArray in send_ctx"
David Sterba
1
-18
/
+22
2022-07-15
Revert "btrfs: turn fs_info member buffer_radix into XArray"
David Sterba
4
-55
/
+97
2022-07-15
Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"
David Sterba
6
-139
/
+171
2022-07-14
Revert "vf/remap: return the amount of bytes actually deduplicated"
Linus Torvalds
1
-1
/
+1
2022-07-14
Merge tag '5.19-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-10
/
+16
2022-07-14
Merge tag 'nfsd-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
3
-8
/
+18
2022-07-14
netfs: do not unlock and put the folio twice
Xiubo Li
3
-13
/
+17
2022-07-13
smb3: workaround negprot bug in some Samba servers
Steve French
1
-6
/
+7
2022-07-13
vf/remap: return the amount of bytes actually deduplicated
Ansgar Lößer
1
-1
/
+1
2022-07-13
fs/remap: constrain dedupe of EOF blocks
Dave Chinner
1
-1
/
+2
2022-07-12
Merge tag 'ovl-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+24
2022-07-12
cifs: remove unnecessary locking of chan_lock while freeing session
Shyam Prasad N
1
-2
/
+0
2022-07-12
cifs: fix race condition with delayed threads
Shyam Prasad N
1
-2
/
+9
2022-07-11
Merge tag 'for-5.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-21
/
+27
[next]