index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-21
block: call blk_mq_exit_queue from disk_release for never added disks
Christoph Hellwig
1
-0
/
+15
2022-07-21
blk-mq: fix error handling in __blk_mq_alloc_disk
Christoph Hellwig
1
-1
/
+1
2022-07-21
ublk: defer disk allocation
Christoph Hellwig
1
-74
/
+53
2022-07-21
ublk: rewrite ublk_ctrl_get_queue_affinity to not rely on hctx->cpumask
Christoph Hellwig
1
-31
/
+24
2022-07-21
ublk: fold __ublk_create_dev into ublk_ctrl_add_dev
Christoph Hellwig
1
-20
/
+8
2022-07-21
ublk: cleanup ublk_ctrl_uring_cmd
Christoph Hellwig
1
-118
/
+116
2022-07-21
ublk: simplify ublk_ch_open and ublk_ch_release
Christoph Hellwig
1
-10
/
+7
2022-07-21
ublk: remove the empty open and release block device operations
Christoph Hellwig
1
-11
/
+0
2022-07-21
ublk: remove UBLK_IO_F_PREFLUSH
Christoph Hellwig
2
-4
/
+0
2022-07-21
ublk: add a MAINTAINERS entry
Christoph Hellwig
1
-0
/
+7
2022-07-20
block: don't allow the same type rq_qos add more than once
Jinke Han
4
-16
/
+45
2022-07-18
mmc: fix disk/queue leak in case of adding disk failure
Ming Lei
1
-2
/
+3
2022-07-18
ublk_drv: fix an IS_ERR() vs NULL check
Dan Carpenter
1
-2
/
+2
2022-07-18
ublk: remove UBLK_IO_F_INTEGRITY
Christoph Hellwig
2
-4
/
+0
2022-07-18
ublk_drv: remove unneeded semicolon
Yang Li
1
-2
/
+2
2022-07-18
ublk_drv: fix missing error return code in ublk_add_dev()
Yang Yingliang
1
-1
/
+3
2022-07-16
ublk_drv: fix build warning with -Wmaybe-uninitialized and one sparse warning
Ming Lei
1
-4
/
+2
2022-07-15
blktrace: Fix the blk_fill_rwbs() kernel-doc header
Bart Van Assche
1
-3
/
+3
2022-07-15
fs/buffer: Fix the ll_rw_block() kernel-doc header
Bart Van Assche
1
-3
/
+2
2022-07-14
fs/zonefs: Use the enum req_op type for tracing request operations
Bart Van Assche
1
-1
/
+1
2022-07-14
fs/xfs: Use the enum req_op and blk_opf_t types
Bart Van Assche
4
-5
/
+5
2022-07-14
PM: Use the enum req_op and blk_opf_t types
Bart Van Assche
1
-16
/
+13
2022-07-14
fs/ocfs2: Use the enum req_op and blk_opf_t types
Bart Van Assche
1
-6
/
+5
2022-07-14
fs/ntfs3: Use enum req_op where appropriate
Bart Van Assche
2
-2
/
+2
2022-07-14
fs/nilfs2: Use the enum req_op and blk_opf_t types
Bart Van Assche
6
-23
/
+23
2022-07-14
fs/nfs: Use enum req_op where appropriate
Bart Van Assche
1
-7
/
+6
2022-07-14
fs/jbd2: Fix the documentation of the jbd2_write_superblock() callers
Bart Van Assche
3
-14
/
+15
2022-07-14
fs/iomap: Use the new blk_opf_t type
Bart Van Assche
1
-4
/
+4
2022-07-14
fs/hfsplus: Use the enum req_op and blk_opf_t types
Bart Van Assche
4
-12
/
+11
2022-07-14
fs/gfs2: Use the enum req_op and blk_opf_t types
Bart Van Assche
5
-11
/
+10
2022-07-14
fs/f2fs: Use the enum req_op and blk_opf_t types
Bart Van Assche
5
-21
/
+22
2022-07-14
fs/ext4: Use the new blk_opf_t type
Bart Van Assche
3
-12
/
+12
2022-07-14
fs/btrfs: Use the enum req_op and blk_opf_t types
Bart Van Assche
6
-19
/
+19
2022-07-14
fs/mpage: Use the new blk_opf_t type
Bart Van Assche
1
-3
/
+3
2022-07-14
fs/direct-io: Reduce the size of struct dio
Bart Van Assche
1
-17
/
+23
2022-07-14
fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
Bart Van Assche
35
-90
/
+88
2022-07-14
fs/buffer: Use the new blk_opf_t type
Bart Van Assche
2
-14
/
+16
2022-07-14
mm: Use the new blk_opf_t type
Bart Van Assche
1
-2
/
+2
2022-07-14
scsi/target: Use the new blk_opf_t type
Bart Van Assche
1
-2
/
+2
2022-07-14
scsi/ufs: Rename a 'dir' argument into 'op'
Bart Van Assche
1
-2
/
+2
2022-07-14
scsi/device_handlers: Use the new blk_opf_t type
Bart Van Assche
4
-6
/
+6
2022-07-14
scsi/core: Use the new blk_opf_t type
Bart Van Assche
2
-4
/
+4
2022-07-14
scsi/core: Change the return type of scsi_noretry_cmd() into bool
Bart Van Assche
2
-9
/
+9
2022-07-14
scsi/core: Improve static type checking
Bart Van Assche
2
-5
/
+5
2022-07-14
nvme/target: Use the new blk_opf_t type
Bart Van Assche
2
-11
/
+12
2022-07-14
nvme/host: Use the enum req_op and blk_opf_t types
Bart Van Assche
2
-3
/
+3
2022-07-14
md/raid5: Use the enum req_op and blk_opf_t types
Bart Van Assche
1
-1
/
+2
2022-07-14
md/raid10: Use the new blk_opf_t type
Bart Van Assche
1
-5
/
+5
2022-07-14
md/raid1: Use the new blk_opf_t type
Bart Van Assche
1
-2
/
+2
2022-07-14
md/bcache: Combine two prio_io() arguments
Bart Van Assche
1
-5
/
+4
[next]