index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
ioctl.c
Age
Commit message (
Expand
)
Author
2024-09-11
block: implement async io_uring discard cmd
Pavel Begunkov
2024-09-11
block: introduce blk_validate_byte_range()
Pavel Begunkov
2024-09-04
block: fix integer overflow in BLKSECDISCARD
Alexey Dobriyan
2024-07-05
blk-lib: check for kill signal in ioctl BLKZEROOUT
Christoph Hellwig
2024-05-21
Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-21
Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-21
Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-05-13
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
2024-05-07
blk-lib: check for kill signal in ioctl BLKDISCARD
Christoph Hellwig
2024-05-07
block: move discard checks into the ioctl handler
Christoph Hellwig
2024-05-07
block/ioctl: prefer different overflow check
Justin Stitt
2024-05-03
blk_ioctl_{discard,zeroout}(): we only want ->bd_inode->i_mapping here...
Al Viro
2024-05-03
use ->bd_mapping instead of ->bd_inode->i_mapping
Al Viro
2024-05-02
bdev: move ->bd_read_only to ->__bd_flags
Al Viro
2024-05-02
set_blocksize(): switch to passing struct file *
Al Viro
2024-04-18
block: propagate partition scanning errors to the BLKRRPART ioctl
Christoph Hellwig
2024-04-02
block: fix overflow in blk_ioctl_discard()
Li Nan
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
2024-03-11
Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-03-06
block: move capacity validation to blkpg_do_ioctl()
Li Lingfeng
2024-02-25
block/ioctl: port blkdev_bszset() to file
Christian Brauner
2024-01-22
block: Move checking GENHD_FL_NO_PART to bdev_add_partition()
Li Lingfeng
2023-12-13
block: add check that partition length needs to be aligned with block size
Min Li
2023-10-28
fs: Avoid grabbing sb->s_umount under bdev->bd_holder_lock
Jan Kara
2023-10-28
block: Use bdev_open_by_dev() in disk_scan_partitions() and blkdev_bszset()
Jan Kara
2023-08-31
block: don't add or resize partition on the disk with GENHD_FL_NO_PART
Li Lingfeng
2023-08-21
block: call into the file system for ioctl BLKFLSBUF
Christoph Hellwig
2023-06-20
block: fine-granular CAP_SYS_ADMIN for Persistent Reservation
Jingbo Xu
2023-06-20
block: disallow Persistent Reservation on partitions
Jingbo Xu
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
block: remove unused fmode_t arguments from ioctl handlers
Christoph Hellwig
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
2023-06-05
block: introduce holder ops
Christoph Hellwig
2023-02-17
block: fix scan partition for exclusively open device again
Yu Kuai
2023-02-17
block: Revert "block: Do not reread partition table on exclusively open device"
Yu Kuai
2022-12-01
block: Do not reread partition table on exclusively open device
Jan Kara
2022-07-06
block: replace blkdev_nr_zones with bdev_nr_zones
Christoph Hellwig
2022-04-17
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-04-17
block: add a bdev_nonrot helper
Christoph Hellwig
2022-04-15
block/compat_ioctl: fix range check in BLKGETSIZE
Khazhismel Kumykov
2021-11-29
block: merge disk_scan_partitions and blkdev_reread_part
Christoph Hellwig
2021-11-09
block: Hold invalidate_lock in BLKZEROOUT ioctl
Shin'ichiro Kawasaki
2021-11-09
block: Hold invalidate_lock in BLKDISCARD ioctl
Shin'ichiro Kawasaki
2021-10-19
block/ioctl: use bdev_nr_sectors and bdev_nr_bytes
Christoph Hellwig
2021-10-18
block: merge block_ioctl into blkdev_ioctl
Christoph Hellwig
2021-10-18
block: unexport blkdev_ioctl
Christoph Hellwig
2021-08-12
block: pass a gendisk to bdev_resize_partition
Christoph Hellwig
2021-08-12
block: pass a gendisk to bdev_del_partition
Christoph Hellwig
2021-08-12
block: pass a gendisk to bdev_add_partition
Christoph Hellwig
[next]