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
*
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
*
|
fs: Avoid grabbing sb->s_umount under bdev->bd_holder_lock
Jan Kara
2023-10-28
1
-2
/
+3
*
|
block: Use bdev_open_by_dev() in blkdev_open()
Jan Kara
2023-10-28
1
-0
/
+3
*
|
block: Provide bdev_open_* functions
Jan Kara
2023-10-28
1
-0
/
+48
|
/
*
Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...
Christian Brauner
2023-08-23
1
-4
/
+4
|
\
|
*
fs: distinguish between user initiated freeze and kernel initiated freeze
Darrick J. Wong
2023-07-17
1
-4
/
+4
*
|
block: call into the file system for ioctl BLKFLSBUF
Christoph Hellwig
2023-08-21
1
-16
/
+0
*
|
block: call into the file system for bdev_mark_dead
Christoph Hellwig
2023-08-21
1
-21
/
+9
*
|
block: consolidate __invalidate_device and fsync_bdev
Christoph Hellwig
2023-08-21
1
-5
/
+28
|
/
*
block: Improve kernel-doc headers
Bart Van Assche
2023-06-21
1
-0
/
+1
*
block: document the holder argument to blkdev_get_by_path
Christoph Hellwig
2023-06-20
1
-0
/
+1
*
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
1
-16
/
+16
*
block: use the holder as indication for exclusive opens
Christoph Hellwig
2023-06-12
1
-16
/
+21
*
block: remove the unused mode argument to ->release
Christoph Hellwig
2023-06-12
1
-7
/
+7
*
block: pass a gendisk to ->open
Christoph Hellwig
2023-06-12
1
-1
/
+1
*
block: also call ->open for incremental partition opens
Christoph Hellwig
2023-06-12
1
-10
/
+8
*
block: introduce holder ops
Christoph Hellwig
2023-06-05
1
-12
/
+29
*
block: turn bdev_lock into a mutex
Christoph Hellwig
2023-06-05
1
-14
/
+13
*
block: refactor bd_may_claim
Christoph Hellwig
2023-06-05
1
-18
/
+22
*
block: factor out a bd_end_claim helper from blkdev_put
Christoph Hellwig
2023-06-05
1
-30
/
+33
*
block: sync part's ->bd_has_submit_bio with disk's
Ming Lei
2023-04-25
1
-1
/
+4
*
block: Cleanup set_capacity()/bdev_set_nr_sectors()
Damien Le Moal
2023-04-24
1
-0
/
+8
*
block: store bdev->bd_disk->fops->submit_bio state in bdev
Jens Axboe
2023-04-16
1
-0
/
+1
*
block: remove ->rw_page
Christoph Hellwig
2023-02-03
1
-78
/
+0
*
block: bdev & blktrace: use consistent function doc. notation
Randy Dunlap
2022-12-01
1
-2
/
+2
*
vfs: support STATX_DIOALIGN on block devices
Eric Biggers
2022-09-12
1
-0
/
+23
*
block: stop using bdevname in bdev_write_inode
Christoph Hellwig
2022-07-14
1
-6
/
+4
[next]