index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
direct.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2024-03-16
1
-3
/
+15
|
\
|
*
nfs: fix UAF in direct writes
Josef Bacik
2024-03-09
1
-2
/
+9
|
*
nfs: properly protect nfs_direct_req fields
Josef Bacik
2024-03-09
1
-1
/
+6
*
|
mm, slab: remove last vestiges of SLAB_MEM_SPREAD
Linus Torvalds
2024-03-13
1
-2
/
+1
|
/
*
NFS: drop unused nfs_direct_req bytes_left
Benjamin Coddington
2024-01-04
1
-4
/
+2
*
pNFS: Fix the pnfs block driver's calculation of layoutget size
Trond Myklebust
2024-01-04
1
-2
/
+3
*
NFS: More fixes for nfs_direct_write_reschedule_io()
Trond Myklebust
2023-09-13
1
-6
/
+11
*
NFS: Use the correct commit info in nfs_join_page_group()
Trond Myklebust
2023-09-13
1
-3
/
+5
*
NFS: More O_DIRECT accounting fixes for error paths
Trond Myklebust
2023-09-13
1
-16
/
+31
*
NFS: Fix O_DIRECT locking issues
Trond Myklebust
2023-09-13
1
-4
/
+4
*
NFS: Fix error handling for O_DIRECT write scheduling
Trond Myklebust
2023-09-11
1
-16
/
+46
*
NFS: Fix a potential data corruption
Trond Myklebust
2023-08-24
1
-1
/
+19
*
NFS: Fix a use after free in nfs_direct_join_group()
Trond Myklebust
2023-08-17
1
-10
/
+16
*
NFS: Clean up O_DIRECT request allocation
Trond Myklebust
2023-02-14
1
-8
/
+4
*
Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2022-08-10
1
-35
/
+15
|
\
|
*
nfs: only issue commit in DIO codepath if we have uncommitted data
Jeff Layton
2022-07-23
1
-1
/
+1
|
*
nfs: always check dreq->error after a commit
Jeff Layton
2022-07-23
1
-1
/
+2
|
*
nfs: add new nfs_direct_req tracepoint events
Jeff Layton
2022-07-23
1
-33
/
+12
*
|
iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
2022-08-09
1
-4
/
+2
*
|
new iov_iter flavour - ITER_UBUF
Al Viro
2022-08-09
1
-1
/
+1
|
/
*
nfs: rename nfs_direct_IO and use as ->swap_rw
NeilBrown
2022-05-10
1
-13
/
+10
*
NFS: swap-out must always use STABLE writes.
NeilBrown
2022-03-13
1
-4
/
+6
*
NFS: swap IO handling is slightly different for O_DIRECT IO
NeilBrown
2022-03-13
1
-14
/
+28
*
nfs: Convert to new fscache volume/cookie API
Dave Wysochanski
2022-01-10
1
-0
/
+2
*
Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2021-11-11
1
-1
/
+1
|
\
|
*
NFS: Fix up commit deadlocks
Trond Myklebust
2021-10-21
1
-1
/
+1
*
|
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
2021-10-25
1
-1
/
+1
|
/
*
NFSv4: Fix an Oops in pnfs_mark_request_commit() when doing O_DIRECT
Trond Myklebust
2021-06-14
1
-10
/
+7
*
Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2020-08-15
1
-1
/
+1
|
\
|
*
NFS: remove redundant initialization of variable result
Colin Ian King
2020-07-28
1
-1
/
+1
*
|
SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...
Olga Kornievskaia
2020-07-17
1
-9
/
+4
|
/
*
NFSv4 fix CLOSE not waiting for direct IO compeletion
Olga Kornievskaia
2020-06-26
1
-4
/
+9
*
NFS: Fix direct WRITE throughput regression
Chuck Lever
2020-06-11
1
-0
/
+2
*
NFS: remove redundant initialization of variable result
Colin Ian King
2020-06-11
1
-1
/
+1
*
NFS: Try to join page groups before an O_DIRECT retransmission
Trond Myklebust
2020-04-01
1
-0
/
+20
*
NFS: Fix a request reference leak in nfs_direct_write_clear_reqs()
Trond Myklebust
2020-04-01
1
-0
/
+1
*
NFS/pNFS: Clean up pNFS commit operations
Trond Myklebust
2020-03-27
1
-4
/
+2
*
NFS: Remove bucket array from struct pnfs_ds_commit_info
Trond Myklebust
2020-03-27
1
-1
/
+0
*
NFS: Fix O_DIRECT commit verifier handling
Trond Myklebust
2020-03-27
1
-122
/
+13
*
NFS: commit errors should be fatal
Trond Myklebust
2020-03-27
1
-2
/
+30
*
NFS/pNFS: Allow O_DIRECT to release the DS commitinfo
Trond Myklebust
2020-03-27
1
-0
/
+1
*
NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_info
Trond Myklebust
2020-03-27
1
-0
/
+1
*
NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context fails
Misono Tomohiro
2020-03-22
1
-0
/
+2
*
NFS: Fix nfs_direct_write_reschedule_io()
Trond Myklebust
2020-01-15
1
-1
/
+2
*
NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()
Trond Myklebust
2020-01-15
1
-2
/
+2
*
NFS: Remove redundant mirror tracking in O_DIRECT
Trond Myklebust
2019-10-09
1
-42
/
+0
*
NFS: Fix O_DIRECT accounting of number of bytes read/written
Trond Myklebust
2019-10-09
1
-35
/
+43
*
NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0
Trond Myklebust
2019-08-19
1
-9
/
+18
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
pNFS: Add tracking to limit the number of pNFS retries
Trond Myklebust
2019-04-25
1
-0
/
+7
[next]