Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
b4adb7578169ea810d2c3d9b2f3ad1aebef96886
/
fs
/
nfsd
08dffcc
Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 5 years ago
50d0def
nfsd: make nfsd_filecache_wq variable static
by Chen Zhou
· 5 years ago
91fd3c3
nfsd4: fix double free in nfsd4_do_async_copy()
by Dan Carpenter
· 5 years ago
689827c
nfsd: convert file cache to use over/underflow safe refcount
by Trond Myklebust
· 5 years ago
c192855
nfsd: Define the file access mode enum for tracing
by Trond Myklebust
· 5 years ago
a9ceb060
nfsd: Fix a perf warning
by Trond Myklebust
· 5 years ago
97a3253
proc: convert everything to "struct proc_ops"
by Alexey Dobriyan
· 5 years ago
19e0663
nfsd: Ensure sampling of the write verifier is atomic with the write
by Trond Myklebust
· 5 years ago
524ff1a
nfsd: Ensure sampling of the commit verifier is atomic with the commit
by Trond Myklebust
· 5 years ago
1b28d75
nfsd: Ensure exclusion between CLONE and WRITE errors
by Trond Myklebust
· 5 years ago
b66ae6d
nfsd: Pass the nfsd_file as arguments to nfsd4_clone_file_range()
by Trond Myklebust
· 5 years ago
7bf94c6
nfsd: Update the boot verifier on stable writes too.
by Trond Myklebust
· 5 years ago
5011af4
nfsd: Fix stable writes
by Trond Myklebust
· 5 years ago
16f8f89
nfsd: Allow nfsd_vfs_write() to take the nfsd_file as an argument
by Trond Myklebust
· 5 years ago
90d2f1d
nfsd: Fix a soft lockup race in nfsd_file_mark_find_or_create()
by Trond Myklebust
· 5 years ago
b666930
nfsd: Reduce the number of calls to nfsd_file_gc()
by Trond Myklebust
· 5 years ago
55f84cc4
nfsd: Schedule the laundrette regularly irrespective of file errors
by Trond Myklebust
· 5 years ago
bd6e1ce
nfsd: Remove unused constant NFSD_FILE_LRU_RESCAN
by Trond Myklebust
· 5 years ago
9542e6a
nfsd: Containerise filecache laundrette
by Trond Myklebust
· 5 years ago
36ebbdb
nfsd: cleanup nfsd_file_lru_dispose()
by Trond Myklebust
· 5 years ago
28c7d86
nfsd: fix filecache lookup
by Trond Myklebust
· 5 years ago
e44b4bf
nfsd: use true,false for bool variable in nfssvc.c
by zhengbin
· 5 years ago
500c2481
nfsd: use true,false for bool variable in nfs4proc.c
by zhengbin
· 5 years ago
384a7cca
nfsd: use true,false for bool variable in vfs.c
by zhengbin
· 5 years ago
364d581
nfsd: remove nfs4_reset_lease() declarations
by Arnd Bergmann
· 5 years ago
9104ae4
nfsd: use ktime_get_real_seconds() in nfs4_verifier
by Arnd Bergmann
· 5 years ago
20b7d86
nfsd: use boottime for lease expiry calculation
by Arnd Bergmann
· 5 years ago
9594497
nfsd: fix jiffies/time_t mixup in LRU list
by Arnd Bergmann
· 5 years ago
2561c92
nfsd: fix delay timer on 32-bit architectures
by Arnd Bergmann
· 5 years ago
b6356d42
nfsd: use time64_t in nfsd_proc_setattr() check
by Arnd Bergmann
· 5 years ago
2a1aa48
nfsd: pass a 64-bit guardtime to nfsd_setattr()
by Arnd Bergmann
· 5 years ago
9cc7680
nfsd: make 'boot_time' 64-bit wide
by Arnd Bergmann
· 5 years ago
e4598e3
nfsd: use timespec64 in encode_time_delta
by Arnd Bergmann
· 5 years ago
92c5e46
nfsd: handle nfs3 timestamps as unsigned
by Arnd Bergmann
· 5 years ago
e29f470
nfsd: print 64-bit timestamps in client_info_show
by Arnd Bergmann
· 5 years ago
b3f255e
nfsd: use ktime_get_seconds() for timestamps
by Arnd Bergmann
· 7 years ago
fc1b206
nfsd: remove unnecessary assertion in nfsd4_encode_replay
by Aditya Pakki
· 5 years ago
57f6403
nfsd: Clone should commit src file metadata too
by Trond Myklebust
· 5 years ago
fc5fc5d
nfsd4: Remove unneeded semicolon
by zhengbin
· 5 years ago
09a80f2
nfsd: Return the correct number of bytes written to the file
by Trond Myklebust
· 5 years ago
d781e3d
nfsd4: avoid NULL deference on strange COPY compounds
by J. Bruce Fields
· 5 years ago
2e577f0
NFSD fixing possible null pointer derefering in copy offload
by Olga Kornievskaia
· 5 years ago
b8290ca
NFSD fix nfserro errno mismatch
by Olga Kornievskaia
· 5 years ago
3f9544c
NFSD: fix seqid in copy stateid
by Olga Kornievskaia
· 5 years ago
10db651
NFSD fix mismatching type in nfsd4_set_netaddr
by Olga Kornievskaia
· 5 years ago
5277a79
nfsd: unlock on error in manage_cpntf_state()
by Dan Carpenter
· 5 years ago
ce0887a
NFSD add nfs4 inter ssc to nfsd4_copy
by Olga Kornievskaia
· 5 years ago
b9e8638
NFSD: allow inter server COPY to have a STALE source server fh
by Olga Kornievskaia
· 5 years ago
51100d2
NFSD generalize nfsd4_compound_state flag names
by Olga Kornievskaia
· 6 years ago
b734220
NFSD check stateids against copy stateids
by Olga Kornievskaia
· 5 years ago
624322f
NFSD add COPY_NOTIFY operation
by Olga Kornievskaia
· 5 years ago
5191186
NFSD COPY_NOTIFY xdr
by Olga Kornievskaia
· 5 years ago
84e1b21
NFSD add ca_source_server<> to COPY
by Olga Kornievskaia
· 5 years ago
af76fc6
NFSD fill-in netloc4 structure
by Olga Kornievskaia
· 6 years ago
911d137
Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 5 years ago
38a2204
nfsd: depend on CRYPTO_MD5 for legacy client tracking
by Patrick Steinhardt
· 5 years ago
18f428d
NFSD fixing possible null pointer derefering in copy offload
by Olga Kornievskaia
· 5 years ago
466e16f
nfsd: check for EBUSY from vfs_rmdir/vfs_unink.
by NeilBrown
· 5 years ago
a25e3726
nfsd: Ensure CLONE persists data and metadata changes to the target file
by Trond Myklebust
· 5 years ago
7c14905
nfsd: restore NFSv3 ACL support
by J. Bruce Fields
· 5 years ago
6c2d4798
new helper: lookup_positive_unlocked()
by Al Viro
· 5 years ago
a2e2f2d
nfsd: v4 support requires CRYPTO_SHA256
by Scott Mayhew
· 5 years ago
18b9a89
nfsd: Fix cld_net->cn_tfm initialization
by Scott Mayhew
· 5 years ago
2a67803
nfsd: Drop LIST_HEAD where the variable it declares is never used.
by Mao Wenan
· 5 years ago
cc1ce2f
nfsd: document callback_wq serialization of callback code
by J. Bruce Fields
· 5 years ago
20428a8
nfsd: mark cb path down on unknown errors
by J. Bruce Fields
· 5 years ago
2bbfed9
nfsd: Fix races between nfsd4_cb_release() and nfsd4_shutdown_callback()
by Trond Myklebust
· 5 years ago
12357f1
nfsd: minor 4.1 callback cleanup
by Trond Myklebust
· 5 years ago
12b4157
nfsd: remove private bin2hex implementation
by Andy Shevchenko
· 5 years ago
6e73e92
nfsd4: fix up replay_matches_cache()
by Scott Mayhew
· 5 years ago
c4b77ed
nfsd: "\%s" should be "%s"
by J. Bruce Fields
· 5 years ago
19a1aad
nfsd: remove set but not used variable 'len'
by YueHaibing
· 5 years ago
298fb76
Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 5 years ago
83a6307
nfsd: fix nfs read eof detection
by Trond Myklebust
· 5 years ago
65643f4
nfsd: Make nfsd_reset_boot_verifier_locked static
by YueHaibing
· 5 years ago
2030ca5
nfsd: degraded slot-count more gracefully as allocation nears exhaustion.
by NeilBrown
· 5 years ago
7f49fd5d
nfsd: handle drc over-allocation gracefully.
by NeilBrown
· 5 years ago
e170eb2
Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
6ee95d1
nfsd: add support for upcall version 2
by Scott Mayhew
· 5 years ago
11a60d1
nfsd: add a "GetVersion" upcall for nfsdcld
by Scott Mayhew
· 5 years ago
bbf2f09
nfsd: Reset the boot verifier on all write I/O errors
by Trond Myklebust
· 5 years ago
055b24a
nfsd: Don't garbage collect files that might contain write errors
by Trond Myklebust
· 5 years ago
27c438f
nfsd: Support the server resetting the boot verifier
by Trond Myklebust
· 5 years ago
5e11322
nfsd: nfsd_file cache entries should be per net namespace
by Trond Myklebust
· 5 years ago
533770c
new helper: get_tree_keyed()
by Al Viro
· 5 years ago
2b86e3a
nfsd: eliminate an unnecessary acl size limit
by J. Bruce Fields
· 5 years ago
9d60d93
Deprecate nfsd fault injection
by J. Bruce Fields
· 5 years ago
bb13f35
nfsd: remove duplicated include from filecache.c
by YueHaibing
· 5 years ago
ed99275
nfsd: Fix the documentation for svcxdr_tmpalloc()
by Trond Myklebust
· 5 years ago
b96811c
nfsd: Fix up some unused variable warnings
by Trond Myklebust
· 5 years ago
7775ec5
nfsd: close cached files prior to a REMOVE or RENAME that would replace target
by Jeff Layton
· 5 years ago
501cb18
nfsd: rip out the raparms cache
by Jeff Layton
· 5 years ago
6b556ca
nfsd: have nfsd_test_lock use the nfsd_file cache
by Jeff Layton
· 5 years ago
5c4583b
nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cache
by Jeff Layton
· 5 years ago
eb82dd3
nfsd: convert fi_deleg_file and ls_file fields to nfsd_file
by Jeff Layton
· 5 years ago
fd4f83f
nfsd: convert nfs4_file->fi_fds array to use nfsd_files
by Jeff Layton
· 5 years ago
5920afa
nfsd: hook nfsd_commit up to the nfsd_file cache
by Jeff Layton
· 5 years ago
48cd7b5
nfsd: hook up nfsd_read to the nfsd_file cache
by Jeff Layton
· 5 years ago
b493523
nfsd: hook up nfsd_write to the new nfsd_file cache
by Jeff Layton
· 5 years ago
65294c1
nfsd: add a new struct file caching facility to nfsd
by Jeff Layton
· 5 years ago
Next »