index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfs4proc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-09
nfsd: fix change_info in NFSv4 RENAME replies
Jeff Layton
1
-2
/
+2
2023-08-29
nfsd: don't allow nfsd threads to be signalled.
NeilBrown
1
-3
/
+2
2023-08-29
nfsd: set missing after_change as before_change + 1
Jeff Layton
1
-1
/
+1
2023-08-29
nfsd: remove unsafe BUG_ON from set_change_info
Jeff Layton
1
-0
/
+32
2023-08-29
nfsd: handle failure to collect pre/post-op attrs more sanely
Jeff Layton
1
-6
/
+8
2023-02-20
NFSD: fix problems with cleanup on errors in nfsd4_copy
Dai Ngo
1
-4
/
+8
2023-02-20
NFSD: fix leaked reference count of nfsd4_ssc_umount_item
Dai Ngo
1
-4
/
+8
2023-02-20
nfsd: clean up potential nfsd_file refcount leaks in COPY codepath
Jeff Layton
1
-13
/
+10
2023-02-20
nfsd: zero out pointers after putting nfsd_files on COPY setup error
Jeff Layton
1
-0
/
+2
2023-02-20
nfsd: don't take nfsd4_copy ref for OP_OFFLOAD_STATUS
Jeff Layton
1
-11
/
+24
2023-02-20
SUNRPC: Use per-CPU counters to tally server RPC counts
Chuck Lever
1
-3
/
+4
2023-02-20
NFSD: enhance inter-server copy cleanup
Dai Ngo
1
-67
/
+44
2023-01-11
NFSD: fix use-after-free in nfsd4_ssc_setup_dul()
Xingyuan Mo
1
-0
/
+1
2023-01-06
Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
Chuck Lever
1
-4
/
+3
2022-12-14
NFSD: fix use-after-free in __nfs42_ssc_open()
Dai Ngo
1
-15
/
+5
2022-12-10
NFSD: pass range end to vfs_fsync_range() instead of count
Brian Foster
1
-2
/
+3
2022-12-10
nfsd: return error if nfs4_setacl fails
Jeff Layton
1
-0
/
+2
2022-11-28
NFSD: Clean up nfs4_preprocess_stateid_op() call sites
Chuck Lever
1
-24
/
+7
2022-11-28
NFSD: Pass the target nfsd_file to nfsd_commit()
Chuck Lever
1
-1
/
+10
2022-09-26
NFSD: Cap rsize_bop result based on send buffer size
Chuck Lever
1
-24
/
+24
2022-09-26
NFSD: Rename the fields in copy_stateid_t
Chuck Lever
1
-3
/
+3
2022-09-26
NFSD: Remove "inline" directives on op_rsize_bop helpers
Chuck Lever
1
-46
/
+75
2022-09-26
NFSD: Reduce amount of struct nfsd4_compoundargs that needs clearing
Chuck Lever
1
-1
/
+1
2022-09-26
SUNRPC: Parametrize how much of argsize should be zeroed
Chuck Lever
1
-0
/
+2
2022-09-26
NFSD: Add tracepoints to report NFSv4 callback completions
Chuck Lever
1
-0
/
+4
2022-09-26
NFSD: Trace NFSv4 COMPOUND tags
Chuck Lever
1
-1
/
+1
2022-09-26
NFSD: Fix handling of oversized NFSv4 COMPOUND requests
Chuck Lever
1
-6
/
+13
2022-09-26
NFSD: remove redundant variable status
Jinpeng Cui
1
-12
/
+4
2022-09-26
NFSD enforce filehandle check for source file in COPY
Olga Kornievskaia
1
-1
/
+7
2022-09-26
NFSD: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-08-04
NFSD: use explicit lock/unlock for directory ops
NeilBrown
1
-2
/
+4
2022-08-04
NFSD: reduce locking in nfsd_lookup()
NeilBrown
1
-8
/
+12
2022-08-04
NFSD: always drop directory lock in nfsd_unlink()
NeilBrown
1
-3
/
+1
2022-08-04
NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning.
NeilBrown
1
-2
/
+0
2022-08-04
NFSD: add posix ACLs to struct nfsd_attrs
NeilBrown
1
-30
/
+16
2022-07-29
NFSD: add security label to struct nfsd_attrs
NeilBrown
1
-40
/
+9
2022-07-29
NFSD: set attributes when creating symlinks
NeilBrown
1
-1
/
+1
2022-07-29
NFSD: introduce struct nfsd_attrs
NeilBrown
1
-7
/
+16
2022-07-29
NFSD: verify the opened dentry after setting a delegation
Jeff Layton
1
-0
/
+1
2022-07-29
NFSD: Move copy offload callback arguments into a separate structure
Chuck Lever
1
-22
/
+22
2022-07-29
NFSD: Add nfsd4_send_cb_offload()
Chuck Lever
1
-15
/
+22
2022-07-29
NFSD: Remove kmalloc from nfsd4_do_async_copy()
Chuck Lever
1
-14
/
+14
2022-07-29
NFSD: Refactor nfsd4_do_copy()
Chuck Lever
1
-8
/
+14
2022-07-29
NFSD: Refactor nfsd4_cleanup_inter_ssc() (2/2)
Chuck Lever
1
-8
/
+7
2022-07-29
NFSD: Refactor nfsd4_cleanup_inter_ssc() (1/2)
Chuck Lever
1
-5
/
+5
2022-07-29
NFSD: Replace boolean fields in struct nfsd4_copy
Chuck Lever
1
-32
/
+19
2022-07-29
NFSD: Make nfs4_put_copy() static
Chuck Lever
1
-1
/
+1
2022-07-29
NFSD: Shrink size of struct nfsd4_copy
Chuck Lever
1
-2
/
+6
2022-07-29
NFSD: Shrink size of struct nfsd4_copy_notify
Chuck Lever
1
-2
/
+2
2022-07-29
NFSD: Fix strncpy() fortify warning
Chuck Lever
1
-1
/
+1
[next]