index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
direct.c
Age
Commit message (
Expand
)
Author
2015-03-06
NFS: struct nfs_commit_info.lock must always point to inode->i_lock
Trond Myklebust
2015-02-05
nfs: fix dio deadlock when O_DIRECT flag is flipped
Peng Tao
2014-11-12
nfs: fix pnfs direct write memory leak
Peng Tao
2014-10-18
Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-10-14
block: Remove REQ_KERNEL
Martin K. Petersen
2014-09-12
NFS: Unconditionally enable commit code
Anna Schumaker
2014-07-13
Merge branch 'bugfixes' into linux-next
Trond Myklebust
2014-07-12
NFS: Remove 2 unused variables
Trond Myklebust
2014-06-24
nfs: remove unused writeverf code
Weston Andros Adamson
2014-06-24
nfs: merge nfs_pgio_data into _header
Weston Andros Adamson
2014-06-24
nfs: move nfs_pgio_data and remove nfs_rw_header
Weston Andros Adamson
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-05-29
pnfs: support multiple verfs per direct req
Weston Andros Adamson
2014-05-29
nfs: add support for multiple nfs reqs per page
Weston Andros Adamson
2014-05-29
nfs: remove unused arg from nfs_create_request
Weston Andros Adamson
2014-05-28
NFS: Move the write verifier into the nfs_pgio_header
Anna Schumaker
2014-05-28
nfs: remove ->read_pageio_init from rpc ops
Christoph Hellwig
2014-05-28
nfs: remove ->write_pageio_init from rpc ops
Christoph Hellwig
2014-05-06
new helper: iov_iter_get_pages_alloc()
Al Viro
2014-05-06
get rid of pointless iov_length() in ->direct_IO()
Al Viro
2014-05-06
convert the guts of nfs_direct_IO() to iov_iter
Al Viro
2014-05-06
pass iov_iter to ->direct_IO()
Al Viro
2014-01-13
nfs: page cache invalidation for dio
Christoph Hellwig
2014-01-13
nfs: take i_mutex during direct I/O reads
Christoph Hellwig
2014-01-13
nfs: merge nfs_direct_write into nfs_file_direct_write
Christoph Hellwig
2014-01-13
nfs: merge nfs_direct_read into nfs_file_direct_read
Christoph Hellwig
2014-01-13
nfs: increment i_dio_count for reads, too
Christoph Hellwig
2014-01-13
nfs: defer inode_dio_done call until size update is done
Christoph Hellwig
2014-01-13
nfs: fix size updates for aio writes
Christoph Hellwig
2014-01-05
NFS: dprintk() should not print negative fileids and inode numbers
Niels de Vos
2013-10-24
nfs: use %p[dD] instead of open-coded (and often racy) equivalents
Al Viro
2013-07-30
aio: Kill aio_rw_vect_retry()
Kent Overstreet
2012-12-12
nfs: fix page dirtying in NFS DIO read codepath
Jeff Layton
2012-12-12
nfs: don't zero out the rest of the page if we hit the EOF on a DIO READ
Jeff Layton
2012-10-08
NFS41: send real write size in layoutget
Peng Tao
2012-10-08
NFS: track direct IO left bytes
Peng Tao
2012-10-01
NFSv41: fix DIO write_io calculation
Peng Tao
2012-09-28
NFS: Convert nfs_get_lock_context to return an ERR_PTR on failure
Trond Myklebust
2012-07-31
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-07-31
nfs: enable swap on NFS
Mel Gorman
2012-07-30
NFS: Convert v4 into a module
Bryan Schumaker
2012-07-30
NFS: Convert v3 into a module
Bryan Schumaker
2012-07-30
NFS: fix pnfs regression with directio writes
Fred Isaman
2012-07-30
NFS: fix pnfs regression with directio reads
Fred Isaman
2012-07-08
NFS: Fix list manipulation snafus in fs/nfs/direct.c
Trond Myklebust
2012-06-19
NFS: Fix a refcounting issue in O_DIRECT
Trond Myklebust
2012-06-15
Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2012-06-09
NFS: fix directio refcount bug on commit
Fred Isaman
2012-06-05
NFS: Fix a commit bug
Trond Myklebust
2012-05-31
NFS: Ensure that setattr and getattr wait for O_DIRECT write completion
Trond Myklebust
[next]