index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
57
-204
/
+201
*
rnbd-srv: replace sess->open_flags with a "bool readonly"
Christoph Hellwig
2023-06-12
3
-11
/
+9
*
mtd: block: use a simple bool to track open for write
Christoph Hellwig
2023-06-12
2
-2
/
+2
*
nvme: replace the fmode_t argument to the nvme ioctl handlers with a simple bool
Christoph Hellwig
2023-06-12
1
-28
/
+34
*
scsi: replace the fmode_t argument to ->sg_io_fn with a simple bool
Christoph Hellwig
2023-06-12
1
-2
/
+2
*
scsi: replace the fmode_t argument to scsi_ioctl with a simple bool
Christoph Hellwig
2023-06-12
6
-23
/
+25
*
scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
Christoph Hellwig
2023-06-12
3
-6
/
+6
*
block: use the holder as indication for exclusive opens
Christoph Hellwig
2023-06-12
13
-64
/
+67
*
rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
Christoph Hellwig
2023-06-12
1
-1
/
+1
*
bcache: don't pass a stack address to blkdev_get_by_path
Christoph Hellwig
2023-06-12
1
-1
/
+1
*
block: remove the unused mode argument to ->release
Christoph Hellwig
2023-06-12
26
-32
/
+30
*
block: pass a gendisk to ->open
Christoph Hellwig
2023-06-12
27
-100
/
+96
*
block: pass a gendisk on bdev_check_media_change
Christoph Hellwig
2023-06-12
9
-22
/
+21
*
cdrom: remove the unused mode argument to cdrom_release
Christoph Hellwig
2023-06-12
3
-3
/
+3
*
cdrom: track if a cdrom_device_info was opened for data
Christoph Hellwig
2023-06-12
1
-7
/
+5
*
cdrom: remove the unused cdrom_close_write release code
Christoph Hellwig
2023-06-12
1
-15
/
+0
*
cdrom: remove the unused mode argument to cdrom_ioctl
Christoph Hellwig
2023-06-12
3
-3
/
+3
*
cdrom: remove the unused bdev argument to cdrom_open
Christoph Hellwig
2023-06-12
3
-4
/
+3
*
block/rnbd-srv: make process_msg_sess_info returns void
Guoqing Jiang
2023-06-12
1
-6
/
+3
*
block/rnbd-srv: init err earlier in rnbd_srv_init_module
Guoqing Jiang
2023-06-12
1
-5
/
+3
*
block/rnbd-srv: init ret with 0 instead of -EPERM
Guoqing Jiang
2023-06-12
1
-4
/
+3
*
block/rnbd-srv: rename one member in rnbd_srv_dev
Guoqing Jiang
2023-06-12
2
-8
/
+8
*
block/rnbd-srv: no need to check sess_dev
Guoqing Jiang
2023-06-12
1
-1
/
+1
*
block/rnbd: introduce rnbd_access_modes
Guoqing Jiang
2023-06-12
6
-32
/
+16
*
block/rnbd-srv: remove unused header
Guoqing Jiang
2023-06-12
1
-1
/
+0
*
block/rnbd: kill rnbd_flags_supported
Guoqing Jiang
2023-06-12
1
-22
/
+0
*
pktcdvd: Sort headers
Andy Shevchenko
2023-06-07
1
-15
/
+16
*
pktcdvd: Get rid of redundant 'else'
Andy Shevchenko
2023-06-07
1
-7
/
+7
*
pktcdvd: Use put_unaligned_be16() and get_unaligned_be16()
Andy Shevchenko
2023-06-07
1
-17
/
+14
*
pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify code
Andy Shevchenko
2023-06-07
1
-20
/
+3
*
pktcdvd: Drop redundant castings for sector_t
Andy Shevchenko
2023-06-07
1
-16
/
+10
*
pktcdvd: Get rid of pkt_seq_show() forward declaration
Andy Shevchenko
2023-06-07
1
-76
/
+75
*
pktcdvd: use sysfs_emit() to instead of scnprintf()
Andy Shevchenko
2023-06-07
1
-1
/
+1
*
pktcdvd: replace sscanf() by kstrtoul()
Andy Shevchenko
2023-06-07
1
-16
/
+18
*
pktcdvd: Get rid of custom printing macros
Andy Shevchenko
2023-06-07
1
-118
/
+129
*
nbd: Add the maximum limit of allocated index in nbd_dev_add
Zhong Jinghua
2023-06-07
1
-1
/
+2
*
mtd: block2mtd: don't call early_lookup_bdev after the system is running
Christoph Hellwig
2023-06-05
1
-1
/
+11
*
mtd: block2mtd: factor the early block device open logic into a helper
Christoph Hellwig
2023-06-05
1
-23
/
+30
*
dm: only call early_lookup_bdev from early boot context
Christoph Hellwig
2023-06-05
1
-2
/
+7
*
dm: remove dm_get_dev_t
Christoph Hellwig
2023-06-05
1
-17
/
+5
*
dm: open code dm_get_dev_t in dm_init_init
Christoph Hellwig
2023-06-05
1
-1
/
+3
*
dm-snap: simplify the origin_dev == cow_dev check in snapshot_ctr
Christoph Hellwig
2023-06-05
1
-9
/
+5
*
init: improve the name_to_dev_t interface
Christoph Hellwig
2023-06-05
3
-5
/
+6
*
driver core: return bool from driver_probe_done
Christoph Hellwig
2023-06-05
1
-4
/
+2
*
block: introduce holder ops
Christoph Hellwig
2023-06-05
14
-16
/
+19
*
drbd: stop defining __KERNEL_SYSCALLS__
Christoph Hellwig
2023-06-05
2
-2
/
+0
*
ublk: add control command of UBLK_U_CMD_GET_FEATURES
Ming Lei
2023-06-04
1
-0
/
+21
*
dm-crypt: use __bio_add_page to add single page to clone bio
Johannes Thumshirn
2023-06-01
1
-2
/
+1
*
md: raid1: check if adding pages to resync bio fails
Johannes Thumshirn
2023-06-01
2
-15
/
+16
*
md: raid1: use __bio_add_page for adding single page to bio
Johannes Thumshirn
2023-06-01
1
-1
/
+1
[next]