index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
bdev.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linux
Linus Torvalds
2024-09-25
1
-2
/
+2
|
\
|
*
block: change wait on bd_claiming to use a var_waitqueue
NeilBrown
2024-09-17
1
-2
/
+2
*
|
block,lsm: add LSM blob and new LSM hooks for block devices
Deven Bowers
2024-08-20
1
-0
/
+7
|
/
*
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
2024-07-15
1
-11
/
+30
|
\
|
*
block: Add atomic write support for statx
Prasad Singamsetty
2024-06-20
1
-10
/
+26
|
*
bdev: make blockdev_mnt static
Jiapeng Chong
2024-06-16
1
-1
/
+1
|
/
*
Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-21
1
-9
/
+8
|
\
|
*
bdev: move ->bd_has_subit_bio to ->__bd_flags
Al Viro
2024-05-03
1
-4
/
+2
|
*
bdev: move ->bd_write_holder into ->__bd_flags
Al Viro
2024-05-03
1
-4
/
+5
|
*
bdev: infrastructure for flags
Al Viro
2024-05-03
1
-1
/
+1
*
|
Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-21
1
-19
/
+47
|
\
\
|
*
|
RIP ->bd_inode
Al Viro
2024-05-03
1
-1
/
+0
|
*
|
block/bdev.c: use the knowledge of inode/bdev coallocation
Al Viro
2024-05-03
1
-13
/
+19
|
*
|
use ->bd_mapping instead of ->bd_inode->i_mapping
Al Viro
2024-05-03
1
-9
/
+9
|
*
|
block_device: add a pointer to struct address_space (page cache of bdev)
Al Viro
2024-05-03
1
-0
/
+1
|
*
|
missing helpers: bdev_unhash(), bdev_drop()
Al Viro
2024-05-03
1
-0
/
+10
|
*
|
block: move two helpers into bdev.c
Yu Kuai
2024-05-03
1
-0
/
+12
*
|
|
Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-05-21
1
-4
/
+10
|
\
|
|
|
*
|
make set_blocksize() fail unless block device is opened exclusive
Al Viro
2024-05-02
1
-0
/
+3
|
*
|
set_blocksize(): switch to passing struct file *
Al Viro
2024-05-02
1
-4
/
+7
*
|
|
Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-05-13
1
-1
/
+1
|
\
\
\
|
*
|
|
fs: claw back a few FMODE_* bits
Christian Brauner
2024-04-07
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'vfs-6.9-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-04-26
1
-1
/
+1
|
\
\
\
|
*
|
|
block: fix module reference leakage from bdev_open_by_dev error path
Yu Kuai
2024-04-11
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'block-6.9-20240420' of git://git.kernel.dk/linux
Linus Torvalds
2024-04-20
1
-10
/
+19
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
block: propagate partition scanning errors to the BLKRRPART ioctl
Christoph Hellwig
2024-04-18
1
-10
/
+19
|
|
/
*
|
fs,block: yield devices early
Christian Brauner
2024-03-27
1
-8
/
+56
*
|
block: count BLK_OPEN_RESTRICT_WRITES openers
Christian Brauner
2024-03-27
1
-3
/
+3
*
|
block: handle BLK_OPEN_RESTRICT_WRITES correctly
Christian Brauner
2024-03-27
1
-7
/
+7
|
/
*
fs,block: get holder during claim
Christian Brauner
2024-03-18
1
-0
/
+7
*
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
2024-03-11
1
-1
/
+1
|
\
|
*
bdev: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
2024-02-24
1
-1
/
+1
*
|
block: remove bdev_handle completely
Christian Brauner
2024-02-25
1
-23
/
+24
*
|
block: don't rely on BLK_OPEN_RESTRICT_WRITES when yielding write access
Christian Brauner
2024-02-25
1
-6
/
+11
*
|
bdev: remove bdev pointer from struct bdev_handle
Christian Brauner
2024-02-25
1
-14
/
+12
*
|
bdev: make struct bdev_handle private to the block layer
Christian Brauner
2024-02-25
1
-58
/
+61
*
|
bdev: make bdev_{release, open_by_dev}() private to block layer
Christian Brauner
2024-02-25
1
-2
/
+0
*
|
bdev: remove bdev_open_by_path()
Christian Brauner
2024-02-25
1
-40
/
+0
*
|
bdev: open block device as files
Christian Brauner
2024-02-25
1
-4
/
+97
|
/
*
Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-01-08
1
-107
/
+151
|
\
|
*
block: Fix a memory leak in bdev_open_by_dev()
Christophe JAILLET
2023-12-28
1
-2
/
+4
|
*
block: Add config option to not allow writing to mounted devices
Jan Kara
2023-11-18
1
-1
/
+74
|
*
block: Remove blkdev_get_by_*() functions
Jan Kara
2023-11-18
1
-64
/
+30
|
*
bdev: implement freeze and thaw holder operations
Christian Brauner
2023-11-18
1
-33
/
+32
|
*
bdev: surface the error from sync_blockdev()
Christian Brauner
2023-11-18
1
-1
/
+1
|
*
bdev: rename freeze and thaw helpers
Christian Brauner
2023-11-18
1
-9
/
+13
*
|
block: update the stable_writes flag in bdev_add
Christoph Hellwig
2023-11-20
1
-0
/
+2
|
/
*
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-11-03
1
-3
/
+3
|
\
|
*
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
2023-10-18
1
-3
/
+3
*
|
block: move bdev_mark_dead out of disk_check_media_change
Christoph Hellwig
2023-10-28
1
-5
/
+4
[next]