index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
bdev.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-02
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
[next]