index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fs-writeback.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-03
writeback: Fix sync livelock due to b_dirty_time processing
Jan Kara
1
-27
/
+17
2020-09-03
writeback: Avoid skipping inode writeback
Jan Kara
1
-5
/
+12
2020-09-03
writeback: Protect inode->i_io_list with inode->i_lock
Jan Kara
1
-5
/
+17
2020-06-20
cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usages
Tejun Heo
1
-0
/
+1
2019-11-12
cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is dead
Tejun Heo
1
-3
/
+6
2019-06-11
fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...
Jiufei Xue
1
-3
/
+8
2019-06-11
writeback: synchronize sync(2) against cgroup writeback membership switches
Tejun Heo
1
-2
/
+38
2018-05-16
bdi: Fix oops in wb_workfn()
Jan Kara
1
-1
/
+1
2018-04-24
writeback: safer lock nesting
Greg Thelen
1
-3
/
+4
2017-12-20
writeback: fix memory leak in wb_queue_work()
Tahsin Erdogan
1
-14
/
+21
2016-04-12
writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the inode
Tejun Heo
1
-10
/
+19
2016-04-12
writeback, cgroup: fix premature wb_put() in locked_inode_to_wb_and_lock_list()
Tejun Heo
1
-3
/
+5
2016-03-09
writeback: flush inode cgroup wb switches instead of pinning super_block
Tejun Heo
1
-13
/
+41
2016-03-03
writeback: keep superblock pinned during cgroup writeback association switches
Tejun Heo
1
-4
/
+11
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
2015-08-17
sync: serialise per-superblock sync operations
Dave Chinner
1
-0
/
+11
2015-08-17
inode: convert inode_sb_list_lock to per-sb
Dave Chinner
1
-6
/
+6
2015-08-17
writeback: plug writeback at a high level
Dave Chinner
1
-0
/
+3
2015-07-23
block: export bio_associate_*() and wbc_account_io()
Tejun Heo
1
-0
/
+1
2015-06-17
writeback: do foreign inode detection iff cgroup writeback is enabled
Tejun Heo
1
-3
/
+13
2015-06-02
writeback: disassociate inodes from dying bdi_writebacks
Tejun Heo
1
-0
/
+7
2015-06-02
writeback: implement foreign cgroup inode bdi_writeback switching
Tejun Heo
1
-2
/
+84
2015-06-02
writeback: add lockdep annotation to inode_to_wb()
Tejun Heo
1
-2
/
+3
2015-06-02
writeback: use unlocked_inode_to_wb transaction in inode_congested()
Tejun Heo
1
-4
/
+12
2015-06-02
writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...
Tejun Heo
1
-6
/
+111
2015-06-02
writeback: implement [locked_]inode_to_wb_and_lock_list()
Tejun Heo
1
-5
/
+75
2015-06-02
writeback: implement foreign cgroup inode detection
Tejun Heo
1
-2
/
+175
2015-06-02
writeback: make writeback_control track the inode being written back
Tejun Heo
1
-2
/
+35
2015-06-02
writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()
Tejun Heo
1
-0
/
+31
2015-06-02
writeback: move over_bground_thresh() to mm/page-writeback.c
Tejun Heo
1
-18
/
+2
2015-06-02
writeback: move global_dirty_limit into wb_domain
Tejun Heo
1
-1
/
+1
2015-06-02
writeback: reorganize [__]wb_update_bandwidth()
Tejun Heo
1
-10
/
+0
2015-06-02
writeback: clean up wb_dirty_limit()
Tejun Heo
1
-1
/
+1
2015-06-02
writeback: dirty inodes against their matching cgroup bdi_writeback's
Tejun Heo
1
-12
/
+11
2015-06-02
writeback: make writeback initiation functions handle multiple bdi_writeback's
Tejun Heo
1
-5
/
+91
[next]