platform/kernel/linux-starfive.git
2023-06-12 Christoph Hellwigscsi: replace the fmode_t argument to scsi_cmd_allowed...
2023-06-12 Christoph Hellwigfs: remove sb->s_mode
2023-06-12 Christoph Hellwigblock: add a sb_open_mode helper
2023-06-12 Christoph Hellwigblock: use the holder as indication for exclusive opens
2023-06-12 Christoph Hellwigbtrfs: don't pass a holder for non-exclusive blkdev_get...
2023-06-12 Christoph Hellwigrnbd-srv: don't pass a holder for non-exclusive blkdev_...
2023-06-12 Christoph Hellwigbcache: don't pass a stack address to blkdev_get_by_path
2023-06-12 Christoph Hellwigswsusp: don't pass a stack address to blkdev_get_by_path
2023-06-12 Christoph Hellwigblock: rename blkdev_close to blkdev_release
2023-06-12 Christoph Hellwigblock: remove the unused mode argument to ->release
2023-06-12 Christoph Hellwigblock: pass a gendisk to ->open
2023-06-12 Christoph Hellwigblock: pass a gendisk on bdev_check_media_change
2023-06-12 Christoph Hellwigcdrom: remove the unused mode argument to cdrom_release
2023-06-12 Christoph Hellwigcdrom: track if a cdrom_device_info was opened for...
2023-06-12 Christoph Hellwigcdrom: remove the unused cdrom_close_write release...
2023-06-12 Christoph Hellwigcdrom: remove the unused mode argument to cdrom_ioctl
2023-06-12 Christoph Hellwigcdrom: remove the unused bdev argument to cdrom_open
2023-06-12 Christoph Hellwigblock: also call ->open for incremental partition opens
2023-06-12 Guoqing Jiangblock/rnbd-srv: make process_msg_sess_info returns...
2023-06-12 Guoqing Jiangblock/rnbd-srv: init err earlier in rnbd_srv_init_module
2023-06-12 Guoqing Jiangblock/rnbd-srv: init ret with 0 instead of -EPERM
2023-06-12 Guoqing Jiangblock/rnbd-srv: rename one member in rnbd_srv_dev
2023-06-12 Guoqing Jiangblock/rnbd-srv: no need to check sess_dev
2023-06-12 Guoqing Jiangblock/rnbd: introduce rnbd_access_modes
2023-06-12 Guoqing Jiangblock/rnbd-srv: remove unused header
2023-06-12 Guoqing Jiangblock/rnbd: kill rnbd_flags_supported
2023-06-09 Christoph Hellwigblock: fix rootwait= again
2023-06-07 Andy Shevchenkopktcdvd: Sort headers
2023-06-07 Andy Shevchenkopktcdvd: Get rid of redundant 'else'
2023-06-07 Andy Shevchenkopktcdvd: Use put_unaligned_be16() and get_unaligned_be16()
2023-06-07 Andy Shevchenkopktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify code
2023-06-07 Andy Shevchenkopktcdvd: Drop redundant castings for sector_t
2023-06-07 Andy Shevchenkopktcdvd: Get rid of pkt_seq_show() forward declaration
2023-06-07 Andy Shevchenkopktcdvd: use sysfs_emit() to instead of scnprintf()
2023-06-07 Andy Shevchenkopktcdvd: replace sscanf() by kstrtoul()
2023-06-07 Andy Shevchenkopktcdvd: Get rid of custom printing macros
2023-06-07 Christoph Hellwigblock: fix rootwait=
2023-06-07 Waiman Longblk-cgroup: Reinit blkg_iostat_set after clearing in...
2023-06-07 Yu Kuaiblk-ioc: fix recursive spin_lock/unlock_irq() in ioc_cl...
2023-06-07 Zhong Jinghuanbd: Add the maximum limit of allocated index in nbd_de...
2023-06-07 Hou Taoblk-ioprio: Introduce promote-to-rt policy
2023-06-05 Li Nanblk-iocost: use spin_lock_irqsave in adjust_inuse_and_c...
2023-06-05 Christoph Hellwigblock: mark early_lookup_bdev as __init
2023-06-05 Christoph Hellwigmtd: block2mtd: don't call early_lookup_bdev after...
2023-06-05 Christoph Hellwigmtd: block2mtd: factor the early block device open...
2023-06-05 Christoph HellwigPM: hibernate: don't use early_lookup_bdev in resume_store
2023-06-05 Christoph Hellwigdm: only call early_lookup_bdev from early boot context
2023-06-05 Christoph Hellwigdm: remove dm_get_dev_t
2023-06-05 Christoph Hellwigdm: open code dm_get_dev_t in dm_init_init
2023-06-05 Christoph Hellwigdm-snap: simplify the origin_dev == cow_dev check in...
2023-06-05 Christoph Hellwigblock: move more code to early-lookup.c
2023-06-05 Christoph Hellwigblock: move the code to do early boot lookup of block...
2023-06-05 Christoph Hellwiginit: clear root_wait on all invalid root= strings
2023-06-05 Christoph Hellwiginit: improve the name_to_dev_t interface
2023-06-05 Christoph Hellwiginit: move the nfs/cifs/ram special cases out of name_t...
2023-06-05 Christoph Hellwiginit: factor the root_wait logic in prepare_namespace...
2023-06-05 Christoph Hellwiginit: handle ubi/mtd root mounting like all other root...
2023-06-05 Christoph Hellwiginit: don't remove the /dev/ prefix from error messages
2023-06-05 Christoph Hellwiginit: pass root_device_name explicitly
2023-06-05 Christoph Hellwiginit: refactor mount_root
2023-06-05 Christoph Hellwiginit: rename mount_block_root to mount_root_generic
2023-06-05 Christoph Hellwiginit: remove pointless Root_* values
2023-06-05 Christoph HellwigPM: hibernate: move finding the resume device out of...
2023-06-05 Christoph HellwigPM: hibernate: remove the global snapshot_test variable
2023-06-05 Christoph HellwigPM: hibernate: factor out a helper to find the resume...
2023-06-05 Christoph Hellwigdriver core: return bool from driver_probe_done
2023-06-05 Christoph Hellwigext4: wire up the ->mark_dead holder operation for...
2023-06-05 Christoph Hellwigext4: wire up sops->shutdown
2023-06-05 Christoph Hellwigext4: split ext4_shutdown
2023-06-05 Christoph Hellwigxfs: wire up the ->mark_dead holder operation for log...
2023-06-05 Christoph Hellwigxfs: wire up sops->shutdown
2023-06-05 Christoph Hellwigfs: add a method to shut down the file system
2023-06-05 Christoph Hellwigblock: add a mark_dead holder operation
2023-06-05 Christoph Hellwigblock: introduce holder ops
2023-06-05 Christoph Hellwigblock: remove blk_drop_partitions
2023-06-05 Christoph Hellwigblock: delete partitions later in del_gendisk
2023-06-05 Christoph Hellwigblock: unhash the inode earlier in delete_partition
2023-06-05 Christoph Hellwigblock: avoid repeated work in blk_mark_disk_dead
2023-06-05 Christoph Hellwigblock: consolidate the shutdown logic in blk_mark_disk_...
2023-06-05 Christoph Hellwigblock: turn bdev_lock into a mutex
2023-06-05 Christoph Hellwigblock: refactor bd_may_claim
2023-06-05 Christoph Hellwigblock: factor out a bd_end_claim helper from blkdev_put
2023-06-05 Christoph Hellwigdrbd: stop defining __KERNEL_SYSCALLS__
2023-06-04 Ming Leiublk: add control command of UBLK_U_CMD_GET_FEATURES
2023-06-01 Azeem Shaikhblock: Replace all non-returning strlcpy with strscpy
2023-06-01 Yu Kuaiblk-ioc: protect ioc_destroy_icq() by 'queue_lock'
2023-06-01 Johannes Thumshirnblock: mark bio_add_folio as __must_check
2023-06-01 Johannes Thumshirnfs: iomap: use bio_add_folio_nofail where possible
2023-06-01 Johannes Thumshirnblock: add bio_add_folio_nofail
2023-06-01 Johannes Thumshirnblock: mark bio_add_page as __must_check
2023-06-01 Johannes Thumshirndm-crypt: use __bio_add_page to add single page to...
2023-06-01 Johannes Thumshirnmd: raid1: check if adding pages to resync bio fails
2023-06-01 Johannes Thumshirnmd: raid1: use __bio_add_page for adding single page...
2023-06-01 Johannes Thumshirnmd: check for failure when adding pages in alloc_behind...
2023-05-31 Johannes Thumshirnfloppy: use __bio_add_page for adding single page to bio
2023-05-31 Johannes Thumshirnzram: use __bio_add_page for adding single page to bio
2023-05-31 Johannes Thumshirnzonefs: use __bio_add_page for adding single page to bio
2023-05-31 Johannes Thumshirngfs2: use __bio_add_page for adding single page to bio
2023-05-31 Johannes Thumshirnjfs: logmgr: use __bio_add_page to add single page...
2023-05-31 Johannes Thumshirnmd: raid5: use __bio_add_page to add single page to...
next