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
2016-09-27
NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flags
Trond Myklebust
4
-3
/
+17
2016-09-27
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
3
-3
/
+3
2016-09-27
fs: make remaining filesystems use .rename2
Miklos Szeredi
5
-5
/
+10
2016-09-23
NFS: cache_lib: use complete() instead of complete_all()
Daniel Wagner
1
-1
/
+1
2016-09-23
NFS: direct: use complete() instead of complete_all()
Daniel Wagner
1
-1
/
+1
2016-09-22
NFS: nfs_prime_dcache must validate the filename
Trond Myklebust
1
-0
/
+8
2016-09-22
nfs: allow blocking locks to be awoken by lock callbacks
Jeff Layton
3
-1
/
+100
2016-09-22
nfs: move nfs4 lock retry attempt loop to a separate function
Jeff Layton
1
-27
/
+22
2016-09-22
nfs: move nfs4_set_lock_state call into caller
Jeff Layton
1
-8
/
+10
2016-09-22
nfs: add handling for CB_NOTIFY_LOCK in client
Jeff Layton
3
-1
/
+71
2016-09-22
nfs: track whether server sets MAY_NOTIFY_LOCK flag
Jeff Layton
2
-0
/
+3
2016-09-22
nfs: use safe, interruptible sleeps when waiting to retry LOCK
Jeff Layton
1
-1
/
+1
2016-09-22
nfs: eliminate pointless and confusing do_vfs_lock wrappers
Jeff Layton
2
-17
/
+7
2016-09-22
nfs: the length argument to read_buf should be unsigned
Jeff Layton
1
-1
/
+1
2016-09-20
nfs: cover ->migratepage with CONFIG_MIGRATION
Chao Yu
2
-3
/
+2
2016-09-19
pnfs: add a new mechanism to select a layout driver according to an ordered list
Jeff Layton
5
-24
/
+71
2016-09-19
NFS pnfs data server multipath session trunking
Andy Adamson
4
-14
/
+86
2016-09-19
NFS test session trunking with exchange id
Andy Adamson
2
-11
/
+44
2016-09-19
NFS add xprt switch addrs test to match client
Andy Adamson
1
-1
/
+4
2016-09-19
NFS detect session trunking
Andy Adamson
2
-0
/
+92
2016-09-19
NFS refactor nfs4_check_serverowner_major_id
Andy Adamson
1
-6
/
+5
2016-09-19
NFS refactor nfs4_match_clientids
Andy Adamson
1
-5
/
+5
2016-09-19
NFS setup async exchange_id
Andy Adamson
1
-81
/
+134
2016-09-19
NFSv4.x: Add kernel parameter to control the callback server
Trond Myklebust
6
-6
/
+21
2016-09-19
NFSv4.x: Switch to using svc_set_num_threads() to manage the callback threads
Trond Myklebust
2
-66
/
+15
2016-09-19
NFSv4.x: Fix up the global tracking of the callback server
Trond Myklebust
1
-5
/
+9
2016-09-19
SUNRPC: Initialise struct svc_serv backchannel fields during __svc_create()
Trond Myklebust
1
-3
/
+0
2016-09-19
NFSv4.x: Set up struct svc_serv_ops for the callback channel
Trond Myklebust
1
-18
/
+39
2016-09-19
pnfs: track multiple layout types in fsinfo structure
Jeff Layton
4
-27
/
+29
2016-09-11
NFSv4.1: Fix the CREATE_SESSION slot number accounting
Trond Myklebust
1
-2
/
+10
2016-09-04
pNFS: Don't forget the layout stateid if there are outstanding LAYOUTGETs
Trond Myklebust
1
-1
/
+2
2016-09-03
pNFS: Clear out all layout segments if the server unsets lrp->res.lrs_present
Trond Myklebust
1
-3
/
+6
2016-09-03
pNFS: Fix pnfs_set_layout_stateid() to clear NFS_LAYOUT_INVALID_STID
Trond Myklebust
1
-17
/
+19
2016-09-03
pNFS: Ensure LAYOUTGET and LAYOUTRETURN are properly serialised
Trond Myklebust
1
-0
/
+3
2016-09-03
NFS: Fix error reporting in nfs_file_write()
Trond Myklebust
1
-1
/
+4
2016-08-30
NFSv4.x: Fix a refcount leak in nfs_callback_up_net
Trond Myklebust
1
-0
/
+1
2016-08-30
NFS4: Avoid migration loops
Benjamin Coddington
1
-0
/
+5
2016-08-29
pNFS/flexfiles: Fix an Oopsable condition when connection to the DS fails
Trond Myklebust
2
-28
/
+28
2016-08-28
NFSv4.1: Remove obsolete and incorrrect assignment in nfs4_callback_sequence
Trond Myklebust
1
-1
/
+0
2016-08-28
NFSv4.1: Close callback races for OPEN, LAYOUTGET and LAYOUTRETURN
Trond Myklebust
1
-13
/
+65
2016-08-28
NFSv4.1: Defer bumping the slot sequence number until we free the slot
Trond Myklebust
2
-3
/
+9
2016-08-28
NFSv4.1: Delay callback processing when there are referring triples
Trond Myklebust
4
-4
/
+29
2016-08-28
NFSv4.1: Fix Oopsable condition in server callback races
Trond Myklebust
3
-4
/
+35
2016-08-23
pnfs/blocklayout: update last_write_offset atomically with extents
Benjamin Coddington
3
-5
/
+10
2016-08-23
pNFS: The client must not do I/O to the DS if it's lease has expired
Trond Myklebust
1
-0
/
+1
2016-08-19
pNFS: Handle NFS4ERR_OLD_STATEID correctly in LAYOUTSTAT calls
Trond Myklebust
2
-6
/
+29
2016-08-16
pNFS/flexfiles: Set reasonable default retrans values for the data channel
Trond Myklebust
1
-2
/
+2
2016-08-16
NFS: Allow the mount option retrans=0
Trond Myklebust
3
-8
/
+26
2016-08-14
pNFS/flexfiles: Fix layoutstat periodic reporting
Trond Myklebust
2
-5
/
+5
2016-08-12
Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
5
-12
/
+32
[prev]
[next]