| Commit message (Expand) | Author | Age | Files | Lines |
* | nfs: don't sleep with inode lock in lock_and_join_requests | Weston Andros Adamson | 2014-08-22 | 1 | -1/+11 |
* | nfs: fix error handling in lock_and_join_requests | Weston Andros Adamson | 2014-08-22 | 1 | -1/+4 |
* | nfs: change nfs_page_group_lock argument | Weston Andros Adamson | 2014-08-22 | 1 | -2/+2 |
* | Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2014-08-13 | 1 | -71/+79 |
|\ |
|
| * | nfs: clear_request_commit while holding i_lock | Weston Andros Adamson | 2014-08-03 | 1 | -11/+4 |
| * | pnfs: find swapped pages on pnfs commit lists too | Weston Andros Adamson | 2014-08-03 | 1 | -12/+37 |
| * | nfs: fix comment and add warn_on for PG_INODE_REF | Weston Andros Adamson | 2014-08-03 | 1 | -0/+2 |
| * | nfs: check wait_on_bit_lock err in page_group_lock | Weston Andros Adamson | 2014-08-03 | 1 | -2/+4 |
| * | Merge branch 'bugfixes' into linux-next | Trond Myklebust | 2014-07-13 | 1 | -53/+282 |
| |\ |
|
| * | | nfs: remove unused writeverf code | Weston Andros Adamson | 2014-06-24 | 1 | -22/+5 |
| * | | nfs: merge nfs_pgio_data into _header | Weston Andros Adamson | 2014-06-24 | 1 | -27/+29 |
| * | | nfs: rename members of nfs_pgio_data | Weston Andros Adamson | 2014-06-24 | 1 | -4/+5 |
| * | | nfs: move nfs_pgio_data and remove nfs_rw_header | Weston Andros Adamson | 2014-06-24 | 1 | -5/+5 |
* | | | Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n... | Ingo Molnar | 2014-07-28 | 1 | -53/+282 |
|\ \ \
| | |/
| |/| |
|
| * | | NFS: Remove 2 unused variables | Trond Myklebust | 2014-07-12 | 1 | -2/+0 |
| * | | nfs: handle multiple reqs in nfs_wb_page_cancel | Weston Andros Adamson | 2014-07-12 | 1 | -20/+21 |
| * | | nfs: handle multiple reqs in nfs_page_async_flush | Weston Andros Adamson | 2014-07-12 | 1 | -22/+233 |
| * | | nfs: change find_request to find_head_request | Weston Andros Adamson | 2014-07-12 | 1 | -9/+24 |
| * | | nfs: mark nfs_page reqs with flag for extra ref | Weston Andros Adamson | 2014-07-12 | 1 | -2/+6 |
| |/ |
|
* | | sched: Remove proliferation of wait_on_bit() action functions | NeilBrown | 2014-07-16 | 1 | -2/+2 |
|/ |
|
* | nfs: Fix cache_validity check in nfs_write_pageuptodate() | Scott Mayhew | 2014-06-24 | 1 | -1/+3 |
* | Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2014-06-10 | 1 | -400/+188 |
|\ |
|
| * | nfs: page group support in nfs_mark_uptodate | Weston Andros Adamson | 2014-05-29 | 1 | -7/+67 |
| * | nfs: page group syncing in write path | Weston Andros Adamson | 2014-05-29 | 1 | -12/+20 |
| * | nfs: add support for multiple nfs reqs per page | Weston Andros Adamson | 2014-05-29 | 1 | -1/+12 |
| * | nfs: remove unused arg from nfs_create_request | Weston Andros Adamson | 2014-05-29 | 1 | -1/+1 |
| * | NFS: Create a common nfs_pageio_ops struct | Anna Schumaker | 2014-05-29 | 1 | -7/+2 |
| * | NFS: Create a common generic_pg_pgios() | Anna Schumaker | 2014-05-29 | 1 | -25/+1 |
| * | NFS: Create a common multiple_pgios() function | Anna Schumaker | 2014-05-29 | 1 | -30/+1 |
| * | NFS: Create a common initiate_pgio() function | Anna Schumaker | 2014-05-29 | 1 | -48/+7 |
| * | NFS: Create a generic_pgio function | Anna Schumaker | 2014-05-28 | 1 | -96/+1 |
| * | NFS: Create a common pgio_error function | Anna Schumaker | 2014-05-28 | 1 | -21/+4 |
| * | NFS: Create a common rpcsetup function for reads and writes | Anna Schumaker | 2014-05-28 | 1 | -42/+4 |
| * | NFS: Create a common rpc_call_ops struct | Anna Schumaker | 2014-05-28 | 1 | -9/+2 |
| * | NFS: Create a common nfs_pgio_result_common function | Anna Schumaker | 2014-05-28 | 1 | -31/+20 |
| * | NFS: Create a common pgio_rpc_prepare function | Anna Schumaker | 2014-05-28 | 1 | -14/+5 |
| * | NFS: Create a common rw_header_alloc and rw_header_free function | Anna Schumaker | 2014-05-28 | 1 | -16/+12 |
| * | NFS: Create a common pgio_alloc and pgio_release function | Anna Schumaker | 2014-05-28 | 1 | -50/+4 |
| * | NFS: Move the write verifier into the nfs_pgio_header | Anna Schumaker | 2014-05-28 | 1 | -4/+3 |
| * | NFS: Create a common read and write header struct | Anna Schumaker | 2014-05-28 | 1 | -7/+7 |
| * | NFS: Create a common read and write data struct | Anna Schumaker | 2014-05-28 | 1 | -18/+18 |
| * | NFS: Create a common results structure for reads and writes | Anna Schumaker | 2014-05-28 | 1 | -1/+1 |
| * | NFS: Create a common argument structure for reads and writes | Anna Schumaker | 2014-05-28 | 1 | -1/+1 |
| * | nfs: remove ->write_pageio_init from rpc ops | Christoph Hellwig | 2014-05-28 | 1 | -8/+13 |
| * | NFS: Don't ignore suid/sgid bit changes after a successful write | Trond Myklebust | 2014-04-15 | 1 | -2/+33 |
* | | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 2014-04-18 | 1 | -2/+2 |
|/ |
|
* | nfs: add memory barriers around NFS_INO_INVALID_DATA and NFS_INO_INVALIDATING | Jeff Layton | 2014-01-28 | 1 | -0/+1 |
* | NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mapping | Jeff Layton | 2014-01-27 | 1 | -1/+5 |
* | nfs: always make sure page is up-to-date before extending a write to cover th... | Scott Mayhew | 2014-01-17 | 1 | -5/+6 |
* | NFS: dprintk() should not print negative fileids and inode numbers | Niels de Vos | 2014-01-05 | 1 | -4/+4 |