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.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
/
backing-dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-18
mm: convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
1
-2
/
+2
2016-02-12
mm/backing-dev.c: fix error path in wb_init()
Rasmus Villemoes
1
-1
/
+1
2016-02-06
mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progress
Tetsuo Handa
1
-1
/
+1
2016-01-15
mm: memcontrol: export root_mem_cgroup
Johannes Weiner
1
-1
/
+1
2015-12-12
mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any ...
Michal Hocko
1
-3
/
+16
2015-11-07
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-1
/
+1
2015-10-21
writeback: remove broken rbtree_postorder_for_each_entry_safe() usage in cgwb...
Tejun Heo
1
-4
/
+6
2015-10-15
block: don't release bdi while request_queue has live references
Tejun Heo
1
-1
/
+11
2015-10-12
writeback: bdi_writeback iteration must not skip dying ones
Tejun Heo
1
-1
/
+13
2015-09-11
Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2015-08-19
blkcg: rename subsystem name from blkio to io
Tejun Heo
1
-2
/
+2
2015-08-18
inode: rename i_wb_list to i_io_list
Dave Chinner
1
-4
/
+4
2015-07-02
writeback: don't drain bdi_writeback_congested on bdi destruction
Tejun Heo
1
-6
/
+16
2015-07-02
writeback: don't embed root bdi_writeback_congested in bdi_writeback
Tejun Heo
1
-41
/
+46
2015-06-26
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-126
/
+508
2015-06-05
bdi: fix wrong error return value in cgwb_create()
Tejun Heo
1
-1
/
+3
2015-06-02
writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()
Tejun Heo
1
-30
/
+0
2015-06-02
writeback: implement memcg wb_domain
Tejun Heo
1
-1
/
+8
2015-06-02
writeback: clean up wb_dirty_limit()
Tejun Heo
1
-3
/
+3
2015-06-02
writeback: implement bdi_wait_for_completion()
Tejun Heo
1
-0
/
+1
2015-06-02
writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account
Tejun Heo
1
-5
/
+0
2015-06-02
writeback: implement WB_has_dirty_io wb_state flag
Tejun Heo
1
-1
/
+1
2015-06-02
writeback: make congestion functions per bdi_writeback
Tejun Heo
1
-11
/
+11
2015-06-02
writeback: make backing_dev_info host cgroup-specific bdi_writebacks
Tejun Heo
1
-0
/
+397
2015-06-02
bdi: separate out congested state into a separate struct
Tejun Heo
1
-2
/
+5
2015-06-02
writeback: add @gfp to wb_init()
Tejun Heo
1
-4
/
+5
2015-06-02
bdi: make inode_to_bdi() inline
Tejun Heo
1
-0
/
+1
2015-06-02
writeback: reorganize mm/backing-dev.c
Tejun Heo
1
-87
/
+87
2015-06-02
writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writeback
Tejun Heo
1
-31
/
+28
2015-06-02
writeback: move bandwidth related fields from backing_dev_info into bdi_write...
Tejun Heo
1
-25
/
+20
2015-06-02
writeback: move backing_dev_info->bdi_stat[] into bdi_writeback
Tejun Heo
1
-23
/
+37
2015-06-02
writeback: move backing_dev_info->state into bdi_writeback
Tejun Heo
1
-10
/
+10
2015-05-28
block: discard bdi_unregister() in favour of bdi_destroy()
NeilBrown
1
-17
/
+1
2015-02-18
Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-2
/
+8
2015-02-05
vfs: add support for a lazytime mount option
Theodore Ts'o
1
-2
/
+8
2015-01-21
fs: remove default_backing_dev_info
Christoph Hellwig
1
-9
/
+0
2015-01-21
fs: don't reassign dirty inodes to default_backing_dev_info
Christoph Hellwig
1
-67
/
+23
2015-01-21
fs: remove mapping->backing_dev_info
Christoph Hellwig
1
-1
/
+0
2015-01-21
fs: introduce f_op->mmap_capabilities for nommu mmap support
Christoph Hellwig
1
-5
/
+2
2014-10-18
Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-24
/
+16
2014-10-10
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
1
-2
/
+2
2014-10-10
mm: clean up zone flags
Johannes Weiner
1
-1
/
+1
2014-09-08
bdi: reimplement bdev_inode_switch_bdi()
Tejun Heo
1
-1
/
+1
2014-09-08
bdi: explain the dirty list transferring in bdi_destroy()
Tejun Heo
1
-2
/
+11
2014-09-08
bdi: make backing_dev_info->wb.dwork canceling stricter
Tejun Heo
1
-13
/
+2
2014-09-08
bdi: remove bdi->wb_lock locking around bdi->dev clearing in bdi_unregister()
Tejun Heo
1
-8
/
+2
2014-09-08
proportions: add @gfp to init functions
Tejun Heo
1
-1
/
+1
2014-09-08
percpu_counter: add @gfp to percpu_counter_init()
Tejun Heo
1
-1
/
+1
2014-04-18
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
1
-1
/
+1
2014-04-04
bdi: avoid oops on device removal
Jan Kara
1
-4
/
+9
[next]