index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-12
block: move a few internal definitions out of blkdev.h
Christoph Hellwig
2
-29
/
+21
2023-06-12
ubd: remove commented out code in ubd_open
Christoph Hellwig
1
-7
/
+0
2023-06-12
rnbd-srv: replace sess->open_flags with a "bool readonly"
Christoph Hellwig
3
-11
/
+9
2023-06-12
mtd: block: use a simple bool to track open for write
Christoph Hellwig
3
-3
/
+3
2023-06-12
nvme: replace the fmode_t argument to the nvme ioctl handlers with a simple bool
Christoph Hellwig
1
-28
/
+34
2023-06-12
scsi: replace the fmode_t argument to ->sg_io_fn with a simple bool
Christoph Hellwig
4
-7
/
+9
2023-06-12
scsi: replace the fmode_t argument to scsi_ioctl with a simple bool
Christoph Hellwig
7
-24
/
+26
2023-06-12
scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
Christoph Hellwig
4
-7
/
+7
2023-06-12
fs: remove sb->s_mode
Christoph Hellwig
4
-8
/
+6
2023-06-12
block: add a sb_open_mode helper
Christoph Hellwig
4
-20
/
+14
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
37
-192
/
+183
2023-06-12
btrfs: don't pass a holder for non-exclusive blkdev_get_by_path
Christoph Hellwig
3
-21
/
+15
2023-06-12
rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
Christoph Hellwig
1
-1
/
+1
2023-06-12
bcache: don't pass a stack address to blkdev_get_by_path
Christoph Hellwig
1
-1
/
+1
2023-06-12
swsusp: don't pass a stack address to blkdev_get_by_path
Christoph Hellwig
1
-2
/
+3
2023-06-12
block: rename blkdev_close to blkdev_release
Christoph Hellwig
1
-2
/
+2
2023-06-12
block: remove the unused mode argument to ->release
Christoph Hellwig
30
-43
/
+41
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
31
-107
/
+102
2023-06-12
block: pass a gendisk on bdev_check_media_change
Christoph Hellwig
11
-32
/
+31
2023-06-12
cdrom: remove the unused mode argument to cdrom_release
Christoph Hellwig
4
-4
/
+4
2023-06-12
cdrom: track if a cdrom_device_info was opened for data
Christoph Hellwig
2
-7
/
+6
2023-06-12
cdrom: remove the unused cdrom_close_write release code
Christoph Hellwig
2
-16
/
+0
2023-06-12
cdrom: remove the unused mode argument to cdrom_ioctl
Christoph Hellwig
4
-5
/
+5
2023-06-12
cdrom: remove the unused bdev argument to cdrom_open
Christoph Hellwig
4
-6
/
+4
2023-06-12
block: also call ->open for incremental partition opens
Christoph Hellwig
1
-10
/
+8
2023-06-11
block/rnbd-srv: make process_msg_sess_info returns void
Guoqing Jiang
1
-6
/
+3
2023-06-11
block/rnbd-srv: init err earlier in rnbd_srv_init_module
Guoqing Jiang
1
-5
/
+3
2023-06-11
block/rnbd-srv: init ret with 0 instead of -EPERM
Guoqing Jiang
1
-4
/
+3
2023-06-11
block/rnbd-srv: rename one member in rnbd_srv_dev
Guoqing Jiang
2
-8
/
+8
2023-06-11
block/rnbd-srv: no need to check sess_dev
Guoqing Jiang
1
-1
/
+1
2023-06-11
block/rnbd: introduce rnbd_access_modes
Guoqing Jiang
6
-32
/
+16
2023-06-11
block/rnbd-srv: remove unused header
Guoqing Jiang
1
-1
/
+0
2023-06-11
block/rnbd: kill rnbd_flags_supported
Guoqing Jiang
1
-22
/
+0
2023-06-09
block: fix rootwait= again
Christoph Hellwig
1
-1
/
+1
2023-06-07
pktcdvd: Sort headers
Andy Shevchenko
1
-15
/
+16
2023-06-07
pktcdvd: Get rid of redundant 'else'
Andy Shevchenko
1
-7
/
+7
2023-06-07
pktcdvd: Use put_unaligned_be16() and get_unaligned_be16()
Andy Shevchenko
1
-17
/
+14
2023-06-07
pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify code
Andy Shevchenko
1
-20
/
+3
2023-06-07
pktcdvd: Drop redundant castings for sector_t
Andy Shevchenko
1
-16
/
+10
2023-06-07
pktcdvd: Get rid of pkt_seq_show() forward declaration
Andy Shevchenko
1
-76
/
+75
2023-06-07
pktcdvd: use sysfs_emit() to instead of scnprintf()
Andy Shevchenko
1
-1
/
+1
2023-06-07
pktcdvd: replace sscanf() by kstrtoul()
Andy Shevchenko
1
-16
/
+18
2023-06-07
pktcdvd: Get rid of custom printing macros
Andy Shevchenko
3
-119
/
+130
2023-06-07
block: fix rootwait=
Christoph Hellwig
1
-2
/
+2
2023-06-07
blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()
Waiman Long
1
-0
/
+5
2023-06-07
blk-ioc: fix recursive spin_lock/unlock_irq() in ioc_clear_queue()
Yu Kuai
1
-2
/
+2
2023-06-07
nbd: Add the maximum limit of allocated index in nbd_dev_add
Zhong Jinghua
1
-1
/
+2
2023-06-06
blk-ioprio: Introduce promote-to-rt policy
Hou Tao
2
-21
/
+44
2023-06-05
blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost
Li Nan
1
-3
/
+4
2023-06-05
block: mark early_lookup_bdev as __init
Christoph Hellwig
2
-11
/
+10
[next]