aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/direct.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-13nfs: page cache invalidation for dioGravatar Christoph Hellwig 1-2/+27
2014-01-13nfs: take i_mutex during direct I/O readsGravatar Christoph Hellwig 1-2/+12
2014-01-13nfs: merge nfs_direct_write into nfs_file_direct_writeGravatar Christoph Hellwig 1-50/+41
2014-01-13nfs: merge nfs_direct_read into nfs_file_direct_readGravatar Christoph Hellwig 1-58/+49
2014-01-13nfs: increment i_dio_count for reads, tooGravatar Christoph Hellwig 1-3/+6
2014-01-13nfs: defer inode_dio_done call until size update is doneGravatar Christoph Hellwig 1-17/+15
2014-01-13nfs: fix size updates for aio writesGravatar Christoph Hellwig 1-5/+16
2014-01-05NFS: dprintk() should not print negative fileids and inode numbersGravatar Niels de Vos 1-2/+2
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsGravatar Al Viro 1-11/+6
2013-07-30aio: Kill aio_rw_vect_retry()Gravatar Kent Overstreet 1-1/+0
2012-12-12nfs: fix page dirtying in NFS DIO read codepathGravatar Jeff Layton 1-7/+2
2012-12-12nfs: don't zero out the rest of the page if we hit the EOF on a DIO READGravatar Jeff Layton 1-8/+0
2012-10-08NFS41: send real write size in layoutgetGravatar Peng Tao 1-0/+7
2012-10-08NFS: track direct IO left bytesGravatar Peng Tao 1-0/+5
2012-10-01NFSv41: fix DIO write_io calculationGravatar Peng Tao 1-2/+2
2012-09-28NFS: Convert nfs_get_lock_context to return an ERR_PTR on failureGravatar Trond Myklebust 1-4/+12
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-28/+54
2012-07-31nfs: enable swap on NFSGravatar Mel Gorman 1-28/+54
2012-07-30NFS: Convert v4 into a moduleGravatar Bryan Schumaker 1-1/+1
2012-07-30NFS: Convert v3 into a moduleGravatar Bryan Schumaker 1-1/+1
2012-07-30NFS: fix pnfs regression with directio writesGravatar Fred Isaman 1-2/+2
2012-07-30NFS: fix pnfs regression with directio readsGravatar Fred Isaman 1-1/+1
2012-07-08NFS: Fix list manipulation snafus in fs/nfs/direct.cGravatar Trond Myklebust 1-1/+5
2012-06-19NFS: Fix a refcounting issue in O_DIRECTGravatar Trond Myklebust 1-0/+1
2012-06-15Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-4/+4
2012-06-09NFS: fix directio refcount bug on commitGravatar Fred Isaman 1-2/+2
2012-06-05NFS: Fix a commit bugGravatar Trond Myklebust 1-2/+2
2012-05-31NFS: Ensure that setattr and getattr wait for O_DIRECT write completionGravatar Trond Myklebust 1-3/+12
2012-05-24NFSv4.1 add nfs_inode book keeping for mdsthresholdGravatar Andy Adamson 1-0/+2
2012-05-09NFS: Clean up - Simplify reference counting in fs/nfs/direct.cGravatar Trond Myklebust 1-11/+4
2012-05-09NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_releaseGravatar Trond Myklebust 1-5/+5
2012-05-09NFS: Clean up - simplify nfs_lock_request()Gravatar Trond Myklebust 1-0/+1
2012-05-04NFS: Fix sparse warningsGravatar Trond Myklebust 1-1/+1
2012-05-04NFS: Fix O_DIRECT compile warningsGravatar Trond Myklebust 1-4/+4
2012-05-01NFS: Simplify the nfs_read_completion functionsGravatar Trond Myklebust 1-28/+20
2012-04-30NFS: Use kmem_cache_zalloc() in nfs_direct_req_allocGravatar Trond Myklebust 1-11/+1
2012-04-30NFS: Simplify O_DIRECT page referencingGravatar Trond Myklebust 1-16/+6
2012-04-30NFS: O_DIRECT pgio_completion_ops error_cleanup must unlock the requestGravatar Trond Myklebust 1-3/+15
2012-04-30NFS: Ensure that we break out of read/write_schedule_segment on errorGravatar Trond Myklebust 1-2/+3
2012-04-30NFS: Define nfs_direct_write_schedule_work() when v3 and v4 are disabledGravatar Bryan Schumaker 1-0/+3
2012-04-27NFS: rewrite directio write to use async coalesce codeGravatar Fred Isaman 1-297/+230
2012-04-27NFS: rewrite directio read to use async coalesce codeGravatar Fred Isaman 1-132/+123
2012-04-27NFS: merge _full and _partial write rpc_opsGravatar Fred Isaman 1-2/+8
2012-04-27NFS: merge _full and _partial read rpc_opsGravatar Fred Isaman 1-2/+8
2012-04-27NFS: create struct nfs_page_arrayGravatar Fred Isaman 1-17/+23
2012-04-27NFS: create common nfs_pgio_header for both read and writeGravatar Fred Isaman 1-23/+50
2012-04-27NFS: dprintks in directio code were referencing task after putGravatar Fred Isaman 1-4/+4
2012-04-27NFS: add a struct nfs_commit_data to replace nfs_write_data in commitsGravatar Fred Isaman 1-10/+7
2012-04-27NFS: grab open context in direct readGravatar Fred Isaman 1-2/+2
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 1-1/+0