aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/direct.c
AgeCommit message (Expand)Author
2012-12-12nfs: fix page dirtying in NFS DIO read codepathJeff Layton
2012-12-12nfs: don't zero out the rest of the page if we hit the EOF on a DIO READJeff Layton
2012-10-08NFS41: send real write size in layoutgetPeng Tao
2012-10-08NFS: track direct IO left bytesPeng Tao
2012-10-01NFSv41: fix DIO write_io calculationPeng Tao
2012-09-28NFS: Convert nfs_get_lock_context to return an ERR_PTR on failureTrond Myklebust
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-07-31nfs: enable swap on NFSMel Gorman
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker
2012-07-30NFS: Convert v3 into a moduleBryan Schumaker
2012-07-30NFS: fix pnfs regression with directio writesFred Isaman
2012-07-30NFS: fix pnfs regression with directio readsFred Isaman
2012-07-08NFS: Fix list manipulation snafus in fs/nfs/direct.cTrond Myklebust
2012-06-19NFS: Fix a refcounting issue in O_DIRECTTrond Myklebust
2012-06-15Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-06-09NFS: fix directio refcount bug on commitFred Isaman
2012-06-05NFS: Fix a commit bugTrond Myklebust
2012-05-31NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust
2012-05-24NFSv4.1 add nfs_inode book keeping for mdsthresholdAndy Adamson
2012-05-09NFS: Clean up - Simplify reference counting in fs/nfs/direct.cTrond Myklebust
2012-05-09NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_releaseTrond Myklebust
2012-05-09NFS: Clean up - simplify nfs_lock_request()Trond Myklebust
2012-05-04NFS: Fix sparse warningsTrond Myklebust
2012-05-04NFS: Fix O_DIRECT compile warningsTrond Myklebust
2012-05-01NFS: Simplify the nfs_read_completion functionsTrond Myklebust
2012-04-30NFS: Use kmem_cache_zalloc() in nfs_direct_req_allocTrond Myklebust
2012-04-30NFS: Simplify O_DIRECT page referencingTrond Myklebust
2012-04-30NFS: O_DIRECT pgio_completion_ops error_cleanup must unlock the requestTrond Myklebust
2012-04-30NFS: Ensure that we break out of read/write_schedule_segment on errorTrond Myklebust
2012-04-30NFS: Define nfs_direct_write_schedule_work() when v3 and v4 are disabledBryan Schumaker
2012-04-27NFS: rewrite directio write to use async coalesce codeFred Isaman
2012-04-27NFS: rewrite directio read to use async coalesce codeFred Isaman
2012-04-27NFS: merge _full and _partial write rpc_opsFred Isaman
2012-04-27NFS: merge _full and _partial read rpc_opsFred Isaman
2012-04-27NFS: create struct nfs_page_arrayFred Isaman
2012-04-27NFS: create common nfs_pgio_header for both read and writeFred Isaman
2012-04-27NFS: dprintks in directio code were referencing task after putFred Isaman
2012-04-27NFS: add a struct nfs_commit_data to replace nfs_write_data in commitsFred Isaman
2012-04-27NFS: grab open context in direct readFred Isaman
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-21NFS: Remove nfs4_setup_sequence from generic read codeBryan Schumaker
2012-03-21NFS: Remove nfs4_setup_sequence from generic write codeBryan Schumaker
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-20nfs_open_context doesn't need struct path eitherAl Viro
2011-03-11NFS: account direct-io into task io accountingKonstantin Khlebnikov
2011-03-11NFS: remove pointless if statement in nfs_direct_write_resultFred Isaman
2011-01-25NFS: Fix "kernel BUG at fs/aio.c:554!"Chuck Lever
2010-11-22Pure nfs client performance using odirect.Arun Bharadwaj
2010-10-28Fixed Regression in NFS Direct I/O pathSteve Dickson