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
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-22
NFS: Don't deadlock when cookie hashes collide
Trond Myklebust
1
-11
/
+18
2022-03-21
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-23
/
+4
2022-03-21
NFSv4.1 provide mount option to toggle trunking discovery
Olga Kornievskaia
2
-1
/
+10
2022-03-18
fscache: export fscache_end_operation()
Jeffle Xu
1
-8
/
+0
2022-03-15
fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-15
nfs: Convert from launder_page to launder_folio
Matthew Wilcox (Oracle)
1
-7
/
+7
2022-03-15
nfs: Convert from invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
2
-12
/
+12
2022-03-13
NFS: swap-out must always use STABLE writes.
NeilBrown
1
-4
/
+6
2022-03-13
NFS: swap IO handling is slightly different for O_DIRECT IO
NeilBrown
2
-16
/
+30
2022-03-13
NFSv4: keep state manager thread active if swap is enabled
NeilBrown
4
-10
/
+66
2022-03-13
SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC
NeilBrown
1
-0
/
+2
2022-03-13
NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDS
NeilBrown
1
-4
/
+0
2022-03-13
NFS: remove IS_SWAPFILE hack
NeilBrown
1
-5
/
+0
2022-03-13
NFS: Remove remaining dfprintks related to fscache and remove NFSDBG_FSCACHE
Dave Wysochanski
1
-10
/
+0
2022-03-13
NFS: Replace dfprintks with tracepoints in fscache read and write page functions
Dave Wysochanski
2
-18
/
+102
2022-03-13
NFS: Rename fscache read and write pages functions
Dave Wysochanski
3
-22
/
+15
2022-03-13
NFS: Cleanup usage of nfs_inode in fscache interface
Dave Wysochanski
2
-15
/
+13
2022-03-13
NFSv4.1 restrict GETATTR fs_location query to the main transport
Olga Kornievskaia
1
-2
/
+13
2022-03-13
NFS: remove unneeded check in decode_devicenotify_args()
Alexey Khoroshilov
1
-4
/
+0
2022-03-02
NFS: Cache all entries in the readdirplus reply
Trond Myklebust
1
-14
/
+26
2022-03-02
NFS: Optimise away the previous cookie field
Trond Myklebust
4
-15
/
+14
2022-03-02
NFS: Fix up forced readdirplus
Trond Myklebust
2
-17
/
+40
2022-03-02
NFS: Convert readdir page cache to use a cookie based index
Trond Myklebust
2
-84
/
+69
2022-03-02
NFS: Clean up page array initialisation/free
Trond Myklebust
1
-10
/
+6
2022-03-02
NFS: Trace effects of the readdirplus heuristic
Trond Myklebust
2
-1
/
+60
2022-03-02
NFS: Trace effects of readdirplus on the dcache
Trond Myklebust
2
-0
/
+8
2022-03-02
NFS: Add basic readdir tracing
Trond Myklebust
2
-1
/
+80
2022-03-02
NFS: Don't request readdirplus when revalidation was forced
Trond Myklebust
1
-10
/
+16
2022-03-02
NFS: Readdirplus can't help lookup for case insensitive filesystems
Trond Myklebust
1
-0
/
+2
2022-03-02
NFSv4: Ask for a full XDR buffer of readdir goodness
Trond Myklebust
2
-6
/
+7
2022-03-02
NFS: Don't ask for readdirplus unless it can help nfs_getattr()
Trond Myklebust
1
-20
/
+25
2022-03-02
NFS: Improve heuristic for readdirplus
Trond Myklebust
4
-34
/
+55
2022-03-02
NFS: Reduce use of uncached readdir
Trond Myklebust
1
-20
/
+3
2022-03-02
NFS: Simplify nfs_readdir_xdr_to_array()
Trond Myklebust
1
-18
/
+11
2022-03-02
NFS: If the cookie verifier changes, we must invalidate the page cache
Trond Myklebust
1
-1
/
+6
2022-03-02
NFS: Adjust the amount of readahead performed by NFS readdir
Trond Myklebust
1
-1
/
+52
2022-03-02
NFS: Don't advance the page pointer unless the page is full
Trond Myklebust
1
-10
/
+22
2022-03-02
NFS: Don't re-read the entire page cache to find the next cookie
Trond Myklebust
1
-3
/
+7
2022-03-02
NFS: Store the change attribute in the directory page cache
Trond Myklebust
1
-31
/
+37
2022-02-28
NFSD: Move svc_serv_ops::svo_function into struct svc_serv
Chuck Lever
1
-32
/
+11
2022-02-28
NFSD: Remove svc_serv_ops::svo_module
Chuck Lever
2
-6
/
+2
2022-02-28
SUNRPC: Remove svc_shutdown_net()
Chuck Lever
1
-1
/
+1
2022-02-28
SUNRPC: Rename svc_create_xprt()
Chuck Lever
1
-6
/
+6
2022-02-28
SUNRPC: Remove the .svo_enqueue_xprt method
Chuck Lever
1
-2
/
+0
2022-02-28
NFS: Calculate page offsets algorithmically
Trond Myklebust
1
-5
/
+13
2022-02-28
NFS: Use kzalloc() to avoid initialising the nfs_open_dir_context
Trond Myklebust
1
-7
/
+4
2022-02-28
NFS: Initialise the readdir verifier as best we can in nfs_opendir()
Trond Myklebust
1
-0
/
+1
2022-02-28
NFS: Trace lookup revalidation failure
Trond Myklebust
1
-12
/
+5
2022-02-28
NFS: Return valid errors from nfs2/3_decode_dirent()
Trond Myklebust
2
-16
/
+7
2022-02-28
Revert "NFSv4: use unique client identifiers in network namespaces"
Trond Myklebust
1
-14
/
+0
[prev]
[next]