index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
direct.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-03
Merge branch 'flexfiles'
Trond Myklebust
1
-17
/
+95
2015-02-03
nfs: count DIO good bytes correctly with mirroring
Peng Tao
1
-4
/
+8
2015-02-03
nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writes
Peng Tao
1
-0
/
+6
2015-02-03
pnfs: fail comparison when bucket verifier not set
Weston Andros Adamson
1
-1
/
+5
2015-02-03
nfs: mirroring support for direct io
Weston Andros Adamson
1
-14
/
+57
2015-02-03
nfs: add mirroring support to pgio layer
Weston Andros Adamson
1
-3
/
+14
2015-02-03
pnfs: pass ds_commit_idx through the commit path
Weston Andros Adamson
1
-2
/
+3
2015-02-03
nfs: rename pgio header ds_idx to ds_commit_idx
Weston Andros Adamson
1
-8
/
+6
2015-02-03
pnfs: Do not grab the commit_info lock twice when rescheduling writes
Tom Haynes
1
-4
/
+15
2015-01-21
nfs: fix dio deadlock when O_DIRECT flag is flipped
Peng Tao
1
-0
/
+6
2014-11-12
nfs: fix pnfs direct write memory leak
Peng Tao
1
-0
/
+1
2014-10-18
Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+5
2014-10-14
block: Remove REQ_KERNEL
Martin K. Petersen
1
-7
/
+5
2014-09-12
NFS: Unconditionally enable commit code
Anna Schumaker
1
-14
/
+0
2014-07-13
Merge branch 'bugfixes' into linux-next
Trond Myklebust
1
-2
/
+0
2014-07-12
NFS: Remove 2 unused variables
Trond Myklebust
1
-2
/
+0
2014-06-24
nfs: remove unused writeverf code
Weston Andros Adamson
1
-17
/
+8
2014-06-24
nfs: merge nfs_pgio_data into _header
Weston Andros Adamson
1
-4
/
+4
2014-06-24
nfs: move nfs_pgio_data and remove nfs_rw_header
Weston Andros Adamson
1
-4
/
+4
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-224
/
+102
2014-05-29
pnfs: support multiple verfs per direct req
Weston Andros Adamson
1
-5
/
+97
2014-05-29
nfs: add support for multiple nfs reqs per page
Weston Andros Adamson
1
-2
/
+5
2014-05-29
nfs: remove unused arg from nfs_create_request
Weston Andros Adamson
1
-4
/
+2
2014-05-28
NFS: Move the write verifier into the nfs_pgio_header
Anna Schumaker
1
-2
/
+2
2014-05-28
nfs: remove ->read_pageio_init from rpc ops
Christoph Hellwig
1
-1
/
+1
2014-05-28
nfs: remove ->write_pageio_init from rpc ops
Christoph Hellwig
1
-2
/
+2
2014-05-06
new helper: iov_iter_get_pages_alloc()
Al Viro
1
-202
/
+88
2014-05-06
get rid of pointless iov_length() in ->direct_IO()
Al Viro
1
-7
/
+3
2014-05-06
convert the guts of nfs_direct_IO() to iov_iter
Al Viro
1
-25
/
+21
2014-05-06
pass iov_iter to ->direct_IO()
Al Viro
1
-4
/
+4
2014-01-13
nfs: page cache invalidation for dio
Christoph Hellwig
1
-2
/
+27
2014-01-13
nfs: take i_mutex during direct I/O reads
Christoph Hellwig
1
-2
/
+12
2014-01-13
nfs: merge nfs_direct_write into nfs_file_direct_write
Christoph Hellwig
1
-50
/
+41
2014-01-13
nfs: merge nfs_direct_read into nfs_file_direct_read
Christoph Hellwig
1
-58
/
+49
2014-01-13
nfs: increment i_dio_count for reads, too
Christoph Hellwig
1
-3
/
+6
2014-01-13
nfs: defer inode_dio_done call until size update is done
Christoph Hellwig
1
-17
/
+15
2014-01-13
nfs: fix size updates for aio writes
Christoph Hellwig
1
-5
/
+16
2014-01-05
NFS: dprintk() should not print negative fileids and inode numbers
Niels de Vos
1
-2
/
+2
2013-10-24
nfs: use %p[dD] instead of open-coded (and often racy) equivalents
Al Viro
1
-11
/
+6
2013-07-30
aio: Kill aio_rw_vect_retry()
Kent Overstreet
1
-1
/
+0
2012-12-12
nfs: fix page dirtying in NFS DIO read codepath
Jeff Layton
1
-7
/
+2
2012-12-12
nfs: don't zero out the rest of the page if we hit the EOF on a DIO READ
Jeff Layton
1
-8
/
+0
2012-10-08
NFS41: send real write size in layoutget
Peng Tao
1
-0
/
+7
2012-10-08
NFS: track direct IO left bytes
Peng Tao
1
-0
/
+5
2012-10-01
NFSv41: fix DIO write_io calculation
Peng Tao
1
-2
/
+2
2012-09-28
NFS: Convert nfs_get_lock_context to return an ERR_PTR on failure
Trond Myklebust
1
-4
/
+12
2012-07-31
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-28
/
+54
2012-07-31
nfs: enable swap on NFS
Mel Gorman
1
-28
/
+54
2012-07-30
NFS: Convert v4 into a module
Bryan Schumaker
1
-1
/
+1
2012-07-30
NFS: Convert v3 into a module
Bryan Schumaker
1
-1
/
+1
[next]