Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
68b813bf573c865c5a7b7f7090f535bf4e153c3a
/
mm
/
page-writeback.c
50e55bf
mm/page-writeback.c: initialize m_dirty to avoid compile warning
by Yang Shi
· 9 years ago
c5edf9c
writeback: fix incorrect calculation of available memory for memcg domains
by Tejun Heo
· 9 years ago
d60d1bd
writeback: memcg dirty_throttle_control should be initialized with wb->memcg_completions
by Tejun Heo
· 9 years ago
b817525
writeback: bdi_writeback iteration must not skip dying ones
by Tejun Heo
· 9 years ago
9ad18ab
writeback: laptop_mode_timer_fn() needs rcu_read_lock() around bdi_writeback iteration
by Tejun Heo
· 9 years ago
b0a1ea5
Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
5634cc2
writeback: update writeback tracepoints to report cgroup
by Tejun Heo
· 9 years ago
a50fcb5
writeback: fix initial dirty limit
by Rabin Vincent
· 9 years ago
e4bc13a
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
682aa8e
writeback: implement unlocked_inode_to_wb transaction and use it for stat updates
by Tejun Heo
· 9 years ago
c2aa723
writeback: implement memcg writeback domain based throttling
by Tejun Heo
· 9 years ago
841710a
writeback: implement memcg wb_domain
by Tejun Heo
· 9 years ago
947e976
writeback: update wb_over_bg_thresh() to use wb_domain aware operations
by Tejun Heo
· 9 years ago
aa661bb
writeback: move over_bground_thresh() to mm/page-writeback.c
by Tejun Heo
· 9 years ago
9fc3a43
writeback: separate out domain_dirty_limits()
by Tejun Heo
· 9 years ago
c798143
writeback: make __wb_writeout_inc() and hard_dirty_limit() take wb_domaas a parameter
by Tejun Heo
· 9 years ago
e9f07df
writeback: add dirty_throttle_control->dom
by Tejun Heo
· 9 years ago
e9770b3
writeback: add dirty_throttle_control->wb_completions
by Tejun Heo
· 9 years ago
daddfa3
writeback: add dirty_throttle_control->pos_ratio
by Tejun Heo
· 9 years ago
b1cbc6d
writeback: make __wb_calc_thresh() take dirty_throttle_control
by Tejun Heo
· 9 years ago
970fb01
writeback: add dirty_throttle_control->wb_bg_thresh
by Tejun Heo
· 9 years ago
2bc00ae
writeback: consolidate dirty throttle parameters into dirty_throttle_control
by Tejun Heo
· 9 years ago
dcc25ae
writeback: move global_dirty_limit into wb_domain
by Tejun Heo
· 9 years ago
380c27c
writeback: implement wb_domain
by Tejun Heo
· 9 years ago
8a73179
writeback: reorganize [__]wb_update_bandwidth()
by Tejun Heo
· 9 years ago
0d960a3
writeback: clean up wb_dirty_limit()
by Tejun Heo
· 9 years ago
9ecf4866
writeback: make bdi_start_background_writeback() take bdi_writeback instead of backing_dev_info
by Tejun Heo
· 9 years ago
bc05873
writeback: make writeback_in_progress() take bdi_writeback instead of backing_dev_info
by Tejun Heo
· 9 years ago
a06fd6b
writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback's
by Tejun Heo
· 9 years ago
c00ddad
writeback: remove bdi_start_writeback()
by Tejun Heo
· 9 years ago
693108a
writeback: make bdi->min/max_ratio handling cgroup writeback aware
by Tejun Heo
· 9 years ago
95a46c6
writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account
by Tejun Heo
· 9 years ago
766a9d6
writeback: implement backing_dev_info->tot_write_bandwidth
by Tejun Heo
· 9 years ago
dfb8ae5
writeback: let balance_dirty_pages() work on the matching cgroup bdi_writeback
by Tejun Heo
· 9 years ago
9101813
writeback: attribute stats to the matching per-cgroup bdi_writeback
by Tejun Heo
· 9 years ago
52ebea7
writeback: make backing_dev_info host cgroup-specific bdi_writebacks
by Tejun Heo
· 9 years ago
de1fff3
writeback: s/bdi/wb/ in mm/page-writeback.c
by Tejun Heo
· 9 years ago
a88a341
writeback: move bandwidth related fields from backing_dev_info into bdi_writeback
by Tejun Heo
· 9 years ago
93f78d8
writeback: move backing_dev_info->bdi_stat[] into bdi_writeback
by Tejun Heo
· 9 years ago
c4843a7
memcg: add per cgroup dirty page accounting
by Greg Thelen
· 9 years ago
11f81be
page_writeback: revive cancel_dirty_page() in a restricted form
by Tejun Heo
· 9 years ago
464d138
writeback: use |1 instead of +1 to protect against div by zero
by Tejun Heo
· 10 years ago
a4bb3ec
mm/page-writeback: check-before-clear PageReclaim
by Naoya Horiguchi
· 10 years ago
b9ea251
page_writeback: clean up mess around cancel_dirty_page()
by Konstantin Khlebnikov
· 10 years ago
c72efb6
writeback: fix possible underflow in write bandwidth calculation
by Tejun Heo
· 10 years ago
7d70e15
writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()
by Tejun Heo
· 10 years ago
6bec003
Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
8d38633
page_writeback: put account_page_redirty() after set_page_dirty()
by Konstantin Khebnikov
· 10 years ago
6de2261
mm: memcontrol: track move_lock state internally
by Johannes Weiner
· 10 years ago
de1414a
fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
by Christoph Hellwig
· 10 years ago
2d6d7f9
mm: protect set_page_dirty() from ongoing truncation
by Johannes Weiner
· 10 years ago
e4bd6a0
mm, memcg: fix potential undefined behaviour in page stat accounting
by Michal Hocko
· 10 years ago
d7365e7
mm: memcontrol: fix missed end-writeback page accounting
by Johannes Weiner
· 10 years ago
3a3c02e
mm: page-writeback: inline account_page_dirtied() into single caller
by Johannes Weiner
· 10 years ago
c798360
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 10 years ago
7c80996
mm/page-writeback.c: use min3/max3 macros to avoid shadow warnings
by Mark Rustad
· 10 years ago
20ae007
proportions: add @gfp to init functions
by Tejun Heo
· 10 years ago
9ef0a0f
mm, writeback: prevent race when calculating dirty limits
by David Rientjes
· 10 years ago
f678959
mm/page-writeback.c: fix divide by zero in bdi_dirty_limits()
by Maxim Patlasov
· 10 years ago
f8409ab
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 10 years ago
cccad5b
mm: convert use of typedef ctl_table to struct ctl_table
by Joe Perches
· 10 years ago
d2f3102
mm/page-writeback.c: remove outdated comment
by Jianyu Zhan
· 10 years ago
7c8e018
mm: replace __get_cpu_var uses with this_cpu_ptr
by Christoph Lameter
· 10 years ago
1c8349a
ext4: fix data integrity sync in ordered mode
by Namjae Jeon
· 10 years ago
d5c9fde
mm/page-writeback.c: fix divide by zero in pos_ratio_polynom
by Rik van Riel
· 11 years ago
ed6d7c8
mm: remove unused arg of set_page_dirty_balance()
by Miklos Szeredi
· 11 years ago
a85d9df
mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_lock_irq()
by KOSAKI Motohiro
· 11 years ago
a1c3bfb
mm/page-writeback.c: do not count anon pages as dirtyable memory
by Johannes Weiner
· 11 years ago
a804552
mm/page-writeback.c: fix dirty_balance_reserve subtraction from dirtyable memory
by Johannes Weiner
· 11 years ago
e3b6c65
writeback: fix negative bdi max pause
by Fengguang Wu
· 11 years ago
3ea67d0
memcg: add per cgroup writeback pages accounting
by Sha Zhengju
· 11 years ago
5a53748
mm/page-writeback.c: add strictlimit feature
by Maxim Patlasov
· 11 years ago
6e543d5
mm: vmscan: fix do_try_to_free_pages() livelock
by Lisa Du
· 11 years ago
72457c0
mm: revert "page-writeback.c: subtract min_free_kbytes from dirtyable memory"
by Johannes Weiner
· 11 years ago
0db0628
kernel: delete __cpuinit usage from all core kernel files
by Paul Gortmaker
· 11 years ago
713685111
mm: make snapshotting pages for stable writes a per-bio operation
by Darrick J. Wong
· 12 years ago
de1a226
Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 12 years ago
ee89f81
Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
75f7ad8
page-writeback.c: subtract min_free_kbytes from dirtyable memory
by Paul Szabo
· 12 years ago
ffecfd1
block: optionally snapshot page contents to provide stable pages during write
by Darrick J. Wong
· 12 years ago
1d1d1a7
mm: only enforce stable page writes if the backing device requires it
by Darrick J. Wong
· 12 years ago
8bd75c7
sched/rt: Move rt specific bits into new header file
by Clark Williams
· 12 years ago
ed84825b
Negative (setpoint-dirty) in bdi_position_ratio()
by paul.szabo@sydney.edu.au
· 12 years ago
9fb0a7d
writeback: add more tracepoints
by Tejun Heo
· 12 years ago
c8b74c2f
mm: fix calculation of dirtyable memory
by Sonny Rao
· 12 years ago
d0e1d66
writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()
by Namjae Jeon
· 12 years ago
2f60d62
CPU hotplug, writeback: Don't call writeback_set_ratelimit() too often during hotplug
by Srivatsa S. Bhat
· 12 years ago
f0cd2db
vfs: kill write_super and sync_supers
by Artem Bityutskiy
· 12 years ago
331cbde
writeback: Fix some comment errors
by Wanpeng Li
· 12 years ago
eb608e3
block: Convert BDI proportion calculations to flexible proportions
by Jan Kara
· 12 years ago
68809c7
writeback: initialize global_dirty_limit
by Fengguang Wu
· 13 years ago
18cf8cf
mm: page-writeback.c: local functions should not be exposed globally
by H Hartley Sweeten
· 13 years ago
69e1aad
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 13 years ago
91913a2
mm: export dirty_writeback_interval
by Artem Bityutskiy
· 13 years ago
47a1333
mm: use global_dirty_limit in throttle_vm_writeout()
by Fengguang Wu
· 13 years ago
001a541
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 13 years ago
a756cf5
mm: try to distribute dirty pages fairly across zones
by Johannes Weiner
· 13 years ago
ccafa28
mm: writeback: cleanups in preparation for per-zone dirty limits
by Johannes Weiner
· 13 years ago
ab8fabd
mm: exclude reserved pages from dirtyable memory
by Johannes Weiner
· 13 years ago
1edf223
mm/page-writeback.c: make determine_dirtyable_memory static again
by Johannes Weiner
· 13 years ago
Next »