index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-05
nfs: adapt to breakup of struct file_lock
Jeff Layton
1
-10
/
+9
2024-02-05
filelock: split common fields into struct file_lock_core
Jeff Layton
1
-0
/
+1
2024-02-05
nfs: convert to using new filelock helpers
Jeff Layton
1
-2
/
+2
2024-01-11
Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-1
/
+0
2024-01-04
nfs: Remove writepage
Matthew Wilcox (Oracle)
1
-1
/
+0
2023-12-11
fs: convert error_remove_page to error_remove_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-08-24
filemap: Fix errors in file.c
huzhi001@208suo.com
1
-1
/
+1
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-5
/
+1
2023-06-10
filemap: update ki_pos in generic_perform_write
Christoph Hellwig
1
-1
/
+0
2023-06-10
backing_dev: remove current->backing_dev_info
Christoph Hellwig
1
-4
/
+1
2023-05-24
nfs: Provide a splice-read wrapper
David Howells
1
-1
/
+22
2023-04-28
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-06
mm: return an ERR_PTR from __filemap_get_folio
Christoph Hellwig
1
-2
/
+2
2023-02-23
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-11
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-06-01
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-10
nfs: Convert to release_folio
Matthew Wilcox (Oracle)
1
-11
/
+11
2022-05-10
VFS: add FMODE_CAN_ODIRECT file flag
NeilBrown
1
-1
/
+2
2022-05-10
nfs: rename nfs_direct_IO and use as ->swap_rw
NeilBrown
1
-4
/
+1
2022-05-10
mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space
NeilBrown
1
-0
/
+4
2022-05-10
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-30
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
[next]