Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8dae444529230301bc85fc86033aa06a734c1a29
/
fs
/
fs-writeback.c
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
f5ff842
Fix warnings with !CONFIG_BLOCK
by Jens Axboe
· 17 years ago
4b89eed9
Write back inode data pages even when the inode itself is locked
by Linus Torvalds
· 18 years ago
7b0de42
[PATCH] BLOCK: Remove dependence on existence of blockdev_superblock [try #6]
by David Howells
· 18 years ago
07f3f05
[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]
by David Howells
· 18 years ago
fd39fc8
[PATCH] zoned vm counters: conversion of nr_unstable to per zone counter
by Christoph Lameter
· 18 years ago
b1e7a8f
[PATCH] zoned vm counters: conversion of nr_dirty to per zone counter
by Christoph Lameter
· 18 years ago
b31dc66
[PATCH] Kill PF_SYNCWRITE flag
by Jens Axboe
· 18 years ago
111ebb6
[PATCH] writeback: fix range handling
by OGAWA Hirofumi
· 18 years ago
4ffc844
[PATCH] Move cond_resched() after iput() in sync_sb_inodes()
by OGAWA Hirofumi
· 19 years ago
b8887e6
[PATCH] kernel-docs: fix kernel-doc format problems
by Randy Dunlap
· 19 years ago
49364ce
[PATCH] write_inode_now(): write inode if not BDI_CAP_NO_WRITEBACK
by Andrew Morton
· 19 years ago
659603e
[PATCH] fix __writeback_single_inode WARN_ON
by Andrea Arcangeli
· 19 years ago
7f04c26
[PATCH] fix nr_unused accounting, and avoid recursing in iput with I_WILL_FREE set
by Andrea Arcangeli
· 19 years ago
618f063
[PATCH] O(1) sb list traversing on syncs
by Kirill Korotaev
· 19 years ago
67be2dd
[PATCH] DocBook: fix some descriptions
by Martin Waitz
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago