summaryrefslogtreecommitdiff
path: root/fs/nfs/direct.c
AgeCommit message (Expand)Author
2014-01-13nfs: page cache invalidation for dioChristoph Hellwig
2014-01-13nfs: take i_mutex during direct I/O readsChristoph Hellwig
2014-01-13nfs: merge nfs_direct_write into nfs_file_direct_writeChristoph Hellwig
2014-01-13nfs: merge nfs_direct_read into nfs_file_direct_readChristoph Hellwig
2014-01-13nfs: increment i_dio_count for reads, tooChristoph Hellwig
2014-01-13nfs: defer inode_dio_done call until size update is doneChristoph Hellwig
2014-01-13nfs: fix size updates for aio writesChristoph Hellwig
2014-01-05NFS: dprintk() should not print negative fileids and inode numbersNiels de Vos
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet
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