Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
50013eadda59b9bbbc48eee40ecbfccefc875cc6
/
fs
/
nfs
/
direct.c
de42cd2
nfs: don't dirty kernel pages read by direct-io
by Dave Kleikamp
· 6 years ago
fb1f410
NFS: Fix an incorrect type in struct nfs_direct_req
by Trond Myklebust
· 7 years ago
ca2c316
NFS: commit direct writes even if they fail partially
by J. Bruce Fields
· 7 years ago
024de8f
NFS: direct: use complete() instead of complete_all()
by Daniel Wagner
· 8 years ago
7f155c7
Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 8 years ago
6784725
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
3627452
Merge branch 'writeback'
by Trond Myklebust
· 8 years ago
f7b5c34
NFS: Cleanup nfs_direct_complete()
by Trond Myklebust
· 8 years ago
a5864c9
NFS: Do not serialise O_DIRECT reads and writes
by Trond Myklebust
· 8 years ago
89698b2
NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.c
by Trond Myklebust
· 8 years ago
2f3c7d8
NFS: Remove racy size manipulations in O_DIRECT
by Trond Myklebust
· 8 years ago
a5314a7
NFS: Ensure we reset the write verifier 'committed' value on resend.
by Trond Myklebust
· 8 years ago
8fc3c38
NFS: Fix O_DIRECT verifier problems
by Trond Myklebust
· 8 years ago
d2a7de0
NFS: Fix up O_DIRECT results
by Trond Myklebust
· 8 years ago
90090ae
missed comment updates from ->direct_IO() prototype change
by Al Viro
· 8 years ago
ea8ea73
Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 8 years ago
c2e7b20
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
fe238e6
NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lock
by Dave Wysochanski
· 9 years ago
ed3743a
nfs: add debug to directio "good_bytes" counting
by Weston Andros Adamson
· 9 years ago
84695ff
Merge getxattr prototype change into work.lookups
by Al Viro
· 9 years ago
e259221
fs: simplify the generic_write_sync prototype
by Christoph Hellwig
· 9 years ago
dde0c2e
fs: add IOCB_SYNC and IOCB_DSYNC
by Christoph Hellwig
· 9 years ago
c8b8e32
direct-io: eliminate the offset argument to ->direct_IO
by Christoph Hellwig
· 9 years ago
fc64005
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
by Al Viro
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
942e3d7
Merge branch 'pnfs_generic'
by Trond Myklebust
· 9 years ago
b20135d
NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalid
by Trond Myklebust
· 9 years ago
af7cf05
NFS: Allow multiple commit requests in flight per file
by Trond Myklebust
· 9 years ago
dc602dd
NFS/pNFS: Fix up pNFS write reschedule layering violations and bugs
by Trond Myklebust
· 9 years ago
d600ad1
NFS41: pop some layoutget errors to application
by Peng Tao
· 9 years ago
834e465
NFS: Skip checking ds_cinfo.buckets when lseg's commit_through_mds is set
by Kinglong Mee
· 9 years ago
59953fb
Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 10 years ago
fe0f07d
direct-io: only inc/dec inode->i_dio_count for file systems
by Jens Axboe
· 10 years ago
05f5490
nfs: remove WARN_ON_ONCE from nfs_direct_good_bytes
by Peng Tao
· 10 years ago
1ccbad9
nfs: fix DIO good bytes calculation
by Peng Tao
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
65a4a1c
nfs: generic_write_checks() shouldn't be done on swapout...
by Al Viro
· 10 years ago
3309dd0
switch generic_write_checks() to iocb and iter
by Al Viro
· 10 years ago
0fa6b00
generic_write_checks(): drop isblk argument
by Al Viro
· 10 years ago
22c6186
direct_IO: remove rw from a_ops->direct_IO()
by Omar Sandoval
· 10 years ago
6f67376
direct_IO: use iov_iter_rw() instead of rw everywhere
by Omar Sandoval
· 10 years ago
c0fec3a
Merge branch 'iocb' into for-next
by Al Viro
· 10 years ago
a0815d5
NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECT
by Trond Myklebust
· 10 years ago
04b2fa9
fs: split generic and aio kiocb
by Christoph Hellwig
· 10 years ago
2854475
nfs: clean up nfs_direct_IO
by Peng Tao
· 10 years ago
66ee59a
fs: remove ki_nbytes
by Christoph Hellwig
· 10 years ago
f4086a3d
NFS: struct nfs_commit_info.lock must always point to inode->i_lock
by Trond Myklebust
· 10 years ago
e2c63e0
Merge branch 'flexfiles'
by Trond Myklebust
· 10 years ago
5fadeb4
nfs: count DIO good bytes correctly with mirroring
by Peng Tao
· 10 years ago
012fa16
nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writes
by Peng Tao
· 10 years ago
80c76fe
pnfs: fail comparison when bucket verifier not set
by Weston Andros Adamson
· 10 years ago
0a00b77
nfs: mirroring support for direct io
by Weston Andros Adamson
· 10 years ago
a7d42dd
nfs: add mirroring support to pgio layer
by Weston Andros Adamson
· 10 years ago
b57ff13
pnfs: pass ds_commit_idx through the commit path
by Weston Andros Adamson
· 10 years ago
6cccbb6
nfs: rename pgio header ds_idx to ds_commit_idx
by Weston Andros Adamson
· 10 years ago
085d1e3
pnfs: Do not grab the commit_info lock twice when rescheduling writes
by Tom Haynes
· 10 years ago
ee8a1a8
nfs: fix dio deadlock when O_DIRECT flag is flipped
by Peng Tao
· 10 years ago
8c393f9
nfs: fix pnfs direct write memory leak
by Peng Tao
· 10 years ago
d3dc366
Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
e19a8a0
block: Remove REQ_KERNEL
by Martin K. Petersen
· 10 years ago
f418c64
NFS: Unconditionally enable commit code
by Anna Schumaker
· 10 years ago
e655f94
Merge branch 'bugfixes' into linux-next
by Trond Myklebust
· 10 years ago
aafe375
NFS: Remove 2 unused variables
by Trond Myklebust
· 10 years ago
c65e625
nfs: remove unused writeverf code
by Weston Andros Adamson
· 10 years ago
d45f60c
nfs: merge nfs_pgio_data into _header
by Weston Andros Adamson
· 10 years ago
1e7f3a4
nfs: move nfs_pgio_data and remove nfs_rw_header
by Weston Andros Adamson
· 10 years ago
16b9057
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
5002c58
pnfs: support multiple verfs per direct req
by Weston Andros Adamson
· 10 years ago
2bfc6e5
nfs: add support for multiple nfs reqs per page
by Weston Andros Adamson
· 10 years ago
8c8f1ac1
nfs: remove unused arg from nfs_create_request
by Weston Andros Adamson
· 10 years ago
f79d06f
NFS: Move the write verifier into the nfs_pgio_header
by Anna Schumaker
· 11 years ago
fab5fc2
nfs: remove ->read_pageio_init from rpc ops
by Christoph Hellwig
· 11 years ago
a20c93e
nfs: remove ->write_pageio_init from rpc ops
by Christoph Hellwig
· 11 years ago
91f79c4
new helper: iov_iter_get_pages_alloc()
by Al Viro
· 11 years ago
a6cbcd4
get rid of pointless iov_length() in ->direct_IO()
by Al Viro
· 11 years ago
619d30b
convert the guts of nfs_direct_IO() to iov_iter
by Al Viro
· 11 years ago
d8d3d94
pass iov_iter to ->direct_IO()
by Al Viro
· 11 years ago
a9ab5e8
nfs: page cache invalidation for dio
by Christoph Hellwig
· 11 years ago
d0b9875
nfs: take i_mutex during direct I/O reads
by Christoph Hellwig
· 11 years ago
22cd1bf
nfs: merge nfs_direct_write into nfs_file_direct_write
by Christoph Hellwig
· 11 years ago
14a3ec79
nfs: merge nfs_direct_read into nfs_file_direct_read
by Christoph Hellwig
· 11 years ago
1f90ee2
nfs: increment i_dio_count for reads, too
by Christoph Hellwig
· 11 years ago
2a009ec
nfs: defer inode_dio_done call until size update is done
by Christoph Hellwig
· 11 years ago
9811cd5
nfs: fix size updates for aio writes
by Christoph Hellwig
· 11 years ago
1e8968c
NFS: dprintk() should not print negative fileids and inode numbers
by Niels de Vos
· 11 years ago
6de1472
nfs: use %p[dD] instead of open-coded (and often racy) equivalents
by Al Viro
· 11 years ago
73a7075
aio: Kill aio_rw_vect_retry()
by Kent Overstreet
· 12 years ago
be7e985
nfs: fix page dirtying in NFS DIO read codepath
by Jeff Layton
· 12 years ago
67fad10
nfs: don't zero out the rest of the page if we hit the EOF on a DIO READ
by Jeff Layton
· 12 years ago
6296556
NFS41: send real write size in layoutget
by Peng Tao
· 12 years ago
35754bc
NFS: track direct IO left bytes
by Peng Tao
· 12 years ago
7acdb02
NFSv41: fix DIO write_io calculation
by Peng Tao
· 12 years ago
b3c54de
NFS: Convert nfs_get_lock_context to return an ERR_PTR on failure
by Trond Myklebust
· 12 years ago
ac694db
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
a564b8f
nfs: enable swap on NFS
by Mel Gorman
· 12 years ago
89d77c8
NFS: Convert v4 into a module
by Bryan Schumaker
· 12 years ago
1c606fb
NFS: Convert v3 into a module
by Bryan Schumaker
· 12 years ago
c95908e
NFS: fix pnfs regression with directio writes
by Fred Isaman
· 12 years ago
59948db
NFS: fix pnfs regression with directio reads
by Fred Isaman
· 12 years ago
Next »