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-08-24
ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup
Johnathon Clark
1
-0
/
+1
2021-08-24
ALSA: usb-audio: Fix regression on Sony WALKMAN NW-A45 DAC
Takashi Iwai
1
-0
/
+5
2021-08-23
scsi: core: Fix missing FORCE for scsi_devinfo_tbl.c build rule
Masahiro Yamada
1
-2
/
+4
2021-08-23
scsi: qla1280: Stop using scsi_cmnd.tag
John Garry
1
-1
/
+1
2021-08-23
scsi: qla2xxx: Open-code qla2xxx_eh_device_reset()
Hannes Reinecke
1
-31
/
+23
2021-08-23
scsi: qla2xxx: Open-code qla2xxx_eh_target_reset()
Hannes Reinecke
1
-3
/
+53
2021-08-23
scsi: qla2xxx: Do not call fc_block_scsi_eh() during bus reset
Hannes Reinecke
1
-10
/
+0
2021-08-23
scsi: qla2xxx: Update version to 10.02.06.200-k
Nilesh Javali
1
-2
/
+2
2021-08-23
scsi: qla2xxx: edif: Fix returnvar.cocci warnings
kernel test robot
1
-2
/
+1
2021-08-23
scsi: qla2xxx: Fix NVMe session down detection
Quinn Tran
3
-5
/
+26
2021-08-23
scsi: qla2xxx: Fix NVMe retry
Quinn Tran
5
-26
/
+40
2021-08-23
scsi: qla2xxx: Fix hang on NVMe command timeouts
Arun Easi
4
-14
/
+25
2021-08-23
scsi: qla2xxx: Fix NVMe | FCP personality change
Quinn Tran
2
-2
/
+4
2021-08-23
scsi: qla2xxx: edif: Do secure PLOGI when auth app is present
Quinn Tran
5
-14
/
+10
2021-08-23
scsi: qla2xxx: edif: Add N2N support for EDIF
Quinn Tran
11
-64
/
+232
2021-08-23
scsi: qla2xxx: Fix hang during NVMe session tear down
Arun Easi
1
-1
/
+1
2021-08-23
scsi: qla2xxx: edif: Fix EDIF enable flag
Quinn Tran
2
-3
/
+13
2021-08-23
scsi: qla2xxx: edif: Reject AUTH ELS on session down
Quinn Tran
3
-2
/
+8
2021-08-23
scsi: qla2xxx: edif: Fix stale session
Quinn Tran
3
-0
/
+11
2021-08-23
selftests/bpf: Reduce flakyness in timer_mim
Yucong Sun
1
-4
/
+12
2021-08-23
Merge branch 'Refactor cgroup_bpf internals to use more specific attach_type'
Alexei Starovoitov
8
-132
/
+226
2021-08-23
bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum
Dave Marchevsky
8
-132
/
+226
2021-08-23
xfs: only set IOMAP_F_SHARED when providing a srcmap to a write
Darrick J. Wong
1
-4
/
+4
2021-08-23
IMA: reject unknown hash algorithms in ima_get_hash_algo
THOBY Simon
1
-1
/
+2
2021-08-23
Keep read and write fds with each nlm_file
J. Bruce Fields
7
-44
/
+111
2021-08-23
Merge tag 'aspeed-5.15-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc into arm/defconfig
Arnd Bergmann
2
-27
/
+14
2021-08-23
ucounts: Increase ucounts reference counter before the security hook
Alexey Gladkov
1
-6
/
+6
2021-08-23
ucounts: Fix regression preventing increasing of rlimits in init_user_ns
Eric W. Biederman
1
-4
/
+4
2021-08-23
bpf: Fix ringbuf helper function compatibility
Daniel Borkmann
1
-2
/
+6
2021-08-23
io_uring: add support for IORING_OP_LINKAT
Dmitry Kadashev
4
-1
/
+76
2021-08-23
io_uring: add support for IORING_OP_SYMLINKAT
Dmitry Kadashev
4
-2
/
+70
2021-08-23
bio: improve kerneldoc documentation for bio_alloc_kiocb()
Jens Axboe
1
-1
/
+4
2021-08-23
block: provide bio_clear_hipri() helper
Jens Axboe
3
-6
/
+10
2021-08-23
block: use the percpu bio cache in __blkdev_direct_IO
Christoph Hellwig
1
-2
/
+4
2021-08-23
io_uring: enable use of bio alloc cache
Jens Axboe
1
-1
/
+1
2021-08-23
block: clear BIO_PERCPU_CACHE flag if polling isn't supported
Jens Axboe
1
-1
/
+4
2021-08-23
bio: add allocation cache abstraction
Jens Axboe
4
-14
/
+135
2021-08-23
fs: add kiocb alloc cache flag
Jens Axboe
1
-0
/
+2
2021-08-23
bio: optimize initialization of a bio
Jens Axboe
1
-2
/
+30
2021-08-23
io_uring: fix io_try_cancel_userdata race for iowq
Pavel Begunkov
1
-2
/
+3
2021-08-23
io_uring: add support for IORING_OP_MKDIRAT
Dmitry Kadashev
2
-0
/
+61
2021-08-23
namei: update do_*() helpers to return ints
Dmitry Kadashev
2
-8
/
+8
2021-08-23
namei: make do_linkat() take struct filename
Dmitry Kadashev
1
-16
/
+29
2021-08-23
namei: add getname_uflags()
Dmitry Kadashev
3
-6
/
+11
2021-08-23
namei: make do_symlinkat() take struct filename
Dmitry Kadashev
1
-11
/
+12
2021-08-23
namei: make do_mknodat() take struct filename
Dmitry Kadashev
1
-8
/
+11
2021-08-23
namei: make do_mkdirat() take struct filename
Dmitry Kadashev
2
-7
/
+20
2021-08-23
namei: change filename_parentat() calling conventions
Dmitry Kadashev
1
-55
/
+53
2021-08-23
namei: ignore ERR/NULL names in putname()
Dmitry Kadashev
1
-4
/
+5
2021-08-23
io_uring: IRQ rw completion batching
Pavel Begunkov
1
-1
/
+16
[prev]
[next]