aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fs-writeback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-3/+3
2021-10-20writeback: prefer struct_size over open coded arithmeticLen Baker1-3/+3
2021-10-20block: cleanup the flush plug helpersChristoph Hellwig1-2/+3
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-14/+14
2021-09-03writeback: memcg: simplify cgroup_writeback_by_idShakeel Butt1-11/+9
2021-09-03writeback: reliably update bandwidth estimationJan Kara1-3/+0
2021-09-03writeback: track number of inodes under writebackJan Kara1-0/+5
2021-08-23fs: kill sync_inodeJosef Bacik1-18/+1
2021-07-23writeback, cgroup: do not reparent dax inodesRoman Gushchin1-0/+3
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-2/+7
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-25/+0
2021-06-29writeback, cgroup: release dying cgwbs by switching attached inodesRoman Gushchin1-10/+101
2021-06-29writeback, cgroup: support switching multiple inodes at onceRoman Gushchin1-42/+64
2021-06-29writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn()Roman Gushchin1-8/+11
2021-06-29writeback, cgroup: keep list of inodes attached to bdi_writebackRoman Gushchin1-34/+59
2021-06-29writeback, cgroup: switch to rcu_work API in inode_switch_wbs()Roman Gushchin1-14/+4
2021-06-29writeback, cgroup: increment isw_nr_in_flight before grabbing an inodeRoman Gushchin1-2/+3
2021-06-29writeback, cgroup: add smp_mb() to cgroup_writeback_umount()Roman Gushchin1-0/+6
2021-06-29writeback, cgroup: do not switch inodes with I_WILL_FREE flagRoman Gushchin1-4/+4
2021-06-28writeback: fix obtain a reference to a freeing memcg cssMuchun Song1-2/+7
2021-05-24block_dump: remove block_dump feature in mark_inode_dirty()zhangyi (F)1-25/+0
2021-01-13fs: improve comments for writeback_single_inode()Eric Biggers1-24/+33
2021-01-13fs: drop redundant check from __writeback_single_inode()Eric Biggers1-1/+1
2021-01-13fs: clean up __mark_inode_dirty() a bitEric Biggers1-19/+30
2021-01-13fs: pass only I_DIRTY_INODE flags to ->dirty_inodeEric Biggers1-1/+1
2021-01-13fs: don't call ->dirty_inode for lazytime timestamp updatesEric Biggers1-3/+3
2021-01-13fs: fix lazytime expiration handling in __writeback_single_inode()Eric Biggers1-11/+13
2020-12-16writeback: don't warn on an unregistered BDI in __mark_inode_dirtyChristoph Hellwig1-4/+0
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+4
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig1-3/+4
2020-09-19fs/fs-writeback.c: adjust dirtytime_interval_handler definition to match prototypeTobias Klauser1-1/+1
2020-06-15writeback: Drop I_DIRTY_TIME_EXPIREJan Kara1-17/+11
2020-06-15writeback: Fix sync livelock due to b_dirty_time processingJan Kara1-27/+17
2020-06-15writeback: Avoid skipping inode writebackJan Kara1-5/+12
2020-06-15writeback: Protect inode->i_io_list with inode->i_lockJan Kara1-5/+17
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2020-06-03writeback: Export inode_io_list_del()Jan Kara1-0/+1
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown1-1/+0
2020-05-09bdi: remove the name field in struct backing_dev_infoChristoph Hellwig1-1/+1
2020-01-31memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o1-1/+1
2019-11-08cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is deadTejun Heo1-3/+6
2019-10-14fs/fs-writeback.c: fix kernel-doc warningRandy Dunlap1-1/+1
2019-10-07writeback: fix use-after-free in finish_writeback_work()Tejun Heo1-2/+7
2019-08-30writeback: add tracepoints for cgroup foreign writebacksTejun Heo1-0/+5
2019-08-27writeback, memcg: Implement cgroup_writeback_by_id()Tejun Heo1-0/+83
2019-08-27writeback: Generalize and expose wb_completionTejun Heo1-33/+14
2019-08-15writeback, cgroup: inode_switch_wbs() shouldn't give up on wb_switch_rwsem trylock failTejun Heo1-12/+5
2019-08-15writeback, cgroup: Adjust WB_FRN_TIME_CUT_DIV to accelerate foreign inode switchingTejun Heo1-2/+20
2019-07-10blkcg, writeback: Add wbc->no_cgroup_ownerTejun Heo1-1/+1