summaryrefslogtreecommitdiff
path: root/fs/fs-writeback.c (follow)
Commit message (Expand)AuthorAge
* writeback: fix obtain a reference to a freeing memcg cssMuchun Song2021-07-20
* block_dump: remove block_dump feature in mark_inode_dirty()zhangyi (F)2021-07-20
* memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o2021-02-23
* writeback: Fix sync livelock due to b_dirty_time processingJan Kara2020-09-03
* writeback: Avoid skipping inode writebackJan Kara2020-09-03
* writeback: Protect inode->i_io_list with inode->i_lockJan Kara2020-09-03
* cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usagesTejun Heo2020-06-20
* cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is deadTejun Heo2019-11-12
* fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...Jiufei Xue2019-06-11
* writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo2019-06-11
* bdi: Fix oops in wb_workfn()Jan Kara2018-05-16
* writeback: safer lock nestingGreg Thelen2018-04-24
* writeback: fix memory leak in wb_queue_work()Tahsin Erdogan2017-12-20
* writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the inodeTejun Heo2016-04-12
* writeback, cgroup: fix premature wb_put() in locked_inode_to_wb_and_lock_list()Tejun Heo2016-04-12
* writeback: flush inode cgroup wb switches instead of pinning super_blockTejun Heo2016-03-09
* writeback: keep superblock pinned during cgroup writeback association switchesTejun Heo2016-03-03
* fs/writeback.c: fix kernel-doc warningsRandy Dunlap2015-11-09
* mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura2015-11-05
* fs/writeback, rcu: Don't use list_entry_rcu() for pointer offsetting in bdi_s...Tejun Heo2015-10-28
* writeback: bdi_writeback iteration must not skip dying onesTejun Heo2015-10-12
* writeback: fix bdi_writeback iteration in wakeup_dirtytime_writeback()Tejun Heo2015-10-12
* fs-writeback: unplug before cond_resched in writeback_sb_inodesChris Mason2015-09-19
* writeback: plug writeback in wb_writeback() and writeback_inodes_wb()Linus Torvalds2015-09-12
* Revert "writeback: plug writeback at a high level"Linus Torvalds2015-09-11
* Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-10
|\
| * writeback: update writeback tracepoints to report cgroupTejun Heo2015-08-18
| * writeback: explain why @inode is allowed to be NULL for inode_congested()Tejun Heo2015-08-18
| * writeback: remove wb_writeback_work->single_wait/doneTejun Heo2015-08-18
| * writeback: bdi_for_each_wb() iteration is memcg ID based not blkcgTejun Heo2015-08-18
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-09-05
|\ \
| * | inode: rename i_wb_list to i_io_listDave Chinner2015-08-17
| * | sync: serialise per-superblock sync operationsDave Chinner2015-08-17
| * | inode: convert inode_sb_list_lock to per-sbDave Chinner2015-08-17
| * | writeback: plug writeback at a high levelDave Chinner2015-08-17
| |/
* / writeback: sync_inodes_sb() must write out I_DIRTY_TIME inodes and always cal...Tejun Heo2015-08-25
|/
* block: export bio_associate_*() and wbc_account_io()Tejun Heo2015-07-23
* writeback: do foreign inode detection iff cgroup writeback is enabledTejun Heo2015-06-17
* writeback: disassociate inodes from dying bdi_writebacksTejun Heo2015-06-02
* writeback: implement foreign cgroup inode bdi_writeback switchingTejun Heo2015-06-02
* writeback: add lockdep annotation to inode_to_wb()Tejun Heo2015-06-02
* writeback: use unlocked_inode_to_wb transaction in inode_congested()Tejun Heo2015-06-02
* writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo2015-06-02
* writeback: implement [locked_]inode_to_wb_and_lock_list()Tejun Heo2015-06-02
* writeback: implement foreign cgroup inode detectionTejun Heo2015-06-02
* writeback: make writeback_control track the inode being written backTejun Heo2015-06-02
* writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo2015-06-02
* writeback: move over_bground_thresh() to mm/page-writeback.cTejun Heo2015-06-02
* writeback: move global_dirty_limit into wb_domainTejun Heo2015-06-02
* writeback: reorganize [__]wb_update_bandwidth()Tejun Heo2015-06-02