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
2015-09-07
NFSv4: Respect the server imposed limit on how many changes we may cache
Trond Myklebust
5
-11
/
+55
2015-09-07
NFSv4: Express delegation limit in units of pages
Trond Myklebust
3
-9
/
+13
2015-09-04
Revert "NFS: Make close(2) asynchronous when closing NFS O_DIRECT files"
Trond Myklebust
1
-1
/
+6
2015-09-04
NFS: Optimise away the close-to-open getattr if there is no cached data
Trond Myklebust
1
-3
/
+10
2015-09-02
NFSv4.1/flexfiles: Clean up ff_layout_write_done_cb/ff_layout_commit_done_cb
Trond Myklebust
1
-11
/
+9
2015-09-02
NFSv4.1/flexfiles: Mark the layout for return in ff_layout_io_track_ds_error()
Trond Myklebust
1
-9
/
+1
2015-09-01
nfs: Remove unneeded checking of the return value from scnprintf
Kinglong Mee
1
-18
/
+1
2015-09-01
nfs: Fix truncated client owner id without proto type
Kinglong Mee
1
-1
/
+1
2015-09-01
NFSv4.1/flexfiles: Mark layout for return if the mirrors are invalid
Trond Myklebust
1
-15
/
+30
2015-09-01
NFSv4.1/flexfiles: RW layouts are valid only if all mirrors are valid
Trond Myklebust
1
-2
/
+28
2015-09-01
NFSv4.1/flexfiles: Fix incorrect usage of pnfs_generic_mark_devid_invalid()
Trond Myklebust
1
-2
/
+2
2015-09-01
NFSv4.1/flexfiles: Fix freeing of mirrors
Trond Myklebust
1
-12
/
+2
2015-08-31
NFSv4.1/pNFS: Don't request a minimal read layout beyond the end of file
Trond Myklebust
1
-0
/
+9
2015-08-31
NFSv4.1/pnfs: Handle LAYOUTGET return values correctly
Trond Myklebust
1
-1
/
+14
2015-08-31
NFSv4.1/pnfs: Don't ask for a read layout for an empty file.
Trond Myklebust
1
-0
/
+3
2015-08-30
NFSv4.1: Fix a protocol issue with CLOSE stateids
Trond Myklebust
1
-5
/
+10
2015-08-30
NFSv4.1/flexfiles: Don't mark the entire deviceid as bad for file errors
Trond Myklebust
1
-8
/
+16
2015-08-27
NFSv4.1/pnfs: Ensure layoutreturn reserves space for the opaque payload
Trond Myklebust
1
-1
/
+2
2015-08-27
NFSv4.1/flexfiles: Fix a protocol error in layoutreturn
Trond Myklebust
1
-2
/
+5
2015-08-27
NFS: Send attributes in OPEN request for NFS4_CREATE_EXCLUSIVE4_1
Kinglong Mee
2
-12
/
+32
2015-08-27
NFS: Get suppattr_exclcreat when getting server capabilities
Kinglong Mee
2
-6
/
+34
2015-08-27
NFS: Make opened as optional argument in _nfs4_do_open
Kinglong Mee
2
-5
/
+3
2015-08-27
NFS: Check size by inode_newsize_ok in nfs_setattr
Kinglong Mee
1
-8
/
+10
2015-08-27
NFSv4.1/pNFS: pnfs_mark_matching_lsegs_return must notify of layout return
Trond Myklebust
1
-0
/
+2
2015-08-25
nfs42: remove unused declaration
Peng Tao
1
-2
/
+0
2015-08-25
nfs42: decode_layoutstats does not need res parameter
Peng Tao
1
-3
/
+2
2015-08-25
NFSv4.1/flexfiles: Allow coalescing of new layout segments and existing ones
Trond Myklebust
2
-0
/
+76
2015-08-25
NFSv4.1/pnfs: Allow pNFS device drivers to customise layout segment insertion
Trond Myklebust
2
-9
/
+61
2015-08-25
NFSv4.1/pnfs: Add sanity check for the layout range returned by the server
Trond Myklebust
1
-1
/
+24
2015-08-25
NFSv4.1/pnfs Improve the packing of struct pnfs_layout_hdr
Trond Myklebust
1
-3
/
+3
2015-08-25
NFSv4.1/flexfile: ff_layout_remove_mirror can be static
kbuild test robot
1
-1
/
+1
2015-08-25
NFSv4.2/pnfs: Make the layoutstats timer configurable
Trond Myklebust
3
-1
/
+11
2015-08-25
NFSv4.1/flexfile: Ensure uniqueness of mirrors across layout segments
Trond Myklebust
2
-29
/
+99
2015-08-25
NFSv4.1/flexfiles: Remove mirror backpointer to lseg.
Trond Myklebust
2
-14
/
+12
2015-08-25
NFSv4.1/flexfiles: Add refcounting to struct nfs4_ff_layout_mirror
Trond Myklebust
2
-9
/
+28
2015-08-25
NFS41/flexfiles: zero out DS write wcc
Peng Tao
1
-0
/
+2
2015-08-25
NFS41: remove NFS_LAYOUT_ROC flag
Peng Tao
2
-6
/
+2
2015-08-25
NFSv4: Add a tracepoint for CB_LAYOUTRECALL
Trond Myklebust
2
-1
/
+3
2015-08-25
NFSv4: Add a tracepoint for CB_GETATTR
Trond Myklebust
2
-1
/
+64
2015-08-25
NFSv4.1/pnfs: Add a tracepoint for return-on-close events
Trond Myklebust
2
-0
/
+2
2015-08-25
NFSv4: Force a post-op attribute update when holding a delegation
Trond Myklebust
1
-0
/
+7
2015-08-20
NFSv4.1/pnfs Ensure flexfiles reports all connection related errors
Trond Myklebust
1
-13
/
+35
2015-08-20
NFSv4.1/pnfs: Ensure the flexfiles layoutstats timers are consistent
Trond Myklebust
1
-27
/
+24
2015-08-20
NFS41: fix list splice type
Peng Tao
1
-1
/
+1
2015-08-19
NFSv4: Enable delegated opens even when reboot recovery is pending
Trond Myklebust
1
-8
/
+19
2015-08-19
pNFS: Fix an unused variable warning in pnfs_roc_get_barrier
Trond Myklebust
1
-2
/
+0
2015-08-19
NFS41/flexfiles: update inode after write finishes
Peng Tao
1
-0
/
+3
2015-08-19
NFS41: make sure sending LAYOUTRETURN before close if marked so
Peng Tao
1
-23
/
+28
2015-08-19
Revert "NFSv4: Remove incorrect check in can_open_delegated()"
Trond Myklebust
1
-0
/
+2
2015-08-18
NFSv4.1/pnfs: Play safe w.r.t. close() races when return-on-close is set
Trond Myklebust
1
-5
/
+5
[next]