index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fs-writeback.c
Age
Commit message (
Expand
)
Author
8 days
Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-11-25
fs: push list presence check into inode_io_list_del()
Mateusz Guzik
2025-11-25
fs: cosmetic fixes to lru handling
Mateusz Guzik
2025-10-29
writeback: allow the file system to override MIN_WRITEBACK_PAGES
Christoph Hellwig
2025-10-29
writeback: cleanup writeback_chunk_size
Christoph Hellwig
2025-10-29
mm: remove filemap_fdatawrite_wbc
Christoph Hellwig
2025-10-20
writeback: Add logging for slow writeback (exceeds sysctl_hung_task_timeout_s...
Julian Sun
2025-10-20
writeback: Wake up waiting tasks when finishing the writeback of a chunk.
Julian Sun
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
2025-10-20
fs: spell out fenced ->i_state accesses with explicit smp_wmb/smp_rmb
Mateusz Guzik
2025-09-29
Merge tag 'vfs-6.18-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-09-29
Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-09-29
Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-09-19
fs: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
2025-09-19
fs: replace use of system_wq with system_percpu_wq
Marco Crivellari
2025-09-19
writeback: Add tracepoint to track pending inode switches
Jan Kara
2025-09-19
writeback: Avoid excessively long inode switching times
Jan Kara
2025-09-19
writeback: Avoid softlockup when switching many inodes
Jan Kara
2025-09-19
writeback: Avoid contention on wb->list_lock when switching inodes
Jan Kara
2025-09-01
fs: add an icount_read helper
Josef Bacik
2025-08-15
fs-writeback: Remove redundant __GFP_NOWARN
Qianfeng Rong
2025-08-11
fs: writeback: fix use-after-free in __mark_inode_dirty()
Jiufei Xue
2025-02-07
fs: fs-writeback: move sysctl to fs/fs-writeback.c
Kaixiong Yu
2024-11-13
Merge patch series "two little writeback cleanups v2"
Christian Brauner
2024-11-12
writeback: wbc_attach_fdatawrite_inode out of line
Christoph Hellwig
2024-11-12
writeback: add a __releases annoation to wbc_attach_and_unlock_inode
Christoph Hellwig
2024-10-28
fs/writeback: convert wbc_account_cgroup_owner to take a folio
Pankaj Raghav
2024-08-30
inode: port __I_SYNC to var event
Christian Brauner
2024-08-30
vfs: drop one lock trip in evict()
Mateusz Guzik
2024-08-19
fs: don't flush in-flight wb switches for superblocks without cgroup writeback
Haifeng Xu
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-04-05
fs/writeback: remove unnecessary return in writeback_inodes_sb
Kemeng Shi
2024-04-05
fs/writeback: correct comment of __wakeup_flusher_threads_bdi
Kemeng Shi
2024-04-05
fs/writeback: only calculate dirtied_before when b_io is empty
Kemeng Shi
2024-04-05
fs/writeback: remove unused parameter wb of finish_writeback_work
Kemeng Shi
2024-04-05
fs/writeback: bail out if there is no more inodes for IO and queued once
Kemeng Shi
2024-03-26
fs/writeback: avoid to writeback non-expired inode in kupdate writeback
Kemeng Shi
2024-01-22
writeback: move wb_wakeup_delayed defination to fs-writeback.c
Kemeng Shi
2023-12-24
netfs: Move pinning-for-writeback from fscache to netfs
David Howells
2023-10-30
Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2023-10-19
writeback, cgroup: switch inodes with dirty timestamps to release dying cgwbs
Jingbo Xu
2023-09-20
fs-writeback: do not requeue a clean inode having skipped pages
Chunhai Guo
2023-08-21
super: make locking naming consistent
Christian Brauner
2023-06-09
writeback: move wb_over_bg_thresh() call outside lock section
Yosry Ahmed
2023-05-06
Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linux
Linus Torvalds
2023-04-28
writeback: fix call of incorrect macro
Maxim Korotkov
2023-04-16
writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbs
Baokun Li
2023-02-02
mm: convert mem_cgroup_css_from_page() to mem_cgroup_css_from_folio()
Matthew Wilcox (Oracle)
2023-02-02
mm/fs: convert inode_attach_wb() to take a folio
Matthew Wilcox (Oracle)
[next]