aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fs-writeback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-29Merge tag 'vfs-6.18-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-47/+86
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+1
2025-09-19fs: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-09-19writeback: Add tracepoint to track pending inode switchesJan Kara1-0/+2
2025-09-19writeback: Avoid excessively long inode switching timesJan Kara1-10/+11
2025-09-19writeback: Avoid softlockup when switching many inodesJan Kara1-1/+10
2025-09-19writeback: Avoid contention on wb->list_lock when switching inodesJan Kara1-36/+63
2025-09-01fs: add an icount_read helperJosef Bacik1-1/+1
2025-08-15fs-writeback: Remove redundant __GFP_NOWARNQianfeng Rong1-1/+1
2025-08-11fs: writeback: fix use-after-free in __mark_inode_dirty()Jiufei Xue1-4/+5
2025-02-07fs: fs-writeback: move sysctl to fs/fs-writeback.cKaixiong Yu1-9/+21
2024-11-13Merge patch series "two little writeback cleanups v2"Christian Brauner1-4/+28
2024-11-12writeback: wbc_attach_fdatawrite_inode out of lineChristoph Hellwig1-4/+27
2024-11-12writeback: add a __releases annoation to wbc_attach_and_unlock_inodeChristoph Hellwig1-0/+1
2024-10-28fs/writeback: convert wbc_account_cgroup_owner to take a folioPankaj Raghav1-5/+3
2024-08-30inode: port __I_SYNC to var eventChristian Brauner1-16/+29
2024-08-30vfs: drop one lock trip in evict()Mateusz Guzik1-14/+3
2024-08-19fs: don't flush in-flight wb switches for superblocks without cgroup writebackHaifeng Xu1-1/+6
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-1/+1
2024-04-05fs/writeback: remove unnecessary return in writeback_inodes_sbKemeng Shi1-1/+1
2024-04-05fs/writeback: correct comment of __wakeup_flusher_threads_bdiKemeng Shi1-2/+1
2024-04-05fs/writeback: only calculate dirtied_before when b_io is emptyKemeng Shi1-12/+13
2024-04-05fs/writeback: remove unused parameter wb of finish_writeback_workKemeng Shi1-4/+3
2024-04-05fs/writeback: bail out if there is no more inodes for IO and queued onceKemeng Shi1-2/+5
2024-03-26fs/writeback: avoid to writeback non-expired inode in kupdate writebackKemeng Shi1-3/+10
2024-01-22writeback: move wb_wakeup_delayed defination to fs-writeback.cKemeng Shi1-0/+25
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells1-5/+5
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-12/+29
2023-10-19writeback, cgroup: switch inodes with dirty timestamps to release dying cgwbsJingbo Xu1-12/+29
2023-09-20fs-writeback: do not requeue a clean inode having skipped pagesChunhai Guo1-3/+8
2023-08-21super: make locking naming consistentChristian Brauner1-2/+2
2023-06-09writeback: move wb_over_bg_thresh() call outside lock sectionYosry Ahmed1-5/+11
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-04-28writeback: fix call of incorrect macroMaxim Korotkov1-1/+1
2023-04-16writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li1-7/+10
2023-02-02mm: convert mem_cgroup_css_from_page() to mem_cgroup_css_from_folio()Matthew Wilcox (Oracle)1-2/+4
2023-02-02mm/fs: convert inode_attach_wb() to take a folioMatthew Wilcox (Oracle)1-3/+3
2022-12-15Merge tag 'for-6.2/writeback-2022-12-12' of git://git.kernel.dk/linuxLinus Torvalds1-3/+14
2022-12-12writeback: remove obsolete macro EXPIRE_DIRTY_ATIMEMiaohe Lin1-2/+0
2022-12-12writeback: Add asserts for adding freed inode to listsJan Kara1-1/+14
2022-11-22fs: do not update freeing inode i_io_listSvyatoslav Feldsherov1-11/+19
2022-09-29fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner1-12/+25
2022-08-28writeback: avoid use-after-free after removing deviceKhazhismel Kumykov1-6/+6
2022-06-06writeback: Fix inode->i_io_list not be protected by inode->i_lock errorJchao Sun1-9/+28
2022-05-25Merge tag 'fs_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2022-05-23writeback: fix typo in commentJulia Lawall1-1/+1
2022-05-19fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pagesZhihao Cheng1-5/+8