summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
07 07:29:42 -0600'>2024-05-07blk-lib: check for kill signal in ioctl BLKDISCARDChristoph Hellwig 2024-05-07block: move discard checks into the ioctl handlerChristoph Hellwig 2024-05-07block/ioctl: prefer different overflow checkJustin Stitt 2024-05-03blk_ioctl_{discard,zeroout}(): we only want ->bd_inode->i_mapping here...Al Viro 2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro 2024-05-02bdev: move ->bd_read_only to ->__bd_flagsAl Viro 2024-05-02set_blocksize(): switch to passing struct file *Al Viro 2024-04-18block: propagate partition scanning errors to the BLKRRPART ioctlChristoph Hellwig 2024-04-02block: fix overflow in blk_ioctl_discard()Li Nan 2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds 2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds 2024-03-06block: move capacity validation to blkpg_do_ioctl()Li Lingfeng 2024-02-25block/ioctl: port blkdev_bszset() to fileChristian Brauner 2024-01-22block: Move checking GENHD_FL_NO_PART to bdev_add_partition()Li Lingfeng 2023-12-13block: add check that partition length needs to be aligned with block sizeMin Li 2023-10-28fs: Avoid grabbing sb->s_umount under bdev->bd_holder_lockJan Kara 2023-10-28block: Use bdev_open_by_dev() in disk_scan_partitions() and blkdev_bszset()Jan Kara 2023-08-31block: don't add or resize partition on the disk with GENHD_FL_NO_PARTLi Lingfeng 2023-08-21block: call into the file system for ioctl BLKFLSBUFChristoph Hellwig 2023-06-20block: fine-granular CAP_SYS_ADMIN for Persistent ReservationJingbo Xu 2023-06-20block: disallow Persistent Reservation on partitionsJingbo Xu 2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig 2023-06-12block: remove unused fmode_t arguments from ioctl handlersChristoph Hellwig 2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig 2023-06-05block: introduce holder opsChristoph Hellwig 2023-02-17block: fix scan partition for exclusively open device againYu Kuai 2023-02-17block: Revert "block: Do not reread partition table on exclusively open device"Yu Kuai 2022-12-01block: Do not reread partition table on exclusively open deviceJan Kara 2022-07-06block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig 2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig 2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig 2022-04-17block: add a bdev_nonrot helperChristoph Hellwig 2022-04-15block/compat_ioctl: fix range check in BLKGETSIZEKhazhismel Kumykov 2021-11-29block: merge disk_scan_partitions and blkdev_reread_partChristoph Hellwig 2021-11-09block: Hold invalidate_lock in BLKZEROOUT ioctlShin'ichiro Kawasaki 2021-11-09block: Hold invalidate_lock in BLKDISCARD ioctlShin'ichiro Kawasaki 2021-10-19block/ioctl: use bdev_nr_sectors and bdev_nr_bytesChristoph Hellwig 2021-10-18block: merge block_ioctl into blkdev_ioctlChristoph Hellwig 2021-10-18block: unexport blkdev_ioctlChristoph Hellwig