index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fs-writeback.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-22
writeback: synchronize sync(2) against cgroup writeback membership switches
Tejun Heo
1
-2
/
+38
2018-10-21
fs: Convert writeback to XArray
Matthew Wilcox
1
-16
/
+9
2018-05-03
bdi: Fix oops in wb_workfn()
Jan Kara
1
-1
/
+1
2018-04-20
writeback: safer lock nesting
Greg Thelen
1
-3
/
+4
2018-04-11
page cache: use xa_lock
Matthew Wilcox
1
-11
/
+11
2018-03-28
fs: move I_DIRTY_INODE to fs.h
Christoph Hellwig
1
-6
/
+3
2018-01-06
writeback: update comment in inode_io_list_move_locked
Wang Long
1
-1
/
+1
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
1
-1
/
+1
2017-10-10
writeback: merge try_to_writeback_inodes_sb_nr() into caller
Rakesh Pandit
1
-24
/
+6
2017-10-04
writeback: eliminate work item allocation in bd_start_writeback()
Jens Axboe
1
-37
/
+34
2017-10-03
writeback: only allow one inflight and pending full flush
Jens Axboe
1
-0
/
+25
2017-10-03
writeback: move nr_pages == 0 logic to one location
Jens Axboe
1
-24
/
+17
2017-10-03
writeback: make wb_start_writeback() static
Jens Axboe
1
-2
/
+2
2017-10-03
writeback: provide a wakeup_flusher_threads_bdi()
Jens Axboe
1
-10
/
+29
2017-10-03
writeback: remove 'range_cyclic' argument for wb_start_writeback()
Jens Axboe
1
-3
/
+3
2017-10-03
writeback: switch wakeup_flusher_threads() to cyclic writeback
Jens Axboe
1
-1
/
+1
2017-10-03
fs: kill 'nr_pages' argument from wakeup_flusher_threads()
Jens Axboe
1
-5
/
+4
2017-07-12
writeback: rework wb_[dec|inc]_stat family of functions
Nikolay Borisov
1
-4
/
+4
2017-05-16
fs: add a blank lines on some kernel-doc comments
Mauro Carvalho Chehab
1
-5
/
+7
2017-03-13
writeback: fix memory leak in wb_queue_work()
Tahsin Erdogan
1
-14
/
+21
2016-12-12
fs/fs-writeback.c: remove redundant if check
Tahsin Erdogan
1
-9
/
+7
2016-08-09
mm, writeback: flush plugged IO in wakeup_flusher_threads()
Konstantin Khlebnikov
1
-0
/
+6
2016-08-04
writeback: Write dirty times for WB_SYNC_ALL writeback
Jan Kara
1
-0
/
+1
2016-07-28
mm: move most file-based accounting to the node
Mel Gorman
1
-2
/
+2
2016-07-26
fs/fs-writeback.c: inode writeback list tracking tracepoints
Brian Foster
1
-2
/
+7
2016-07-26
fs/fs-writeback.c: add a new writeback list for sync
Dave Chinner
1
-25
/
+81
2016-06-30
writeback: inode cgroup wb switch should not call ihold()
Tahsin Erdogan
1
-1
/
+1
2016-05-20
mm,writeback: don't use memory reserves for wb_start_writeback
Tetsuo Handa
1
-1
/
+2
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-1
/
+1
2016-03-20
writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the inode
Tejun Heo
1
-10
/
+19
2016-03-20
writeback, cgroup: fix premature wb_put() in locked_inode_to_wb_and_lock_list()
Tejun Heo
1
-3
/
+5
2016-03-03
writeback: flush inode cgroup wb switches instead of pinning super_block
Tejun Heo
1
-13
/
+41
2016-02-16
writeback: keep superblock pinned during cgroup writeback association switches
Tejun Heo
1
-4
/
+11
2016-01-15
cgroup, memcg, writeback: drop spurious rcu locking around mem_cgroup_css_fro...
Tejun Heo
1
-2
/
+0
2015-11-09
fs/writeback.c: fix kernel-doc warnings
Randy Dunlap
1
-1
/
+2
2015-11-05
mm/filemap.c: make global sync not clear error status of individual inodes
Junichi Nomura
1
-1
/
+6
2015-10-28
fs/writeback, rcu: Don't use list_entry_rcu() for pointer offsetting in bdi_s...
Tejun Heo
1
-2
/
+2
2015-10-12
writeback: bdi_writeback iteration must not skip dying ones
Tejun Heo
1
-9
/
+22
2015-10-12
writeback: fix bdi_writeback iteration in wakeup_dirtytime_writeback()
Tejun Heo
1
-2
/
+2
2015-09-19
fs-writeback: unplug before cond_resched in writeback_sb_inodes
Chris Mason
1
-1
/
+16
2015-09-12
writeback: plug writeback in wb_writeback() and writeback_inodes_wb()
Linus Torvalds
1
-0
/
+6
2015-09-11
Revert "writeback: plug writeback at a high level"
Linus Torvalds
1
-3
/
+4
2015-09-10
Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-96
/
+43
2015-09-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-29
/
+43
2015-08-25
writeback: sync_inodes_sb() must write out I_DIRTY_TIME inodes and always cal...
Tejun Heo
1
-9
/
+13
2015-08-18
writeback: update writeback tracepoints to report cgroup
Tejun Heo
1
-7
/
+7
2015-08-18
writeback: explain why @inode is allowed to be NULL for inode_congested()
Tejun Heo
1
-1
/
+4
2015-08-18
writeback: remove wb_writeback_work->single_wait/done
Tejun Heo
1
-86
/
+30
2015-08-18
writeback: bdi_for_each_wb() iteration is memcg ID based not blkcg
Tejun Heo
1
-3
/
+3
2015-08-17
inode: rename i_wb_list to i_io_list
Dave Chinner
1
-23
/
+23
[next]