aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-01block: move bd_part_count to struct gendiskChristoph Hellwig4-7/+5
2021-06-01block: split __blkdev_putChristoph Hellwig1-26/+32
2021-06-01block: move adjusting bd_part_count out of __blkdev_getChristoph Hellwig1-9/+7
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig15-76/+68
2021-06-01block: move sync_blockdev from __blkdev_put to blkdev_putChristoph Hellwig1-10/+10
2021-06-01block: split __blkdev_getChristoph Hellwig1-61/+57
2021-06-01block: unexport blk_alloc_queueChristoph Hellwig3-2/+2
2021-06-01null_blk: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-19/+19
2021-06-01xpram: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-17/+9
2021-06-01dcssblk: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-18/+8
2021-06-01ps3vram: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-23/+8
2021-06-01n64cart: convert to blk_alloc_diskChristoph Hellwig1-5/+1
2021-06-01simdisk: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-22/+7
2021-06-01nfblock: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-15/+5
2021-06-01nvme-multipath: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2-33/+13
2021-06-01nvdimm-pmem: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-10/+5
2021-06-01nvdimm-btt: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2-19/+7
2021-06-01nvdimm-blk: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-20/+6
2021-06-01md: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-16/+9
2021-06-01dm: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-9/+7
2021-06-01bcache: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-11/+4
2021-06-01lightnvm: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-18/+5
2021-06-01zram: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-15/+4
2021-06-01rsxx: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2-25/+15
2021-06-01pktcdvd: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-7/+4
2021-06-01drbd: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-15/+8
2021-06-01brd: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-61/+33
2021-06-01block: add blk_alloc_disk and blk_cleanup_disk APIsChristoph Hellwig2-0/+57
2021-06-01block: add a flag to make put_disk on partially initalized disks saferChristoph Hellwig2-2/+6
2021-06-01block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig10-13/+2
2021-06-01block: move the DISK_MAX_PARTS sanity check into __device_add_diskChristoph Hellwig1-7/+6
2021-06-01block: refactor device number setup in __device_add_diskChristoph Hellwig3-66/+49
2021-05-24blk-mq: Use request queue-wide tags for tagset-wide sbitmapJohn Garry5-21/+76
2021-05-24blk-mq: Some tag allocation code refactoringJohn Garry3-25/+40
2021-05-24blk-mq: clearing flush request reference in tags->rqs[]Ming Lei1-1/+34
2021-05-24blk-mq: clear stale request in tags->rq[] before freeing one request poolMing Lei3-7/+54
2021-05-24blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iterMing Lei3-16/+43
2021-05-24block: avoid double io accounting for flush requestMing Lei1-2/+1
2021-05-24block: remove unneeded parenthesis from blk-sysfsMax Gurtovoy1-8/+8
2021-05-24blkcg: drop CLONE_IO check in blkcg_can_attach()Tejun Heo1-27/+0
2021-05-24aoe: remove unnecessary mutex_init()Yang Yingliang1-2/+0
2021-05-24block_dump: remove comments in docszhangyi (F)2-19/+0
2021-05-24block_dump: remove block_dump featurezhangyi (F)4-23/+0
2021-05-24block_dump: remove block_dump feature in mark_inode_dirty()zhangyi (F)1-25/+0
2021-05-23Linux 5.13-rc3Linus Torvalds1-1/+1
2021-05-22userfaultfd: hugetlbfs: fix new flag usage in error pathMike Kravetz2-15/+15
2021-05-22lib: kunit: suppress a compilation warning of frame sizeZhen Lei1-0/+1
2021-05-22proc: remove Alexey from MAINTAINERSAlexey Dobriyan1-1/+0
2021-05-22linux/bits.h: fix compilation error with GENMASKRikard Falkeborn5-10/+20
2021-05-22watchdog: reliable handling of timestampsPetr Mladek1-14/+20