Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4762077c7b93d35e0417f66702deae3ce3a9855e
/
fs
/
fs-writeback.c
83ba7b0
writeback: simplify the write back thread queue
by Christoph Hellwig
· 14 years ago
edadfb1
writeback: split writeback_inodes_wb
by Christoph Hellwig
· 14 years ago
9c3a8ee
writeback: remove writeback_inodes_wbc
by Christoph Hellwig
· 14 years ago
06d738f
fs-writeback: fix kernel-doc warnings
by Randy Dunlap
· 14 years ago
29cb4859
writeback: fix pin_sb_for_writeback
by Christoph Hellwig
· 14 years ago
334132a
writeback: add missing requeue_io in writeback_inodes_wb
by Christoph Hellwig
· 14 years ago
c544419
writeback: simplify and split bdi_start_writeback
by Christoph Hellwig
· 14 years ago
b8c2f34
writeback: simplify wakeup_flusher_threads
by Christoph Hellwig
· 14 years ago
d19de7e
writeback: fix writeback_inodes_wb from writeback_inodes_sb
by Christoph Hellwig
· 14 years ago
cf37e97
writeback: enforce s_umount locking in writeback_inodes_sb
by Christoph Hellwig
· 14 years ago
3c4d716
writeback: queue work on stack in writeback_inodes_sb
by Christoph Hellwig
· 14 years ago
7f0e7be
writeback: fix writeback completion notifications
by Christoph Hellwig
· 14 years ago
b4ca761
Merge branch 'master' into for-linus
by Jens Axboe
· 14 years ago
0e3c9a2
Revert "writeback: fix WB_SYNC_NONE writeback from umount"
by Jens Axboe
· 14 years ago
f17625b
Revert "writeback: ensure that WB_SYNC_NONE writeback with sb pinned is sync"
by Jens Axboe
· 14 years ago
58a9d3d8
fs-writeback: check sync bit earlier in inode_wait_for_writeback
by Richard Kennedy
· 14 years ago
e8bebe2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
52957fe
fs-writeback.c: bitfields should be unsigned
by H Hartley Sweeten
· 15 years ago
f9eadbb
writeback: bdi_writeback_task() must set task state before calling schedule()
by Jens Axboe
· 14 years ago
7c8a355
writeback: ensure that WB_SYNC_NONE writeback with sb pinned is sync
by Jens Axboe
· 14 years ago
5547e8a
writeback: Update dirty flags in two steps
by Dmitry Monakhov
· 14 years ago
e913fc8
writeback: fix WB_SYNC_NONE writeback from umount
by Jens Axboe
· 14 years ago
69b62d0
writeback: disable periodic old data writeback for !dirty_writeback_centisecs
by Jens Axboe
· 14 years ago
2f40842
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
f11c9c5
vfs: improve writeback_inodes_wb()
by Edward Shishkin
· 15 years ago
a9185b4
pass writeback_control to ->write_inode
by Christoph Hellwig
· 15 years ago
26821ed
make sure data is on disk before calling ->write_inode
by Christoph Hellwig
· 15 years ago
4b6764f
writeback: add missing kernel-doc notation
by Jaswinder Singh Rajput
· 15 years ago
17bd55d
fs-writeback: Add helper function to start writeback if idle
by Eric Sandeen
· 15 years ago
0d99519
writeback: remove unused nonblocking and congestion checks
by Wu Fengguang
· 15 years ago
b17621f
writeback: introduce wbc.for_background
by Wu Fengguang
· 15 years ago
951c30d
writeback: remove the always false bdi_cap_writeback_dirty() test
by Wu Fengguang
· 15 years ago
a72bfd4
writeback: pass in super_block to bdi_start_writeback()
by Jens Axboe
· 15 years ago
56a131d
writeback: writeback_inodes_sb() should use bdi_start_writeback()
by Jens Axboe
· 15 years ago
b3af946
writeback: don't delay inodes redirtied by a fast dirtier
by Wu Fengguang
· 15 years ago
9ecc273
writeback: make the super_block pinning more efficient
by Jens Axboe
· 15 years ago
cf13730
writeback: don't resort for a single super_block in move_expired_inodes()
by Jens Axboe
· 15 years ago
5c03449
writeback: move inodes from one super_block together
by Shaohua Li
· 15 years ago
5b0830c
writeback: get rid to incorrect references to pdflush in comments
by Jens Axboe
· 15 years ago
71fd05a
writeback: improve readability of the wb_writeback() continue/break logic
by Jens Axboe
· 15 years ago
ae1b7f7
writeback: cleanup writeback_single_inode()
by Wu Fengguang
· 15 years ago
7fbdea3
writeback: kupdate writeback shall not stop when more io is possible
by Wu Fengguang
· 15 years ago
d3ddec7
writeback: stop background writeback when below background threshold
by Wu Fengguang
· 15 years ago
a5989bd
fs: Fix busyloop in wb_writeback()
by Jan Kara
· 15 years ago
1ef7d9a
writeback: fix possible bdi writeback refcounting problem
by Nick Piggin
· 15 years ago
77b9d05
writeback: Fix bdi use after free in wb_work_complete()
by Nick Piggin
· 15 years ago
77fad5e
writeback: improve scalability of bdi writeback work queues
by Nick Piggin
· 15 years ago
deed62e
writeback: remove smp_mb(), it's not needed with list_add_tail_rcu()
by Nick Piggin
· 15 years ago
49db041
writeback: use schedule_timeout_interruptible()
by Jens Axboe
· 15 years ago
8010c3b
writeback: add comments to bdi_work structure
by Jens Axboe
· 15 years ago
b6e5131
writeback: separate starting of sync vs opportunistic writeback
by Jens Axboe
· 15 years ago
bcddc3f
writeback: inline allocation failure handling in bdi_alloc_queue_work()
by Jens Axboe
· 15 years ago
cfc4ba5
writeback: use RCU to protect bdi_list
by Jens Axboe
· 15 years ago
f11fcae
writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeout
by Jens Axboe
· 15 years ago
c4a77a6
writeback: make wb_writeback() take an argument structure
by Jens Axboe
· 15 years ago
f0fad8a
writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_NONE
by Christoph Hellwig
· 15 years ago
18f2ee7
vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()
by Jan Kara
· 15 years ago
500b067
writeback: check for registered bdi in flusher add and inode dirty
by Jens Axboe
· 15 years ago
d0bceac
writeback: get rid of pdflush completely
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
d8a8559
writeback: get rid of generic_sync_sb_inodes() export
by Jens Axboe
· 15 years ago
01c0319
cleanup __writeback_single_inode
by Christoph Hellwig
· 15 years ago
84a8924
writeback: skip new or to-be-freed inodes
by Wu Fengguang
· 15 years ago
4195f73
fs: block_dump missing dentry locking
by Nick Piggin
· 15 years ago
545b9fd
fs: remove incorrect I_NEW warnings
by Nick Piggin
· 15 years ago
5cee581
vfs: Make sys_sync() use fsync_super() (version 4)
by Jan Kara
· 16 years ago
811158b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 16 years ago
d2caa3c5
writeback: guard against jiffies wraparound on inode->dirtied_when checks (try #3)
by Jeff Layton
· 16 years ago
b6fac63
vfs: skip I_CLEAR state inodes
by Wu Fengguang
· 16 years ago
3e3cb64
trivial: fix a pdlfush -> pdflush typo in comment
by Masatake YAMATO
· 16 years ago
7ef0d73
fs: new inode i_state corruption fix
by Nick Piggin
· 16 years ago
856bf4d
fs: sys_sync fix
by Nick Piggin
· 16 years ago
38f2197
fs: sync_sb_inodes fix
by Nick Piggin
· 16 years ago
4f5a99d
fs: remove WB_SYNC_HOLD
by Nick Piggin
· 16 years ago
e1f8e87
Remove Andrew Morton's old email accounts
by Francois Cami
· 16 years ago
4ee6afd
VFS: export sync_sb_inodes
by Artem Bityutskiy
· 16 years ago
ae8547b
VFS: move inode_lock into sync_sb_inodes
by Hans Reiser
· 16 years ago
f11b00f
fs/fs-writeback.c: make 2 functions static
by Adrian Bunk
· 17 years ago
a6b9191
fs: fix kernel-doc notation warnings
by Randy Dunlap
· 17 years ago
18914b1
write_inode_now(): avoid unnecessary synchronous write
by Mike Galbraith
· 17 years ago
797074e
fs: use list_for_each_entry_reverse and kill sb_entry
by Akinobu Mita
· 17 years ago
8bc3be2
writeback: speed up writeback of big dirty files
by Fengguang Wu
· 17 years ago
2d54456
skip writing data pages when inode is under I_SYNC
by Qi Yong
· 17 years ago
c23f72c
Revert "writeback: introduce writeback_control.more_io to indicate more io"
by Linus Torvalds
· 17 years ago
ba25f9d
Use helpers to obtain task pid in printks
by Pavel Emelyanov
· 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
08d8e97
writeback: fix ntfs with sb_has_dirty_inodes()
by Fengguang Wu
· 17 years ago
2c13657
writeback: fix time ordering of the per superblock inode lists 8
by Fengguang Wu
· 17 years ago
0e0f4fc
writeback: fix periodic superblock dirty inode flushing
by Ken Chen
· 17 years ago
670e4de
writeback: fix time ordering of the per superblock dirty inode lists 7
by Andrew Morton
· 17 years ago
65cb9b4
writeback: fix time ordering of the per superblock dirty inode lists 6
by Andrew Morton
· 17 years ago
c6945e7
writeback: fix time ordering of the per superblock dirty inode lists 5
by Andrew Morton
· 17 years ago
1b43ef9
writeback: fix comment, use helper function
by Andrew Morton
· 17 years ago
c986d1e
writeback: fix time ordering of the per superblock dirty inode lists 4
by Andrew Morton
· 17 years ago
f57b9b7
writeback: fix time ordering of the per superblock dirty inode lists 3
by Andrew Morton
· 17 years ago
9852a0e7
writeback: fix time ordering of the per superblock dirty inode lists: memory-backed inodes
by Andrew Morton
· 17 years ago
6610a0b
writeback: fix time-ordering of the per-superblock dirty-inode lists
by Andrew Morton
· 17 years ago
Next »