index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: Pass an iocb to generic_perform_write()
Matthew Wilcox (Oracle)
2022-04-01
1
-1
/
+1
*
Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2022-03-30
1
-11
/
+15
|
\
|
*
NFS: swap IO handling is slightly different for O_DIRECT IO
NeilBrown
2022-03-13
1
-2
/
+2
|
*
NFSv4: keep state manager thread active if swap is enabled
NeilBrown
2022-03-13
1
-3
/
+12
|
*
NFS: remove IS_SWAPFILE hack
NeilBrown
2022-03-13
1
-5
/
+0
|
*
Convert NFS from readpages to readahead
Matthew Wilcox (Oracle)
2022-02-25
1
-1
/
+1
*
|
fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio
Matthew Wilcox (Oracle)
2022-03-15
1
-1
/
+1
*
|
nfs: Convert from launder_page to launder_folio
Matthew Wilcox (Oracle)
2022-03-15
1
-7
/
+7
*
|
nfs: Convert from invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
2022-03-15
1
-8
/
+8
|
/
*
nfs: Convert to new fscache volume/cookie API
Dave Wysochanski
2022-01-10
1
-5
/
+8
*
locks: remove LOCK_MAND flock lock support
Jeff Layton
2021-09-10
1
-9
/
+0
*
Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2021-08-31
1
-0
/
+3
|
\
|
*
nfs: don't allow reexport reclaims
J. Bruce Fields
2021-08-26
1
-0
/
+3
*
|
fs: remove mandatory file locking support
Jeff Layton
2021-08-23
1
-4
/
+0
|
/
*
NFS: Replace use of NFS_INO_REVAL_PAGECACHE when checking cache validity
Trond Myklebust
2021-04-13
1
-1
/
+1
*
NFS: Add support for eager writes
Trond Myklebust
2021-02-16
1
-2
/
+17
*
NFS: Always clear an invalid mapping when attempting a buffered write
Trond Myklebust
2021-02-08
1
-0
/
+2
*
NFS: Optimise sparse writes past the end of file
Trond Myklebust
2021-02-08
1
-3
/
+1
*
NFS: Fix documenting comment for nfs_revalidate_file_size()
Trond Myklebust
2021-02-08
1
-1
/
+1
*
Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2020-08-15
1
-4
/
+13
|
\
|
*
nfs: nfs_file_write() should check for writeback errors
Scott Mayhew
2020-08-05
1
-3
/
+9
|
*
nfs: ensure correct writeback errors are returned on close()
Scott Mayhew
2020-08-01
1
-1
/
+4
*
|
SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...
Olga Kornievskaia
2020-07-17
1
-1
/
+0
|
/
*
NFSv4 fix CLOSE not waiting for direct IO compeletion
Olga Kornievskaia
2020-06-26
1
-0
/
+1
*
NFS: Fix up fsync() when the server rebooted
Trond Myklebust
2020-01-15
1
-21
/
+16
*
fs/nfs, swapon: check holes in swapfile
Murphy Zhou
2020-01-15
1
-0
/
+12
*
NFS: Return -ETXTBSY when attempting to write to a swapfile
Anna Schumaker
2019-11-18
1
-1
/
+1
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
NFS: Replace custom error reporting mechanism with generic one
Trond Myklebust
2019-04-25
1
-21
/
+4
*
NFS: Don't inadvertently clear writeback errors
Trond Myklebust
2019-04-25
1
-3
/
+3
*
pNFS: Avoid read/modify/write when it is not necessary
Kazuo Ito
2019-02-20
1
-14
/
+26
*
pNFS: Fix potential corruption of page being written
Kazuo Ito
2019-02-20
1
-1
/
+1
*
NFS: Fix up documentation warnings
Trond Myklebust
2019-02-20
1
-2
/
+2
*
fs: nfs: Adding new return type vm_fault_t
Souptick Joarder
2018-07-30
1
-2
/
+2
*
NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"
Benjamin Coddington
2017-11-17
1
-16
/
+2
*
NFS: various changes relating to reporting IO errors.
NeilBrown
2017-09-12
1
-6
/
+10
*
NFS: Sync the correct byte range during synchronous writes
tarangg@amazon.com
2017-09-07
1
-3
/
+3
*
NFS: flush data when locking a file to ensure cache coherence for mmap.
NeilBrown
2017-09-06
1
-4
/
+7
*
NFS: Optimize fallocate by refreshing mapping when needed.
NeilBrown
2017-07-27
1
-0
/
+2
*
NFS: invalidate file size when taking a lock.
NeilBrown
2017-07-27
1
-1
/
+1
*
NFSv4: Don't special case "launder"
Trond Myklebust
2017-04-26
1
-1
/
+1
*
NFS: Always wait for I/O completion before unlock
Benjamin Coddington
2017-04-21
1
-5
/
+5
*
NFS: Move the flock open mode check into nfs_flock()
Benjamin Coddington
2017-04-21
1
-2
/
+16
*
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
2017-02-25
1
-2
/
+2
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2016-12-21
1
-11
/
+1
|
\
|
*
NFS: Clean up cache validity checking
Trond Myklebust
2016-12-19
1
-11
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-12-18
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
nfs_write_end(): fix handling of short copies
Al Viro
2016-12-10
1
-1
/
+1
*
|
NFS: Fix incorrect size revalidation when holding a delegation
Trond Myklebust
2016-12-05
1
-1
/
+4
|
/
[next]