index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-25
NFS: Don't call generic_error_remove_page() while holding locks
Trond Myklebust
1
-2
/
+1
2019-04-25
NFS: Don't interrupt file writeout due to fatal errors
Trond Myklebust
1
-1
/
+1
2019-04-25
NFS: Add a mount option "softerr" to allow clients to see ETIMEDOUT errors
Trond Myklebust
2
-3
/
+14
2019-04-25
NFS: Consider ETIMEDOUT to be a fatal error
Trond Myklebust
1
-0
/
+1
2019-04-25
SUNRPC: Add function rpc_sleep_on_timeout()
Trond Myklebust
1
-6
/
+12
2019-04-25
SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()
Trond Myklebust
1
-1
/
+1
2019-04-24
lockd: Pass the user cred from knfsd when starting the lockd server
Trond Myklebust
1
-0
/
+1
2019-04-24
SUNRPC: Cache the process user cred in the RPC server listener
Trond Myklebust
1
-2
/
+5
2019-04-24
SUNRPC: Allow further customisation of RPC program registration
Trond Myklebust
1
-0
/
+1
2019-04-24
SUNRPC: Add a callback to initialise server requests
Trond Myklebust
1
-0
/
+1
2019-04-24
SUNRPC/nfs: Fix return value for nfs4_callback_compound()
Trond Myklebust
1
-1
/
+1
2019-04-22
Merge tag 'v5.1-rc6' into for-5.2/block
Jens Axboe
4
-7
/
+7
2019-04-11
NFSv4.1 fix incorrect return value in copy_file_range
Olga Kornievskaia
2
-4
/
+3
2019-04-11
NFS: Fix handling of reply page vector
Chuck Lever
1
-2
/
+2
2019-04-11
NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.
Tetsuo Handa
1
-1
/
+2
2019-04-06
block: remove CONFIG_LBDAF
Christoph Hellwig
1
-1
/
+0
2019-03-23
pNFS/flexfiles: Fix layoutstats handling during read failovers
Trond Myklebust
1
-1
/
+4
2019-03-23
NFS: Fix a typo in nfs_init_timeout_values()
Trond Myklebust
1
-1
/
+1
2019-03-19
NFSv4.1 don't free interrupted slot on open
Olga Kornievskaia
1
-1
/
+2
2019-03-18
NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data()
Catalin Marinas
1
-2
/
+0
2019-03-12
pNFS: Fix a typo in pnfs_update_layout
Trond Myklebust
1
-1
/
+1
2019-03-02
NFSv4.1: Bump the default callback session slot count to 16
Trond Myklebust
1
-1
/
+1
2019-03-01
NFS/flexfiles: Clean up mirror DS initialisation
Trond Myklebust
1
-35
/
+31
2019-03-01
NFS/flexfiles: Remove dead code in ff_layout_mirror_valid()
Trond Myklebust
1
-15
/
+0
2019-03-01
NFS/flexfile: Simplify nfs4_ff_layout_select_ds_stateid()
Trond Myklebust
3
-26
/
+10
2019-03-01
NFS/flexfile: Simplify nfs4_ff_layout_ds_version()
Trond Myklebust
2
-5
/
+5
2019-03-01
NFS/flexfiles: Simplify ff_layout_get_ds_cred()
Trond Myklebust
3
-8
/
+9
2019-03-01
NFS/flexfiles: Simplify nfs4_ff_find_or_create_ds_client()
Trond Myklebust
3
-10
/
+6
2019-03-01
NFS/flexfiles: Simplify nfs4_ff_layout_select_ds_fh()
Trond Myklebust
3
-16
/
+5
2019-03-01
NFS/flexfiles: Speed up read failover when DSes are down
Trond Myklebust
3
-12
/
+73
2019-03-01
NFS/flexfiles: Don't invalidate DS deviceids for being unresponsive
Trond Myklebust
2
-21
/
+3
2019-03-01
NFS/flexfiles: Remove bogus checks for invalid deviceids
Trond Myklebust
1
-20
/
+0
2019-03-01
NFS/flexfiles: Avoid unnecessary layout invalidations
Trond Myklebust
1
-3
/
+3
2019-03-01
NFS/flexfiles: refactor calls to fs4_ff_layout_prepare_ds()
Trond Myklebust
3
-22
/
+28
2019-03-01
NFSv4: Handle early exit in layoutget by returning an error
Trond Myklebust
1
-2
/
+4
2019-03-01
NFS/flexfiles: Send LAYOUTERROR when failing over mirrored reads
Trond Myklebust
3
-6
/
+57
2019-03-01
NFSv4.2: Add client support for the generic 'layouterror' RPC call
Trond Myklebust
5
-1
/
+269
2019-03-01
NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated
Trond Myklebust
1
-0
/
+17
2019-03-01
NFSv4/pnfs: Fix barriers in nfs4_mark_deviceid_unavailable()
Trond Myklebust
1
-0
/
+3
2019-03-01
NFS/flexfiles: Fix up sparse RCU annotations
Trond Myklebust
1
-2
/
+2
2019-03-01
NFSv4/flexfiles: Fix invalid deref in FF_LAYOUT_DEVID_NODE()
Trond Myklebust
1
-13
/
+19
2019-03-01
NFS: Add missing encode / decode sequence_maxsz to v4.2 operations
Anna Schumaker
1
-0
/
+10
2019-03-01
NFSv4.1: Don't process the sequence op more than once.
Trond Myklebust
1
-1
/
+1
2019-03-01
NFSv4.1: Reinitialise sequence results before retransmitting a request
Trond Myklebust
1
-4
/
+8
2019-02-25
Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...
Trond Myklebust
9
-654
/
+406
2019-02-23
NFS/pnfs: Bulk destroy of layouts needs to be safe w.r.t. umount
Trond Myklebust
2
-10
/
+24
2019-02-21
NFS: Fix a soft lockup in the delegation recovery code
Trond Myklebust
2
-8
/
+13
2019-02-21
NFSv4.1: Avoid false retries when RPC calls are interrupted
Trond Myklebust
3
-60
/
+55
2019-02-20
nfs: fix xfstest generic/099 failed on nfsv3
ZhangXiaoxu
1
-2
/
+0
2019-02-20
pNFS: Avoid read/modify/write when it is not necessary
Kazuo Ito
1
-14
/
+26
[prev]
[next]