index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: pass a gendisk on bdev_check_media_change
Christoph Hellwig
2023-06-12
11
-32
/
+31
*
cdrom: remove the unused mode argument to cdrom_release
Christoph Hellwig
2023-06-12
4
-4
/
+4
*
cdrom: track if a cdrom_device_info was opened for data
Christoph Hellwig
2023-06-12
2
-7
/
+6
*
cdrom: remove the unused cdrom_close_write release code
Christoph Hellwig
2023-06-12
2
-16
/
+0
*
cdrom: remove the unused mode argument to cdrom_ioctl
Christoph Hellwig
2023-06-12
4
-5
/
+5
*
cdrom: remove the unused bdev argument to cdrom_open
Christoph Hellwig
2023-06-12
4
-6
/
+4
*
block: also call ->open for incremental partition opens
Christoph Hellwig
2023-06-12
1
-10
/
+8
*
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
*
block: fix rootwait= again
Christoph Hellwig
2023-06-09
1
-1
/
+1
*
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
3
-119
/
+130
*
block: fix rootwait=
Christoph Hellwig
2023-06-07
1
-2
/
+2
*
blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()
Waiman Long
2023-06-07
1
-0
/
+5
*
blk-ioc: fix recursive spin_lock/unlock_irq() in ioc_clear_queue()
Yu Kuai
2023-06-07
1
-2
/
+2
*
nbd: Add the maximum limit of allocated index in nbd_dev_add
Zhong Jinghua
2023-06-07
1
-1
/
+2
*
blk-ioprio: Introduce promote-to-rt policy
Hou Tao
2023-06-07
2
-21
/
+44
*
blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost
Li Nan
2023-06-05
1
-3
/
+4
*
block: mark early_lookup_bdev as __init
Christoph Hellwig
2023-06-05
2
-11
/
+10
*
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
*
PM: hibernate: don't use early_lookup_bdev in resume_store
Christoph Hellwig
2023-06-05
1
-1
/
+17
*
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
2
-19
/
+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
*
block: move more code to early-lookup.c
Christoph Hellwig
2023-06-05
3
-93
/
+92
*
block: move the code to do early boot lookup of block devices to block/
Christoph Hellwig
2023-06-05
4
-222
/
+227
*
init: clear root_wait on all invalid root= strings
Christoph Hellwig
2023-06-05
1
-7
/
+11
*
init: improve the name_to_dev_t interface
Christoph Hellwig
2023-06-05
9
-75
/
+74
*
init: move the nfs/cifs/ram special cases out of name_to_dev_t
Christoph Hellwig
2023-06-05
2
-9
/
+12
*
init: factor the root_wait logic in prepare_namespace into a helper
Christoph Hellwig
2023-06-05
1
-10
/
+22
*
init: handle ubi/mtd root mounting like all other root types
Christoph Hellwig
2023-06-05
2
-9
/
+15
*
init: don't remove the /dev/ prefix from error messages
Christoph Hellwig
2023-06-05
1
-11
/
+6
*
init: pass root_device_name explicitly
Christoph Hellwig
2023-06-05
3
-25
/
+29
*
init: refactor mount_root
Christoph Hellwig
2023-06-05
1
-48
/
+56
*
init: rename mount_block_root to mount_root_generic
Christoph Hellwig
2023-06-05
3
-5
/
+5
[next]