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