| Age | Commit message (Expand) | Author | Files | Lines |
| 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-21 | mm: export dirty_writeback_interval | Artem Bityutskiy | 1 | -0/+2 |
| 2012-03-21 | mm: use global_dirty_limit in throttle_vm_writeout() | Fengguang Wu | 1 | -0/+1 |
| 2012-01-10 | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -55/+191 |
| 2012-01-10 | mm: try to distribute dirty pages fairly across zones | Johannes Weiner | 1 | -0/+82 |
| 2012-01-10 | mm: writeback: cleanups in preparation for per-zone dirty limits | Johannes Weiner | 1 | -46/+47 |
| 2012-01-10 | mm: exclude reserved pages from dirtyable memory | Johannes Weiner | 1 | -2/+3 |
| 2012-01-10 | mm/page-writeback.c: make determine_dirtyable_memory static again | Johannes Weiner | 1 | -62/+60 |
| 2012-01-03 | 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-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
| 2011-11-06 | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -152/+552 |
| 2011-10-31 | mm/page-writeback.c: document bdi_min_ratio | Johannes Weiner | 1 | -1/+3 |
| 2011-10-31 | mm: Map most files to use export.h instead of module.h | Paul Gortmaker | 1 | -1/+1 |
| 2011-10-31 | writeback: Add a 'reason' to wb_writeback_work | Curt Wohlgemuth | 1 | -1/+2 |
| 2011-10-31 | writeback: trace event balance_dirty_pages | Wu Fengguang | 1 | -0/+22 |
| 2011-10-31 | writeback: trace event bdi_dirty_ratelimit | Wu Fengguang | 1 | -0/+2 |
| 2011-10-11 | writeback: fix ppc compile warnings on do_div(long long, unsigned long) | Wu Fengguang | 1 | -8/+7 |
| 2011-10-03 | writeback: dirty position control - bdi reserve area | Wu Fengguang | 1 | -0/+15 |
| 2011-10-03 | writeback: control dirty pause time | Wu Fengguang | 1 | -1/+19 |
| 2011-10-03 | writeback: limit max dirty pause time | Wu Fengguang | 1 | -2/+42 |
| 2011-10-03 | writeback: IO-less balance_dirty_pages() | Wu Fengguang | 1 | -105/+56 |
| 2011-10-03 | writeback: per task dirty rate limit | Wu Fengguang | 1 | -39/+50 |
| 2011-10-03 | writeback: stabilize bdi->dirty_ratelimit | Wu Fengguang | 1 | -1/+70 |
| 2011-10-03 | writeback: dirty rate control | Wu Fengguang | 1 | -2/+81 |
| 2011-10-03 | writeback: add bg_threshold parameter to __bdi_update_bandwidth() | Wu Fengguang | 1 | -4/+7 |
| 2011-10-03 | writeback: dirty position control | Wu Fengguang | 1 | -1/+190 |
| 2011-10-03 | writeback: account per-bdi accumulated dirtied pages | Wu Fengguang | 1 | -0/+1 |
| 2011-08-19 | squeeze max-pause area and drop pass-good area | Wu Fengguang | 1 | -13/+2 |
| 2011-07-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg... | Linus Torvalds | 1 | -37/+243 |
| 2011-07-25 | writeback: account NR_WRITTEN at IO completion time | Wu Fengguang | 1 | -2/+3 |
| 2011-07-25 | mm: remove useless rcu lock-unlock from mapping_tagged() | Konstantin Khlebnikov | 1 | -5/+1 |
| 2011-07-24 | mm: properly reflect task dirty limits in dirty_exceeded logic | Jan Kara | 1 | -6/+20 |
| 2011-07-09 | writeback: trace global_dirty_state | Wu Fengguang | 1 | -0/+1 |
| 2011-07-09 | writeback: introduce max-pause and pass-good dirty limits | Wu Fengguang | 1 | -0/+33 |
| 2011-07-09 | writeback: introduce smoothed global dirty limit | Wu Fengguang | 1 | -2/+72 |
| 2011-07-09 | writeback: consolidate variable names in balance_dirty_pages() | Wu Fengguang | 1 | -10/+11 |
| 2011-07-09 | writeback: bdi write bandwidth estimation | Wu Fengguang | 1 | -0/+87 |
| 2011-07-09 | writeback: account per-bdi accumulated written pages | Jan Kara | 1 | -0/+1 |
| 2011-07-09 | writeback: make writeback_control.nr_to_write straight | Wu Fengguang | 1 | -12/+5 |
| 2011-06-20 | writeback: skip tmpfs early in balance_dirty_pages_ratelimited_nr() | Wu Fengguang | 1 | -3/+4 |
| 2011-06-08 | writeback: skip balance_dirty_pages() for in-memory fs | Wu Fengguang | 1 | -6/+4 |
| 2011-06-08 | writeback: add bdi_dirty_limit() kernel-doc | Wu Fengguang | 1 | -2/+9 |
| 2011-06-08 | writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stage | Wu Fengguang | 1 | -2/+2 |
| 2011-03-24 | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -2/+8 |
| 2011-03-22 | writeback: make mapping->writeback_index to point to the last written page | Jun'ichi Nomura | 1 | -1/+2 |
| 2011-03-22 | mm: reclaim invalidated page ASAP | Minchan Kim | 1 | -1/+11 |
| 2011-03-17 | mm: make generic_writepages() use plugging | Shaohua Li | 1 | -1/+7 |
| 2011-03-10 | block: remove per-queue plugging | Jens Axboe | 1 | -1/+1 |
| 2011-01-13 | writeback: avoid unnecessary determine_dirtyable_memory call | Minchan Kim | 1 | -1/+4 |
| 2011-01-13 | mm/page-writeback.c: fix __set_page_dirty_no_writeback() return value | Bob Liu | 1 | -1/+1 |
| 2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
| 2011-01-04 | writeback: fix global_dirty_limits comment runtime -> real-time | Minchan Kim | 1 | -1/+1 |
| 2010-12-22 | writeback: do uninterruptible sleep in balance_dirty_pages() | Wu Fengguang | 1 | -1/+1 |
| 2010-10-26 | writeback: remove the internal 5% low bound on dirty_ratio | Wu Fengguang | 1 | -11/+5 |
| 2010-10-26 | writeback: add nr_dirtied and nr_written to /proc/vmstat | Michael Rubin | 1 | -0/+2 |
| 2010-10-26 | mm: add account_page_writeback() | Michael Rubin | 1 | -1/+12 |
| 2010-08-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -0/+1 |
| 2010-08-24 | writeback: write_cache_pages doesn't terminate at nr_to_write <= 0 | Dave Chinner | 1 | -16/+10 |
| 2010-08-22 | mm: exporting account_page_dirty | Michael Rubin | 1 | -0/+1 |
| 2010-08-20 | lib/radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged() | Jan Kara | 1 | -1/+2 |
| 2010-08-14 | mm/page-writeback: fix non-kernel-doc function comments | Randy Dunlap | 1 | -2/+2 |
| 2010-08-12 | writeback: add comment to the dirty limit functions | Wu Fengguang | 1 | -3/+28 |
| 2010-08-12 | writeback: avoid unnecessary calculation of bdi dirty thresholds | Wu Fengguang | 1 | -37/+38 |
| 2010-08-12 | writeback: balance_dirty_pages(): reduce calls to global_page_state | Wu Fengguang | 1 | -62/+33 |
| 2010-08-12 | mm: fix fatal kernel-doc error | Randy Dunlap | 1 | -1/+1 |
| 2010-08-10 | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -0/+5 |
| 2010-08-09 | mm: implement writeback livelock avoidance using page tagging | Jan Kara | 1 | -17/+53 |
| 2010-08-07 | writeback: Add tracing to write_cache_pages | Dave Chinner | 1 | -0/+1 |
| 2010-08-07 | writeback: Add tracing to balance_dirty_pages | Dave Chinner | 1 | -0/+4 |
| 2010-07-06 | writeback: remove writeback_inodes_wbc | Christoph Hellwig | 1 | -2/+1 |
| 2010-06-11 | writeback: simplify and split bdi_start_writeback | Christoph Hellwig | 1 | -3/+2 |
| 2010-06-08 | writeback: limit write_cache_pages integrity scanning to current EOF | Dave Chinner | 1 | -0/+15 |
| 2010-06-08 | writeback: pay attention to wbc->nr_to_write in write_cache_pages | Dave Chinner | 1 | -10/+5 |
| 2010-06-01 | Revert "writeback: fix WB_SYNC_NONE writeback from umount" | Jens Axboe | 1 | -2/+2 |
| 2010-05-21 | writeback: fix mixed up arguments to bdi_start_writeback() | Jens Axboe | 1 | -1/+1 |
| 2010-05-21 | writeback: fix problem with !CONFIG_BLOCK compilation | Jens Axboe | 1 | -0/+2 |
| 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 | -2/+2 |
| 2010-04-06 | laptop-mode: Make flushes per-device | Matthew Garrett | 1 | -19/+20 |
| 2009-12-03 | writeback: remove unused nonblocking and congestion checks | Wu Fengguang | 1 | -12/+0 |
| 2009-10-09 | writeback: account IO throttling wait as iowait | Wu Fengguang | 1 | -1/+2 |
| 2009-09-26 | writeback: pass in super_block to bdi_start_writeback() | Jens Axboe | 1 | -1/+1 |
| 2009-09-25 | Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -13/+17 |
| 2009-09-25 | writeback: get rid to incorrect references to pdflush in comments | Jens Axboe | 1 | -4/+4 |
| 2009-09-25 | writeback: stop background writeback when below background threshold | Wu Fengguang | 1 | -3/+3 |
| 2009-09-25 | writeback: balance_dirty_pages() shall write more than dirtied pages | Wu Fengguang | 1 | -6/+10 |
| 2009-09-24 | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 1 | -0/+7 |
| 2009-09-24 | sysctl: remove "struct file *" argument of ->proc_handler | Alexey Dobriyan | 1 | -10/+10 |
| 2009-09-22 | mm: count only reclaimable lru pages | Wu Fengguang | 1 | -2/+3 |
| 2009-09-21 | writeback: make balance_dirty_pages() gradually back more off | Jens Axboe | 1 | -1/+10 |
| 2009-09-21 | writeback: don't use schedule_timeout() without setting runstate | Jens Axboe | 1 | -1/+1 |
| 2009-09-16 | writeback: separate starting of sync vs opportunistic writeback | Jens Axboe | 1 | -10/+2 |
| 2009-09-16 | writeback: use RCU to protect bdi_list | Jens Axboe | 1 | -4/+4 |
| 2009-09-16 | writeback: get rid of wbc->for_writepages | Jens Axboe | 1 | -2/+0 |
| 2009-09-16 | HWPOISON: shmem: call set_page_dirty() with locked page | Wu Fengguang | 1 | -0/+7 |
| 2009-09-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 1 | -2/+3 |
| 2009-09-11 | writeback: switch to per-bdi threads for flushing data | Jens Axboe | 1 | -151/+28 |
| 2009-09-11 | writeback: move dirty inodes from super_block to backing_dev_info | Jens Axboe | 1 | -7/+4 |
| 2009-08-14 | Merge branch 'percpu-for-linus' into percpu-for-next | Tejun Heo | 1 | -4/+4 |
| 2009-07-10 | Fix congestion_wait() sync/async vs read/write confusion | Jens Axboe | 1 | -4/+4 |
| 2009-07-04 | Merge branch 'master' into for-next | Tejun Heo | 1 | -1/+4 |
| 2009-06-30 | mm: prevent balance_dirty_pages() from doing too much work | Richard Kennedy | 1 | -1/+4 |
| 2009-06-24 | percpu: clean up percpu variable definitions | Tejun Heo | 1 | -2/+3 |
| 2009-06-16 | mm/page-writeback.c: dirty limit type should be unsigned long | H Hartley Sweeten | 1 | -9/+10 |
| 2009-05-17 | page-writeback: fix the calculation of the oldest_jif in wb_kupdate() | Toshiyuki Okajima | 1 | -3/+3 |
| 2009-04-01 | mm: fix proc_dointvec_userhz_jiffies "breakage" | Alexey Dobriyan | 1 | -9/+11 |
| 2009-04-01 | vfs: add/use account_page_dirtied() | Edward Shishkin | 1 | -7/+15 |
| 2009-03-26 | writeback: double the dirty thresholds | Wu Fengguang | 1 | -2/+2 |
| 2009-02-18 | mm: task dirty accounting fix | Nick Piggin | 1 | -10/+3 |
| 2009-02-12 | Fix page writeback thinko, causing Berkeley DB slowdown | Nick Piggin | 1 | -1/+1 |
| 2009-02-11 | writeback: fix break condition | Federico Cuello | 1 | -13/+16 |
| 2009-02-11 | mm: fix dirty_bytes/dirty_background_bytes sysctls on 64bit arches | Sven Wegener | 1 | -1/+1 |
| 2009-02-03 | write-back: fix nr_to_write counter | Artem Bityutskiy | 1 | -6/+15 |
| 2009-01-06 | mm: add dirty_background_bytes and dirty_bytes sysctls | David Rientjes | 1 | -16/+86 |
| 2009-01-06 | mm: change dirty limit type specifiers to unsigned long | David Rientjes | 1 | -11/+11 |
| 2009-01-06 | mm: write_cache_pages more terminate quickly | Andrew Morton | 1 | -1/+4 |
| 2009-01-06 | mm: write_cache_pages terminate quickly | Nick Piggin | 1 | -16/+16 |
| 2009-01-06 | mm: write_cache_pages optimise page cleaning | Nick Piggin | 1 | -4/+13 |
| 2009-01-06 | mm: write_cache_pages cleanups | Nick Piggin | 1 | -12/+22 |
| 2009-01-06 | mm: write_cache_pages integrity fix | Nick Piggin | 1 | -2/+4 |
| 2009-01-06 | mm: write_cache_pages writepage error fix | Nick Piggin | 1 | -6/+20 |
| 2009-01-06 | mm: write_cache_pages early loop termination | Nick Piggin | 1 | -1/+5 |
| 2009-01-06 | mm: write_cache_pages cyclic fix | Nick Piggin | 1 | -7/+18 |
| 2008-10-20 | vmscan: split LRU lists into anon & file sets | Rik van Riel | 1 | -6/+2 |
| 2008-10-16 | vfs: Add no_nrwrite_index_update writeback control flag | Aneesh Kumar K.V | 1 | -3/+7 |
| 2008-10-14 | vfs: Remove the range_cont writeback mode. | Aneesh Kumar K.V | 1 | -2/+0 |
| 2008-10-16 | Remove Andrew Morton's old email accounts | Francois Cami | 1 | -1/+1 |
| 2008-07-26 | mm: spinlock tree_lock | Nick Piggin | 1 | -6/+6 |
| 2008-07-15 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 1 | -0/+3 |
| 2008-07-11 | mm: Add range_cont mode for writeback | Aneesh Kumar K.V | 1 | -0/+3 |
| 2008-05-23 | ftrace: limit trace entries | Steven Rostedt | 1 | -3/+7 |
| 2008-04-30 | mm: Add NR_WRITEBACK_TEMP counter | Miklos Szeredi | 1 | -1/+2 |
| 2008-04-30 | mm: bdi: export bdi_writeout_inc() | Miklos Szeredi | 1 | -0/+10 |
| 2008-04-30 | mm: bdi: add separate writeback accounting capability | Miklos Szeredi | 1 | -2/+2 |
| 2008-04-30 | mm: bdi: allow setting a maximum for the bdi dirty limit | Peter Zijlstra | 1 | -6/+35 |
| 2008-04-30 | mm: bdi: allow setting a minimum for the bdi dirty limit | Peter Zijlstra | 1 | -1/+26 |
| 2008-04-30 | mm: bdi: export BDI attributes in sysfs | Peter Zijlstra | 1 | -1/+1 |
| 2008-02-05 | writeback: speed up writeback of big dirty files | Fengguang Wu | 1 | -3/+6 |
| 2008-02-05 | mm: remove fastcall from mm/ | Harvey Harrison | 1 | -1/+1 |
| 2008-02-05 | mm/page-writeback: highmem_is_dirtyable option | Bron Gondwana | 1 | -1/+10 |
| 2008-02-05 | mm/page-writeback.c: make a function static | Adrian Bunk | 1 | -1/+1 |
| 2008-01-14 | Revert "writeback: introduce writeback_control.more_io to indicate more io" | Linus Torvalds | 1 | -6/+3 |
| 2007-11-15 | dirty page balancing: Get rid of broken unmapped_ratio logic | Linus Torvalds | 1 | -8/+0 |
| 2007-11-14 | mm: speed up writeback ramp-up on clean systems | Peter Zijlstra | 1 | -2/+17 |
| 2007-10-20 | spelling fixes: mm/ | Simon Arlott | 1 | -1/+1 |
| 2007-10-17 | writeback: remove unnecessary wait in throttle_vm_writeout() | Fengguang Wu | 1 | -10/+8 |
| 2007-10-17 | introduce I_SYNC | Joern Engel | 1 | -1/+1 |
| 2007-10-17 | writeback: introduce writeback_control.more_io to indicate more io | Fengguang Wu | 1 | -3/+6 |
| 2007-10-17 | writeback: don't propagate AOP_WRITEPAGE_ACTIVATE | Andrew Morton | 1 | -1/+3 |
| 2007-10-17 | mm: dirty balancing for tasks | Peter Zijlstra | 1 | -1/+49 |
| 2007-10-17 | mm: per device dirty threshold | Peter Zijlstra | 1 | -32/+171 |
| 2007-10-17 | mm: count writeback pages per BDI | Peter Zijlstra | 1 | -2/+10 |
| 2007-10-17 | mm: count reclaimable pages per BDI | Peter Zijlstra | 1 | -0/+4 |
| 2007-10-16 | memoryless nodes: fixup uses of node_online_map in generic code | Lee Schermerhorn | 1 | -1/+1 |
| 2007-10-16 | mm: use lockless radix-tree probe | Nick Piggin | 1 | -5/+3 |
| 2007-10-08 | mm: set_page_dirty_balance() vs ->page_mkwrite() | Peter Zijlstra | 1 | -2/+2 |
| 2007-07-19 | move page writeback acounting out of macros | Andrew Morton | 1 | -0/+4 |
| 2007-07-19 | mm: share PG_readahead and PG_reclaim | Fengguang Wu | 1 | -0/+1 |
| 2007-07-19 | mm: fix clear_page_dirty_for_io vs fault race | Nick Piggin | 1 | -5/+12 |
| 2007-07-17 | fs: introduce some page/buffer invariants | Nick Piggin | 1 | -0/+1 |
| 2007-07-16 | dirty_writeback_centisecs_handler() cleanup | Andrew Morton | 1 | -6/+4 |
| 2007-05-11 | consolidate generic_writepages and mpage_writepages | Miklos Szeredi | 1 | -19/+40 |
| 2007-05-08 | Factor outstanding I/O error handling | Guillaume Chazarain | 1 | -6/+1 |
| 2007-05-07 | Use ZVC counters to establish exact size of dirtyable pages | Christoph Lameter | 1 | -10/+40 |
| 2007-04-27 | Change default dirty-writeback limits | Linus Torvalds | 1 | -2/+2 |
| 2007-03-01 | [PATCH] throttle_vm_writeout(): don't loop on GFP_NOFS and GFP_NOIO allocations | Andrew Morton | 1 | -2/+11 |
| 2007-02-11 | [PATCH] Change constant zero to NOTIFY_DONE in ratelimit_handler() | Paul E. McKenney | 1 | -1/+1 |
| 2007-02-11 | [PATCH] Numerous fixes to kernel-doc info in source files. | Robert P. J. Day | 1 | -4/+1 |
| 2007-02-11 | [PATCH] simplify shmem_aops.set_page_dirty() method | Ken Chen | 1 | -0/+10 |
| 2007-01-29 | Fix balance_dirty_page() calculations with CONFIG_HIGHMEM | Linus Torvalds | 1 | -23/+18 |
| 2006-12-29 | VM: Fix nasty and subtle race in shared mmap'ed page writeback | Linus Torvalds | 1 | -8/+37 |
| 2006-12-21 | VM: Remove "clear_page_dirty()" and "test_clear_page_dirty()" functions | Linus Torvalds | 1 | -32/+0 |
| 2006-12-10 | [PATCH] io-accounting: write accounting | Andrew Morton | 1 | -1/+4 |
| 2006-12-10 | [PATCH] clean up __set_page_dirty_nobuffers() | Andrew Morton | 1 | -45/+43 |
| 2006-10-20 | [PATCH] separate bdi congestion functions from queue congestion functions | Andrew Morton | 1 | -13/+4 |
| 2006-10-03 | fix file specification in comments | Uwe Zeisberger | 1 | -1/+1 |
| 2006-09-30 | [PATCH] BLOCK: Make it possible to disable the block layer [try #6] | David Howells | 1 | -3/+5 |
| 2006-09-30 | [PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff [try #6] | David Howells | 1 | -0/+134 |
| 2006-09-30 | [PATCH] BLOCK: Move functions out of buffer code [try #6] | David Howells | 1 | -0/+1 |