index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-28
porting: update locking requirements
Christian Brauner
1
-0
/
+7
2023-10-28
fs: assert that open_mutex isn't held over holder ops
Christian Brauner
1
-0
/
+1
2023-10-28
block: assert that we're not holding open_mutex over blk_report_disk_dead
Christian Brauner
1
-0
/
+7
2023-10-28
block: move bdev_mark_dead out of disk_check_media_change
Christoph Hellwig
4
-18
/
+17
2023-10-28
block: WARN_ON_ONCE() when we remove active partitions
Christian Brauner
1
-13
/
+17
2023-10-28
block: simplify bdev_del_partition()
Christian Brauner
1
-1
/
+12
2023-10-28
fs: Avoid grabbing sb->s_umount under bdev->bd_holder_lock
Jan Kara
3
-22
/
+38
2023-10-28
jfs: fix log->bdev_handle null ptr deref in lbmStartIO
Lizhi Xu
1
-1
/
+5
2023-10-28
bcache: Fixup error handling in register_cache()
Jan Kara
1
-13
/
+10
2023-10-28
xfs: Convert to bdev_open_by_path()
Jan Kara
3
-31
/
+36
2023-10-28
reiserfs: Convert to bdev_open_by_dev/path()
Jan Kara
3
-36
/
+33
2023-10-28
ocfs2: Convert to use bdev_open_by_dev()
Jan Kara
1
-36
/
+45
2023-10-28
nfs/blocklayout: Convert to use bdev_open_by_dev/path()
Jan Kara
2
-40
/
+38
2023-10-28
jfs: Convert to bdev_open_by_dev()
Jan Kara
3
-16
/
+18
2023-10-28
f2fs: Convert to bdev_open_by_dev/path()
Jan Kara
2
-6
/
+8
2023-10-28
ext4: Convert to bdev_open_by_dev()
Jan Kara
3
-30
/
+33
2023-10-28
erofs: Convert to use bdev_open_by_path()
Jan Kara
3
-13
/
+13
2023-10-28
btrfs: Convert to bdev_open_by_path()
Jan Kara
4
-72
/
+73
2023-10-28
fs: Convert to bdev_open_by_dev()
Jan Kara
4
-8
/
+12
2023-10-28
mm/swap: Convert to use bdev_open_by_dev()
Jan Kara
2
-11
/
+13
2023-10-28
PM: hibernate: Drop unused snapshot_test argument
Jan Kara
3
-11
/
+11
2023-10-28
PM: hibernate: Convert to bdev_open_by_dev()
Jan Kara
1
-15
/
+16
2023-10-28
scsi: target: Convert to bdev_open_by_path()
Jan Kara
4
-22
/
+26
2023-10-28
s390/dasd: Convert to bdev_open_by_path()
Jan Kara
4
-30
/
+31
2023-10-28
nvmet: Convert to bdev_open_by_path()
Jan Kara
2
-9
/
+12
2023-10-28
mtd: block2mtd: Convert to bdev_open_by_dev/path()
Jan Kara
1
-22
/
+29
2023-10-28
md: Convert to bdev_open_by_dev()
Jan Kara
2
-18
/
+9
2023-10-28
dm: Convert to bdev_open_by_dev()
Jan Kara
2
-9
/
+12
2023-10-28
bcache: Convert to bdev_open_by_path()
Jan Kara
2
-37
/
+43
2023-10-28
zram: Convert to use bdev_open_by_dev()
Jan Kara
2
-18
/
+15
2023-10-28
xen/blkback: Convert to bdev_open_by_dev()
Jan Kara
3
-23
/
+25
2023-10-28
rnbd-srv: Convert to use bdev_open_by_path()
Jan Kara
2
-14
/
+15
2023-10-28
pktcdvd: Convert to bdev_open_by_dev()
Jan Kara
2
-36
/
+44
2023-10-28
drdb: Convert to use bdev_open_by_path()
Jan Kara
2
-33
/
+34
2023-10-28
block: Use bdev_open_by_dev() in disk_scan_partitions() and blkdev_bszset()
Jan Kara
2
-8
/
+10
2023-10-28
block: Use bdev_open_by_dev() in blkdev_open()
Jan Kara
3
-16
/
+32
2023-10-28
block: Provide bdev_open_* functions
Jan Kara
2
-0
/
+58
2023-10-28
tracing/kprobes: Fix symbol counting logic by looking at modules as well
Andrii Nakryiko
1
-4
/
+20
2023-10-28
ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lock
Al Viro
1
-1
/
+1
2023-10-28
io_uring: kiocb_done() should *not* trust ->ki_pos if ->{read,write}_iter() f...
Al Viro
1
-1
/
+1
2023-10-28
sparc32: fix a braino in fault handling in csum_and_copy_..._user()
Al Viro
1
-1
/
+1
2023-10-27
x86/tsc: Defer marking TSC unstable to a worker
Thomas Gleixner
1
-1
/
+9
2023-10-27
x86/i8259: Skip probing when ACPI/MADT advertises PCAT compatibility
Thomas Gleixner
3
-8
/
+35
2023-10-27
x86/cpu: Add model number for Intel Arrow Lake mobile processor
Tony Luck
1
-0
/
+2
2023-10-27
platform/x86: Add s2idle quirk for more Lenovo laptops
David Lazar
1
-0
/
+73
2023-10-27
tracing/kprobes: Fix the description of variable length arguments
Yujie Liu
1
-2
/
+2
2023-10-27
futex: Don't include process MM in futex key on no-MMU
Ben Wolsieffer
1
-1
/
+11
2023-10-27
irqchip/sifive-plic: Fix syscore registration for multi-socket systems
Anup Patel
1
-3
/
+4
2023-10-27
irqchip/ls-scfg-msi: Use device_get_match_data()
Rob Herring
1
-7
/
+5
2023-10-27
genirq/generic_chip: Make irq_remove_generic_chip() irqdomain aware
Herve Codina
1
-6
/
+19
[next]