index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
Commit message (
Expand
)
Author
Age
Files
Lines
*
nfsd: Allow nfsd_vfs_write() to take the nfsd_file as an argument
Trond Myklebust
2020-01-22
3
-4
/
+7
*
nfsd: Fix a soft lockup race in nfsd_file_mark_find_or_create()
Trond Myklebust
2020-01-22
1
-2
/
+6
*
nfsd: Reduce the number of calls to nfsd_file_gc()
Trond Myklebust
2020-01-22
1
-7
/
+12
*
nfsd: Schedule the laundrette regularly irrespective of file errors
Trond Myklebust
2020-01-22
1
-9
/
+1
*
nfsd: Remove unused constant NFSD_FILE_LRU_RESCAN
Trond Myklebust
2020-01-22
1
-4
/
+1
*
nfsd: Containerise filecache laundrette
Trond Myklebust
2020-01-22
3
-42
/
+207
*
nfsd: cleanup nfsd_file_lru_dispose()
Trond Myklebust
2020-01-22
1
-7
/
+6
*
nfsd: fix filecache lookup
Trond Myklebust
2020-01-22
1
-0
/
+6
*
nfsd: use true,false for bool variable in nfssvc.c
zhengbin
2020-01-03
1
-3
/
+3
*
nfsd: use true,false for bool variable in nfs4proc.c
zhengbin
2020-01-03
1
-2
/
+2
*
nfsd: use true,false for bool variable in vfs.c
zhengbin
2020-01-03
1
-3
/
+3
*
nfsd: remove nfs4_reset_lease() declarations
Arnd Bergmann
2019-12-19
1
-2
/
+0
*
nfsd: use ktime_get_real_seconds() in nfs4_verifier
Arnd Bergmann
2019-12-19
1
-1
/
+1
*
nfsd: use boottime for lease expiry calculation
Arnd Bergmann
2019-12-19
5
-37
/
+42
*
nfsd: fix jiffies/time_t mixup in LRU list
Arnd Bergmann
2019-12-19
2
-2
/
+2
*
nfsd: fix delay timer on 32-bit architectures
Arnd Bergmann
2019-12-19
1
-1
/
+1
*
nfsd: use time64_t in nfsd_proc_setattr() check
Arnd Bergmann
2019-12-19
1
-1
/
+1
*
nfsd: pass a 64-bit guardtime to nfsd_setattr()
Arnd Bergmann
2019-12-19
6
-8
/
+8
*
nfsd: make 'boot_time' 64-bit wide
Arnd Bergmann
2019-12-19
3
-12
/
+12
*
nfsd: use timespec64 in encode_time_delta
Arnd Bergmann
2019-12-19
1
-2
/
+2
*
nfsd: handle nfs3 timestamps as unsigned
Arnd Bergmann
2019-12-19
2
-14
/
+10
*
nfsd: print 64-bit timestamps in client_info_show
Arnd Bergmann
2019-12-19
2
-4
/
+3
*
nfsd: use ktime_get_seconds() for timestamps
Arnd Bergmann
2019-12-19
1
-5
/
+5
*
nfsd: remove unnecessary assertion in nfsd4_encode_replay
Aditya Pakki
2019-12-19
1
-2
/
+0
*
nfsd: Clone should commit src file metadata too
Trond Myklebust
2019-12-19
1
-5
/
+14
*
nfsd4: Remove unneeded semicolon
zhengbin
2019-12-19
1
-1
/
+1
*
nfsd: Return the correct number of bytes written to the file
Trond Myklebust
2019-12-17
1
-0
/
+1
*
nfsd4: avoid NULL deference on strange COPY compounds
J. Bruce Fields
2019-12-09
1
-1
/
+2
*
NFSD fixing possible null pointer derefering in copy offload
Olga Kornievskaia
2019-12-09
1
-1
/
+2
*
NFSD fix nfserro errno mismatch
Olga Kornievskaia
2019-12-09
1
-6
/
+5
*
NFSD: fix seqid in copy stateid
Olga Kornievskaia
2019-12-09
1
-1
/
+1
*
NFSD fix mismatching type in nfsd4_set_netaddr
Olga Kornievskaia
2019-12-09
1
-1
/
+1
*
nfsd: unlock on error in manage_cpntf_state()
Dan Carpenter
2019-12-09
1
-2
/
+5
*
NFSD add nfs4 inter ssc to nfsd4_copy
Olga Kornievskaia
2019-12-09
5
-27
/
+295
*
NFSD: allow inter server COPY to have a STALE source server fh
Olga Kornievskaia
2019-12-09
4
-5
/
+68
*
NFSD generalize nfsd4_compound_state flag names
Olga Kornievskaia
2019-12-09
3
-10
/
+11
*
NFSD check stateids against copy stateids
Olga Kornievskaia
2019-12-09
1
-8
/
+66
*
NFSD add COPY_NOTIFY operation
Olga Kornievskaia
2019-12-09
4
-24
/
+173
*
NFSD COPY_NOTIFY xdr
Olga Kornievskaia
2019-12-09
3
-2
/
+129
*
NFSD add ca_source_server<> to COPY
Olga Kornievskaia
2019-12-09
2
-6
/
+71
*
NFSD fill-in netloc4 structure
Olga Kornievskaia
2019-12-09
1
-0
/
+32
*
Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2019-12-07
12
-52
/
+136
|
\
|
*
nfsd: depend on CRYPTO_MD5 for legacy client tracking
Patrick Steinhardt
2019-12-07
1
-0
/
+1
|
*
NFSD fixing possible null pointer derefering in copy offload
Olga Kornievskaia
2019-12-07
1
-1
/
+2
|
*
nfsd: check for EBUSY from vfs_rmdir/vfs_unink.
NeilBrown
2019-11-30
2
-2
/
+13
|
*
nfsd: Ensure CLONE persists data and metadata changes to the target file
Trond Myklebust
2019-11-30
3
-3
/
+10
|
*
nfsd: restore NFSv3 ACL support
J. Bruce Fields
2019-11-19
1
-2
/
+1
|
*
nfsd: v4 support requires CRYPTO_SHA256
Scott Mayhew
2019-11-12
1
-1
/
+1
|
*
nfsd: Fix cld_net->cn_tfm initialization
Scott Mayhew
2019-11-12
1
-5
/
+7
|
*
nfsd: Drop LIST_HEAD where the variable it declares is never used.
Mao Wenan
2019-11-08
1
-2
/
+0
[next]