index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fs-writeback.c
Age
Commit message (
Expand
)
Author
Lines
2026-03-20
writeback: don't block sync for filesystems with no data integrity guarantees
Joanne Koong
-6
/
+12
2026-03-17
fs: clear I_DIRTY_TIME in sync_lazytime
Christoph Hellwig
-3
/
+15
2026-02-25
Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-4
/
+5
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-5
/
+4
2026-02-14
writeback: Fix wakeup and logging timeouts for !DETECT_HUNG_TASK
Huacai Chen
-4
/
+5
2026-02-11
Merge tag 'cgroup-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1
/
+1
2026-02-09
Merge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/sc...
Linus Torvalds
-8
/
+25
2026-01-26
Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-4
/
+12
2026-01-19
fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()
Joanne Koong
-1
/
+6
2026-01-14
writeback: use round_jiffies_relative for dirtytime_work
Zhao Mengmeng
-2
/
+4
2026-01-12
fs: add a ->sync_lazytime method
Christoph Hellwig
-2
/
+11
2026-01-12
fs: factor out a sync_lazytime helper
Christoph Hellwig
-7
/
+15
2026-01-12
writeback: fix 100% CPU usage when dirtytime_expire_interval is 0
Laveesh Bansal
-4
/
+10
2025-12-08
cgroup: switch to css_is_online() helper
Chen Ridong
-1
/
+1
2025-12-01
Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-21
/
+34
2025-11-25
fs: push list presence check into inode_io_list_del()
Mateusz Guzik
-0
/
+7
2025-11-25
fs: cosmetic fixes to lru handling
Mateusz Guzik
-1
/
+1
2025-10-29
writeback: allow the file system to override MIN_WRITEBACK_PAGES
Christoph Hellwig
-9
/
+5
2025-10-29
writeback: cleanup writeback_chunk_size
Christoph Hellwig
-9
/
+5
2025-10-29
mm: remove filemap_fdatawrite_wbc
Christoph Hellwig
-3
/
+3
2025-10-20
writeback: Add logging for slow writeback (exceeds sysctl_hung_task_timeout_s...
Julian Sun
-2
/
+15
2025-10-20
writeback: Wake up waiting tasks when finishing the writeback of a chunk.
Julian Sun
-1
/
+9
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
-60
/
+60
2025-10-20
fs: spell out fenced ->i_state accesses with explicit smp_wmb/smp_rmb
Mateusz Guzik
-2
/
+3
2025-09-29
Merge tag 'vfs-6.18-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-47
/
+86
2025-09-29
Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-2
/
+2
2025-09-29
Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-1
/
+1
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+1
2025-09-19
fs: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
-1
/
+1
2025-09-19
fs: replace use of system_wq with system_percpu_wq
Marco Crivellari
-1
/
+1
2025-09-19
writeback: Add tracepoint to track pending inode switches
Jan Kara
-0
/
+2
2025-09-19
writeback: Avoid excessively long inode switching times
Jan Kara
-10
/
+11
2025-09-19
writeback: Avoid softlockup when switching many inodes
Jan Kara
-1
/
+10
2025-09-19
writeback: Avoid contention on wb->list_lock when switching inodes
Jan Kara
-36
/
+63
2025-09-01
fs: add an icount_read helper
Josef Bacik
-1
/
+1
2025-08-15
fs-writeback: Remove redundant __GFP_NOWARN
Qianfeng Rong
-1
/
+1
2025-08-11
fs: writeback: fix use-after-free in __mark_inode_dirty()
Jiufei Xue
-4
/
+5
2025-02-07
fs: fs-writeback: move sysctl to fs/fs-writeback.c
Kaixiong Yu
-9
/
+21
2024-11-13
Merge patch series "two little writeback cleanups v2"
Christian Brauner
-4
/
+28
2024-11-12
writeback: wbc_attach_fdatawrite_inode out of line
Christoph Hellwig
-4
/
+27
2024-11-12
writeback: add a __releases annoation to wbc_attach_and_unlock_inode
Christoph Hellwig
-0
/
+1
2024-10-28
fs/writeback: convert wbc_account_cgroup_owner to take a folio
Pankaj Raghav
-5
/
+3
2024-08-30
inode: port __I_SYNC to var event
Christian Brauner
-16
/
+29
2024-08-30
vfs: drop one lock trip in evict()
Mateusz Guzik
-14
/
+3
2024-08-19
fs: don't flush in-flight wb switches for superblocks without cgroup writeback
Haifeng Xu
-1
/
+6
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
-1
/
+1
2024-04-05
fs/writeback: remove unnecessary return in writeback_inodes_sb
Kemeng Shi
-1
/
+1
2024-04-05
fs/writeback: correct comment of __wakeup_flusher_threads_bdi
Kemeng Shi
-2
/
+1
2024-04-05
fs/writeback: only calculate dirtied_before when b_io is empty
Kemeng Shi
-12
/
+13
[next]