index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
lockd
/
svc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-20
nfsd: degraded slot-count more gracefully as allocation nears exhaustion.
NeilBrown
1
-4
/
+11
2019-09-20
nfsd: handle drc over-allocation gracefully.
NeilBrown
1
-4
/
+15
2019-09-10
nfsd: add support for upcall version 2
Scott Mayhew
4
-17
/
+245
2019-09-10
nfsd: add a "GetVersion" upcall for nfsdcld
Scott Mayhew
2
-51
/
+127
2019-09-10
nfsd: Reset the boot verifier on all write I/O errors
Trond Myklebust
1
-4
/
+15
2019-09-10
nfsd: Don't garbage collect files that might contain write errors
Trond Myklebust
1
-1
/
+42
2019-09-10
nfsd: Support the server resetting the boot verifier
Trond Myklebust
5
-15
/
+48
2019-09-10
nfsd: nfsd_file cache entries should be per net namespace
Trond Myklebust
4
-14
/
+25
2019-08-29
nfsd: eliminate an unnecessary acl size limit
J. Bruce Fields
2
-9
/
+13
2019-08-26
Deprecate nfsd fault injection
J. Bruce Fields
1
-1
/
+1
2019-08-20
nfsd: remove duplicated include from filecache.c
YueHaibing
1
-1
/
+0
2019-08-19
nfsd: Fix the documentation for svcxdr_tmpalloc()
Trond Myklebust
1
-3
/
+3
2019-08-19
nfsd: Fix up some unused variable warnings
Trond Myklebust
1
-7
/
+4
2019-08-19
nfsd: close cached files prior to a REMOVE or RENAME that would replace target
Jeff Layton
1
-9
/
+53
2019-08-19
nfsd: rip out the raparms cache
Jeff Layton
3
-167
/
+1
2019-08-19
nfsd: have nfsd_test_lock use the nfsd_file cache
Jeff Layton
1
-4
/
+4
2019-08-19
nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cache
Jeff Layton
5
-74
/
+68
2019-08-19
nfsd: convert fi_deleg_file and ls_file fields to nfsd_file
Jeff Layton
5
-81
/
+85
2019-08-19
nfsd: convert nfs4_file->fi_fds array to use nfsd_files
Jeff Layton
2
-18
/
+19
2019-08-19
nfsd: hook nfsd_commit up to the nfsd_file cache
Jeff Layton
1
-7
/
+7
2019-08-19
nfsd: hook up nfsd_read to the nfsd_file cache
Jeff Layton
1
-7
/
+4
2019-08-19
nfsd: hook up nfsd_write to the new nfsd_file cache
Jeff Layton
1
-5
/
+7
2019-08-19
nfsd: add a new struct file caching facility to nfsd
Jeff Layton
9
-24
/
+1155
2019-08-19
vfs: Export flush_delayed_fput for use by knfsd.
Trond Myklebust
1
-0
/
+1
2019-08-19
notify: export symbols for use by the knfsd file cache
Trond Myklebust
4
-2
/
+10
2019-08-19
locks: create a new notifier chain for lease attempts
Jeff Layton
2
-0
/
+66
2019-08-19
sunrpc: add a new cache_detail operation for when a cache is flushed
Jeff Layton
2
-0
/
+4
2019-08-19
svcrdma: Use llist for managing cache of recv_ctxts
Chuck Lever
3
-18
/
+14
2019-08-19
svcrdma: Remove svc_rdma_wq
Chuck Lever
3
-9
/
+2
2019-08-16
nfsd: Remove unnecessary NULL checks
J. Bruce Fields
1
-20
/
+15
2019-08-16
nfsd4: Fix kernel crash when reading proc file reply_cache_stats
He Zhe
1
-1
/
+1
2019-08-15
nfsd: initialize i_private before d_add
J. Bruce Fields
1
-6
/
+6
2019-08-15
nfsd: use i_wrlock instead of rcu for nfsdfs i_private
J. Bruce Fields
1
-4
/
+2
2019-08-15
nfsd: fix dentry leak upon mkdir failure.
Tetsuo Handa
1
-0
/
+1
2019-07-30
SUNRPC: Track writers of the 'channel' file to improve cache_listeners_exist
Dave Wysochanski
2
-7
/
+11
2019-07-28
Linux 5.3-rc2
v5.3-rc2
Linus Torvalds
1
-1
/
+1
2019-07-27
kbuild: remove unused single-used-m
Masahiro Yamada
1
-2
/
+0
2019-07-27
gen_compile_commands: lower the entry count threshold
Masahiro Yamada
1
-2
/
+2
2019-07-27
.gitignore: Add compilation database file
Toru Komatsu
1
-0
/
+3
2019-07-27
kbuild: remove unused objectify macro
Masahiro Yamada
1
-3
/
+0
2019-07-27
dt-bindings: Fix more $id value mismatches filenames
Rob Herring
11
-11
/
+11
2019-07-27
dt-bindings: nvmem: SID: Fix the examples node names
Maxime Ripard
1
-2
/
+2
2019-07-27
dt-bindings: nvmem: Add YAML schemas for the generic NVMEM bindings
Maxime Ripard
3
-80
/
+139
2019-07-27
of: Fix typo in kerneldoc
Thierry Reding
1
-1
/
+1
2019-07-26
block: fix max segment size handling in blk_queue_virt_boundary
Christoph Hellwig
1
-1
/
+2
2019-07-26
docs: phy: Drop duplicate 'be made'
Guido Günther
1
-2
/
+2
2019-07-26
fix the struct mount leak in umount_tree()
Al Viro
1
-2
/
+2
2019-07-26
MAINTAINERS: vfio-ccw: Remove myself as the maintainer
Farhan Ali
1
-1
/
+0
2019-07-26
s390/mm: use shared variables for sysctl range check
Vasily Gorbik
1
-4
/
+2
2019-07-26
virtio/s390: fix race on airq_areas[]
Halil Pasic
1
-0
/
+4
[next]