index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
write.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-06
NFS: Fix the marking of the folio as up to date
Trond Myklebust
1
-47
/
+5
2025-09-06
NFS: nfs_invalidate_folio() must observe the offset and size arguments
Trond Myklebust
1
-0
/
+1
2025-08-19
NFS: Fix a race when updating an existing write
Trond Myklebust
1
-19
/
+10
2025-08-09
Merge tag 'nfs-for-6.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-2
/
+6
2025-07-14
NFS: Allow folio migration for the case of mode == MIGRATE_SYNC
Trond Myklebust
1
-2
/
+6
2025-07-09
mm: remove the for_reclaim field from struct writeback_control
Christoph Hellwig
1
-1
/
+1
2025-05-28
nfs: use writeback_iter directly
Christoph Hellwig
1
-12
/
+6
2025-05-28
nfs: refactor nfs_do_writepage
Christoph Hellwig
1
-10
/
+9
2025-05-28
nfs: don't return AOP_WRITEPAGE_ACTIVATE from nfs_do_writepage
Christoph Hellwig
1
-4
/
+1
2025-05-28
nfs: fold nfs_page_async_flush into nfs_do_writepage
Christoph Hellwig
1
-10
/
+4
2025-04-02
nfs: Add missing release on error in nfs_lock_and_join_requests()
Dan Carpenter
1
-1
/
+3
2025-01-14
nfs: cache all open LOCALIO nfsd_file(s) in client
Mike Snitzer
1
-1
/
+2
2024-11-18
Revert "nfs: don't reuse partially completed requests in nfs_lock_and_join_requests"
Trond Myklebust
1
-20
/
+29
2024-11-09
Revert "fs: nfs: fix missing refcnt by replacing folio_set_private by folio_attach_private"
Trond Myklebust
1
-2
/
+4
2024-09-23
nfs: enable localio for non-pNFS IO
Trond Myklebust
1
-1
/
+5
2024-09-23
nfs: add LOCALIO support
Weston Andros Adamson
1
-0
/
+3
2024-09-23
nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commit
Mike Snitzer
1
-2
/
+3
2024-09-23
nfs: add 'noalignwrite' option for lock-less 'lost writes' prevention
Dan Aloni
1
-0
/
+3
2024-09-23
fs: nfs: fix missing refcnt by replacing folio_set_private by folio_attach_private
Zhaoyang Huang
1
-4
/
+2
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+2
2024-07-18
Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-187
/
+177
2024-07-17
nfs: pass explicit offset/count to trace events
Christoph Hellwig
1
-5
/
+5
2024-07-12
nfs: do not extend writes to the entire folio
Christoph Hellwig
1
-2
/
+6
2024-07-08
nfs: don't reuse partially completed requests in nfs_lock_and_join_requests
Christoph Hellwig
1
-29
/
+20
2024-07-08
nfs: move nfs_wait_on_request to write.c
Christoph Hellwig
1
-0
/
+17
2024-07-08
nfs: fold nfs_page_group_lock_subrequests into nfs_lock_and_join_requests
Christoph Hellwig
1
-3
/
+64
2024-07-08
nfs: fold nfs_folio_find_and_lock_request into nfs_lock_and_join_requests
Christoph Hellwig
1
-41
/
+27
2024-07-08
nfs: simplify nfs_folio_find_and_lock_request
Christoph Hellwig
1
-17
/
+21
2024-07-08
nfs: remove nfs_folio_private_request
Christoph Hellwig
1
-7
/
+2
2024-07-08
nfs: remove dead code for the old swap over NFS implementation
Christoph Hellwig
1
-104
/
+24
2024-07-08
nfs: Block on write congestion
Jan Kara
1
-4
/
+11
2024-07-08
nfs: Drop pointless check from nfs_commit_release_pages()
Jan Kara
1
-4
/
+0
2024-07-08
NFSv4: Add support for delegated atime and mtime attributes
Trond Myklebust
1
-0
/
+9
2024-07-08
NFSv4: Add a flags argument to the 'have_delegation' callback
Trond Myklebust
1
-1
/
+1
2024-07-03
nfs: drop usage of folio_file_pos
Kairui Song
1
-3
/
+3
2024-05-31
nfs: Remove calls to folio_set_error
Matthew Wilcox (Oracle)
1
-1
/
+0
2024-04-29
mm: Remove the PG_fscache alias for PG_private_2
David Howells
1
-2
/
+2
2024-03-16
Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-5
/
+1
2024-03-09
nfs: fix UAF in direct writes
Josef Bacik
1
-1
/
+1
2024-03-09
NFS: remove sync_mode test from nfs_writepage_locked()
NeilBrown
1
-4
/
+0
2024-02-05
nfs: adapt to breakup of struct file_lock
Jeff Layton
1
-3
/
+2
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-10
Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-11
/
+0
2024-01-04
nfs: Remove writepage
Matthew Wilcox (Oracle)
1
-11
/
+0
2023-11-21
fs: Rename mapping private members
Matthew Wilcox (Oracle)
1
-6
/
+6
2023-10-22
NFSv4/pnfs: Allow layoutget to return EAGAIN for softerr mounts
Trond Myklebust
1
-0
/
+2
2023-10-11
NFS: Fix potential oops in nfs_inode_remove_request()
Scott Mayhew
1
-1
/
+3
2023-09-28
nfs: decrement nrequests counter before releasing the req
Jeff Layton
1
-1
/
+1
2023-09-13
NFS: Use the correct commit info in nfs_join_page_group()
Trond Myklebust
1
-11
/
+12
[next]