index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fs-writeback.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-16
writeback: fix possible bdi writeback refcounting problem
Nick Piggin
1
-7
/
+6
2009-09-16
writeback: Fix bdi use after free in wb_work_complete()
Nick Piggin
1
-2
/
+3
2009-09-16
writeback: improve scalability of bdi writeback work queues
Nick Piggin
1
-1
/
+2
2009-09-16
writeback: remove smp_mb(), it's not needed with list_add_tail_rcu()
Nick Piggin
1
-3
/
+3
2009-09-16
writeback: use schedule_timeout_interruptible()
Jens Axboe
1
-2
/
+1
2009-09-16
writeback: add comments to bdi_work structure
Jens Axboe
1
-7
/
+11
2009-09-16
writeback: separate starting of sync vs opportunistic writeback
Jens Axboe
1
-65
/
+67
2009-09-16
writeback: inline allocation failure handling in bdi_alloc_queue_work()
Jens Axboe
1
-22
/
+27
2009-09-16
writeback: use RCU to protect bdi_list
Jens Axboe
1
-3
/
+3
2009-09-16
writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeout
Jens Axboe
1
-56
/
+14
2009-09-16
writeback: make wb_writeback() take an argument structure
Jens Axboe
1
-29
/
+49
2009-09-16
writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_...
Christoph Hellwig
1
-32
/
+14
2009-09-14
vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()
Jan Kara
1
-54
/
+0
2009-09-11
writeback: check for registered bdi in flusher add and inode dirty
Jens Axboe
1
-0
/
+8
2009-09-11
writeback: get rid of pdflush completely
Jens Axboe
1
-0
/
+5
2009-09-11
writeback: switch to per-bdi threads for flushing data
Jens Axboe
1
-289
/
+710
2009-09-11
writeback: move dirty inodes from super_block to backing_dev_info
Jens Axboe
1
-70
/
+127
2009-09-11
writeback: get rid of generic_sync_sb_inodes() export
Jens Axboe
1
-28
/
+42
2009-06-24
cleanup __writeback_single_inode
Christoph Hellwig
1
-50
/
+50
2009-06-17
writeback: skip new or to-be-freed inodes
Wu Fengguang
1
-3
/
+3
2009-06-12
fs: block_dump missing dentry locking
Nick Piggin
1
-17
/
+24
2009-06-12
fs: remove incorrect I_NEW warnings
Nick Piggin
1
-2
/
+0
2009-06-12
vfs: Make sys_sync() use fsync_super() (version 4)
Jan Kara
1
-49
/
+0
2009-04-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2009-04-03
writeback: guard against jiffies wraparound on inode->dirtied_when checks (tr...
Jeff Layton
1
-4
/
+22
2009-04-03
vfs: skip I_CLEAR state inodes
Wu Fengguang
1
-1
/
+2
2009-03-30
trivial: fix a pdlfush -> pdflush typo in comment
Masatake YAMATO
1
-1
/
+1
2009-03-13
fs: new inode i_state corruption fix
Nick Piggin
1
-1
/
+8
2009-01-07
fs: sys_sync fix
Nick Piggin
1
-19
/
+1
2009-01-07
fs: sync_sb_inodes fix
Nick Piggin
1
-7
/
+53
2009-01-07
fs: remove WB_SYNC_HOLD
Nick Piggin
1
-10
/
+2
2008-10-16
Remove Andrew Morton's old email accounts
Francois Cami
1
-1
/
+1
2008-07-14
VFS: export sync_sb_inodes
Artem Bityutskiy
1
-2
/
+9
2008-07-14
VFS: move inode_lock into sync_sb_inodes
Hans Reiser
1
-8
/
+3
2008-04-29
fs/fs-writeback.c: make 2 functions static
Adrian Bunk
1
-39
/
+39
2008-03-20
fs: fix kernel-doc notation warnings
Randy Dunlap
1
-3
/
+3
2008-02-08
write_inode_now(): avoid unnecessary synchronous write
Mike Galbraith
1
-1
/
+1
2008-02-06
fs: use list_for_each_entry_reverse and kill sb_entry
Akinobu Mita
1
-5
/
+2
2008-02-05
writeback: speed up writeback of big dirty files
Fengguang Wu
1
-2
/
+16
2008-02-05
skip writing data pages when inode is under I_SYNC
Qi Yong
1
-12
/
+1
2008-01-15
Revert "writeback: introduce writeback_control.more_io to indicate more io"
Linus Torvalds
1
-2
/
+0
2007-10-19
Use helpers to obtain task pid in printks
Pavel Emelyanov
1
-1
/
+1
2007-10-17
introduce I_SYNC
Joern Engel
1
-15
/
+24
2007-10-17
writeback: introduce writeback_control.more_io to indicate more io
Fengguang Wu
1
-0
/
+2
2007-10-17
writeback: fix ntfs with sb_has_dirty_inodes()
Fengguang Wu
1
-1
/
+9
2007-10-17
writeback: fix time ordering of the per superblock inode lists 8
Fengguang Wu
1
-23
/
+38
2007-10-17
writeback: fix periodic superblock dirty inode flushing
Ken Chen
1
-22
/
+14
2007-10-17
writeback: fix time ordering of the per superblock dirty inode lists 7
Andrew Morton
1
-2
/
+2
2007-10-17
writeback: fix time ordering of the per superblock dirty inode lists 6
Andrew Morton
1
-1
/
+8
2007-10-17
writeback: fix time ordering of the per superblock dirty inode lists 5
Andrew Morton
1
-1
/
+1
[next]