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
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-25
fs: pull inode->i_lock up out of writeback_single_inode
Dave Chinner
1
-7
/
+11
2011-03-25
fs: move i_wb_list out from under inode_lock
Dave Chinner
1
-32
/
+44
2011-03-25
fs: move i_sb_list out from under inode_lock
Dave Chinner
1
-10
/
+11
2011-03-25
fs: protect inode->i_state with inode->i_lock
Dave Chinner
1
-10
/
+34
2011-01-14
fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-doc
Stefan Hajnoczi
1
-1
/
+1
2011-01-14
sync_inode_metadata: fix comment
Andrew Morton
1
-2
/
+2
2011-01-14
writeback: avoid livelocking WB_SYNC_ALL writeback
Jan Kara
1
-4
/
+23
2011-01-14
writeback: stop background/kupdate works from livelocking other works
Jan Kara
1
-0
/
+10
2011-01-14
writeback: trace wakeup event for background writeback
Wu Fengguang
1
-0
/
+1
2011-01-14
writeback: integrated background writeback work
Jan Kara
1
-15
/
+46
2010-10-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-7
/
+40
2010-10-30
fs-writeback.c: unify some common code
Linus Torvalds
1
-10
/
+13
2010-10-29
Add new functions for triggering inode writeback
Chris Mason
1
-10
/
+42
2010-10-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-29
/
+51
2010-10-27
kernel: remove PF_FLUSHER
Peter Zijlstra
1
-1
/
+1
2010-10-27
fs/fs-writeback.c: restore lost comment
Andrew Morton
1
-0
/
+4
2010-10-27
writeback: remove the internal 5% low bound on dirty_ratio
Wu Fengguang
1
-1
/
+1
2010-10-26
fs: skip I_FREEING inodes in writeback_sb_inodes
Christoph Hellwig
1
-2
/
+7
2010-10-26
fs: inode split IO and LRU lists
Nick Piggin
1
-17
/
+18
2010-10-26
fs: Implement lazy LRU updates for inodes
Nick Piggin
1
-7
/
+4
2010-10-26
fs: Convert nr_inodes and nr_unused to per-cpu counters
Dave Chinner
1
-3
/
+2
2010-10-26
new helper: inode_unhashed()
Al Viro
1
-1
/
+1
2010-10-26
fs: add sync_inode_metadata
Christoph Hellwig
1
-0
/
+20
2010-10-04
writeback: always use sb->s_bdi for writeback purposes
Christoph Hellwig
1
-15
/
+4
2010-09-22
bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friends
Jan Kara
1
-2
/
+21
2010-08-28
writeback: Fix lost wake-up shutting down writeback thread
J. Bruce Fields
1
-1
/
+1
2010-08-12
mm: fix writeback_in_progress()
Jan Kara
1
-1
/
+3
2010-08-12
writeback: merge for_kupdate and !for_kupdate cases
Wu Fengguang
1
-33
/
+10
2010-08-12
writeback: fix queue_io() ordering
Wu Fengguang
1
-1
/
+9
2010-08-12
writeback: don't redirty tail an inode with dirty pages
Wu Fengguang
1
-13
/
+9
2010-08-12
writeback: avoid unnecessary calculation of bdi dirty thresholds
Wu Fengguang
1
-1
/
+1
2010-08-11
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-57
/
+104
2010-08-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+4
2010-08-10
mm: avoid resetting wb_start after each writeback round
Jan Kara
1
-2
/
+3
2010-08-10
simplify checks for I_CLEAR/I_FREEING
Al Viro
1
-4
/
+4
2010-08-07
writeback: optimize periodic bdi thread wakeups
Artem Bityutskiy
1
-25
/
+11
2010-08-07
writeback: prevent unnecessary bdi threads wakeups
Artem Bityutskiy
1
-11
/
+48
2010-08-07
writeback: move bdi threads exiting logic to the forker thread
Artem Bityutskiy
1
-42
/
+12
2010-08-07
writeback: move last_active to bdi
Artem Bityutskiy
1
-3
/
+3
2010-08-07
writeback: do not remove bdi from bdi_list
Artem Bityutskiy
1
-7
/
+0
2010-08-07
writeback: do not lose wake-ups in bdi threads
Artem Bityutskiy
1
-8
/
+9
2010-08-07
writeback: harmonize writeback threads naming
Artem Bityutskiy
1
-1
/
+1
2010-08-07
writeback: remove wb in get_next_work_item
Minchan Kim
1
-2
/
+2
2010-08-07
writeback: Add tracing to balance_dirty_pages
Dave Chinner
1
-0
/
+5
2010-08-07
writeback: Initial tracing support
Dave Chinner
1
-8
/
+30
2010-08-07
writeback: merge bdi_writeback_task and bdi_start_fn
Christoph Hellwig
1
-1
/
+34
2010-08-07
writeback: remove wb_list
Christoph Hellwig
1
-2
/
+2
2010-07-06
writeback: simplify the write back thread queue
Christoph Hellwig
1
-184
/
+69
2010-07-06
writeback: split writeback_inodes_wb
Christoph Hellwig
1
-36
/
+46
[next]