Age | Commit message (Expand) | Author | Files | Lines |
2015-02-18 | Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -0/+1 |
2015-02-05 | vfs: add support for a lazytime mount option | Theodore Ts'o | 1 | -0/+1 |
2015-01-21 | fs: remove default_backing_dev_info | Christoph Hellwig | 1 | -1/+0 |
2015-01-21 | fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info | Christoph Hellwig | 1 | -2/+4 |
2015-01-21 | fs: introduce f_op->mmap_capabilities for nommu mmap support | Christoph Hellwig | 1 | -29/+4 |
2015-01-21 | fs: kill BDI_CAP_SWAP_BACKED | Christoph Hellwig | 1 | -13/+0 |
2014-09-08 | bdi: reimplement bdev_inode_switch_bdi() | Tejun Heo | 1 | -1/+0 |
2014-09-08 | bdi: remove unused stuff | Tejun Heo | 1 | -3/+0 |
2014-04-04 | bdi: avoid oops on device removal | Jan Kara | 1 | -1/+1 |
2013-11-08 | bdi: test bdi_init failure | Mikulas Patocka | 1 | -2/+2 |
2013-09-12 | mm/page-writeback.c: add strictlimit feature | Maxim Patlasov | 1 | -0/+3 |
2013-04-02 | writeback: replace custom worker pool implementation with unbound workqueue | Tejun Heo | 1 | -10/+5 |
2013-04-02 | writeback: remove unused bdi_pending_list | Tejun Heo | 1 | -1/+0 |
2013-02-22 | bdi: allow block devices to say that they require stable page writes | Darrick J. Wong | 1 | -0/+6 |
2012-12-13 | bdi_register: add __printf verification, fix arg mismatch | Joe Perches | 1 | -0/+1 |
2012-08-04 | vfs: kill write_super and sync_supers | Artem Bityutskiy | 1 | -1/+0 |
2012-08-01 | mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threads | Wanpeng Li | 1 | -0/+3 |
2012-06-09 | block: Convert BDI proportion calculations to flexible proportions | Jan Kara | 1 | -2/+2 |
2011-10-30 | writeback: Add a 'reason' to wb_writeback_work | Curt Wohlgemuth | 1 | -1/+2 |
2011-10-03 | writeback: stabilize bdi->dirty_ratelimit | Wu Fengguang | 1 | -0/+3 |
2011-10-03 | writeback: dirty rate control | Wu Fengguang | 1 | -0/+7 |
2011-10-03 | writeback: account per-bdi accumulated dirtied pages | Wu Fengguang | 1 | -0/+1 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
2011-07-10 | writeback: bdi write bandwidth estimation | Wu Fengguang | 1 | -0/+5 |
2011-07-10 | writeback: account per-bdi accumulated written pages | Jan Kara | 1 | -0/+1 |
2011-06-08 | writeback: split inode_wb_list_lock into bdi_writeback.list_lock | Christoph Hellwig | 1 | -0/+2 |
2011-03-10 | block: remove per-queue plugging | Jens Axboe | 1 | -16/+0 |
2010-10-27 | mm: declare some external symbols | Namhyung Kim | 1 | -0/+1 |
2010-10-27 | writeback: do not sleep on the congestion queue if there are no congested BDI... | Mel Gorman | 1 | -1/+1 |
2010-08-12 | mm: fix writeback_in_progress() | Jan Kara | 1 | -0/+1 |
2010-08-07 | writeback: optimize periodic bdi thread wakeups | Artem Bityutskiy | 1 | -0/+2 |
2010-08-07 | writeback: move last_active to bdi | Artem Bityutskiy | 1 | -6/+7 |
2010-08-07 | writeback: simplify bdi code a little | Artem Bityutskiy | 1 | -1/+0 |
2010-08-07 | writeback: harmonize writeback threads naming | Artem Bityutskiy | 1 | -1/+1 |
2010-08-07 | writeback: merge bdi_writeback_task and bdi_start_fn | Christoph Hellwig | 1 | -1/+1 |
2010-08-07 | writeback: remove wb_list | Christoph Hellwig | 1 | -4/+1 |
2010-07-06 | writeback: simplify the write back thread queue | Christoph Hellwig | 1 | -2/+0 |
2010-06-11 | writeback: simplify and split bdi_start_writeback | Christoph Hellwig | 1 | -2/+2 |
2010-06-01 | Revert "writeback: fix WB_SYNC_NONE writeback from umount" | Jens Axboe | 1 | -1/+1 |
2010-05-21 | writeback: fixups for !dirty_writeback_centisecs | Jens Axboe | 1 | -0/+1 |
2010-05-17 | writeback: fix WB_SYNC_NONE writeback from umount | Jens Axboe | 1 | -1/+1 |
2010-04-29 | Merge branch 'master' into for-2.6.35 | Jens Axboe | 1 | -0/+2 |
2010-04-25 | Catch filesystems lacking s_bdi | Jörn Engel | 1 | -0/+1 |
2010-04-22 | bdi: add helper function for doing init and register of a bdi for a file system | Jens Axboe | 1 | -0/+1 |
2010-04-06 | laptop-mode: Make flushes per-device | Matthew Garrett | 1 | -0/+3 |
2009-10-29 | block: move bdi/address_space unplug functions to backing-dev.h | Jens Axboe | 1 | -0/+13 |
2009-09-26 | writeback: pass in super_block to bdi_start_writeback() | Jens Axboe | 1 | -1/+2 |
2009-09-16 | writeback: separate starting of sync vs opportunistic writeback | Jens Axboe | 1 | -1/+1 |
2009-09-16 | writeback: use RCU to protect bdi_list | Jens Axboe | 1 | -0/+1 |
2009-09-11 | writeback: check for registered bdi in flusher add and inode dirty | Jens Axboe | 1 | -0/+1 |