index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2023-04-06
fs: Add FGP_WRITEBEGIN
Matthew Wilcox
1
-10
/
+2
2023-04-05
mm: return an ERR_PTR from __filemap_get_folio
Christoph Hellwig
1
-2
/
+2
2023-02-22
Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-52
/
+72
2023-02-14
NFS: Enable tracing of nfs_invalidate_folio() and nfs_launder_folio()
Trond Myklebust
1
-2
/
+7
2023-02-14
NFS: fix up nfs_release_folio() to try to release the page
Trond Myklebust
1
-2
/
+7
2023-02-14
NFS: Fix up nfs_vm_page_mkwrite() for folios
Trond Myklebust
1
-11
/
+10
2023-02-14
NFS: Convert nfs_write_begin/end to use folios
Trond Myklebust
1
-34
/
+41
2023-02-14
NFS: Convert buffered writes to use folios
Trond Myklebust
1
-5
/
+9
2023-02-14
NFS: Add a helper nfs_wb_folio()
Trond Myklebust
1
-1
/
+1
2023-01-11
filelock: move file locking definitions to separate header file
Jeff Layton
1
-0
/
+1
2022-10-13
Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-3
/
+3
2022-10-10
Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+2
2022-10-03
NFS: clean up a needless assignment in nfs_file_write()
Lukas Bulwahn
1
-3
/
+3
2022-09-07
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
1
-1
/
+2
2022-08-22
Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-9
/
+6
2022-08-13
NFS: Fix another fsync() issue after a server reboot
Trond Myklebust
1
-9
/
+6
2022-08-10
Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-2
/
+0
2022-08-02
nfs: Convert to migrate_folio
Matthew Wilcox (Oracle)
1
-3
/
+1
2022-07-12
NFS: remove redundant code in nfs_file_write()
ChenXiaoSong
1
-2
/
+0
2022-05-31
Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-29
/
+21
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+15
2022-05-17
NFS: Do not report flush errors in nfs_write_end()
Trond Myklebust
1
-5
/
+2
2022-05-17
NFS: Don't report ENOSPC write errors twice
Trond Myklebust
1
-20
/
+14
2022-05-17
NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYS
Trond Myklebust
1
-4
/
+5
2022-05-09
nfs: Convert to release_folio
Matthew Wilcox (Oracle)
1
-11
/
+11
2022-05-09
VFS: add FMODE_CAN_ODIRECT file flag
NeilBrown
1
-1
/
+2
2022-05-09
nfs: rename nfs_direct_IO and use as ->swap_rw
NeilBrown
1
-4
/
+1
2022-05-09
mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space
NeilBrown
1
-0
/
+4
2022-05-09
mm: move responsibility for setting SWP_FS_OPS to ->swap_activate
NeilBrown
1
-2
/
+12
2022-05-09
nfs: Convert nfs to read_folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-05-08
fs: Convert is_dirty_writeback() to take a folio
Matthew Wilcox (Oracle)
1
-12
/
+9
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-08
fs: Remove aop flags parameter from grab_cache_page_write_begin()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-04-01
fs: Pass an iocb to generic_perform_write()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-29
Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-11
/
+15
2022-03-15
fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-15
nfs: Convert from launder_page to launder_folio
Matthew Wilcox (Oracle)
1
-7
/
+7
2022-03-15
nfs: Convert from invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
1
-8
/
+8
2022-03-13
NFS: swap IO handling is slightly different for O_DIRECT IO
NeilBrown
1
-2
/
+2
2022-03-13
NFSv4: keep state manager thread active if swap is enabled
NeilBrown
1
-3
/
+12
2022-03-13
NFS: remove IS_SWAPFILE hack
NeilBrown
1
-5
/
+0
2022-02-25
Convert NFS from readpages to readahead
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-01-10
nfs: Convert to new fscache volume/cookie API
Dave Wysochanski
1
-5
/
+8
2021-09-10
locks: remove LOCK_MAND flock lock support
Jeff Layton
1
-9
/
+0
2021-08-31
Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-0
/
+3
2021-08-26
nfs: don't allow reexport reclaims
J. Bruce Fields
1
-0
/
+3
2021-08-23
fs: remove mandatory file locking support
Jeff Layton
1
-4
/
+0
2021-04-12
NFS: Replace use of NFS_INO_REVAL_PAGECACHE when checking cache validity
Trond Myklebust
1
-1
/
+1
2021-02-16
NFS: Add support for eager writes
Trond Myklebust
1
-2
/
+17
[next]