Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
42976ad0b26b2465f33c9a9146eb15f3a644d269
/
mm
/
backing-dev.c
9360b53
Revert "bdi: add a user-tunable cpu_list for the bdi flusher threads"
by Linus Torvalds
· 12 years ago
8fa72d23
bdi: add a user-tunable cpu_list for the bdi flusher threads
by Jeff Moyer
· 12 years ago
7034ed1
backing-dev: use kstrto* in preference to simple_strtoul
by Namjae Jeon
· 12 years ago
f0cd2db
vfs: kill write_super and sync_supers
by Artem Bityutskiy
· 12 years ago
3965c9a
mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threads
by Wanpeng Li
· 12 years ago
eb608e3
block: Convert BDI proportion calculations to flexible proportions
by Jan Kara
· 12 years ago
2673b4c
backing-dev: fix wakeup timer races with bdi_unregister()
by Rabin Vincent
· 13 years ago
8a32c44
freezer: implement and use kthread_freezable_should_stop()
by Tejun Heo
· 13 years ago
7a401a9
backing-dev: ensure wakeup_timer is deleted
by Rabin Vincent
· 13 years ago
208bca0
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 13 years ago
20c8c62
mm-add-comment-explaining-task-state-setting-in-bdi_forker_thread-fix
by Andrew Morton
· 13 years ago
0e175a1
writeback: Add a 'reason' to wb_writeback_work
by Curt Wohlgemuth
· 13 years ago
7381131
writeback: stabilize bdi->dirty_ratelimit
by Wu Fengguang
· 13 years ago
be3ffa2
writeback: dirty rate control
by Wu Fengguang
· 13 years ago
c8e28ce
writeback: account per-bdi accumulated dirtied pages
by Wu Fengguang
· 14 years ago
09f40f9
mm: Add comment explaining task state setting in bdi_forker_thread()
by Jan Kara
· 13 years ago
5a042aa
mm: Cleanup clearing of BDI_pending bit in bdi_forker_thread()
by Jan Kara
· 13 years ago
f01ef56
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback
by Linus Torvalds
· 13 years ago
45b583b
Merge 'akpm' patch series
by Linus Torvalds
· 13 years ago
ccb6108
mm/backing-dev.c: reset bdi min_ratio in bdi_unregister()
by Peter Zijlstra
· 13 years ago
ef32308
backing-dev: use synchronize_rcu_expedited instead of synchronize_rcu
by Mikulas Patocka
· 13 years ago
00821b0
writeback: show bdi write bandwidth in debugfs
by Wu Fengguang
· 14 years ago
e98be2d
writeback: bdi write bandwidth estimation
by Wu Fengguang
· 14 years ago
f7d2b1e
writeback: account per-bdi accumulated written pages
by Jan Kara
· 14 years ago
d46db3d
writeback: make writeback_control.nr_to_write straight
by Wu Fengguang
· 14 years ago
f758eea
writeback: split inode_wb_list_lock into bdi_writeback.list_lock
by Christoph Hellwig
· 14 years ago
345227d
backing-dev: Kill set but not used var in bdi_debug_stats_show()
by Gustavo F. Padovan
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
d39dd11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
a66979a
fs: move i_wb_list out from under inode_lock
by Dave Chinner
· 14 years ago
95f2860
fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going away
by Jens Axboe
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
426e1f5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
766f916
kernel: remove PF_FLUSHER
by Peter Zijlstra
· 14 years ago
0e093d99
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
by Mel Gorman
· 14 years ago
52bb919
writeback: account for time spent congestion_waited
by Mel Gorman
· 14 years ago
7ccf19a
fs: inode split IO and LRU lists
by Nick Piggin
· 14 years ago
976e48f
bdi: Initialize noop_backing_dev_info properly
by Jan Kara
· 14 years ago
6628bc7
writeback: do not lose wakeup events when forking bdi threads
by Artem Bityutskiy
· 14 years ago
16c4042
writeback: avoid unnecessary calculation of bdi dirty thresholds
by Wu Fengguang
· 14 years ago
6bf05d0
writeback: fix bad _bh spinlock nesting
by Jens Axboe
· 14 years ago
c284de6
writeback: cleanup bdi_register
by Artem Bityutskiy
· 14 years ago
6033202
writeback: add new tracepoints
by Artem Bityutskiy
· 14 years ago
b5048a6
writeback: remove unnecessary init_timer call
by Artem Bityutskiy
· 14 years ago
6467716
writeback: optimize periodic bdi thread wakeups
by Artem Bityutskiy
· 14 years ago
253c34e
writeback: prevent unnecessary bdi threads wakeups
by Artem Bityutskiy
· 14 years ago
fff5b85
writeback: move bdi threads exiting logic to the forker thread
by Artem Bityutskiy
· 14 years ago
adf3924
writeback: restructure bdi forker loop a little
by Artem Bityutskiy
· 14 years ago
78c40cb
writeback: do not remove bdi from bdi_list
by Artem Bityutskiy
· 14 years ago
080dcec
writeback: simplify bdi code a little
by Artem Bityutskiy
· 14 years ago
c4ec790
writeback: do not lose wake-ups in the forker thread - 2
by Artem Bityutskiy
· 14 years ago
c5f7ad2
writeback: do not lose wake-ups in the forker thread - 1
by Artem Bityutskiy
· 14 years ago
94eac5e
writeback: fix possible race when creating bdi threads
by Artem Bityutskiy
· 14 years ago
6f904ff
writeback: harmonize writeback threads naming
by Artem Bityutskiy
· 14 years ago
455b286
writeback: Initial tracing support
by Dave Chinner
· 14 years ago
0824390
writeback: merge bdi_writeback_task and bdi_start_fn
by Christoph Hellwig
· 14 years ago
c1955ce
writeback: remove wb_list
by Christoph Hellwig
· 14 years ago
83ba7b0
writeback: simplify the write back thread queue
by Christoph Hellwig
· 14 years ago
9c3a8ee
writeback: remove writeback_inodes_wbc
by Christoph Hellwig
· 14 years ago
6423104
writeback: fixups for !dirty_writeback_centisecs
by Jens Axboe
· 14 years ago
5129a46
Catch filesystems lacking s_bdi
by Jörn Engel
· 15 years ago
c3c5320
bdi: add helper function for doing init and register of a bdi for a file system
by Jens Axboe
· 15 years ago
1442145
backing-dev: Handle class_create() failure
by Anton Blanchard
· 15 years ago
bf7ec5b
flusher: Fix PF_FROZEN race
by OGAWA Hirofumi
· 15 years ago
c62b17a
Thaw refrigerated bdi flusher threads before invoking kthread_stop on them
by Romit Dasgupta
· 15 years ago
8c4db33
backing-dev: bdi sb prune should be in the unregister path, not destroy
by Jens Axboe
· 15 years ago
592b09a
backing-dev: ensure that a removed bdi no longer has super_block referencing it
by Jens Axboe
· 15 years ago
961515f
writeback: kill space in debugfs item name
by Wu Fengguang
· 15 years ago
ce5f8e7
writeback: splice dirty inode entries to default bdi on bdi_destroy()
by Jens Axboe
· 15 years ago
cfc4ba5
writeback: use RCU to protect bdi_list
by Jens Axboe
· 15 years ago
500b067
writeback: check for registered bdi in flusher add and inode dirty
by Jens Axboe
· 15 years ago
d993831
writeback: add name to backing_dev_info
by Jens Axboe
· 15 years ago
f09b00d
writeback: add some debug inode list counters to bdi stats
by Jens Axboe
· 15 years ago
03ba378
writeback: switch to per-bdi threads for flushing data
by Jens Axboe
· 15 years ago
66f3b8e
writeback: move dirty inodes from super_block to backing_dev_info
by Jens Axboe
· 15 years ago
8aa7e84
Fix congestion_wait() sync/async vs read/write confusion
by Jens Axboe
· 15 years ago
1faa16d
block: change the request allocation/congestion logic to be sync/async based
by Jens Axboe
· 16 years ago
2616015
Move the default_backing_dev_info out of readahead.c and into backing-dev.c
by Jens Axboe
· 16 years ago
f94181d
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
364aeb2
mm: change dirty limit type specifiers to unsigned long
by David Rientjes
· 16 years ago
fdbc045
Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into core/urgent
by Ingo Molnar
· 16 years ago
ea31951
locking, percpu counters: introduce separate lock classes
by Peter Zijlstra
· 16 years ago
69fc208
mm/backing-dev.c: remove recently-added WARN_ON()
by Andrew Morton
· 16 years ago
f1d0b06
bdi: register sysfs bdi device only once per queue
by Kay Sievers
· 16 years ago
19051c5
mm: bdi: fix race in bdi_class device creation
by Greg Kroah-Hartman
· 16 years ago
76f1418
mm: bdi: move statistics to debugfs
by Miklos Szeredi
· 17 years ago
a42dde0
mm: bdi: allow setting a maximum for the bdi dirty limit
by Peter Zijlstra
· 17 years ago
189d3c4
mm: bdi: allow setting a minimum for the bdi dirty limit
by Peter Zijlstra
· 17 years ago
cf0ca9f
mm: bdi: export BDI attributes in sysfs
by Peter Zijlstra
· 17 years ago
4b01a0b
mm/backing-dev.c: fix percpu_counter_destroy call bug in bdi_init
by Denis Cheng
· 17 years ago
04fbfdc
mm: per device dirty threshold
by Peter Zijlstra
· 17 years ago
b2e8fb6
mm: scalable bdi statistics counters
by Peter Zijlstra
· 17 years ago
c4dc4be
nfs: remove congestion_end()
by Peter Zijlstra
· 17 years ago
8f8a68e
remove mm/backing-dev.c:congestion_wait_interruptible()
by Adrian Bunk
· 17 years ago
89a0914
[PATCH] nfs: fix congestion control
by Peter Zijlstra
· 18 years ago
3fcfab1
[PATCH] separate bdi congestion functions from queue congestion functions
by Andrew Morton
· 18 years ago