index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-12
NFSD: replace delayed_work with work_struct for nfsd_client_shrinker
Dai Ngo
2
-5
/
+5
2023-01-11
NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown time
Dai Ngo
3
-21
/
+14
2023-01-11
NFSD: fix use-after-free in nfsd4_ssc_setup_dul()
Xingyuan Mo
1
-0
/
+1
2023-01-07
NFSD: Use set_bit(RQ_DROPME)
Chuck Lever
1
-2
/
+2
2023-01-06
Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
Chuck Lever
2
-5
/
+4
2023-01-06
nfsd: fix handling of cached open files in nfsd4_open codepath
Jeff Layton
4
-71
/
+42
2023-01-02
nfsd: fix handling of readdir in v4root vs. mount upcall timeout
Jeff Layton
1
-0
/
+11
2022-12-22
nfsd: shut down the NFSv4 state objects before the filecache
Jeff Layton
1
-1
/
+1
2022-12-14
NFSD: fix use-after-free in __nfs42_ssc_open()
Dai Ngo
1
-15
/
+5
2022-12-12
nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failure
Dan Aloni
1
-1
/
+3
2022-12-11
nfsd: rework refcounting in filecache
Jeff Layton
2
-180
/
+189
2022-12-10
NFSD: Avoid clashing function prototypes
Kees Cook
1
-255
/
+377
2022-12-10
NFSD: Use only RQ_DROPME to signal the need to drop a reply
Chuck Lever
2
-3
/
+3
2022-12-10
NFSD: add CB_RECALL_ANY tracepoints
Dai Ngo
2
-0
/
+52
2022-12-10
NFSD: add delegation reaper to react to low memory condition
Dai Ngo
2
-4
/
+89
2022-12-10
NFSD: add support for sending CB_RECALL_ANY
Dai Ngo
4
-0
/
+84
2022-12-10
NFSD: refactoring courtesy_client_reaper to a generic low memory shrinker
Dai Ngo
1
-9
/
+16
2022-12-10
trace: Relocate event helper files
Chuck Lever
2
-6
/
+6
2022-12-10
NFSD: pass range end to vfs_fsync_range() instead of count
Brian Foster
1
-2
/
+3
2022-12-10
lockd: fix file selection in nlmsvc_cancel_blocked
Jeff Layton
1
-3
/
+4
2022-12-10
lockd: ensure we use the correct file descriptor when unlocking
Jeff Layton
1
-4
/
+6
2022-12-10
lockd: set missing fl_flags field when retrieving args
Jeff Layton
2
-0
/
+2
2022-12-10
NFSD: Use struct_size() helper in alloc_session()
Xiu Jianfeng
1
-5
/
+4
2022-12-10
nfsd: return error if nfs4_setacl fails
Jeff Layton
1
-0
/
+2
2022-12-10
lockd: set other missing fields when unlocking files
Trond Myklebust
1
-7
/
+10
2022-12-10
NFSD: Add an nfsd_file_fsync tracepoint
Chuck Lever
2
-1
/
+35
2022-12-10
nfsd: fix up the filecache laundrette scheduling
Jeff Layton
1
-7
/
+5
2022-11-28
nfsd: reorganize filecache.c
Jeff Layton
2
-57
/
+58
2022-11-28
nfsd: remove the pages_flushed statistic from filecache
Jeff Layton
1
-6
/
+1
2022-11-28
NFSD: Fix licensing header in filecache.c
Chuck Lever
1
-1
/
+2
2022-11-28
NFSD: Use rhashtable for managing nfs4_file objects
Chuck Lever
2
-39
/
+63
2022-11-28
NFSD: Refactor find_file()
Chuck Lever
1
-21
/
+15
2022-11-28
NFSD: Clean up find_or_add_file()
Chuck Lever
1
-36
/
+28
2022-11-28
NFSD: Add a nfsd4_file_hash_remove() helper
Chuck Lever
1
-1
/
+7
2022-11-28
NFSD: Clean up nfsd4_init_file()
Chuck Lever
1
-6
/
+4
2022-11-28
NFSD: Update file_hashtbl() helpers
Chuck Lever
1
-2
/
+2
2022-11-28
NFSD: Use const pointers as parameters to fh_ helpers
Chuck Lever
1
-4
/
+6
2022-11-28
NFSD: Trace delegation revocations
Chuck Lever
2
-0
/
+57
2022-11-28
NFSD: Trace stateids returned via DELEGRETURN
Chuck Lever
2
-0
/
+2
2022-11-28
NFSD: Clean up nfs4_preprocess_stateid_op() call sites
Chuck Lever
1
-24
/
+7
2022-11-28
NFSD: Flesh out a documenting comment for filecache.c
Chuck Lever
1
-0
/
+24
2022-11-28
NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collection
Chuck Lever
5
-13
/
+64
2022-11-28
NFSD: Revert "NFSD: NFSv4 CLOSE should release an nfsd_file immediately"
Chuck Lever
3
-21
/
+2
2022-11-28
NFSD: Pass the target nfsd_file to nfsd_commit()
Chuck Lever
4
-14
/
+25
2022-11-28
nfsd: don't call nfsd_file_put from client states seqfile display
Jeff Layton
1
-18
/
+33
2022-11-28
exportfs: use pr_debug for unreachable debug statements
David Disseldorp
1
-4
/
+4
2022-11-28
nfsd: allow disabling NFSv2 at compile time
Jeff Layton
5
-8
/
+27
2022-11-28
nfsd: move nfserrno() to vfs.c
Jeff Layton
8
-63
/
+68
2022-11-28
nfsd: ignore requests to disable unsupported versions
Jeff Layton
1
-1
/
+3
2022-11-28
NFSD: Finish converting the NFSv3 GETACL result encoder
Chuck Lever
1
-24
/
+6
[next]