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-08-04
block: delay freeing the gendisk
Christoph Hellwig
2021-05-22
Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-05-20
block: fix a race between del_gendisk and BLKRRPART
Gulam Mohamed
2021-05-20
block: prevent block device lookups at the beginning of del_gendisk
Christoph Hellwig
2021-05-07
Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-05-06
block: reexpand iov_iter after read/write
yangerkun
2021-05-05
mm: introduce and use mapping_empty()
Matthew Wilcox (Oracle)
2021-04-28
Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-28
Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-12
block: remove the -ERESTARTSYS handling in blkdev_get_by_dev
Christoph Hellwig
2021-04-12
block: initialize ret in bdev_disk_changed
Christoph Hellwig
2021-04-08
block: refactor blk_drop_partitions
Christoph Hellwig
2021-04-02
block: don't ignore REQ_NOWAIT for direct IO
Pavel Begunkov
2021-03-29
block: remove the revalidate_disk method
Christoph Hellwig
2021-03-23
block: clear GD_NEED_PART_SCAN later in bdev_disk_changed
Chris Chiu
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
2021-03-05
block: Try to handle busy underlying device on discard
Jan Kara
2021-02-28
Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-26
block: Add bio_max_segs
Matthew Wilcox (Oracle)
2021-02-24
fs: delete repeated words in comments
Randy Dunlap
2021-02-21
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-01-27
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
2021-01-27
Revert "block: simplify set_init_blocksize" to regain lost performance
Maxim Mikityanskiy
2021-01-26
block: unexport truncate_bdev_range
Christoph Hellwig
2021-01-26
bdev: Do not return EBUSY if bdev discard races with write
Jan Kara
2021-01-25
bio: add a helper calculating nr segments to alloc
Pavel Begunkov
2021-01-07
block: pre-initialize struct block_device in bdev_alloc_inode
Christoph Hellwig
2021-01-07
fs: Fix freeze_bdev()/thaw_bdev() accounting of bd_fsfreeze_sb
Satya Tangirala
2020-12-29
fs: block_dev.c: fix kernel-doc warnings from struct block_device changes
Randy Dunlap
2020-12-22
block: update some copyrights
Christoph Hellwig
2020-12-22
block: remove a pointless self-reference in block_dev.c
Christoph Hellwig
2020-12-01
block: stop using bdget_disk for partition 0
Christoph Hellwig
2020-12-01
block: merge struct block_device and struct hd_struct
Christoph Hellwig
2020-12-01
block: allocate struct hd_struct as part of struct bdev_inode
Christoph Hellwig
2020-12-01
block: move holder_dir to struct block_device
Christoph Hellwig
2020-12-01
block: move the partition_meta_info to struct block_device
Christoph Hellwig
2020-12-01
block: move disk stat accounting to struct block_device
Christoph Hellwig
2020-12-01
block: remove the nr_sects field in struct hd_struct
Christoph Hellwig
2020-12-01
block: initialize struct block_device in bdev_alloc
Christoph Hellwig
2020-12-01
block: simplify the block device claiming interface
Christoph Hellwig
2020-12-01
block: remove ->bd_contains
Christoph Hellwig
2020-12-01
block: simplify bdev/disk lookup in blkdev_get
Christoph Hellwig
2020-12-01
block: remove i_bdev
Christoph Hellwig
2020-12-01
block: opencode devcgroup_inode_permission
Christoph Hellwig
2020-12-01
block: move bdput() to the callers of __blkdev_get
Christoph Hellwig
2020-12-01
block: refactor blkdev_get
Christoph Hellwig
2020-12-01
block: refactor __blkdev_put
Christoph Hellwig
2020-12-01
block: switch bdgrab to use igrab
Christoph Hellwig
2020-12-01
block: change the hash used for looking up block devices
Christoph Hellwig
2020-12-01
block: add a bdev_kobj helper
Christoph Hellwig
2020-12-01
fs: simplify freeze_bdev/thaw_bdev
Christoph Hellwig
2020-11-16
block: unexport revalidate_disk_size
Christoph Hellwig
2020-11-16
block: remove the call to __invalidate_device in check_disk_size_change
Christoph Hellwig
2020-10-05
block: add a bdget_part helper
Christoph Hellwig
2020-09-23
block: mark blkdev_get static
Christoph Hellwig
2020-09-23
PM: rewrite is_hibernate_resume_dev to not require an inode
Christoph Hellwig
2020-09-23
block: move the NEED_PART_SCAN flag to struct gendisk
Christoph Hellwig
2020-09-10
block: remove check_disk_change
Christoph Hellwig
2020-09-10
block: add a bdev_check_media_change helper
Christoph Hellwig
2020-09-07
block: Do not discard buffers under a mounted filesystem
Jan Kara
2020-09-02
block: remove revalidate_disk()
Christoph Hellwig
2020-09-02
block: add a new revalidate_disk_size helper
Christoph Hellwig
2020-09-02
block: rename bd_invalidated
Christoph Hellwig
2020-09-02
block: don't clear bd_invalidated in check_disk_size_change
Christoph Hellwig
2020-09-01
block: move the devcgroup_inode_permission call to blkdev_get
Christoph Hellwig
2020-09-01
block: fix locking for struct block_device size updates
Christoph Hellwig
2020-09-01
block: replace bd_set_size with bd_set_nr_sectors
Christoph Hellwig
2020-08-03
Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-07-16
block: integrate bd_start_claiming into __blkdev_get
Christoph Hellwig
2020-07-16
block: use bd_prepare_to_claim directly in the loop driver
Christoph Hellwig
2020-07-16
block: refactor bd_start_claiming
Christoph Hellwig
2020-07-16
block: simplify the restart case in __blkdev_get
Christoph Hellwig
2020-07-08
block: remove flush_disk
Christoph Hellwig
2020-07-01
block: remove the all_bdevs list
Christoph Hellwig
2020-07-01
block: remove the bd_queue field from struct block_device
Christoph Hellwig
2020-07-01
block: remove the bd_block_size field from struct block_device
Christoph Hellwig
2020-07-01
block: simplify set_init_blocksize
Christoph Hellwig
2020-06-24
block: mark bd_finish_claiming static
Christoph Hellwig
2020-06-21
block: flag block devices as supporting IOCB_WAITQ
Jens Axboe
2020-06-18
block: make function 'kill_bdev' static
Zheng Bin
2020-06-16
block: Fix use-after-free in blkdev_get()
Jason Yan
2020-06-02
Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-06-02
Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-06-02
Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2020-06-02
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
2020-05-27
PM: hibernate: Restrict writes to the resume device
Domenico Andreoli
2020-05-22
block: remove the error_sector argument to blkdev_issue_flush
Christoph Hellwig
2020-05-21
block: remove ioctl_by_bdev
Christoph Hellwig
2020-05-12
block: add blk_io_schedule() for avoiding task hung in sync dio
Ming Lei
2020-05-09
Merge branch 'block-5.7' into for-5.8/block
Jens Axboe
2020-04-24
block: unexport bdev_read_page and bdev_write_page
Christoph Hellwig
2020-04-21
block: remove unused header
Ma, Jianpeng
2020-04-20
block: fold bdev_unhash_inode into invalidate_partition
Christoph Hellwig
2020-04-20
block: remove the disk argument from blk_drop_partitions
Christoph Hellwig
2020-04-20
bdev: Reduce time holding bd_mutex in sync in blkdev_close()
Douglas Anderson
2020-04-02
Merge tag 'vfs-5.7-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-03-23
hibernate: Allow uswsusp to write to swap
Domenico Andreoli
2020-03-18
block: fix a device invalidation regression
Christoph Hellwig
2019-12-02
block: don't send uevent for empty disk when not invalidating
Eric Biggers
2019-11-14
block: move clearing bd_invalidated into check_disk_size_change
Christoph Hellwig
2019-11-14
block: remove (__)blkdev_reread_part as an exported API
Christoph Hellwig
2019-11-14
block: fix bdev_disk_changed for non-partitioned devices
Christoph Hellwig
2019-11-14
block: move rescan_partitions to fs/block_dev.c
Christoph Hellwig
2019-11-14
block: merge invalidate_partitions into rescan_partitions
Christoph Hellwig
2019-11-03
bdev: Refresh bdev size for disks without partitioning
Jan Kara
2019-11-03
bdev: Factor out bdev revalidation into a common helper
Jan Kara
2019-09-18
Merge tag 'vfs-5.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2019-08-20
vfs: don't allow writes to swap files
Darrick J. Wong
2019-08-15
block: remove REQ_NOWAIT_INLINE
Jens Axboe
2019-08-08
bdev: Fixup error handling in blkdev_get()
Jan Kara
2019-08-07
block: fix O_DIRECT error handling for bio fragments
Jens Axboe
2019-08-01
block: Fix __blkdev_direct_IO() for bio fragments
Damien Le Moal
2019-07-30
loop: Fix mount(2) failure due to race with LOOP_SET_FD
Jan Kara
2019-07-26
Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-07-21
block: properly handle IOCB_NOWAIT for async O_DIRECT IO
Jens Axboe
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-06-29
block_dev: use bio_release_pages in bio_unmap_user
Christoph Hellwig
2019-06-29
block_dev: use bio_release_pages in blkdev_bio_end_io
Christoph Hellwig
2019-05-27
block: Don't revalidate bdev of hidden gendisk
Jan Kara
2019-05-25
vfs: Convert bdev to use the new mount API
David Howells
2019-05-25
mount_pseudo(): drop 'name' argument, switch to d_make_root()
Al Viro
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-14
fs/block_dev.c: Remove duplicate header
Sabyasachi Gupta
2019-05-07
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-05-07
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-05-07
Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-05-01
bdev: switch to ->free_inode()
Al Viro
2019-05-01
block: fix handling for BIO_NO_PAGE_REF
Ming Lei
2019-04-30
block: remove the i argument to bio_for_each_segment_all
Christoph Hellwig
2019-04-11
block: fix the return errno for direct IO
Jason Yan
2019-04-09
fs/block_dev.c: remove unused include
Chengguang Xu
2019-03-18
block: add BIO_NO_PAGE_REF flag
Jens Axboe
2019-02-24
block: add bio_set_polled() helper
Jens Axboe
2019-02-24
block: wire up block device iopoll method
Christoph Hellwig
2019-02-15
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
2019-01-15
blockdev: Fix livelocks on loop device
Jan Kara
2019-01-02
block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)
Linus Torvalds
2018-12-28
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-12-28
blkdev: avoid migration stalls for blkdev pages
Jan Kara
2018-11-30
block: avoid extra bio reference for async O_DIRECT
Christoph Hellwig
2018-11-26
block: make blk_poll() take a parameter on whether to spin or not
Jens Axboe
2018-11-19
block: avoid ordered task state change for polled IO
Jens Axboe
2018-11-16
block: don't plug for aio/O_DIRECT HIPRI IO
Jens Axboe
2018-11-16
block: for async O_DIRECT, mark us as polling if asked to
Jens Axboe
2018-11-16
block: add polled wakeup task helper
Jens Axboe
2018-11-07
block: add REQ_HIPRI and inherit it from IOCB_HIPRI
Jens Axboe
2018-10-24
iov_iter: Use accessor function
David Howells
2018-08-14
Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-07-27
Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-07-26
blkdev: __blkdev_direct_IO_simple: fix leak in error case
Martin Wilck
2018-07-18
block: make bdev_ops->rw_page() take a REQ_OP instead of bool
Tejun Heo
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-08
Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2018-05-31
fs: blkdev set bio prio from kiocb prio
Adam Manzanares
2018-05-30
fs: convert block_dev.c to bioset_init()
Kent Overstreet
2018-05-29
block: don't print a message when the device went away
Christoph Hellwig
2018-05-29
block: unexport check_disk_size_change
Christoph Hellwig
2018-04-10
Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2018-04-05
fs: don't flush pagecache when expanding block device
shunki-fujita
2018-03-30
block, dax: remove dead code in blkdev_writepages()
Dan Williams
2018-02-26
blockdev: Avoid two active bdev inodes for one device
Jan Kara
2018-02-26
genhd: Fix use after free in __blkdev_get()
Jan Kara
2018-02-26
genhd: Add helper put_disk_and_module()
Jan Kara
2017-11-14
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-11-10
block, scsi: Make SCSI quiesce and resume work reliably
Bart Van Assche
2017-11-03
block: add a poll_fn callback to struct request_queue
Christoph Hellwig
2017-10-13
fs/mpage.c: fix mpage_writepage() for pages with buffers
Matthew Wilcox
2017-10-12
fs/block_dev: remove vfs_msg() interface
Rakesh Pandit
2017-09-14
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-09-04
block_dev: support RFW_NOWAIT on block device nodes
Christoph Hellwig
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-08-23
block: cache the partition index in struct block_device
Christoph Hellwig
2017-07-07
Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
Linus Torvalds
2017-07-06
block: convert to errseq_t based writeback error tracking
Jeff Layton
2017-07-06
fs: new infrastructure for writeback error handling and reporting
Jeff Layton
2017-07-03
Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-06-28
block: provide bio_uninit() free freeing integrity/task associations
Jens Axboe
2017-06-27
fs: add O_DIRECT and aio support for sending down write life time hints
Jens Axboe
2017-06-18
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
NeilBrown
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
2017-06-09
block_dev: propagate bio_iov_iter_get_pages error in __blkdev_direct_IO
Christoph Hellwig
2017-05-12
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2017-05-08
block, dax: move "select DAX" from BLOCK to FS_DAX
Dan Williams
2017-05-05
Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2017-05-03
fs/block_dev: always invalidate cleancache in invalidate_bdev()
Andrey Ryabinin
2017-05-01
block, dax: use correct format string in bdev_dax_supported
Arnd Bergmann
2017-04-25
block: remove block_device_operations ->direct_access()
Dan Williams
2017-04-25
block, dax: convert bdev_dax_supported() to dax_direct_access()
Dan Williams
2017-04-21
block: get rid of blk_integrity_revalidate()
Ilya Dryomov
2017-04-20
dax: introduce dax_direct_access()
Dan Williams
2017-04-20
block: kill bdev_dax_capable()
Dan Williams
2017-04-08
block_dev: use blkdev_issue_zerout for hole punches
Christoph Hellwig
2017-04-08
block: add a flags argument to (__)blkdev_issue_zeroout
Christoph Hellwig
2017-03-22
block: Fix oops in locked_inode_to_wb_and_lock_list()
Jan Kara
2017-03-22
block: Fix bdi assignment to bdev inode when racing with disk delete
Jan Kara
2017-03-02
block: Initialize bd_bdi on inode initialization
Jan Kara
2017-02-27
fs: add i_blocksize()
Fabian Frederick
2017-02-21
block: Revalidate i_bdev reference in bd_aquire()
Jan Kara
2017-02-17
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
2017-02-02
block: Make blk_get_backing_dev_info() safe without open bdev
Jan Kara