index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
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-10-31
writeback: Add a 'reason' to wb_writeback_work
Curt Wohlgemuth
1
-13
/
+36
2011-10-31
writeback: send work item to queue_io, move_expired_inodes
Curt Wohlgemuth
1
-8
/
+8
2011-10-03
writeback: per-bdi background threshold
Wu Fengguang
1
-5
/
+12
2011-10-03
writeback: add bg_threshold parameter to __bdi_update_bandwidth()
Wu Fengguang
1
-1
/
+1
2011-07-31
don't busy retry the inode on failed grab_super_passive()
Wu Fengguang
1
-1
/
+6
2011-07-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...
Linus Torvalds
1
-165
/
+208
2011-07-24
writeback: don't busy retry writeback on new/freeing inodes
Wu Fengguang
1
-1
/
+1
2011-07-20
superblock: move pin_sb_for_writeback() to fs/super.c
Dave Chinner
1
-27
/
+1
2011-07-09
writeback: scale IO chunk size up to half device bandwidth
Wu Fengguang
1
-13
/
+10
2011-07-09
writeback: introduce smoothed global dirty limit
Wu Fengguang
1
-1
/
+1
2011-07-09
writeback: bdi write bandwidth estimation
Wu Fengguang
1
-0
/
+13
2011-07-09
writeback: make writeback_control.nr_to_write straight
Wu Fengguang
1
-85
/
+111
2011-06-08
writeback: trace event writeback_queue_io
Wu Fengguang
1
-4
/
+10
2011-06-08
writeback: trace event writeback_single_inode
Wu Fengguang
1
-0
/
+4
2011-06-08
writeback: remove writeback_control.more_io
Wu Fengguang
1
-7
/
+2
2011-06-08
writeback: avoid extra sync work at enqueue time
Wu Fengguang
1
-13
/
+3
2011-06-08
writeback: elevate queue_io() into wb_writeback()
Wu Fengguang
1
-17
/
+12
2011-06-08
writeback: split inode_wb_list_lock into bdi_writeback.list_lock
Christoph Hellwig
1
-48
/
+49
2011-06-08
writeback: refill b_io iff empty
Wu Fengguang
1
-2
/
+3
2011-06-08
writeback: the kupdate expire timestamp should be a moving target
Wu Fengguang
1
-5
/
+6
2011-06-08
writeback: try more writeback as long as something was written
Wu Fengguang
1
-8
/
+8
2011-06-08
writeback: introduce writeback_control.inodes_written
Wu Fengguang
1
-0
/
+4
2011-06-08
writeback: update dirtied_when for synced inode to prevent livelock
Wu Fengguang
1
-0
/
+9
2011-06-08
writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stage
Wu Fengguang
1
-8
/
+9
2011-05-27
fs: pass exact type of data dirties to ->dirty_inode
Christoph Hellwig
1
-4
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-24
fs: pull inode->i_lock up out of writeback_single_inode
Dave Chinner
1
-7
/
+11
2011-03-24
fs: move i_wb_list out from under inode_lock
Dave Chinner
1
-32
/
+44
2011-03-24
fs: move i_sb_list out from under inode_lock
Dave Chinner
1
-10
/
+11
2011-03-24
fs: protect inode->i_state with inode->i_lock
Dave Chinner
1
-10
/
+34
2011-01-13
fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-doc
Stefan Hajnoczi
1
-1
/
+1
2011-01-13
sync_inode_metadata: fix comment
Andrew Morton
1
-2
/
+2
2011-01-13
writeback: avoid livelocking WB_SYNC_ALL writeback
Jan Kara
1
-4
/
+23
2011-01-13
writeback: stop background/kupdate works from livelocking other works
Jan Kara
1
-0
/
+10
2011-01-13
writeback: trace wakeup event for background writeback
Wu Fengguang
1
-0
/
+1
2011-01-13
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-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-29
/
+51
2010-10-26
kernel: remove PF_FLUSHER
Peter Zijlstra
1
-1
/
+1
2010-10-26
fs/fs-writeback.c: restore lost comment
Andrew Morton
1
-0
/
+4
2010-10-26
writeback: remove the internal 5% low bound on dirty_ratio
Wu Fengguang
1
-1
/
+1
2010-10-25
fs: skip I_FREEING inodes in writeback_sb_inodes
Christoph Hellwig
1
-2
/
+7
2010-10-25
fs: inode split IO and LRU lists
Nick Piggin
1
-17
/
+18
2010-10-25
fs: Implement lazy LRU updates for inodes
Nick Piggin
1
-7
/
+4
2010-10-25
fs: Convert nr_inodes and nr_unused to per-cpu counters
Dave Chinner
1
-3
/
+2
2010-10-25
new helper: inode_unhashed()
Al Viro
1
-1
/
+1
2010-10-25
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
[next]