index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
page-writeback.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-02-12
1
-16
/
+13
|
\
|
*
fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
Christoph Hellwig
2015-01-20
1
-16
/
+13
*
|
page_writeback: put account_page_redirty() after set_page_dirty()
Konstantin Khebnikov
2015-02-11
1
-1
/
+4
*
|
mm: memcontrol: track move_lock state internally
Johannes Weiner
2015-02-11
1
-8
/
+4
|
/
*
mm: protect set_page_dirty() from ongoing truncation
Johannes Weiner
2015-01-08
1
-31
/
+12
*
mm, memcg: fix potential undefined behaviour in page stat accounting
Michal Hocko
2014-12-10
1
-2
/
+2
*
mm: memcontrol: fix missed end-writeback page accounting
Johannes Weiner
2014-10-29
1
-10
/
+12
*
mm: page-writeback: inline account_page_dirtied() into single caller
Johannes Weiner
2014-10-29
1
-19
/
+4
*
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
2014-10-10
1
-1
/
+1
|
\
|
*
proportions: add @gfp to init functions
Tejun Heo
2014-09-08
1
-1
/
+1
*
|
mm/page-writeback.c: use min3/max3 macros to avoid shadow warnings
Mark Rustad
2014-10-09
1
-4
/
+4
|
/
*
mm, writeback: prevent race when calculating dirty limits
David Rientjes
2014-08-06
1
-4
/
+1
*
mm/page-writeback.c: fix divide by zero in bdi_dirty_limits()
Maxim Patlasov
2014-07-30
1
-3
/
+3
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2014-06-08
1
-5
/
+6
|
\
|
*
ext4: fix data integrity sync in ordered mode
Namjae Jeon
2014-05-12
1
-5
/
+6
*
|
mm: convert use of typedef ctl_table to struct ctl_table
Joe Perches
2014-06-06
1
-1
/
+1
*
|
mm/page-writeback.c: remove outdated comment
Jianyu Zhan
2014-06-04
1
-18
/
+0
*
|
mm: replace __get_cpu_var uses with this_cpu_ptr
Christoph Lameter
2014-06-04
1
-2
/
+2
*
|
mm/page-writeback.c: fix divide by zero in pos_ratio_polynom
Rik van Riel
2014-05-06
1
-3
/
+3
|
/
*
mm: remove unused arg of set_page_dirty_balance()
Miklos Szeredi
2014-04-07
1
-2
/
+2
*
mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_loc...
KOSAKI Motohiro
2014-02-06
1
-2
/
+3
*
mm/page-writeback.c: do not count anon pages as dirtyable memory
Johannes Weiner
2014-01-29
1
-2
/
+4
*
mm/page-writeback.c: fix dirty_balance_reserve subtraction from dirtyable memory
Johannes Weiner
2014-01-29
1
-31
/
+24
*
writeback: fix negative bdi max pause
Fengguang Wu
2013-10-16
1
-5
/
+5
*
memcg: add per cgroup writeback pages accounting
Sha Zhengju
2013-09-12
1
-0
/
+15
*
mm/page-writeback.c: add strictlimit feature
Maxim Patlasov
2013-09-11
1
-61
/
+202
*
mm: vmscan: fix do_try_to_free_pages() livelock
Lisa Du
2013-09-11
1
-0
/
+3
*
mm: revert "page-writeback.c: subtract min_free_kbytes from dirtyable memory"
Johannes Weiner
2013-09-11
1
-3
/
+0
*
kernel: delete __cpuinit usage from all core kernel files
Paul Gortmaker
2013-07-14
1
-2
/
+2
*
mm: make snapshotting pages for stable writes a per-bio operation
Darrick J. Wong
2013-04-29
1
-4
/
+0
*
Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2013-02-28
1
-1
/
+1
|
\
|
*
Negative (setpoint-dirty) in bdi_position_ratio()
paul.szabo@sydney.edu.au
2013-01-24
1
-1
/
+1
*
|
Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2013-02-28
1
-0
/
+2
|
\
\
|
*
|
writeback: add more tracepoints
Tejun Heo
2013-01-14
1
-0
/
+2
|
|
/
*
|
page-writeback.c: subtract min_free_kbytes from dirtyable memory
Paul Szabo
2013-02-23
1
-0
/
+3
*
|
block: optionally snapshot page contents to provide stable pages during write
Darrick J. Wong
2013-02-21
1
-0
/
+4
*
|
mm: only enforce stable page writes if the backing device requires it
Darrick J. Wong
2013-02-21
1
-0
/
+20
*
|
sched/rt: Move rt specific bits into new header file
Clark Williams
2013-02-07
1
-0
/
+1
|
/
*
mm: fix calculation of dirtyable memory
Sonny Rao
2012-12-20
1
-5
/
+20
*
writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()
Namjae Jeon
2012-12-11
1
-6
/
+5
*
CPU hotplug, writeback: Don't call writeback_set_ratelimit() too often during...
Srivatsa S. Bhat
2012-09-28
1
-3
/
+11
*
vfs: kill write_super and sync_supers
Artem Bityutskiy
2012-08-04
1
-1
/
+0
*
writeback: Fix some comment errors
Wanpeng Li
2012-06-09
1
-2
/
+2
*
block: Convert BDI proportion calculations to flexible proportions
Jan Kara
2012-06-09
1
-39
/
+64
*
writeback: initialize global_dirty_limit
Fengguang Wu
2012-05-06
1
-0
/
+1
*
mm: page-writeback.c: local functions should not be exposed globally
H Hartley Sweeten
2012-04-14
1
-1
/
+1
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2012-03-28
1
-0
/
+2
|
\
|
*
mm: export dirty_writeback_interval
Artem Bityutskiy
2012-03-21
1
-0
/
+2
*
|
mm: use global_dirty_limit in throttle_vm_writeout()
Fengguang Wu
2012-03-21
1
-0
/
+1
|
/
*
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2012-01-10
1
-55
/
+191
|
\
[next]