aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)Author
2024-03-28Merge tag 'v5.15.153' into v5.15/standard/baseBruce Ashfield
2024-03-26aoe: fix the potential use-after-free problem in aoecmd_cfg_pktsChun-Yi Lee
2024-03-26nbd: null check for nla_nest_startNavid Emamdoost
2024-03-11block, loop: support partitions without scanningChristoph Hellwig
2024-03-03Merge tag 'v5.15.150' into v5.15/standard/baseBruce Ashfield
2024-03-01nbd: Add the maximum limit of allocated index in nbd_dev_addZhong Jinghua
2024-03-01virtio-blk: Ensure no requests in virtqueues before deleting vqs.Yi Sun
2024-02-26Merge tag 'v5.15.149' into v5.15/standard/baseBruce Ashfield
2024-02-23block/rnbd-srv: Check for unlikely string overflowKees Cook
2024-02-23rbd: don't move requests to the running list on errorsIlya Dryomov
2024-02-06Merge tag 'v5.15.148' into v5.15/standard/baseBruce Ashfield
2024-01-25null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORSChristoph Hellwig
2024-01-25block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch
2023-12-03Merge tag 'v5.15.140' into v5.15/standard/baseBruce Ashfield
2023-11-28virtio-blk: fix implicit overflow on virtio_max_dma_sizezhenwei pi
2023-10-11Merge tag 'v5.15.135' into v5.15/standard/baseBruce Ashfield
2023-10-10rbd: take header_rwsem in rbd_dev_refresh() only when updatingIlya Dryomov
2023-10-10rbd: decouple parent info read-in from updating rbd_devIlya Dryomov
2023-10-10rbd: decouple header read-in from updating rbd_dev->headerIlya Dryomov
2023-10-10rbd: move rbd_dev_refresh() definitionIlya Dryomov
2023-09-25Merge tag 'v5.15.132' into v5.15/standard/baseBruce Ashfield
2023-09-19pcd: fix error codes in pcd_init_unit()Dan Carpenter
2023-09-19block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PARTChristoph Hellwig
2023-09-19block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flagsChristoph Hellwig
2023-09-19pcd: cleanup initializationChristoph Hellwig
2023-09-19pcd: move the identify buffer into pcd_identifyChristoph Hellwig
2023-08-14Merge tag 'v5.15.126' into v5.15/standard/baseBruce Ashfield
2023-08-11rbd: prevent busy loop when requesting exclusive lockIlya Dryomov
2023-08-03Merge tag 'v5.15.124' into v5.15/standard/baseBruce Ashfield
2023-08-03rbd: retrieve and check lock owner twice before blocklistingIlya Dryomov
2023-08-03rbd: harden get_lock_owner_info() a bitIlya Dryomov
2023-08-03rbd: make get_lock_owner_info() return a single locker or NULLIlya Dryomov
2023-06-22Merge tag 'v5.15.118' into v5.15/standard/baseBruce Ashfield
2023-06-21xen/blkfront: Only check REQ_FUA for writesRoss Lagerwall
2023-06-19Merge tag 'v5.15.117' into v5.15/standard/baseBruce Ashfield
2023-06-14rbd: get snapshot context after exclusive lock is ensured to be heldIlya Dryomov
2023-06-14rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag settingIlya Dryomov
2023-06-14remove the sx8 block driverChristoph Hellwig
2023-06-12Merge tag 'v5.15.116' into v5.15/standard/baseBruce Ashfield
2023-06-09block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITEGuoqing Jiang
2023-06-09nbd: Fix debugfs_create_dir error checkingIvan Orlov
2023-05-29Merge tag 'v5.15.113' into v5.15/standard/baseBruce Ashfield
2023-05-24nbd: fix incomplete validation of ioctl argZhong Jinghua
2023-05-24null_blk: Always check queue mode setting from configfsChaitanya Kulkarni
2023-05-19Merge tag 'v5.15.112' into v5.15/standard/baseBruce Ashfield
2023-05-17drbd: correctly submit flush bio on barrierChristoph Böhmwalder
2023-04-06Merge tag 'v5.15.106' into v5.15/standard/baseBruce Ashfield
2023-04-05loop: LOOP_CONFIGURE: send uevents for partitionsAlyssa Ross
2023-04-05loop: suppress uevents while reconfiguring the deviceChristoph Hellwig
2023-03-28Merge tag 'v5.15.104' into v5.15/standard/baseBruce Ashfield