summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix error handling code in add_new_gdbDinghao Liu2020-10-181-1/+3
* ext4: disallow modifying DAX inode flag if inline_data has been setXiao Yang2020-10-181-1/+1
* ext4: remove unused argument from ext4_(inc|dec)_countNikolay Borisov2020-10-181-10/+10
* ext4: do not interpret high bytes if 64bit feature is disabledPetr Malat2020-10-181-6/+8
* ext4: delete duplicated words + other fixesRandy Dunlap2020-10-185-6/+6
* ext4: flag as supporting buffered async readsJens Axboe2020-10-181-1/+1
* ext4: fix leaking sysfs kobject after failed mountEric Biggers2020-10-181-0/+1
* ext4: discard preallocations before releasing group lockJan Kara2020-10-181-20/+13
* ext4: fix dead loop in ext4_mb_new_blocksYe Bin2020-10-181-1/+3
* ext4: implement swap_activate aops using iomapRitesh Harjani2020-10-181-0/+11
* Linux 5.9-rc7v5.9-rc7Linus Torvalds2020-09-271-1/+1
* Merge tag 'kbuild-fixes-v5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-09-272-3/+17
|\
| * Documentation/llvm: Fix clang target examplesFlorian Fainelli2020-09-261-2/+2
| * scripts/kallsyms: skip ppc compiler stub *.long_branch.* / *.plt_branch.*Masahiro Yamada2020-09-241-1/+15
* | Merge tag 'x86-urgent-2020-09-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-09-277-12/+68
|\ \
| * | x86/ioapic: Unbreak check_timer()Thomas Gleixner2020-09-231-0/+1
| * | x86/irq: Make run_on_irqstack_cond() typesafeThomas Gleixner2020-09-226-12/+67
* | | Merge tag 'timers-urgent-2020-09-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-09-273-22/+25
|\ \ \
| * \ \ Merge tag 'timers-v5.9-rc4' of https://git.linaro.org/people/daniel.lezcano/l...Thomas Gleixner2020-09-273-22/+25
| |\ \ \
| | * | | clocksource/drivers/timer-gx6605s: Fixup counter reloadGuo Ren2020-08-241-0/+1
| | * | | clocksource/drivers/timer-ti-dm: Do reset before enableTony Lindgren2020-08-241-21/+23
| | * | | clocksource/drivers/h8300_timer8: Fix wrong return value in h8300_8timer_init()Tianjia Zhang2020-08-241-1/+1
| |/ / /
* | | | mm/thp: Split huge pmds/puds if they're pinned when fork()Peter Xu2020-09-271-0/+28
* | | | mm: Do early cow for pinned pages during fork() for ptesPeter Xu2020-09-271-16/+189
* | | | mm/fork: Pass new vma pointer into copy_page_range()Peter Xu2020-09-273-7/+11
* | | | mm: Introduce mm_struct.has_pinnedPeter Xu2020-09-273-0/+17
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-09-266-73/+159
|\ \ \ \
| * | | | scsi: sd: sd_zbc: Fix ZBC disk initializationDamien Le Moal2020-09-163-35/+35
| * | | | scsi: sd: sd_zbc: Fix handling of host-aware ZBC disksDamien Le Moal2020-09-165-14/+72
| * | | | scsi: lpfc: Fix initial FLOGI failure due to BBSCN not supportedJames Smart2020-09-161-24/+52
* | | | | Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-261-7/+7
|\ \ \ \ \
| * | | | | io_uring: ensure async buffered read-retry is setup properlyJens Axboe2020-09-251-4/+2
| * | | | | io_uring: don't unconditionally set plug->nowait = trueJens Axboe2020-09-251-3/+0
| * | | | | io_uring: ensure open/openat2 name is cleaned on cancelationJens Axboe2020-09-251-0/+5
* | | | | | Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-266-24/+29
|\ \ \ \ \ \
| * | | | | | block: remove unused BLK_QC_T_EAGAIN flagJeffle Xu2020-09-251-2/+1
| * | | | | | Merge tag 'nvme-5.9-2020-09-24' of git://git.infradead.org/nvme into block-5.9Jens Axboe2020-09-245-22/+28
| |\ \ \ \ \ \
| | * | | | | | nvme-core: don't use NVME_NSID_ALL for command effects and supported logChaitanya Kulkarni2020-09-231-1/+1
| | * | | | | | nvme-fc: fail new connections to a deleted host or remote portJames Smart2020-09-221-2/+4
| | * | | | | | nvme-pci: fix NULL req in completion handlerXianting Tian2020-09-221-7/+7
| | * | | | | | nvme: return errors for hwmon initKeith Busch2020-09-223-12/+16
| |/ / / / / /
* | | | | | | Merge tag 's390-5.9-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-09-261-1/+2
|\ \ \ \ \ \ \
| * | | | | | | s390/zcrypt: Fix ZCRYPT_PERDEV_REQCNT ioctlChristian Borntraeger2020-09-241-1/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-09-2617-84/+181
|\ \ \ \ \ \ \
| * | | | | | | mm: don't rely on system state to detect hot-plug operationsLaurent Dufour2020-09-263-35/+64
| * | | | | | | mm: replace memmap_context by meminit_contextLaurent Dufour2020-09-265-13/+18
| * | | | | | | arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache() cache writebackMikulas Patocka2020-09-261-1/+1
| * | | | | | | lib/memregion.c: include memregion.hJason Yan2020-09-261-0/+1
| * | | | | | | lib/string.c: implement stpcpyNick Desaulniers2020-09-261-0/+24
| * | | | | | | mm/migrate: correct thp migration statsZi Yan2020-09-261-4/+3