summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2021-06-25 15:59:14 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2021-06-25 15:59:14 -0700
commite2f527b58e8115dae15ae344215accdd7a42e5ba (patch)
tree667ce3013c9e5fe3a20e66fd00ee5343068f5564 /tools/perf/scripts/python/bin
parent7ce32ac6fb2fc73584b567c73ae0c47528954ec6 (diff)
parentd1b7f92035c6fb42529ada531e2cbf3534544c82 (diff)
downloadkernel-e2f527b58e8115dae15ae344215accdd7a42e5ba.tar.gz
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Pull SCSI fixes from James Bottomley: "Two small fixes, both in upper layer drivers (scsi disk and cdrom). The sd one is fixing a commit changing revalidation that came from the block tree a while ago (5.10) and the sr one adds handling of a condition we didn't previously handle for manually removed media" * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: scsi: sd: Call sd_revalidate_disk() for ioctl(BLKRRPART) scsi: sr: Return appropriate error code when disk is ejected
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
w Wilcox (Oracle) 2023-10-04buffer: convert getblk_unmovable() and __getblk() to use bdev_getblk()Matthew Wilcox (Oracle) 2023-10-04buffer: hoist GFP flags from grow_dev_page() to __getblk_gfp()Matthew Wilcox (Oracle) 2023-10-04buffer: pass GFP flags to folio_alloc_buffers()Matthew Wilcox (Oracle) 2023-09-17Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds 2023-09-07buffer: Make bh_offset() work for compound pagesMatthew Wilcox (Oracle) 2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds 2023-08-18buffer: remove set_bh_page()Matthew Wilcox (Oracle) 2023-08-18fs: convert block_commit_write to return voidBean Huo 2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig 2023-08-02fs: rename and move block_page_mkwrite_returnChristoph Hellwig 2023-06-29Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2023-06-19buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()Matthew Wilcox (Oracle) 2023-06-19buffer: convert __block_write_full_page() to __block_write_full_folio()Matthew Wilcox (Oracle) 2023-05-16fs/buffer.c: Add generic_buffers_fsync*() implementationRitesh Harjani (IBM) 2023-04-21fs/buffer: add folio_create_empty_buffers helperPankaj Raghav 2023-04-21buffer: add folio_alloc_buffers() helperPankaj Raghav 2023-04-21fs/buffer: add folio_set_bh helperPankaj Raghav 2023-01-18buffer: add b_folio as an alias of b_pageMatthew Wilcox (Oracle)