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
2021-06-13
NFSv4: Fix an Oops in pnfs_mark_request_commit() when doing O_DIRECT
Trond Myklebust
1
-10
/
+7
2020-08-15
Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-1
/
+1
2020-07-28
NFS: remove redundant initialization of variable result
Colin Ian King
1
-1
/
+1
2020-07-17
SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...
Olga Kornievskaia
1
-9
/
+4
2020-06-26
NFSv4 fix CLOSE not waiting for direct IO compeletion
Olga Kornievskaia
1
-4
/
+9
2020-06-11
NFS: Fix direct WRITE throughput regression
Chuck Lever
1
-0
/
+2
2020-06-11
NFS: remove redundant initialization of variable result
Colin Ian King
1
-1
/
+1
2020-04-01
NFS: Try to join page groups before an O_DIRECT retransmission
Trond Myklebust
1
-0
/
+20
2020-04-01
NFS: Fix a request reference leak in nfs_direct_write_clear_reqs()
Trond Myklebust
1
-0
/
+1
2020-03-27
NFS/pNFS: Clean up pNFS commit operations
Trond Myklebust
1
-4
/
+2
2020-03-27
NFS: Remove bucket array from struct pnfs_ds_commit_info
Trond Myklebust
1
-1
/
+0
2020-03-27
NFS: Fix O_DIRECT commit verifier handling
Trond Myklebust
1
-122
/
+13
2020-03-27
NFS: commit errors should be fatal
Trond Myklebust
1
-2
/
+30
2020-03-27
NFS/pNFS: Allow O_DIRECT to release the DS commitinfo
Trond Myklebust
1
-0
/
+1
2020-03-27
NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_info
Trond Myklebust
1
-0
/
+1
2020-03-22
NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context fails
Misono Tomohiro
1
-0
/
+2
2020-01-15
NFS: Fix nfs_direct_write_reschedule_io()
Trond Myklebust
1
-1
/
+2
2020-01-15
NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()
Trond Myklebust
1
-2
/
+2
2019-10-09
NFS: Remove redundant mirror tracking in O_DIRECT
Trond Myklebust
1
-42
/
+0
2019-10-09
NFS: Fix O_DIRECT accounting of number of bytes read/written
Trond Myklebust
1
-35
/
+43
2019-08-19
NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0
Trond Myklebust
1
-9
/
+18
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-04-25
pNFS: Add tracking to limit the number of pNFS retries
Trond Myklebust
1
-0
/
+7
2019-04-25
NFS: Remove unused argument from nfs_create_request()
Trond Myklebust
1
-2
/
+2
2019-02-20
NFS: Pass error information to the pgio error cleanup routine
Trond Myklebust
1
-2
/
+2
2019-02-20
NFS: Clean up list moves of struct nfs_page
Trond Myklebust
1
-2
/
+1
2018-12-02
nfs: don't dirty kernel pages read by direct-io
Dave Kleikamp
1
-1
/
+8
2018-08-08
NFS: Use an appropriate work queue for direct-write completion
NeilBrown
1
-1
/
+1
2018-03-08
NFS: Fix an incorrect type in struct nfs_direct_req
Trond Myklebust
1
-1
/
+1
2018-01-16
NFS: commit direct writes even if they fail partially
J. Bruce Fields
1
-3
/
+1
2017-08-15
NFSv4: Use a mutex to protect the per-inode commit lists
Trond Myklebust
1
-2
/
+2
2017-05-10
Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-19
/
+2
2017-04-20
NFS: Clean up nfs_direct_commit_complete()
Anna Schumaker
1
-8
/
+1
2017-04-20
NFS: Remove nfs_direct_readpage_release()
Anna Schumaker
1
-11
/
+1
2017-04-17
fix nfs O_DIRECT advancing iov_iter too much
Al Viro
1
-9
/
+18
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-01
NFS: Remove unused argument from nfs_direct_write_complete()
Anna Schumaker
1
-6
/
+6
2016-09-23
NFS: direct: use complete() instead of complete_all()
Daniel Wagner
1
-1
/
+1
2016-07-30
Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-61
/
+32
2016-07-28
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+1
2016-07-24
Merge branch 'writeback'
Trond Myklebust
1
-61
/
+32
2016-07-05
NFS: Cleanup nfs_direct_complete()
Trond Myklebust
1
-7
/
+5
2016-07-05
NFS: Do not serialise O_DIRECT reads and writes
Trond Myklebust
1
-32
/
+9
2016-07-05
NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.c
Trond Myklebust
1
-4
/
+8
2016-07-05
NFS: Remove racy size manipulations in O_DIRECT
Trond Myklebust
1
-16
/
+0
2016-07-05
NFS: Ensure we reset the write verifier 'committed' value on resend.
Trond Myklebust
1
-0
/
+2
2016-07-05
NFS: Fix O_DIRECT verifier problems
Trond Myklebust
1
-2
/
+8
2016-06-24
NFS: Fix up O_DIRECT results
Trond Myklebust
1
-3
/
+7
2016-05-29
missed comment updates from ->direct_IO() prototype change
Al Viro
1
-3
/
+1
2016-05-26
Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-7
/
+10
[next]