summaryrefslogtreecommitdiff
path: root/include/linux/backing-dev.h
AgeCommit message (Expand)Author
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-09writeback: bdi write bandwidth estimationWu Fengguang
2011-07-09writeback: account per-bdi accumulated written pagesJan Kara
2011-06-08writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig
2011-03-10block: remove per-queue pluggingJens Axboe
2010-10-26mm: declare some external symbolsNamhyung Kim
2010-10-26writeback: do not sleep on the congestion queue if there are no congested BDI...Mel Gorman
2010-08-12mm: fix writeback_in_progress()Jan Kara
2010-08-07writeback: optimize periodic bdi thread wakeupsArtem Bityutskiy
2010-08-07writeback: move last_active to bdiArtem Bityutskiy
2010-08-07writeback: simplify bdi code a littleArtem Bityutskiy
2010-08-07writeback: harmonize writeback threads namingArtem Bityutskiy
2010-08-07writeback: merge bdi_writeback_task and bdi_start_fnChristoph Hellwig
2010-08-07writeback: remove wb_listChristoph Hellwig
2010-07-06writeback: simplify the write back thread queueChristoph Hellwig
2010-06-11writeback: simplify and split bdi_start_writebackChristoph Hellwig
2010-06-01Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe
2010-05-21writeback: fixups for !dirty_writeback_centisecsJens Axboe
2010-05-17writeback: fix WB_SYNC_NONE writeback from umountJens Axboe
2010-04-29Merge branch 'master' into for-2.6.35Jens Axboe
2010-04-25Catch filesystems lacking s_bdiJörn Engel
2010-04-22bdi: add helper function for doing init and register of a bdi for a file systemJens Axboe
2010-04-06laptop-mode: Make flushes per-deviceMatthew Garrett
2009-10-29block: move bdi/address_space unplug functions to backing-dev.hJens Axboe
2009-09-26writeback: pass in super_block to bdi_start_writeback()Jens Axboe
2009-09-16writeback: separate starting of sync vs opportunistic writebackJens Axboe
2009-09-16writeback: use RCU to protect bdi_listJens Axboe
2009-09-11writeback: check for registered bdi in flusher add and inode dirtyJens Axboe
2009-09-11writeback: add name to backing_dev_infoJens Axboe
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe
2009-09-11writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe
2009-07-11Fix compile error due to congestion_wait() changesTrond Myklebust
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe
2009-04-06block: change the request allocation/congestion logic to be sync/async basedJens Axboe
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel
2008-04-30mm: bdi: export bdi_writeout_inc()Miklos Szeredi
2008-04-30mm: bdi: add separate writeback accounting capabilityMiklos Szeredi
2008-04-30mm: bdi: move statistics to debugfsMiklos Szeredi
2008-04-30mm: bdi: allow setting a maximum for the bdi dirty limitPeter Zijlstra
2008-04-30mm: bdi: allow setting a minimum for the bdi dirty limitPeter Zijlstra
2008-04-30mm: bdi: export BDI attributes in sysfsPeter Zijlstra
2008-04-29fs/fs-writeback.c: make 2 functions staticAdrian Bunk
2007-10-17mm: per device dirty thresholdPeter Zijlstra
2007-10-17mm: count writeback pages per BDIPeter Zijlstra
2007-10-17mm: count reclaimable pages per BDIPeter Zijlstra
2007-10-17mm: scalable bdi statistics countersPeter Zijlstra
2007-10-17mm: bdi init hooksPeter Zijlstra
2007-10-17nfs: remove congestion_end()Peter Zijlstra
2007-07-16remove mm/backing-dev.c:congestion_wait_interruptible()Adrian Bunk
2007-03-16[PATCH] nfs: fix congestion controlPeter Zijlstra