Age | Commit message (Expand) | Author | Files | Lines |
2020-09-24 | bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag | Christoph Hellwig | 1 | -4/+2 |
2020-09-24 | bdi: invert BDI_CAP_NO_ACCT_WB | Christoph Hellwig | 1 | -0/+1 |
2020-09-24 | bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag | Christoph Hellwig | 1 | -4/+3 |
2020-09-24 | bdi: initialize ->ra_pages and ->io_pages in bdi_init | Christoph Hellwig | 1 | -0/+2 |
2020-07-09 | writeback: remove struct bdi_writeback_congested | Christoph Hellwig | 1 | -140/+9 |
2020-07-09 | writeback: remove {set,clear}_wb_congested | Christoph Hellwig | 1 | -6/+6 |
2020-05-10 | bdi: remove the name field in struct backing_dev_info | Christoph Hellwig | 1 | -1/+0 |
2020-05-10 | bdi: simplify bdi_alloc | Christoph Hellwig | 1 | -4/+3 |
2020-05-10 | bdi: remove bdi_register_owner | Christoph Hellwig | 1 | -10/+2 |
2020-05-10 | bdi: unexport bdi_register_va | Christoph Hellwig | 1 | -1/+0 |
2020-05-10 | bdi: add a ->dev_name field to struct backing_dev_info | Christoph Hellwig | 1 | -2/+3 |
2020-05-07 | bdi: move bdi_dev_name out of line | Christoph Hellwig | 1 | -1/+9 |
2020-04-01 | blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use it | Tejun Heo | 1 | -3/+3 |
2020-01-31 | memcg: fix a crash in wb_workfn when a device disappears | Theodore Ts'o | 1 | -0/+1 |
2019-10-06 | bdi: Do not use freezable workqueue | Mika Westerberg | 1 | -2/+2 |
2019-08-27 | writeback: Separate out wb_get_lookup() from wb_get_create() | Tejun Heo | 1 | -18/+37 |
2019-08-27 | bdi: Add bdi->id | Tejun Heo | 1 | -2/+63 |
2019-06-03 | backing-dev: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -19/+5 |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
2019-01-23 | writeback: synchronize sync(2) against cgroup writeback membership switches | Tejun Heo | 1 | -0/+1 |
2018-08-31 | blkcg: delay blkg destruction until after writeback has finished | Dennis Zhou (Facebook) | 1 | -0/+5 |
2018-08-22 | bdi: use irqsave variant of refcount_dec_and_lock() | Anna-Maria Gleixner | 1 | -4/+1 |
2018-08-22 | bdi: use refcount_t for reference counting instead atomic_t | Sebastian Andrzej Siewior | 1 | -6/+6 |
2018-06-22 | bdi: Fix another oops in wb_workfn() | Jan Kara | 1 | -13/+7 |
2018-06-08 | memcg: writeback: use memcg->cgwb_list directly | Wang Long | 1 | -2/+2 |
2018-05-24 | bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue | Tejun Heo | 1 | -1/+17 |
2018-05-03 | bdi: Fix use after free bug in debugfs_remove() | Tetsuo Handa | 1 | -0/+1 |
2018-05-03 | bdi: wake up concurrent wb_shutdown() callers. | Tetsuo Handa | 1 | -1/+1 |
2018-04-11 | mm/vmscan: don't mess with pgdat->flags in memcg reclaim | Andrey Ryabinin | 1 | -13/+6 |
2018-04-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -12/+1 |
2018-04-06 | mm: reuse DEFINE_SHOW_ATTRIBUTE() macro | Andy Shevchenko | 1 | -12/+1 |
2018-02-28 | writeback: remove dead code in wb_blkcg/memcg_offline | Jiufei Xue | 1 | -2/+0 |
2017-12-21 | Revert "bdi: add error handle for bdi_debug_register" | Jens Axboe | 1 | -4/+1 |
2017-11-19 | bdi: add error handle for bdi_debug_register | weiping zhang | 1 | -1/+4 |
2017-11-19 | bdi: convert bdi_debug_register to int | weiping zhang | 1 | -2/+15 |
2017-10-06 | backing-dev: kill unused pdflush_proc_obsolete() | Jens Axboe | 1 | -20/+0 |
2017-09-11 | mm/backing-dev.c: fix an error handling path in 'cgwb_create()' | Christophe JAILLET | 1 | -2/+4 |
2017-04-20 | bdi: Drop 'parent' argument from bdi_register[_va]() | Jan Kara | 1 | -8/+5 |
2017-04-20 | block: Remove unused functions | Jan Kara | 1 | -50/+6 |
2017-04-20 | bdi: Export bdi_alloc_node() and bdi_put() | Jan Kara | 1 | -0/+2 |
2017-04-20 | block: Unregister bdi on last reference drop | Jan Kara | 1 | -0/+2 |
2017-04-20 | bdi: Provide bdi_register_va() and bdi_alloc() | Jan Kara | 1 | -5/+15 |
2017-03-23 | bdi: Rename cgwb_bdi_destroy() to cgwb_bdi_unregister() | Jan Kara | 1 | -3/+3 |
2017-03-23 | bdi: Do not wait for cgwbs release in bdi_unregister() | Jan Kara | 1 | -21/+1 |
2017-03-23 | bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy() | Jan Kara | 1 | -0/+22 |
2017-03-23 | bdi: Unify bdi->wb_list handling for root wb_writeback | Jan Kara | 1 | -6/+28 |
2017-03-23 | bdi: Make wb->bdi a proper reference | Jan Kara | 1 | -2/+11 |
2017-03-23 | bdi: Mark congested->bdi as internal | Jan Kara | 1 | -5/+5 |
2017-03-08 | bdi: Fix use-after-free in wb_congested_put() | Jan Kara | 1 | -15/+21 |
2017-03-08 | block: Allow bdi re-registration | Jan Kara | 1 | -0/+7 |