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-06-28
NFS: Fix another OPEN_DOWNGRADE bug
Trond Myklebust
1
-3
/
+2
2016-06-27
make nfs_atomic_open() call d_drop() on all ->open_context() errors.
Al Viro
1
-1
/
+1
2016-06-24
NFS: Fix an unused variable warning
Trond Myklebust
1
-2
/
+0
2016-06-24
NFS: Fix potential race in nfs_fhget()
Trond Myklebust
1
-0
/
+1
2016-06-24
NFS: Don't let readdirplus revalidate an inode that was marked as stale
Trond Myklebust
1
-1
/
+6
2016-06-24
NFSv4.1/pnfs: Mark the layout stateid invalid when all segments are removed
Trond Myklebust
1
-1
/
+3
2016-06-24
NFS: Fix a double page unlock
Trond Myklebust
1
-2
/
+2
2016-06-24
pnfs_nfs: fix _cancel_empty_pagelist
Weston Andros Adamson
1
-2
/
+10
2016-06-24
nfs4: Fix potential use after free of state in nfs4_do_reclaim.
Oleg Drokin
1
-1
/
+1
2016-06-24
NFS: Fix up O_DIRECT results
Trond Myklebust
1
-3
/
+7
2016-06-24
NFS/pnfs: handle bad delegation stateids in nfs4_layoutget_handle_exception
Trond Myklebust
1
-4
/
+4
2016-06-24
NFSv4.1/pnfs: Add sparse lock annotations for pnfs_find_alloc_layout
Trond Myklebust
1
-0
/
+2
2016-06-24
NFSv4.1/pnfs: Layout stateids start out as being invalid
Trond Myklebust
1
-2
/
+2
2016-06-24
NFSv4.1/pnfs: Ensure we handle delegation errors in nfs4_proc_layoutget()
Trond Myklebust
1
-1
/
+4
2016-05-27
nfs: fix anonymous member initializer build failure with older compilers
Linus Torvalds
1
-1
/
+1
2016-05-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-10
/
+9
2016-05-27
switch xattr_handler->set() to passing dentry and inode separately
Al Viro
1
-10
/
+9
2016-05-26
Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
25
-441
/
+1006
2016-05-26
pnfs: pnfs_update_layout needs to consider if strict iomode checking is on
Tom Haynes
4
-25
/
+61
2016-05-26
nfs/flexfiles: Use the layout segment for reading unless it a IOMODE_RW and r...
Tom Haynes
1
-2
/
+3
2016-05-25
nfs/flexfiles: Helper function to detect FF_FLAGS_NO_READ_IO
Tom Haynes
2
-1
/
+16
2016-05-25
nfs: avoid race that crashes nfs_init_commit
Weston Andros Adamson
2
-0
/
+32
2016-05-25
NFS: checking for NULL instead of IS_ERR() in nfs_commit_file()
Dan Carpenter
1
-2
/
+2
2016-05-19
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-1
/
+1
2016-05-17
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-12
/
+11
2016-05-17
pnfs: make pnfs_layout_process more robust
Jeff Layton
1
-16
/
+11
2016-05-17
pnfs: rework LAYOUTGET retry handling
Jeff Layton
4
-142
/
+133
2016-05-17
pnfs: lift retry logic from send_layoutget to pnfs_update_layout
Jeff Layton
1
-36
/
+36
2016-05-17
pnfs: fix bad error handling in send_layoutget
Jeff Layton
1
-3
/
+8
2016-05-17
flexfiles: add kerneldoc header to nfs4_ff_layout_prepare_ds
Jeff Layton
1
-1
/
+17
2016-05-17
flexfiles: remove pointless setting of NFS_LAYOUT_RETURN_REQUESTED
Jeff Layton
2
-9
/
+1
2016-05-17
pnfs: only tear down lsegs that precede seqid in LAYOUTRETURN args
Jeff Layton
5
-28
/
+52
2016-05-17
pnfs: keep track of the return sequence number in pnfs_layout_hdr
Jeff Layton
2
-3
/
+9
2016-05-17
pnfs: record sequence in pnfs_layout_segment when it's created
Jeff Layton
2
-0
/
+2
2016-05-17
pnfs: don't merge new ff lsegs with ones that have LAYOUTRETURN bit set
Jeff Layton
1
-2
/
+2
2016-05-17
pNFS/flexfiles: When initing reads or writes, we might have to retry connecti...
Tom Haynes
1
-4
/
+25
2016-05-17
pNFS/flexfiles: When checking for available DSes, conditionally check for MDS io
Tom Haynes
3
-3
/
+9
2016-05-17
pNFS/flexfile: Fix erroneous fall back to read/write through the MDS
Trond Myklebust
1
-17
/
+6
2016-05-17
NFS: Reclaim writes via writepage are opportunistic
Trond Myklebust
1
-2
/
+1
2016-05-17
NFSv4: Use the right stateid for delegations in setattr, read and write
Trond Myklebust
5
-14
/
+28
2016-05-17
NFSv4: Label stateids with the type
Trond Myklebust
7
-19
/
+65
2016-05-17
pNFS: Fix a leaked layoutstats flag
Trond Myklebust
1
-1
/
+2
2016-05-17
sunrpc: Advertise maximum backchannel payload size
Chuck Lever
1
-4
/
+6
2016-05-17
xprtrdma: Add rdma6 option to support NFS/RDMA IPv6
Shirley Ma
1
-0
/
+4
2016-05-17
nfs4: client: do not send empty SETATTR after OPEN_CREATE
Tigran Mkrtchyan
1
-9
/
+25
2016-05-17
NFS: Add COPY nfs operation
Anna Schumaker
6
-0
/
+277
2016-05-17
NFS: Add nfs_commit_file()
Anna Schumaker
3
-6
/
+42
2016-05-17
Fixing oops in callback path
Olga Kornievskaia
1
-2
/
+4
2016-05-09
nfs: per-name sillyunlink exclusion
Al Viro
5
-154
/
+56
2016-05-09
nfs: don't share mounts between network namespaces
J. Bruce Fields
1
-0
/
+5
[next]