index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
page-writeback.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-02
writeback: clean up wb_dirty_limit()
Tejun Heo
1
-15
/
+15
2015-06-02
writeback: make bdi_start_background_writeback() take bdi_writeback instead o...
Tejun Heo
1
-2
/
+2
2015-06-02
writeback: make writeback_in_progress() take bdi_writeback instead of backing...
Tejun Heo
1
-2
/
+2
2015-06-02
writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback's
Tejun Heo
1
-3
/
+9
2015-06-02
writeback: remove bdi_start_writeback()
Tejun Heo
1
-2
/
+2
2015-06-02
writeback: make bdi->min/max_ratio handling cgroup writeback aware
Tejun Heo
1
-4
/
+46
2015-06-02
writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account
Tejun Heo
1
-3
/
+7
2015-06-02
writeback: implement backing_dev_info->tot_write_bandwidth
Tejun Heo
1
-0
/
+3
2015-06-02
writeback: let balance_dirty_pages() work on the matching cgroup bdi_writeback
Tejun Heo
1
-5
/
+13
2015-06-02
writeback: attribute stats to the matching per-cgroup bdi_writeback
Tejun Heo
1
-9
/
+15
2015-06-02
writeback: make backing_dev_info host cgroup-specific bdi_writebacks
Tejun Heo
1
-3
/
+8
2015-06-02
writeback: s/bdi/wb/ in mm/page-writeback.c
Tejun Heo
1
-136
/
+134
2015-06-02
writeback: move bandwidth related fields from backing_dev_info into bdi_write...
Tejun Heo
1
-130
/
+132
2015-06-02
writeback: move backing_dev_info->bdi_stat[] into bdi_writeback
Tejun Heo
1
-28
/
+27
2015-06-02
memcg: add per cgroup dirty page accounting
Greg Thelen
1
-8
/
+42
2015-06-02
page_writeback: revive cancel_dirty_page() in a restricted form
Tejun Heo
1
-7
/
+20
2015-04-23
writeback: use |1 instead of +1 to protect against div by zero
Tejun Heo
1
-3
/
+3
2015-04-16
mm/page-writeback: check-before-clear PageReclaim
Naoya Horiguchi
1
-1
/
+2
2015-04-15
page_writeback: clean up mess around cancel_dirty_page()
Konstantin Khlebnikov
1
-0
/
+19
2015-03-23
writeback: fix possible underflow in write bandwidth calculation
Tejun Heo
1
-1
/
+4
2015-03-04
writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()
Tejun Heo
1
-1
/
+1
2015-02-13
Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-16
/
+13
2015-02-12
page_writeback: put account_page_redirty() after set_page_dirty()
Konstantin Khebnikov
1
-1
/
+4
2015-02-12
mm: memcontrol: track move_lock state internally
Johannes Weiner
1
-8
/
+4
2015-01-21
fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
Christoph Hellwig
1
-16
/
+13
2015-01-09
mm: protect set_page_dirty() from ongoing truncation
Johannes Weiner
1
-31
/
+12
2014-12-11
mm, memcg: fix potential undefined behaviour in page stat accounting
Michal Hocko
1
-2
/
+2
2014-10-30
mm: memcontrol: fix missed end-writeback page accounting
Johannes Weiner
1
-10
/
+12
2014-10-30
mm: page-writeback: inline account_page_dirtied() into single caller
Johannes Weiner
1
-19
/
+4
2014-10-10
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
1
-1
/
+1
2014-10-10
mm/page-writeback.c: use min3/max3 macros to avoid shadow warnings
Mark Rustad
1
-4
/
+4
2014-09-08
proportions: add @gfp to init functions
Tejun Heo
1
-1
/
+1
2014-08-07
mm, writeback: prevent race when calculating dirty limits
David Rientjes
1
-4
/
+1
2014-07-31
mm/page-writeback.c: fix divide by zero in bdi_dirty_limits()
Maxim Patlasov
1
-3
/
+3
2014-06-09
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-5
/
+6
2014-06-07
mm: convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-1
/
+1
2014-06-05
mm/page-writeback.c: remove outdated comment
Jianyu Zhan
1
-18
/
+0
2014-06-05
mm: replace __get_cpu_var uses with this_cpu_ptr
Christoph Lameter
1
-2
/
+2
2014-05-12
ext4: fix data integrity sync in ordered mode
Namjae Jeon
1
-5
/
+6
2014-05-07
mm/page-writeback.c: fix divide by zero in pos_ratio_polynom
Rik van Riel
1
-3
/
+3
2014-04-08
mm: remove unused arg of set_page_dirty_balance()
Miklos Szeredi
1
-2
/
+2
2014-02-07
mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_loc...
KOSAKI Motohiro
1
-2
/
+3
2014-01-30
mm/page-writeback.c: do not count anon pages as dirtyable memory
Johannes Weiner
1
-2
/
+4
2014-01-30
mm/page-writeback.c: fix dirty_balance_reserve subtraction from dirtyable memory
Johannes Weiner
1
-31
/
+24
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
[prev]
[next]