index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-30
Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin"
Theodore Ts'o
2
-4
/
+14
2021-06-30
Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1908
-26440
/
+107321
2021-06-30
Merge tag 'sched-urgent-2021-06-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-6
/
+6
2021-06-30
Merge tag 'microblaze-v5.14' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
2
-4
/
+1
2021-06-30
Merge tag 'safesetid-5.14' of git://github.com/micah-morton/linux
Linus Torvalds
2
-2
/
+2
2021-06-30
Merge tag 'Smack-for-5.14' of git://github.com/cschaufler/smack-next
Linus Torvalds
2
-5
/
+9
2021-06-30
Merge tag 'audit-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
Linus Torvalds
5
-37
/
+53
2021-06-30
Merge tag 'selinux-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
Linus Torvalds
15
-121
/
+90
2021-06-30
ubd: remove dead code in ubd_setup_common
Christoph Hellwig
1
-10
/
+0
2021-06-30
nvme: use return value from blk_execute_rq()
Keith Busch
4
-18
/
+33
2021-06-30
block: return errors from blk_execute_rq()
Keith Busch
2
-3
/
+8
2021-06-30
nvme: use blk_execute_rq() for passthrough commands
Keith Busch
8
-47
/
+19
2021-06-30
block: support polling through blk_execute_rq
Keith Busch
1
-1
/
+17
2021-06-30
block: remove REQ_OP_SCSI_{IN,OUT}
Christoph Hellwig
14
-51
/
+19
2021-06-30
block: mark blk_mq_init_queue_data static
Christoph Hellwig
2
-4
/
+1
2021-06-30
loop: rewrite loop_exit using idr_for_each_entry
Christoph Hellwig
1
-9
/
+5
2021-06-30
loop: split loop_lookup
Christoph Hellwig
1
-45
/
+12
2021-06-30
loop: don't allow deleting an unspecified loop device
Christoph Hellwig
1
-0
/
+5
2021-06-30
loop: move loop_ctl_mutex locking into loop_add
Christoph Hellwig
1
-24
/
+13
2021-06-30
loop: split loop_control_ioctl
Christoph Hellwig
1
-33
/
+60
2021-06-30
loop: don't call loop_lookup before adding a loop device
Christoph Hellwig
1
-8
/
+1
2021-06-30
loop: remove the l argument to loop_add
Christoph Hellwig
1
-7
/
+5
2021-06-30
loop: reduce loop_ctl_mutex coverage in loop_exit
Christoph Hellwig
1
-2
/
+3
2021-06-30
loop: reorder loop_exit
Christoph Hellwig
1
-5
/
+2
2021-06-30
mmc: initialized disk->minors
Christoph Hellwig
1
-0
/
+1
2021-06-30
mmc: switch to blk_mq_alloc_disk
Christoph Hellwig
3
-25
/
+14
2021-06-30
mmc: remove an extra blk_{get,put}_queue pair
Christoph Hellwig
1
-13
/
+1
2021-06-30
nbd: provide a way for userspace processes to identify device backends
Prasanna Kumar Kalever
2
-1
/
+60
2021-06-30
ubd: use blk_mq_alloc_disk and blk_cleanup_disk
Christoph Hellwig
1
-30
/
+14
2021-06-30
ubd: remove the code to register as the legacy IDE driver
Christoph Hellwig
1
-93
/
+11
2021-06-30
null_blk: remove an unused variable assignment in null_add_dev
Christoph Hellwig
1
-1
/
+0
2021-06-30
mtip32xx: use blk_mq_alloc_disk and blk_cleanup_disk
Christoph Hellwig
1
-44
/
+27
2021-06-30
mtip32xx: simplify sysfs setup
Christoph Hellwig
1
-64
/
+15
2021-06-30
Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
14
-37
/
+74
2021-06-30
io_uring: code clean for kiocb_done()
Hao Xu
1
-1
/
+1
2021-06-30
io_uring: spin in iopoll() only when reqs are in a single queue
Hao Xu
1
-6
/
+14
2021-06-30
io_uring: pre-initialise some of req fields
Pavel Begunkov
1
-6
/
+18
2021-06-30
io_uring: refactor io_submit_flush_completions
Pavel Begunkov
1
-5
/
+5
2021-06-30
io_uring: optimise hot path restricted checks
Pavel Begunkov
1
-2
/
+2
2021-06-30
io_uring: remove not needed PF_EXITING check
Pavel Begunkov
1
-7
/
+2
2021-06-30
io_uring: mainstream sqpoll task_work running
Pavel Begunkov
1
-4
/
+3
2021-06-30
io_uring: refactor io_arm_poll_handler()
Pavel Begunkov
1
-21
/
+16
2021-06-30
io_uring: reduce latency by reissueing the operation
Olivier Langlois
1
-9
/
+22
2021-06-30
io_uring: add IOPOLL and reserved field checks to IORING_OP_UNLINKAT
Jens Axboe
1
-0
/
+4
2021-06-30
io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEAT
Jens Axboe
1
-0
/
+4
2021-06-30
io_uring: refactor io_openat2()
Pavel Begunkov
1
-15
/
+14
2021-06-30
io_uring: simplify struct io_uring_sqe layout
Pavel Begunkov
1
-14
/
+10
2021-06-30
io_uring: update sqe layout build checks
Pavel Begunkov
1
-0
/
+2
2021-06-30
io_uring: fix code style problems
Pavel Begunkov
1
-8
/
+8
2021-06-30
io_uring: refactor io_sq_thread()
Pavel Begunkov
1
-3
/
+3
[prev]
[next]