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-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-06-22
NFS: Don't call COMMIT in ->releasepage()
Trond Myklebust
1
-23
/
+0
2016-06-22
NFS: Don't hold the inode lock across fsync()
Trond Myklebust
1
-2
/
+0
2016-06-22
NFS: writepage of a single page should not be synchronous
Trond Myklebust
1
-1
/
+1
2016-06-22
NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killer
Trond Myklebust
3
-20
/
+0
2016-06-22
NFS: Cache aggressively when file is open for writing
Trond Myklebust
2
-29
/
+46
2016-06-15
NFS: Cache access checks more aggressively
Trond Myklebust
1
-21
/
+31
2016-06-13
NFS: Don't flush caches for a getattr that races with writeback
Trond Myklebust
1
-6
/
+9
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
2016-05-09
NFS: Fix an LOCK/OPEN race when unlinking an open file
Chuck Lever
1
-0
/
+4
2016-05-09
nfs: have flexfiles mirror keep creds for both ro and rw layouts
Jeff Layton
3
-10
/
+30
2016-05-09
nfs: get a reference to the credential in ff_layout_alloc_lseg
Jeff Layton
3
-54
/
+36
2016-05-09
nfs: have ff_layout_get_ds_cred take a reference to the cred
Jeff Layton
2
-10
/
+35
2016-05-09
nfs: don't call nfs4_ff_layout_prepare_ds from ff_layout_get_ds_cred
Jeff Layton
1
-5
/
+1
[prev]
[next]