index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
backing-dev.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-02
writeback: implement and use inode_congested()
Tejun Heo
1
-0
/
+22
2015-06-02
writeback: make congestion functions per bdi_writeback
Tejun Heo
1
-19
/
+26
2015-06-02
writeback: make backing_dev_info host cgroup-specific bdi_writebacks
Tejun Heo
1
-0
/
+195
2015-06-02
writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK
Tejun Heo
1
-1
/
+31
2015-06-02
bdi: separate out congested state into a separate struct
Tejun Heo
1
-1
/
+1
2015-06-02
bdi: make inode_to_bdi() inline
Tejun Heo
1
-2
/
+16
2015-06-02
writeback: separate out include/linux/backing-dev-defs.h
Tejun Heo
1
-101
/
+1
2015-06-02
writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writeback
Tejun Heo
1
-6
/
+6
2015-06-02
writeback: move bandwidth related fields from backing_dev_info into bdi_writeback
Tejun Heo
1
-10
/
+10
2015-06-02
writeback: move backing_dev_info->bdi_stat[] into bdi_writeback
Tejun Heo
1
-36
/
+32
2015-06-02
writeback: move backing_dev_info->state into bdi_writeback
Tejun Heo
1
-12
/
+12
2015-05-28
block: discard bdi_unregister() in favour of bdi_destroy()
NeilBrown
1
-1
/
+0
2015-02-17
Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-0
/
+1
2015-02-05
vfs: add support for a lazytime mount option
Theodore Ts'o
1
-0
/
+1
2015-01-20
fs: remove default_backing_dev_info
Christoph Hellwig
1
-1
/
+0
2015-01-20
fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
Christoph Hellwig
1
-2
/
+4
2015-01-20
fs: introduce f_op->mmap_capabilities for nommu mmap support
Christoph Hellwig
1
-29
/
+4
2015-01-20
fs: kill BDI_CAP_SWAP_BACKED
Christoph Hellwig
1
-13
/
+0
2014-09-08
bdi: reimplement bdev_inode_switch_bdi()
Tejun Heo
1
-1
/
+0
2014-09-08
bdi: remove unused stuff
Tejun Heo
1
-3
/
+0
2014-04-03
bdi: avoid oops on device removal
Jan Kara
1
-1
/
+1
2013-11-08
bdi: test bdi_init failure
Mikulas Patocka
1
-2
/
+2
2013-09-11
mm/page-writeback.c: add strictlimit feature
Maxim Patlasov
1
-0
/
+3
2013-04-01
writeback: replace custom worker pool implementation with unbound workqueue
Tejun Heo
1
-10
/
+5
2013-04-01
writeback: remove unused bdi_pending_list
Tejun Heo
1
-1
/
+0
2013-02-21
bdi: allow block devices to say that they require stable page writes
Darrick J. Wong
1
-0
/
+6
2012-12-13
bdi_register: add __printf verification, fix arg mismatch
Joe Perches
1
-0
/
+1
2012-08-04
vfs: kill write_super and sync_supers
Artem Bityutskiy
1
-1
/
+0
2012-07-31
mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threads
Wanpeng Li
1
-0
/
+3
2012-06-09
block: Convert BDI proportion calculations to flexible proportions
Jan Kara
1
-2
/
+2
2011-10-31
writeback: Add a 'reason' to wb_writeback_work
Curt Wohlgemuth
1
-1
/
+2
2011-10-03
writeback: stabilize bdi->dirty_ratelimit
Wu Fengguang
1
-0
/
+3
2011-10-03
writeback: dirty rate control
Wu Fengguang
1
-0
/
+7
2011-10-03
writeback: account per-bdi accumulated dirtied pages
Wu Fengguang
1
-0
/
+1
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-07-09
writeback: bdi write bandwidth estimation
Wu Fengguang
1
-0
/
+5
2011-07-09
writeback: account per-bdi accumulated written pages
Jan Kara
1
-0
/
+1
2011-06-08
writeback: split inode_wb_list_lock into bdi_writeback.list_lock
Christoph Hellwig
1
-0
/
+2
2011-03-10
block: remove per-queue plugging
Jens Axboe
1
-16
/
+0
2010-10-26
mm: declare some external symbols
Namhyung Kim
1
-0
/
+1
2010-10-26
writeback: do not sleep on the congestion queue if there are no congested BDIs or if significant congestion is not being encountered in the current zone
Mel Gorman
1
-1
/
+1
2010-08-12
mm: fix writeback_in_progress()
Jan Kara
1
-0
/
+1
2010-08-07
writeback: optimize periodic bdi thread wakeups
Artem Bityutskiy
1
-0
/
+2
2010-08-07
writeback: move last_active to bdi
Artem Bityutskiy
1
-6
/
+7
2010-08-07
writeback: simplify bdi code a little
Artem Bityutskiy
1
-1
/
+0
2010-08-07
writeback: harmonize writeback threads naming
Artem Bityutskiy
1
-1
/
+1
2010-08-07
writeback: merge bdi_writeback_task and bdi_start_fn
Christoph Hellwig
1
-1
/
+1
2010-08-07
writeback: remove wb_list
Christoph Hellwig
1
-4
/
+1
2010-07-06
writeback: simplify the write back thread queue
Christoph Hellwig
1
-2
/
+0
2010-06-11
writeback: simplify and split bdi_start_writeback
Christoph Hellwig
1
-2
/
+2
[prev]
[next]