summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-05init: don't remove the /dev/ prefix from error messagesChristoph Hellwig1-11/+6
2023-06-05init: pass root_device_name explicitlyChristoph Hellwig3-25/+29
2023-06-05init: refactor mount_rootChristoph Hellwig1-48/+56
2023-06-05init: rename mount_block_root to mount_root_genericChristoph Hellwig3-5/+5
2023-06-05init: remove pointless Root_* valuesChristoph Hellwig4-11/+4
2023-06-05PM: hibernate: move finding the resume device out of software_resumeChristoph Hellwig1-41/+39
2023-06-05PM: hibernate: remove the global snapshot_test variableChristoph Hellwig3-14/+8
2023-06-05PM: hibernate: factor out a helper to find the resume deviceChristoph Hellwig1-35/+37
2023-06-05driver core: return bool from driver_probe_doneChristoph Hellwig3-6/+4
2023-06-05ext4: wire up the ->mark_dead holder operation for log devicesChristoph Hellwig1-1/+10
2023-06-05ext4: wire up sops->shutdownChristoph Hellwig1-0/+6
2023-06-05ext4: split ext4_shutdownChristoph Hellwig2-9/+16
2023-06-05xfs: wire up the ->mark_dead holder operation for log and RT devicesChristoph Hellwig1-1/+12
2023-06-05xfs: wire up sops->shutdownChristoph Hellwig3-1/+14
2023-06-05fs: add a method to shut down the file systemChristoph Hellwig2-2/+20
2023-06-05block: add a mark_dead holder operationChristoph Hellwig2-0/+25
2023-06-05block: introduce holder opsChristoph Hellwig34-56/+90
2023-06-05block: remove blk_drop_partitionsChristoph Hellwig1-12/+4
2023-06-05block: delete partitions later in del_gendiskChristoph Hellwig3-13/+32
2023-06-05block: unhash the inode earlier in delete_partitionChristoph Hellwig1-6/+6
2023-06-05block: avoid repeated work in blk_mark_disk_deadChristoph Hellwig1-1/+3
2023-06-05block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendiskChristoph Hellwig1-14/+12
2023-06-05block: turn bdev_lock into a mutexChristoph Hellwig1-14/+13
2023-06-05block: refactor bd_may_claimChristoph Hellwig1-18/+22
2023-06-05block: factor out a bd_end_claim helper from blkdev_putChristoph Hellwig1-30/+33
2023-06-05drbd: stop defining __KERNEL_SYSCALLS__Christoph Hellwig2-2/+0
2023-06-04ublk: add control command of UBLK_U_CMD_GET_FEATURESMing Lei2-0/+29
2023-06-01block: Replace all non-returning strlcpy with strscpyAzeem Shaikh3-3/+3
2023-06-01blk-ioc: protect ioc_destroy_icq() by 'queue_lock'Yu Kuai1-17/+13
2023-06-01block: mark bio_add_folio as __must_checkJohannes Thumshirn1-1/+2
2023-06-01fs: iomap: use bio_add_folio_nofail where possibleJohannes Thumshirn1-3/+3
2023-06-01block: add bio_add_folio_nofailJohannes Thumshirn2-0/+10
2023-06-01block: mark bio_add_page as __must_checkJohannes Thumshirn1-1/+2
2023-06-01dm-crypt: use __bio_add_page to add single page to clone bioJohannes Thumshirn1-2/+1
2023-06-01md: raid1: check if adding pages to resync bio failsJohannes Thumshirn2-15/+16
2023-06-01md: raid1: use __bio_add_page for adding single page to bioJohannes Thumshirn1-1/+1
2023-06-01md: check for failure when adding pages in alloc_behind_master_bioJohannes Thumshirn1-1/+4
2023-05-31floppy: use __bio_add_page for adding single page to bioJohannes Thumshirn1-1/+1
2023-05-31zram: use __bio_add_page for adding single page to bioJohannes Thumshirn1-1/+1
2023-05-31zonefs: use __bio_add_page for adding single page to bioJohannes Thumshirn1-1/+1
2023-05-31gfs2: use __bio_add_page for adding single page to bioJohannes Thumshirn1-1/+1
2023-05-31jfs: logmgr: use __bio_add_page to add single page to bioJohannes Thumshirn1-2/+2
2023-05-31md: raid5: use __bio_add_page to add single page to new bioJohannes Thumshirn1-2/+2
2023-05-31md: raid5-log: use __bio_add_page to add single pageJohannes Thumshirn1-1/+1
2023-05-31md: use __bio_add_page to add single pageJohannes Thumshirn1-2/+2
2023-05-31fs: buffer: use __bio_add_page to add single page to bioJohannes Thumshirn1-2/+1
2023-05-31dm: dm-zoned: use __bio_add_page for adding single metadata pageJohannes Thumshirn1-3/+3
2023-05-31drbd: use __bio_add_page to add page to bioJohannes Thumshirn1-3/+1
2023-05-31swap: use __bio_add_page to add page to bioJohannes Thumshirn1-4/+4
2023-05-31block: Use iov_iter_extract_pages() and page pinning in direct-io.cDavid Howells1-29/+43