index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2010-03-05
pass writeback_control to ->write_inode
Christoph Hellwig
1
-6
/
+5
2010-03-05
make sure data is on disk before calling ->write_inode
Christoph Hellwig
1
-5
/
+10
2010-01-02
writeback: add missing kernel-doc notation
Jaswinder Singh Rajput
1
-0
/
+1
2009-12-23
fs-writeback: Add helper function to start writeback if idle
Eric Sandeen
1
-0
/
+17
2009-12-03
writeback: remove unused nonblocking and congestion checks
Wu Fengguang
1
-9
/
+0
2009-12-03
writeback: introduce wbc.for_background
Wu Fengguang
1
-0
/
+1
2009-12-03
writeback: remove the always false bdi_cap_writeback_dirty() test
Wu Fengguang
1
-18
/
+0
2009-09-26
writeback: pass in super_block to bdi_start_writeback()
Jens Axboe
1
-2
/
+4
2009-09-25
writeback: writeback_inodes_sb() should use bdi_start_writeback()
Jens Axboe
1
-1
/
+1
2009-09-25
writeback: don't delay inodes redirtied by a fast dirtier
Wu Fengguang
1
-3
/
+9
2009-09-25
writeback: make the super_block pinning more efficient
Jens Axboe
1
-17
/
+29
2009-09-25
writeback: don't resort for a single super_block in move_expired_inodes()
Jens Axboe
1
-1
/
+11
2009-09-25
writeback: move inodes from one super_block together
Shaohua Li
1
-3
/
+18
2009-09-25
writeback: get rid to incorrect references to pdflush in comments
Jens Axboe
1
-4
/
+1
2009-09-25
writeback: improve readability of the wb_writeback() continue/break logic
Jens Axboe
1
-20
/
+23
2009-09-25
writeback: cleanup writeback_single_inode()
Wu Fengguang
1
-8
/
+7
2009-09-25
writeback: kupdate writeback shall not stop when more io is possible
Wu Fengguang
1
-2
/
+2
2009-09-25
writeback: stop background writeback when below background threshold
Wu Fengguang
1
-11
/
+17
2009-09-25
fs: Fix busyloop in wb_writeback()
Jan Kara
1
-1
/
+18
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
[prev]
[next]