summaryrefslogtreecommitdiff
path: root/block/bdev.c
AgeCommit message (Expand)Author
2025-04-25Merge tag 'block-6.15-20250424' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-24block: don't autoload drivers on statChristoph Hellwig
2025-04-24block: remove the backing_inode variable in bdev_statxChristoph Hellwig
2025-04-23block: hoist block size validation code to a separate functionDarrick J. Wong
2025-04-23block: fix race between set_blocksize and read pathsDarrick J. Wong
2025-04-17fs: move the bdex_statx call to vfs_getattr_nosecChristoph Hellwig
2025-03-07bdev: add back PAGE_SIZE block size validation for sb_set_blocksize()Luis Chamberlain
2025-02-24bdev: use bdev_io_min() for statx block sizeLuis Chamberlain
2025-02-24block/bdev: lift block size restrictions to 64kLuis Chamberlain
2025-02-24block/bdev: enable large folio support for large logical block sizesHannes Reinecke
2024-12-18block/bdev: use helper for max block size checkLuis Chamberlain
2024-09-25Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-16block: change wait on bd_claiming to use a var_waitqueueNeilBrown
2024-08-20block,lsm: add LSM blob and new LSM hooks for block devicesDeven Bowers
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds
2024-06-20block: Add atomic write support for statxPrasad Singamsetty
2024-06-16bdev: make blockdev_mnt staticJiapeng Chong
2024-05-21Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-05-03RIP ->bd_inodeAl Viro
2024-05-03block/bdev.c: use the knowledge of inode/bdev coallocationAl Viro
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro
2024-05-03block_device: add a pointer to struct address_space (page cache of bdev)Al Viro
2024-05-03missing helpers: bdev_unhash(), bdev_drop()Al Viro
2024-05-03block: move two helpers into bdev.cYu Kuai
2024-05-02bdev: move ->bd_has_subit_bio to ->__bd_flagsAl Viro
2024-05-02bdev: move ->bd_write_holder into ->__bd_flagsAl Viro
2024-05-02bdev: infrastructure for flagsAl Viro
2024-05-02make set_blocksize() fail unless block device is opened exclusiveAl Viro
2024-05-02set_blocksize(): switch to passing struct file *Al Viro
2024-04-26Merge tag 'vfs-6.9-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-04-20Merge tag 'block-6.9-20240420' of git://git.kernel.dk/linuxLinus Torvalds
2024-04-18block: propagate partition scanning errors to the BLKRRPART ioctlChristoph Hellwig
2024-04-11block: fix module reference leakage from bdev_open_by_dev error pathYu Kuai
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner
2024-03-27fs,block: yield devices earlyChristian Brauner
2024-03-27block: count BLK_OPEN_RESTRICT_WRITES openersChristian Brauner
2024-03-27block: handle BLK_OPEN_RESTRICT_WRITES correctlyChristian Brauner
2024-03-18fs,block: get holder during claimChristian Brauner
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-02-25block: remove bdev_handle completelyChristian Brauner
2024-02-25block: don't rely on BLK_OPEN_RESTRICT_WRITES when yielding write accessChristian Brauner
2024-02-25bdev: remove bdev pointer from struct bdev_handleChristian Brauner
2024-02-25bdev: make struct bdev_handle private to the block layerChristian Brauner
2024-02-25bdev: make bdev_{release, open_by_dev}() private to block layerChristian Brauner
2024-02-25bdev: remove bdev_open_by_path()Christian Brauner
2024-02-25bdev: open block device as filesChristian Brauner
2024-02-24bdev: remove SLAB_MEM_SPREAD flag usageChengming Zhou