index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-21
nfsd: make a copy of struct iattr before calling notify_change
Jeff Layton
1
-1
/
+9
2024-06-21
NFSD: Fix problem of COMMIT and NFS4ERR_DELAY in infinite loop
Dai Ngo
1
-2
/
+0
2024-06-21
nfsd: simplify the delayed disposal list code
Jeff Layton
1
-42
/
+22
2024-06-21
NFSD: Convert filecache to rhltable
Chuck Lever
2
-187
/
+133
2024-06-21
nfsd: allow reaping files still under writeback
Jeff Layton
2
-4
/
+17
2024-06-21
nfsd: update comment over __nfsd_file_cache_purge
Jeff Layton
1
-1
/
+2
2024-06-21
nfsd: don't take/put an extra reference when putting a file
Jeff Layton
1
-3
/
+1
2024-06-21
nfsd: add some comments to nfsd_file_do_acquire
Jeff Layton
1
-0
/
+5
2024-06-21
nfsd: don't kill nfsd_files because of lease break error
Jeff Layton
1
-14
/
+15
2024-06-21
nfsd: simplify test_bit return in NFSD_FILE_KEY_FULL comparator
Jeff Layton
1
-1
/
+1
2024-06-21
nfsd: NFSD_FILE_KEY_INODE only needs to find GC'ed entries
Jeff Layton
1
-0
/
+4
2024-06-21
nfsd: don't open-code clear_and_wake_up_bit
Jeff Layton
1
-3
/
+1
2024-06-21
nfsd: call op_release, even when op_func returns an error
Jeff Layton
1
-6
/
+5
2024-06-21
NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGAL
Chuck Lever
1
-1
/
+3
2024-06-21
nfsd: don't replace page in rq_pages if it's a continuation of last page
Jeff Layton
1
-1
/
+8
2024-06-21
lockd: set file_lock start and end when decoding nlm4 testargs
Jeff Layton
2
-9
/
+13
2024-06-21
NFSD: Protect against filesystem freezing
Chuck Lever
1
-0
/
+2
2024-06-21
NFSD: copy the whole verifier in nfsd_copy_write_verifier
Chuck Lever
1
-1
/
+1
2024-06-21
nfsd: don't fsync nfsd_files on last close
Jeff Layton
2
-63
/
+12
2024-06-21
nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_open
Jeff Layton
1
-10
/
+11
2024-06-21
NFSD: fix problems with cleanup on errors in nfsd4_copy
Dai Ngo
2
-6
/
+11
2024-06-21
nfsd: don't hand out delegation on setuid files being opened for write
Jeff Layton
1
-0
/
+27
2024-06-21
NFSD: fix leaked reference count of nfsd4_ssc_umount_item
Dai Ngo
1
-4
/
+8
2024-06-21
nfsd: clean up potential nfsd_file refcount leaks in COPY codepath
Jeff Layton
1
-13
/
+10
2024-06-21
nfsd: allow nfsd_file_get to sanely handle a NULL pointer
Jeff Layton
2
-6
/
+3
2024-06-21
NFSD: enhance inter-server copy cleanup
Dai Ngo
2
-68
/
+45
2024-06-21
nfsd: don't destroy global nfs4_file table in per-net shutdown
Jeff Layton
1
-1
/
+1
2024-06-21
nfsd: don't free files unconditionally in __nfsd_file_cache_purge
Jeff Layton
1
-25
/
+36
2024-06-21
NFSD: replace delayed_work with work_struct for nfsd_client_shrinker
Dai Ngo
2
-5
/
+5
2024-06-21
NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown time
Dai Ngo
3
-21
/
+14
2024-06-21
NFSD: fix use-after-free in nfsd4_ssc_setup_dul()
Xingyuan Mo
1
-0
/
+1
2024-06-21
NFSD: Use set_bit(RQ_DROPME)
Chuck Lever
1
-2
/
+2
2024-06-21
Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
Chuck Lever
2
-5
/
+4
2024-06-21
nfsd: fix handling of cached open files in nfsd4_open codepath
Jeff Layton
4
-71
/
+42
2024-06-21
nfsd: rework refcounting in filecache
Jeff Layton
2
-180
/
+189
2024-06-21
NFSD: Avoid clashing function prototypes
Kees Cook
1
-255
/
+377
2024-06-21
NFSD: Use only RQ_DROPME to signal the need to drop a reply
Chuck Lever
2
-3
/
+3
2024-06-21
NFSD: add delegation reaper to react to low memory condition
Dai Ngo
2
-4
/
+89
2024-06-21
NFSD: add support for sending CB_RECALL_ANY
Dai Ngo
4
-0
/
+84
2024-06-21
NFSD: refactoring courtesy_client_reaper to a generic low memory shrinker
Dai Ngo
1
-9
/
+16
2024-06-21
NFSD: pass range end to vfs_fsync_range() instead of count
Brian Foster
1
-2
/
+3
2024-06-21
lockd: fix file selection in nlmsvc_cancel_blocked
Jeff Layton
1
-3
/
+4
2024-06-21
lockd: ensure we use the correct file descriptor when unlocking
Jeff Layton
1
-4
/
+6
2024-06-21
lockd: set missing fl_flags field when retrieving args
Jeff Layton
2
-0
/
+2
2024-06-21
NFSD: Use struct_size() helper in alloc_session()
Xiu Jianfeng
1
-5
/
+4
2024-06-21
nfsd: return error if nfs4_setacl fails
Jeff Layton
1
-0
/
+2
2024-06-21
lockd: set other missing fields when unlocking files
Trond Myklebust
1
-7
/
+10
2024-06-21
NFSD: Add an nfsd_file_fsync tracepoint
Chuck Lever
2
-1
/
+35
2024-06-21
nfsd: fix up the filecache laundrette scheduling
Jeff Layton
1
-7
/
+5
2024-06-21
nfsd: reorganize filecache.c
Jeff Layton
2
-57
/
+58
[prev]
[next]