Age | Commit message (Expand) | Author | Files | Lines |
2015-09-23 | NFS41: make close wait for layoutreturn | Peng Tao | 3 | -10/+49 |
2015-09-23 | NFS: Skip checking ds_cinfo.buckets when lseg's commit_through_mds is set | Kinglong Mee | 1 | -2/+5 |
2015-09-21 | NFSv4.x/pnfs: Don't try to recover stateids twice in layoutget | Trond Myklebust | 1 | -11/+17 |
2015-09-21 | NFSv4: Recovery of recalled read delegations is broken | Trond Myklebust | 3 | -38/+53 |
2015-09-20 | NFS: Fix an infinite loop when layoutget fail with BAD_STATEID | Kinglong Mee | 1 | -0/+1 |
2015-09-20 | NFS: Do cleanup before resetting pageio read/write to mds | Kinglong Mee | 2 | -0/+6 |
2015-09-18 | nfs/filelayout: Fix NULL reference caused by double freeing of fh_array | Kinglong Mee | 1 | -19/+12 |
2015-09-17 | nfs: fix v4.2 SEEK on files over 2 gigs | J. Bruce Fields | 1 | -1/+3 |
2015-09-17 | nfs: fix pg_test page count calculation | Peng Tao | 1 | -1/+1 |
2015-09-17 | Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ... | Olga Kornievskaia | 1 | -1/+1 |
2015-09-08 | Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 32 | -629/+966 |
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-06 | Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+5 |
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-03 | NFSv4.1/flexfiles: Clean up ff_layout_write_done_cb/ff_layout_commit_done_cb | Trond Myklebust | 1 | -11/+9 |
2015-09-03 | NFSv4.1/flexfiles: Mark the layout for return in ff_layout_io_track_ds_error() | Trond Myklebust | 1 | -9/+1 |
2015-09-02 | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -8/+6 |
2015-09-02 | nfs: Remove unneeded checking of the return value from scnprintf | Kinglong Mee | 1 | -18/+1 |
2015-09-02 | nfs: Fix truncated client owner id without proto type | Kinglong Mee | 1 | -1/+1 |
2015-09-02 | NFSv4.1/flexfiles: Mark layout for return if the mirrors are invalid | Trond Myklebust | 1 | -15/+30 |
2015-09-02 | NFSv4.1/flexfiles: RW layouts are valid only if all mirrors are valid | Trond Myklebust | 1 | -2/+28 |
2015-09-02 | 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-31 | 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-28 | NFSv4.1/pnfs: Ensure layoutreturn reserves space for the opaque payload | Trond Myklebust | 1 | -1/+2 |
2015-08-28 | NFSv4.1/flexfiles: Fix a protocol error in layoutreturn | Trond Myklebust | 1 | -2/+5 |
2015-08-28 | NFS: Send attributes in OPEN request for NFS4_CREATE_EXCLUSIVE4_1 | Kinglong Mee | 2 | -12/+32 |
2015-08-28 | NFS: Get suppattr_exclcreat when getting server capabilities | Kinglong Mee | 2 | -6/+34 |
2015-08-28 | NFS: Make opened as optional argument in _nfs4_do_open | Kinglong Mee | 2 | -5/+3 |
2015-08-28 | NFS: Check size by inode_newsize_ok in nfs_setattr | Kinglong Mee | 1 | -8/+10 |
2015-08-28 | NFSv4.1/pNFS: pnfs_mark_matching_lsegs_return must notify of layout return | Trond Myklebust | 1 | -0/+2 |
2015-08-26 | nfs42: remove unused declaration | Peng Tao | 1 | -2/+0 |
2015-08-26 | nfs42: decode_layoutstats does not need res parameter | Peng Tao | 1 | -3/+2 |
2015-08-26 | NFSv4.1/flexfiles: Allow coalescing of new layout segments and existing ones | Trond Myklebust | 2 | -0/+76 |
2015-08-26 | 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 |