Age | Commit message (Expand) | Author | Files | Lines |
2013-10-17 | writeback: fix negative bdi max pause | Fengguang Wu | 1 | -5/+5 |
2013-09-13 | memcg: add per cgroup writeback pages accounting | Sha Zhengju | 1 | -0/+15 |
2013-09-12 | mm/page-writeback.c: add strictlimit feature | Maxim Patlasov | 1 | -61/+202 |
2013-09-12 | mm: vmscan: fix do_try_to_free_pages() livelock | Lisa Du | 1 | -0/+3 |
2013-09-12 | mm: revert "page-writeback.c: subtract min_free_kbytes from dirtyable memory" | Johannes Weiner | 1 | -3/+0 |
2013-07-15 | kernel: delete __cpuinit usage from all core kernel files | Paul Gortmaker | 1 | -2/+2 |
2013-04-30 | mm: make snapshotting pages for stable writes a per-bio operation | Darrick J. Wong | 1 | -4/+0 |
2013-03-01 | Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2013-03-01 | Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+2 |
2013-02-24 | page-writeback.c: subtract min_free_kbytes from dirtyable memory | Paul Szabo | 1 | -0/+3 |
2013-02-22 | block: optionally snapshot page contents to provide stable pages during write | Darrick J. Wong | 1 | -0/+4 |
2013-02-22 | mm: only enforce stable page writes if the backing device requires it | Darrick J. Wong | 1 | -0/+20 |
2013-02-07 | sched/rt: Move rt specific bits into new header file | Clark Williams | 1 | -0/+1 |
2013-01-24 | Negative (setpoint-dirty) in bdi_position_ratio() | paul.szabo@sydney.edu.au | 1 | -1/+1 |
2013-01-14 | writeback: add more tracepoints | Tejun Heo | 1 | -0/+2 |
2012-12-21 | mm: fix calculation of dirtyable memory | Sonny Rao | 1 | -5/+20 |
2012-12-12 | writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr() | Namjae Jeon | 1 | -6/+5 |
2012-09-28 | CPU hotplug, writeback: Don't call writeback_set_ratelimit() too often during... | Srivatsa S. Bhat | 1 | -3/+11 |
2012-08-04 | vfs: kill write_super and sync_supers | Artem Bityutskiy | 1 | -1/+0 |
2012-06-09 | writeback: Fix some comment errors | Wanpeng Li | 1 | -2/+2 |
2012-06-09 | block: Convert BDI proportion calculations to flexible proportions | Jan Kara | 1 | -39/+64 |
2012-05-06 | writeback: initialize global_dirty_limit | Fengguang Wu | 1 | -0/+1 |
2012-04-14 | mm: page-writeback.c: local functions should not be exposed globally | H Hartley Sweeten | 1 | -1/+1 |
2012-03-28 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+2 |
2012-03-22 | mm: export dirty_writeback_interval | Artem Bityutskiy | 1 | -0/+2 |
2012-03-22 | mm: use global_dirty_limit in throttle_vm_writeout() | Fengguang Wu | 1 | -0/+1 |
2012-01-11 | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -55/+191 |
2012-01-11 | mm: try to distribute dirty pages fairly across zones | Johannes Weiner | 1 | -0/+82 |
2012-01-11 | mm: writeback: cleanups in preparation for per-zone dirty limits | Johannes Weiner | 1 | -46/+47 |
2012-01-11 | mm: exclude reserved pages from dirtyable memory | Johannes Weiner | 1 | -2/+3 |
2012-01-11 | mm/page-writeback.c: make determine_dirtyable_memory static again | Johannes Weiner | 1 | -62/+60 |
2012-01-04 | fs: move code out of buffer.c | Al Viro | 1 | -1/+1 |
2011-12-18 | writeback: balanced_rate cannot exceed write bandwidth | Wu Fengguang | 1 | -0/+5 |
2011-12-18 | writeback: do strict bdi dirty_exceeded | Wu Fengguang | 1 | -1/+1 |
2011-12-18 | writeback: avoid tiny dirty poll intervals | Wu Fengguang | 1 | -1/+24 |
2011-12-18 | writeback: max, min and target dirty pause time | Wu Fengguang | 1 | -44/+81 |
2011-12-18 | writeback: dirty ratelimit - think time compensation | Wu Fengguang | 1 | -4/+32 |
2011-12-18 | writeback: fix dirtied pages accounting on redirty | Wu Fengguang | 1 | -0/+19 |
2011-12-18 | writeback: fix dirtied pages accounting on sub-page writes | Wu Fengguang | 1 | -8/+5 |
2011-12-18 | writeback: charge leaked page dirties to active tasks | Wu Fengguang | 1 | -0/+27 |
2011-12-08 | writeback: set max_pause to lowest value on zero bdi_dirty | Wu Fengguang | 1 | -2/+1 |
2011-12-08 | writeback: permit through good bdi even when global dirty exceeded | Wu Fengguang | 1 | -0/+13 |
2011-12-08 | writeback: comment on the bdi dirty threshold | Wu Fengguang | 1 | -2/+14 |
2011-11-17 | writeback: remove vm_dirties and task->dirties | Wu Fengguang | 1 | -9/+0 |
2011-11-17 | writeback: hard throttle 1000+ dd on a slow USB stick | Wu Fengguang | 1 | -6/+3 |
2011-11-16 | mm: Make task in balance_dirty_pages() killable | Jan Kara | 1 | -1/+4 |
2011-11-07 | writeback: fix uninitialized task_ratelimit | Wu Fengguang | 1 | -4/+4 |
2011-11-07 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2011-11-07 | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -152/+552 |
2011-11-01 | mm/page-writeback.c: document bdi_min_ratio | Johannes Weiner | 1 | -1/+3 |