summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: fix an integer overflow in logical block sizeMikulas Patocka2020-01-164-7/+7
* null_blk: Fix zone write handlingDamien Le Moal2020-01-151-1/+3
* block: fix get_max_segment_size() overflow on 32bit archMing Lei2020-01-141-2/+7
* nvmet: fix per feat data len for get_featureAmit Engel2020-01-101-1/+11
* nvme: Translate more status codes to blk_status_tKeith Busch2020-01-101-0/+2
* fs: move guard_bio_eod() after bio_set_op_attrsMing Lei2020-01-094-7/+17
* block: remove unused mp_bvec_last_segmentJens Axboe2020-01-051-22/+0
* null_blk: Fix REQ_OP_ZONE_CLOSE handlingDamien Le Moal2019-12-301-1/+4
* block: fix splitting segments on boundary masksMing Lei2019-12-301-9/+9
* block: add bio_truncate to fix guard_bio_eodMing Lei2019-12-283-24/+41
* compat_ioctl: block: handle Persistent ReservationsArnd Bergmann2019-12-211-0/+9
* compat_ioctl: block: handle add zone open, close and finish ioctlArnd Bergmann2019-12-211-0/+3
* compat_ioctl: block: handle BLKGETZONESZ/BLKGETNRZONESArnd Bergmann2019-12-211-0/+2
* compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONEArnd Bergmann2019-12-211-0/+2
* pktcdvd: fix regression on 64-bit architecturesArnd Bergmann2019-12-211-1/+1
* sbitmap: only queue kyber's wait callback if not already activeDavid Jeffery2019-12-211-1/+1
* block: fix memleak when __blk_rq_map_user_iov() is failedYang Yingliang2019-12-201-1/+1
* s390/dasd: fix typo in copyright statementStefan Haberland2019-12-202-2/+2
* s390/dasd: fix memleak in path handling error caseStefan Haberland2019-12-201-17/+2
* s390/dasd/cio: Interpret ccw_device_get_mdc return value correctlyJan Höppner2019-12-202-5/+6
* block: Fix a lockdep complaint triggered by request queue flushingBart Van Assche2019-12-202-0/+6
* block: Fix the type of 'sts' in bsg_queue_rq()Bart Van Assche2019-12-201-1/+1
* block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAITRoman Penyaev2019-12-171-4/+7
* nbd: fix shutdown and recv work deadlock v2Mike Christie2019-12-171-3/+3
* iocost: over-budget forced IOs should schedule async delayTejun Heo2019-12-171-5/+8
* Merge tag 'linux-kselftest-5.5-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-12-1619-40/+119
|\
| * kselftest: Support old perl versionsSeongJae Park2019-12-111-0/+1
| * kselftest/runner: Print new line in print of timeout logSeongJae Park2019-12-111-0/+1
| * selftests: Fix dangling documentation references to kselftest_module.shMichael Ellerman2019-12-112-5/+5
| * Documentation: kunit: add documentation for kunit_toolBrendan Higgins2019-12-093-1/+62
| * Documentation: kunit: fix typos and gramatical errorsBrendan Higgins2019-12-092-16/+16
| * kunit: testing kunit: Bug fix in test_run_timeout functionHeidi Fahim2019-12-091-1/+1
| * fs/ext4/inode-test: Fix inode test on 32 bit platforms.Iurii Zaikin2019-12-091-1/+1
| * selftests: safesetid: Fix Makefile to set correct test programMasami Hiramatsu2019-12-091-1/+1
| * selftests: safesetid: Check the return value of setuid/setgidMasami Hiramatsu2019-12-091-5/+10
| * selftests: safesetid: Move link library to LDLIBSMasami Hiramatsu2019-12-091-1/+2
| * selftests/ftrace: Fix multiple kprobe testcaseMasami Hiramatsu2019-12-091-3/+3
| * selftests/ftrace: Do not to use absolute debugfs pathMasami Hiramatsu2019-12-093-5/+5
| * selftests/ftrace: Fix ftrace test cases to check unsupportedMasami Hiramatsu2019-12-092-0/+7
| * selftests/ftrace: Fix to check the existence of set_ftrace_filterMasami Hiramatsu2019-12-091-1/+4
* | iommu: fix KASAN use-after-free in iommu_insert_resv_regionEric Auger2019-12-161-2/+2
* | Fix root mounting with no mount optionsLinus Torvalds2019-12-161-10/+13
* | Linux 5.5-rc2v5.5-rc2Linus Torvalds2019-12-161-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-12-1513-73/+180
|\ \
| * | IB/mlx5: Fix device memory flowsYishai Hadas2019-12-124-52/+105
| * | IB/core: Introduce rdma_user_mmap_entry_insert_range() APIYishai Hadas2019-12-122-9/+44
| * | IB/mlx5: Fix steering rule of drop and countMaor Gottlieb2019-12-121-7/+6
| * | IB/mlx4: Follow mirror sequence of device add during device removalParav Pandit2019-12-121-4/+5
| * | RDMA/counter: Prevent auto-binding a QP which are not tracked with resMark Zhang2019-12-121-0/+3
| * | rxe: correctly calculate iCRC for unaligned payloadsSteve Wise2019-12-093-1/+14