summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | scsi: target: Fix protect handling in WRITE SAME(32)Dmitry Bogdanov2021-07-191-18/+17
| * | | | | | scsi: iscsi: Fix iface sysfs attr detectionMike Christie2021-07-191-56/+34
* | | | | | | Merge tag 'io_uring-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-242-17/+45
|\ \ \ \ \ \ \
| * | | | | | | io_uring: explicitly catch any illegal async queue attemptJens Axboe2021-07-242-1/+17
| * | | | | | | io_uring: never attempt iopoll reissue from release pathJens Axboe2021-07-241-7/+7
| * | | | | | | io_uring: fix early fdput() of fileJens Axboe2021-07-231-2/+4
| * | | | | | | io_uring: fix memleak in io_init_wq_offload()Yang Yingliang2021-07-201-1/+5
| * | | | | | | io_uring: remove double poll entry on arm failurePavel Begunkov2021-07-201-0/+2
| * | | | | | | io_uring: explicitly count entries for poll reqsPavel Begunkov2021-07-201-6/+10
* | | | | | | | Merge tag 'block-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-246-19/+32
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'nvme-5.14-2021-07-22' of git://git.infradead.org/nvme into block-5.14Jens Axboe2021-07-225-18/+31
| |\ \ \ \ \ \ \ \
| | * | | | | | | | nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig2021-07-211-1/+4
| | * | | | | | | | nvme: fix nvme_setup_command metadata trace eventKeith Busch2021-07-211-3/+3
| | * | | | | | | | nvme: fix refcounting imbalance when all paths are downHannes Reinecke2021-07-213-13/+21
| | * | | | | | | | nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTINGZhihao Cheng2021-07-211-1/+3
| |/ / / / / / / /
| * | | | | | | | block: increase BLKCG_MAX_POLSOleksandr Natalenko2021-07-171-1/+1
* | | | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-242-12/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | i2c: mpc: Poll for MCFChris Packham2021-07-201-2/+2
| * | | | | | | | | Merge tag 'at24-fixes-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel...Wolfram Sang2021-07-201-10/+7
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| | * | | | | | | | misc: eeprom: at24: Always append device id even if label property is set.Jérôme Glisse2021-07-011-10/+7
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-2415-51/+93
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | hugetlbfs: fix mount mode command line processingMike Kravetz2021-07-241-1/+1
| * | | | | | | | | | mm: fix the deadlock in finish_fault()Qi Zheng2021-07-241-1/+10
| * | | | | | | | | | mm: mmap_lock: fix disabling preemption directlyMuchun Song2021-07-241-2/+2
| * | | | | | | | | | mm/secretmem: wire up ->set_page_dirtyMike Rapoport2021-07-241-0/+1
| * | | | | | | | | | writeback, cgroup: do not reparent dax inodesRoman Gushchin2021-07-241-0/+3
| * | | | | | | | | | writeback, cgroup: remove wb from offline list before releasing refcntRoman Gushchin2021-07-241-1/+1
| * | | | | | | | | | memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regionsMike Rapoport2021-07-242-3/+4
| * | | | | | | | | | mm: page_alloc: fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interactionSergei Trofimovich2021-07-241-13/+16
| * | | | | | | | | | mm: use kmap_local_page in memzero_pageChristoph Hellwig2021-07-241-2/+2
| * | | | | | | | | | mm: call flush_dcache_page() in memcpy_to_page() and memzero_page()Christoph Hellwig2021-07-241-0/+2
| * | | | | | | | | | kfence: skip all GFP_ZONEMASK allocationsAlexander Potapenko2021-07-241-0/+9
| * | | | | | | | | | kfence: move the size check to the beginning of __kfence_alloc()Alexander Potapenko2021-07-241-3/+7
| * | | | | | | | | | kfence: defer kfence_test_init to ensure that kunit debugfs is createdWeizhao Ouyang2021-07-241-1/+1
| * | | | | | | | | | selftest: use mmap instead of posix_memalign to allocate memoryPeter Collingbourne2021-07-241-2/+4
| * | | | | | | | | | userfaultfd: do not untag user pointersPeter Collingbourne2021-07-242-22/+30
* | | | | | | | | | | Merge tag 'for-5.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-2312-47/+79
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | btrfs: store a block_device in struct btrfs_ordered_extentChristoph Hellwig2021-07-224-13/+6
| * | | | | | | | | | btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana2021-07-226-25/+48
| * | | | | | | | | | btrfs: check for missing device in btrfs_trim_fsAnand Jain2021-07-221-0/+3
| * | | | | | | | | | btrfs: fix unpersisted i_size on fsync after expanding truncateFilipe Manana2021-07-221-9/+22
* | | | | | | | | | | Merge tag 'ceph-for-5.14-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2021-07-232-21/+14
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rbd: resurrect setting of disk->private_data in rbd_init_disk()Ilya Dryomov2021-07-211-0/+1
| * | | | | | | | | | | ceph: don't WARN if we're still opening a session to an MDSLuis Henriques2021-07-201-1/+1
| * | | | | | | | | | | rbd: don't hold lock_rwsem while running_list is being drainedIlya Dryomov2021-07-201-7/+5
| * | | | | | | | | | | rbd: always kick acquire on "acquired" and "released" notificationsIlya Dryomov2021-07-201-13/+7
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'trace-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-07-238-20/+53
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | tracepoints: Update static_call before tp_funcs when adding a tracepointSteven Rostedt (VMware)2021-07-231-1/+1
| * | | | | | | | | | | ftrace: Remove redundant initialization of variable retColin Ian King2021-07-231-1/+1
| * | | | | | | | | | | ftrace: Avoid synchronize_rcu_tasks_rude() call when not necessaryNicolas Saenz Julienne2021-07-231-1/+2