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