VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-07-14
writeback: fix obtain a reference to a freeing memcg css
Muchun Song
2021-07-14
writeback, cgroup: increment isw_nr_in_flight before grabbing an inode
Roman Gushchin
2021-07-14
block_dump: remove block_dump feature in mark_inode_dirty()
zhangyi (F)
2021-01-13
fs: improve comments for writeback_single_inode()
Eric Biggers
2021-01-13
fs: drop redundant check from __writeback_single_inode()
Eric Biggers
2021-01-13
fs: clean up __mark_inode_dirty() a bit
Eric Biggers
2021-01-13
fs: pass only I_DIRTY_INODE flags to ->dirty_inode
Eric Biggers
2021-01-13
fs: don't call ->dirty_inode for lazytime timestamp updates
Eric Biggers
2021-01-13
fs: fix lazytime expiration handling in __writeback_single_inode()
Eric Biggers
2020-12-16
writeback: don't warn on an unregistered BDI in __mark_inode_dirty
Christoph Hellwig
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-09-24
bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag
Christoph Hellwig
2020-09-19
fs/fs-writeback.c: adjust dirtytime_interval_handler definition to match prototype
Tobias Klauser
2020-06-15
writeback: Drop I_DIRTY_TIME_EXPIRE
Jan Kara
2020-06-15
writeback: Fix sync livelock due to b_dirty_time processing
Jan Kara
2020-06-15
writeback: Avoid skipping inode writeback
Jan Kara
2020-06-15
writeback: Protect inode->i_io_list with inode->i_lock
Jan Kara
2020-06-05
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2020-06-03
writeback: Export inode_io_list_del()
Jan Kara
2020-06-02
Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-06-02
mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead
NeilBrown
2020-05-09
bdi: remove the name field in struct backing_dev_info
Christoph Hellwig
2020-01-31
memcg: fix a crash in wb_workfn when a device disappears
Theodore Ts'o
2019-11-08
cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is dead
Tejun Heo
2019-10-14
fs/fs-writeback.c: fix kernel-doc warning
Randy Dunlap
2019-10-07
writeback: fix use-after-free in finish_writeback_work()
Tejun Heo
2019-08-30
writeback: add tracepoints for cgroup foreign writebacks
Tejun Heo
2019-08-27
writeback, memcg: Implement cgroup_writeback_by_id()
Tejun Heo
2019-08-27
writeback: Generalize and expose wb_completion
Tejun Heo
2019-08-15
writeback, cgroup: inode_switch_wbs() shouldn't give up on wb_switch_rwsem trylock fail
Tejun Heo
2019-08-15
writeback, cgroup: Adjust WB_FRN_TIME_CUT_DIV to accelerate foreign inode switching
Tejun Heo
2019-07-10
blkcg, writeback: Add wbc->no_cgroup_owner
Tejun Heo
2019-07-10
blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()
Tejun Heo
2019-07-10
cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usages
Tejun Heo
2019-06-15
blkcg, writeback: dead memcgs shouldn't contribute to writeback ownership arbitration
Tejun Heo
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-18
fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into workqueue when umount
Jiufei Xue
2019-01-22
writeback: synchronize sync(2) against cgroup writeback membership switches
Tejun Heo
2018-10-21
fs: Convert writeback to XArray
Matthew Wilcox
2018-05-03
bdi: Fix oops in wb_workfn()
Jan Kara
2018-04-20
writeback: safer lock nesting
Greg Thelen
2018-04-11
page cache: use xa_lock
Matthew Wilcox
2018-03-28
fs: move I_DIRTY_INODE to fs.h
Christoph Hellwig
2018-01-06
writeback: update comment in inode_io_list_move_locked
Wang Long
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-10-10
writeback: merge try_to_writeback_inodes_sb_nr() into caller
Rakesh Pandit
2017-10-04
writeback: eliminate work item allocation in bd_start_writeback()
Jens Axboe
2017-10-03
writeback: only allow one inflight and pending full flush
Jens Axboe
2017-10-03
writeback: move nr_pages == 0 logic to one location
Jens Axboe
2017-10-03
writeback: make wb_start_writeback() static
Jens Axboe
2017-10-03
writeback: provide a wakeup_flusher_threads_bdi()
Jens Axboe
2017-10-03
writeback: remove 'range_cyclic' argument for wb_start_writeback()
Jens Axboe
2017-10-03
writeback: switch wakeup_flusher_threads() to cyclic writeback
Jens Axboe
2017-10-03
fs: kill 'nr_pages' argument from wakeup_flusher_threads()
Jens Axboe
2017-07-12
writeback: rework wb_[dec|inc]_stat family of functions
Nikolay Borisov
2017-05-16
fs: add a blank lines on some kernel-doc comments
Mauro Carvalho Chehab
2017-03-13
writeback: fix memory leak in wb_queue_work()
Tahsin Erdogan
2016-12-12
fs/fs-writeback.c: remove redundant if check
Tahsin Erdogan
2016-08-09
mm, writeback: flush plugged IO in wakeup_flusher_threads()
Konstantin Khlebnikov
2016-08-04
writeback: Write dirty times for WB_SYNC_ALL writeback
Jan Kara
2016-07-28
mm: move most file-based accounting to the node
Mel Gorman
2016-07-26
fs/fs-writeback.c: inode writeback list tracking tracepoints
Brian Foster
2016-07-26
fs/fs-writeback.c: add a new writeback list for sync
Dave Chinner
2016-06-30
writeback: inode cgroup wb switch should not call ihold()
Tahsin Erdogan
2016-05-20
mm,writeback: don't use memory reserves for wb_start_writeback
Tetsuo Handa
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-03-20
writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the inode
Tejun Heo
2016-03-20
writeback, cgroup: fix premature wb_put() in locked_inode_to_wb_and_lock_list()
Tejun Heo
2016-03-03
writeback: flush inode cgroup wb switches instead of pinning super_block
Tejun Heo
2016-02-16
writeback: keep superblock pinned during cgroup writeback association switches
Tejun Heo
2016-01-15
cgroup, memcg, writeback: drop spurious rcu locking around mem_cgroup_css_from_page()
Tejun Heo
2015-11-09
fs/writeback.c: fix kernel-doc warnings
Randy Dunlap
2015-11-05
mm/filemap.c: make global sync not clear error status of individual inodes
Junichi Nomura
2015-10-28
fs/writeback, rcu: Don't use list_entry_rcu() for pointer offsetting in bdi_split_work_to_wbs()
Tejun Heo
2015-10-12
writeback: bdi_writeback iteration must not skip dying ones
Tejun Heo
2015-10-12
writeback: fix bdi_writeback iteration in wakeup_dirtytime_writeback()
Tejun Heo
2015-09-19
fs-writeback: unplug before cond_resched in writeback_sb_inodes
Chris Mason
2015-09-12
writeback: plug writeback in wb_writeback() and writeback_inodes_wb()
Linus Torvalds
2015-09-11
Revert "writeback: plug writeback at a high level"
Linus Torvalds
2015-09-10
Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-09-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2015-08-25
writeback: sync_inodes_sb() must write out I_DIRTY_TIME inodes and always call wait_sb_inodes()
Tejun Heo
2015-08-18
writeback: update writeback tracepoints to report cgroup
Tejun Heo
2015-08-18
writeback: explain why @inode is allowed to be NULL for inode_congested()
Tejun Heo
2015-08-18
writeback: remove wb_writeback_work->single_wait/done
Tejun Heo
2015-08-18
writeback: bdi_for_each_wb() iteration is memcg ID based not blkcg
Tejun Heo
2015-08-17
inode: rename i_wb_list to i_io_list
Dave Chinner
2015-08-17
sync: serialise per-superblock sync operations
Dave Chinner
2015-08-17
inode: convert inode_sb_list_lock to per-sb
Dave Chinner
2015-08-17
writeback: plug writeback at a high level
Dave Chinner
2015-07-23
block: export bio_associate_*() and wbc_account_io()
Tejun Heo
2015-06-17
writeback: do foreign inode detection iff cgroup writeback is enabled
Tejun Heo
2015-06-02
writeback: disassociate inodes from dying bdi_writebacks
Tejun Heo
2015-06-02
writeback: implement foreign cgroup inode bdi_writeback switching
Tejun Heo
2015-06-02
writeback: add lockdep annotation to inode_to_wb()
Tejun Heo
2015-06-02
writeback: use unlocked_inode_to_wb transaction in inode_congested()
Tejun Heo
2015-06-02
writeback: implement unlocked_inode_to_wb transaction and use it for stat updates
Tejun Heo
2015-06-02
writeback: implement [locked_]inode_to_wb_and_lock_list()
Tejun Heo
2015-06-02
writeback: implement foreign cgroup inode detection
Tejun Heo
2015-06-02
writeback: make writeback_control track the inode being written back
Tejun Heo
2015-06-02
writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()
Tejun Heo
2015-06-02
writeback: move over_bground_thresh() to mm/page-writeback.c
Tejun Heo
2015-06-02
writeback: move global_dirty_limit into wb_domain
Tejun Heo
2015-06-02
writeback: reorganize [__]wb_update_bandwidth()
Tejun Heo
2015-06-02
writeback: clean up wb_dirty_limit()
Tejun Heo
2015-06-02
writeback: dirty inodes against their matching cgroup bdi_writeback's
Tejun Heo
2015-06-02
writeback: make writeback initiation functions handle multiple bdi_writeback's
Tejun Heo
2015-06-02
writeback: restructure try_writeback_inodes_sb[_nr]()
Tejun Heo
2015-06-02
writeback: implement wb_wait_for_single_work()
Tejun Heo
2015-06-02
writeback: implement bdi_wait_for_completion()
Tejun Heo
2015-06-02
writeback: add wb_writeback_work->auto_free
Tejun Heo
2015-06-02
writeback: make wakeup_dirtytime_writeback() handle multiple bdi_writeback's
Tejun Heo
2015-06-02
writeback: make wakeup_flusher_threads() handle multiple bdi_writeback's
Tejun Heo
2015-06-02
writeback: make bdi_start_background_writeback() take bdi_writeback instead of backing_dev_info
Tejun Heo
2015-06-02
writeback: make writeback_in_progress() take bdi_writeback instead of backing_dev_info
Tejun Heo
2015-06-02
writeback: remove bdi_start_writeback()
Tejun Heo
2015-06-02
writeback: don't issue wb_writeback_work if clean
Tejun Heo
2015-06-02
writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account
Tejun Heo
2015-06-02
writeback: implement backing_dev_info->tot_write_bandwidth
Tejun Heo
2015-06-02
writeback: implement WB_has_dirty_io wb_state flag
Tejun Heo
2015-06-02
writeback: implement and use inode_congested()
Tejun Heo
2015-06-02
writeback: make backing_dev_info host cgroup-specific bdi_writebacks
Tejun Heo
2015-06-02
bdi: make inode_to_bdi() inline
Tejun Heo
2015-06-02
writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writeback
Tejun Heo
2015-06-02
writeback: move bandwidth related fields from backing_dev_info into bdi_writeback
Tejun Heo
2015-06-02
writeback: move backing_dev_info->bdi_stat[] into bdi_writeback
Tejun Heo
2015-06-02
writeback: move backing_dev_info->state into bdi_writeback
Tejun Heo
2015-03-17
fs: add dirtytime_expire_seconds sysctl
Theodore Ts'o
2015-03-17
fs: make sure the timestamps for lazytime inodes eventually get written
Theodore Ts'o
2015-02-22
trylock_super(): replacement for grab_super_passive()
Konstantin Khlebnikov
2015-02-17
Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2015-02-05
vfs: add support for a lazytime mount option
Theodore Ts'o
2015-01-22
fs: make inode_to_bdi() handle NULL inode
Jens Axboe
2015-01-20
fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
Christoph Hellwig
2015-01-20
block_dev: get bdev inode bdi directly from the block device
Christoph Hellwig
2014-11-04
writeback: fix a subtle race condition in I_DIRTY clearing
Tejun Heo
2014-07-16
sched: Remove proliferation of wait_on_bit() action functions
NeilBrown
2014-04-04
Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
Linus Torvalds
2014-04-03
bdi: avoid oops on device removal
Jan Kara
2014-04-03
backing_dev: fix hung task on sync
Derek Basehore
2014-02-22
Revert "writeback: do not sync data dirtied after sync start"
Jan Kara
2014-02-06
GFS2: journal data writepages update
Steven Whitehouse
2013-12-14
writeback: Fix data corruption on NFS
Jan Kara
2013-11-13
Merge branch 'akpm' (patches from Andrew Morton)
Linus Torvalds
2013-11-13
writeback: do not sync data dirtied after sync start
Jan Kara
2013-10-24
new helpers: lock_mount_hash/unlock_mount_hash
Al Viro
2013-09-13
Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
Linus Torvalds
2013-09-11
writeback: fix race that cause writeback hung
Junxiao Bi
2013-09-11
mm/writeback: make writeback_inodes_wb static
Wanpeng Li
2013-09-11
writeback: fix occasional slow sync(1)
Jan Kara
2013-07-09
mm/writeback: don't check force_wait to handle bdi->work_list
Wanpeng Li
2013-07-09
fs/fs-writeback.c: : make wb_do_writeback() as static
Haicheng Li
2013-07-09
writeback: Do not sort b_io list only because of block device inode
Jan Kara
2013-07-02
sync: don't block the flusher thread waiting on IO
Dave Chinner
2013-05-08
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2013-04-30
writeback: set worker desc to identify writeback workers in task dumps
Tejun Heo
2013-04-01
writeback: replace custom worker pool implementation with unbound workqueue
Tejun Heo
2013-02-28
Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
Linus Torvalds
2013-01-14
writeback: add more tracepoints
Tejun Heo
2013-01-12
vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename them
Miao Xie
2012-12-12
writeback: fix a typo in comment
Yan Hong
2012-11-26
writeback: put unused inodes to LRU after writeback completion
Jan Kara
2012-10-12
Merge branch 'writeback-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
Linus Torvalds
2012-10-09
fs/fs-writeback.c: remove unneccesary parameter of __writeback_single_inode()
Yan Hong
2012-10-08
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2012-10-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
2012-09-21
fs/fs-writeback.c: cleanup riteback_sb_inodes kerneldoc
Liu Bo
2012-09-19
ext4: fix potential deadlock in ext4_nonda_switch()
Theodore Ts'o
2012-09-11
writeback: correct comment for move_expired_inodes()
Wang Sheng-Hui
2012-07-31
mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threads
Wanpeng Li
2012-07-30
Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
Linus Torvalds
2012-07-22
vfs: Move noop_backing_dev_info check from sync into writeback
Jan Kara
2012-06-09
writeback: Fix some comment errors
Wanpeng Li
2012-06-09
writeback: Fix lock imbalance in writeback_sb_inodes()
Jan Kara
2012-05-06
writeback: Avoid iput() from flusher thread
Jan Kara
2012-05-06
writeback: Refactor writeback_single_inode()
Jan Kara
2012-05-06
writeback: Remove wb->list_lock from writeback_single_inode()
Jan Kara
2012-05-06
writeback: Separate inode requeueing after writeback
Jan Kara
2012-05-06
writeback: Move I_DIRTY_PAGES handling
Jan Kara
2012-05-06
writeback: Move requeueing when I_SYNC set to writeback_sb_inodes()
Jan Kara
2012-05-06
writeback: Move clearing of I_SYNC into inode_sync_complete()
Jan Kara
2012-03-28
Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
Linus Torvalds
2012-03-24
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
Linus Torvalds
2012-03-21
writeback: Remove outdated comment
Jan Kara
2012-03-21
fs: Remove bogus wait in write_inode_now()
Jan Kara
2012-03-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
2012-03-07
writeback: fix fn name in writeback_inodes_sb_nr_if_idle() comment header
Fengguang Wu
2012-02-28
fs: reduce the use of module.h wherever possible
Paul Gortmaker
2012-02-01
writeback: fix NULL bdi->dev in trace writeback_single_inode
Wu Fengguang
2012-01-10
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
Linus Torvalds
2012-01-08
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2012-01-08
writeback: move MIN_WRITEBACK_PAGES to fs-writeback.c
Wu Fengguang
2012-01-03
fs: move code out of buffer.c
Al Viro
2011-12-25
Merge branch 'pm-sleep' into pm-for-linus
Rafael J. Wysocki
2011-12-21
Merge branch 'master' into pm-sleep
Rafael J. Wysocki
2011-12-18
writeback: Include all dirty inodes in background writeback
Jan Kara
2011-12-18
writeback: show writeback reason with __print_symbolic
Wu Fengguang
2011-11-29
writeback: Fix issue on make htmldocs
Marcos Paulo de Souza
2011-11-21
freezer: implement and use kthread_freezable_should_stop()
Tejun Heo
2011-10-31
writeback: Add a 'reason' to wb_writeback_work
Curt Wohlgemuth