| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2014-06-10 | 1 | -97/+69 |
|\ |
|
| * | pnfs: fix lockup caused by pnfs_generic_pg_test | Weston Andros Adamson | 2014-06-10 | 1 | -14/+18 |
| * | pnfs: allow non page aligned pnfs layout segments | Weston Andros Adamson | 2014-05-29 | 1 | -15/+10 |
| * | nfs: remove data list from pgio header | Weston Andros Adamson | 2014-05-29 | 1 | -26/+15 |
| * | nfs: chain calls to pg_test | Weston Andros Adamson | 2014-05-29 | 1 | -5/+10 |
| * | nfs: modify pg_test interface to return size_t | Weston Andros Adamson | 2014-05-29 | 1 | -3/+9 |
| * | NFS: Create a generic_pgio function | Anna Schumaker | 2014-05-28 | 1 | -2/+2 |
| * | NFS: Create a common rw_header_alloc and rw_header_free function | Anna Schumaker | 2014-05-28 | 1 | -4/+4 |
| * | NFS: Create a common pgio_alloc and pgio_release function | Anna Schumaker | 2014-05-28 | 1 | -2/+2 |
| * | NFS: Create a common read and write header struct | Anna Schumaker | 2014-05-28 | 1 | -2/+2 |
| * | NFS: Create a common read and write data struct | Anna Schumaker | 2014-05-28 | 1 | -13/+13 |
| * | nfs: remove ->read_pageio_init from rpc ops | Christoph Hellwig | 2014-05-28 | 1 | -14/+1 |
| * | nfs: remove ->write_pageio_init from rpc ops | Christoph Hellwig | 2014-05-28 | 1 | -15/+1 |
* | | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 2014-04-18 | 1 | -1/+1 |
|/ |
|
* | NFSv4.1: Ensure that we free existing layout segments if we get a new layout | Trond Myklebust | 2014-02-19 | 1 | -0/+15 |
* | NFSv4.1: Fix wraparound issues in pnfs_seqid_is_newer() | Trond Myklebust | 2014-02-19 | 1 | -1/+1 |
* | NFSv4.1: Fix a race in nfs4_write_inode | Trond Myklebust | 2014-01-13 | 1 | -32/+35 |
* | NFSv4: Add tracepoints for debugging reads and writes | Trond Myklebust | 2013-08-22 | 1 | -0/+3 |
* | NFSv4.1: Clean up layout segment comparison helper names | Trond Myklebust | 2013-06-18 | 1 | -9/+9 |
* | NFSv4.1: layout segment comparison helpers should take 'const' parameters | Trond Myklebust | 2013-06-18 | 1 | -14/+14 |
* | NFSv4.1: Simplify setting the layout header credential | Trond Myklebust | 2013-06-06 | 1 | -1/+1 |
* | NFSv4.1: Ensure that layoutreturn uses the correct credential | Trond Myklebust | 2013-06-06 | 1 | -0/+1 |
* | NFSv4.1: Ensure that layoutget is called using the layout credential | Trond Myklebust | 2013-06-06 | 1 | -0/+1 |
* | NFSv4: Fail I/O if the state recovery fails irrevocably | Trond Myklebust | 2013-03-25 | 1 | -0/+2 |
* | NFSv4.1: Add a helper pnfs_commit_and_return_layout | Trond Myklebust | 2013-03-21 | 1 | -0/+27 |
* | NFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layoutreturn | Trond Myklebust | 2013-03-21 | 1 | -8/+27 |
* | NFSv4.1: Fix a race in pNFS layoutcommit | Trond Myklebust | 2013-03-21 | 1 | -1/+18 |
* | NFSv4.1: LAYOUTGET EDELAY loops timeout to the MDS | Weston Andros Adamson | 2013-02-28 | 1 | -4/+3 |
* | pnfs: fix resend_to_mds for directio | Benny Halevy | 2013-02-24 | 1 | -4/+10 |
* | NFSv4.1: Fix bulk recall and destroy of layouts | Trond Myklebust | 2013-02-14 | 1 | -20/+130 |
* | pnfs: Increase the refcount when LAYOUTGET fails the first time | Yanchuan Nian | 2013-01-04 | 1 | -1/+1 |
* | NFSv4.1: Remove assertion BUG_ON()s from the files and generic layout code | Trond Myklebust | 2012-11-04 | 1 | -4/+2 |
* | NFSv4.1: Remove unused function last_byte_offset | Trond Myklebust | 2012-11-04 | 1 | -11/+0 |
* | nfs: Check whether a layout pointer is NULL before free it | Yanchuan Nian | 2012-10-31 | 1 | -2/+2 |
* | NFS41: send real read size in layoutget | Peng Tao | 2012-10-08 | 1 | -1/+9 |
* | NFS41: send real write size in layoutget | Peng Tao | 2012-10-08 | 1 | -2/+4 |
* | NFSv4.1: Cleanup ugliness in pnfs_layoutgets_blocked() | Trond Myklebust | 2012-10-05 | 1 | -11/+14 |
* | NFSv4.1: Ensure that the layout sequence id stays 'close' to the current | Trond Myklebust | 2012-10-04 | 1 | -13/+8 |
* | NFSv4.1: Deal with seqid wraparound in the pNFS return-on-close code | Trond Myklebust | 2012-10-04 | 1 | -1/+1 |
* | NFSv4.1: Deal with wraparound when updating the layout "barrier" seqid | Trond Myklebust | 2012-10-02 | 1 | -4/+7 |
* | NFSv4.1: Deal with wraparound issues when updating the layout stateid | Trond Myklebust | 2012-10-02 | 1 | -1/+10 |
* | NFSv4.1: Always set the layout stateid if this is the first layoutget | Trond Myklebust | 2012-10-02 | 1 | -3/+5 |
* | NFSv4.1: Fix another refcount issue in pnfs_find_alloc_layout | Trond Myklebust | 2012-10-02 | 1 | -7/+8 |
* | NFSv4.1: _pnfs_return_layout() shouldn't invalidate the layout on failure | Trond Myklebust | 2012-09-28 | 1 | -2/+3 |
* | NFSv4.1: Remove the NFS_LAYOUT_RETURNED state | Trond Myklebust | 2012-09-28 | 1 | -6/+1 |
* | NFSv4.1: Clear NFS_LAYOUT_BULK_RECALL when the layout segments are freed | Trond Myklebust | 2012-09-28 | 1 | -0/+2 |
* | NFSv4.1: Get rid of the NFS_LAYOUT_DESTROYED state | Trond Myklebust | 2012-09-28 | 1 | -8/+1 |
* | NFSv4.1: Remove unused 'default allocation' for pnfs_alloc_layout_hdr() | Trond Myklebust | 2012-09-28 | 1 | -3/+2 |
* | NFSv4.1: Get rid of pNFS spin lock debugging asserts... | Trond Myklebust | 2012-09-28 | 1 | -3/+0 |
* | NFSv4.1: Balance pnfs_layout_hdr refcount in pnfs_layout_(insert|remove)_lseg | Trond Myklebust | 2012-09-28 | 1 | -2/+4 |