Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
883f537a92734700f62ebd3e277bd2113d6f0122
/
mm
/
page-writeback.c
« Previous
9e09438
writeback: Add tracing to write_cache_pages
by Dave Chinner
· 14 years ago
028c2dd
writeback: Add tracing to balance_dirty_pages
by Dave Chinner
· 14 years ago
9c3a8ee
writeback: remove writeback_inodes_wbc
by Christoph Hellwig
· 14 years ago
c544419
writeback: simplify and split bdi_start_writeback
by Christoph Hellwig
· 14 years ago
d87815c
writeback: limit write_cache_pages integrity scanning to current EOF
by Dave Chinner
· 14 years ago
0b56492
writeback: pay attention to wbc->nr_to_write in write_cache_pages
by Dave Chinner
· 14 years ago
0e3c9a2
Revert "writeback: fix WB_SYNC_NONE writeback from umount"
by Jens Axboe
· 14 years ago
df96e96
writeback: fix mixed up arguments to bdi_start_writeback()
by Jens Axboe
· 14 years ago
c2c4986
writeback: fix problem with !CONFIG_BLOCK compilation
by Jens Axboe
· 14 years ago
6423104
writeback: fixups for !dirty_writeback_centisecs
by Jens Axboe
· 14 years ago
e913fc8
writeback: fix WB_SYNC_NONE writeback from umount
by Jens Axboe
· 14 years ago
31373d0
laptop-mode: Make flushes per-device
by Matthew Garrett
· 15 years ago
0d99519
writeback: remove unused nonblocking and congestion checks
by Wu Fengguang
· 15 years ago
d25105e
writeback: account IO throttling wait as iowait
by Wu Fengguang
· 15 years ago
a72bfd4
writeback: pass in super_block to bdi_start_writeback()
by Jens Axboe
· 15 years ago
6d7f18f
Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
5b0830c
writeback: get rid to incorrect references to pdflush in comments
by Jens Axboe
· 15 years ago
d3ddec7
writeback: stop background writeback when below background threshold
by Wu Fengguang
· 15 years ago
3a2e9a5
writeback: balance_dirty_pages() shall write more than dirtied pages
by Wu Fengguang
· 15 years ago
db16826
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6
by Linus Torvalds
· 15 years ago
8d65af7
sysctl: remove "struct file *" argument of ->proc_handler
by Alexey Dobriyan
· 15 years ago
adea02a
mm: count only reclaimable lru pages
by Wu Fengguang
· 15 years ago
87c6a9b
writeback: make balance_dirty_pages() gradually back more off
by Jens Axboe
· 15 years ago
3542a5c
writeback: don't use schedule_timeout() without setting runstate
by Jens Axboe
· 15 years ago
b6e5131
writeback: separate starting of sync vs opportunistic writeback
by Jens Axboe
· 15 years ago
cfc4ba5
writeback: use RCU to protect bdi_list
by Jens Axboe
· 15 years ago
1fe06ad
writeback: get rid of wbc->for_writepages
by Jens Axboe
· 15 years ago
6746aff
HWPOISON: shmem: call set_page_dirty() with locked page
by Wu Fengguang
· 15 years ago
ada3fa1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 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
384be2b
Merge branch 'percpu-for-linus' into percpu-for-next
by Tejun Heo
· 15 years ago
8aa7e84
Fix congestion_wait() sync/async vs read/write confusion
by Jens Axboe
· 15 years ago
c43768c
Merge branch 'master' into for-next
by Tejun Heo
· 15 years ago
d7831a0
mm: prevent balance_dirty_pages() from doing too much work
by Richard Kennedy
· 15 years ago
245b2e7
percpu: clean up percpu variable definitions
by Tejun Heo
· 15 years ago
dcf975d
mm/page-writeback.c: dirty limit type should be unsigned long
by H Hartley Sweeten
· 15 years ago
22ef37e
page-writeback: fix the calculation of the oldest_jif in wb_kupdate()
by Toshiyuki Okajima
· 15 years ago
704503d
mm: fix proc_dointvec_userhz_jiffies "breakage"
by Alexey Dobriyan
· 16 years ago
e3a7cca
vfs: add/use account_page_dirtied()
by Edward Shishkin
· 16 years ago
1b5e62b
writeback: double the dirty thresholds
by Wu Fengguang
· 16 years ago
1cf6e7d
mm: task dirty accounting fix
by Nick Piggin
· 16 years ago
3a4c680
Fix page writeback thinko, causing Berkeley DB slowdown
by Nick Piggin
· 16 years ago
89e1219
writeback: fix break condition
by Federico Cuello
· 16 years ago
fc3501d
mm: fix dirty_bytes/dirty_background_bytes sysctls on 64bit arches
by Sven Wegener
· 16 years ago
dcf6a79
write-back: fix nr_to_write counter
by Artem Bityutskiy
· 16 years ago
2da0299
mm: add dirty_background_bytes and dirty_bytes sysctls
by David Rientjes
· 16 years ago
364aeb2
mm: change dirty limit type specifiers to unsigned long
by David Rientjes
· 16 years ago
82fd1a9
mm: write_cache_pages more terminate quickly
by Andrew Morton
· 16 years ago
d5482cd
mm: write_cache_pages terminate quickly
by Nick Piggin
· 16 years ago
515f4a0
mm: write_cache_pages optimise page cleaning
by Nick Piggin
· 16 years ago
5a3d5c9
mm: write_cache_pages cleanups
by Nick Piggin
· 16 years ago
05fe478
mm: write_cache_pages integrity fix
by Nick Piggin
· 16 years ago
0026677
mm: write_cache_pages writepage error fix
by Nick Piggin
· 16 years ago
bd19e01
mm: write_cache_pages early loop termination
by Nick Piggin
· 16 years ago
31a1266
mm: write_cache_pages cyclic fix
by Nick Piggin
· 16 years ago
4f98a2f
vmscan: split LRU lists into anon & file sets
by Rik van Riel
· 16 years ago
17bc6c3
vfs: Add no_nrwrite_index_update writeback control flag
by Aneesh Kumar K.V
· 16 years ago
74baaaa
vfs: Remove the range_cont writeback mode.
by Aneesh Kumar K.V
· 16 years ago
e1f8e87
Remove Andrew Morton's old email accounts
by Francois Cami
· 16 years ago
19fd623
mm: spinlock tree_lock
by Nick Piggin
· 16 years ago
8d2567a
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 16 years ago
06d6cf6
mm: Add range_cont mode for writeback
by Aneesh Kumar K.V
· 16 years ago
3eefae9
ftrace: limit trace entries
by Steven Rostedt
· 16 years ago
fc3ba69
mm: Add NR_WRITEBACK_TEMP counter
by Miklos Szeredi
· 17 years ago
dd5656e
mm: bdi: export bdi_writeout_inc()
by Miklos Szeredi
· 17 years ago
e4ad08f
mm: bdi: add separate writeback accounting capability
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
8bc3be2
writeback: speed up writeback of big dirty files
by Fengguang Wu
· 17 years ago
920c7a5
mm: remove fastcall from mm/
by Harvey Harrison
· 17 years ago
195cf453
mm/page-writeback: highmem_is_dirtyable option
by Bron Gondwana
· 17 years ago
f61eaf9
mm/page-writeback.c: make a function static
by Adrian Bunk
· 17 years ago
c23f72c
Revert "writeback: introduce writeback_control.more_io to indicate more io"
by Linus Torvalds
· 17 years ago
8c08634
dirty page balancing: Get rid of broken unmapped_ratio logic
by Linus Torvalds
· 17 years ago
5fce25a
mm: speed up writeback ramp-up on clean systems
by Peter Zijlstra
· 17 years ago
183ff22
spelling fixes: mm/
by Simon Arlott
· 17 years ago
369f238
writeback: remove unnecessary wait in throttle_vm_writeout()
by Fengguang Wu
· 17 years ago
1c0eeaf
introduce I_SYNC
by Joern Engel
· 17 years ago
2e6883b
writeback: introduce writeback_control.more_io to indicate more io
by Fengguang Wu
· 17 years ago
e423003
writeback: don't propagate AOP_WRITEPAGE_ACTIVATE
by Andrew Morton
· 17 years ago
3e26c14
mm: dirty balancing for tasks
by Peter Zijlstra
· 17 years ago
04fbfdc
mm: per device dirty threshold
by Peter Zijlstra
· 17 years ago
69cb51d
mm: count writeback pages per BDI
by Peter Zijlstra
· 17 years ago
c9e51e4
mm: count reclaimable pages per BDI
by Peter Zijlstra
· 17 years ago
37b07e4
memoryless nodes: fixup uses of node_online_map in generic code
by Lee Schermerhorn
· 17 years ago
0012818
mm: use lockless radix-tree probe
by Nick Piggin
· 17 years ago
a200ee1
mm: set_page_dirty_balance() vs ->page_mkwrite()
by Peter Zijlstra
· 17 years ago
d688abf
move page writeback acounting out of macros
by Andrew Morton
· 17 years ago
fe3cba1
mm: share PG_readahead and PG_reclaim
by Fengguang Wu
· 17 years ago
7935289
mm: fix clear_page_dirty_for_io vs fault race
by Nick Piggin
· 17 years ago
787d221
fs: introduce some page/buffer invariants
by Nick Piggin
· 17 years ago
3e733f0
dirty_writeback_centisecs_handler() cleanup
by Andrew Morton
· 17 years ago
0ea9718
consolidate generic_writepages and mpage_writepages
by Miklos Szeredi
· 17 years ago
3e9f45b
Factor outstanding I/O error handling
by Guillaume Chazarain
· 17 years ago
1b42446
Use ZVC counters to establish exact size of dirtyable pages
by Christoph Lameter
· 18 years ago
07db59b
Change default dirty-writeback limits
by Linus Torvalds
· 18 years ago
232ea4d
[PATCH] throttle_vm_writeout(): don't loop on GFP_NOFS and GFP_NOIO allocations
by Andrew Morton
· 18 years ago
aa0f030
[PATCH] Change constant zero to NOTIFY_DONE in ratelimit_handler()
by Paul E. McKenney
· 18 years ago
Next »