summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext4: don't remount read-only with errors=continue on rebootJan Kara2020-12-171-8/+6
* ext4: fix deadlock with fs freezing and EA inodesJan Kara2020-12-171-5/+14
* jbd2: add a helper to find out number of fast commit blocksHarshad Shirwadkar2020-12-172-7/+10
* ext4: make fast_commit.h byte identical with e2fsprogs/fast_commit.hHarshad Shirwadkar2020-12-172-55/+61
* ext4: fix fall-through warnings for ClangGustavo A. R. Silva2020-12-171-0/+1
* ext4: add docs about fast commit idempotenceHarshad Shirwadkar2020-12-172-0/+111
* ext4: remove the unused EXT4_CURRENT_REV macroKaixu Xia2020-12-171-1/+0
* ext4: fix an IS_ERR() vs NULL checkDan Carpenter2020-12-171-2/+2
* ext4: check for invalid block size early when mounting a file systemTheodore Ts'o2020-12-171-24/+16
* ext4: fix a memory leak of ext4_free_dataChunguang Xu2020-12-171-0/+1
* ext4: delete nonsensical (commented-out) code inside ext4_xattr_block_set()Chunguang Xu2020-12-091-1/+0
* ext4: update ext4_data_block_valid related commentsChunguang Xu2020-12-091-3/+3
* ext4: simplify the code of mb_find_order_for_blockChunguang Xu2020-12-031-7/+3
* ext4: remove redundant mb_regenerate_buddy()Chunguang Xu2020-12-031-19/+0
* ext4: use ASSERT() to replace J_ASSERT()Chunguang Xu2020-12-037-18/+24
* ext4: print quota journalling mode on (re-)mountRoman Anufriev2020-12-031-3/+20
* ext4: add helpers for checking whether quota can be enabled/is journalledRoman Anufriev2020-12-033-10/+19
* ext4: remove redundant assignment of variable exColin Ian King2020-12-031-1/+0
* ext4: remove the null check of bio_vec pageXianting Tian2020-12-031-3/+0
* ext4: remove redundant operation that set bh to NULLKaixu Xia2020-12-031-2/+0
* Updated locking documentation for transaction_tAlexander Lochmann2020-12-031-2/+3
* Linux 5.10-rc5v5.10-rc5Linus Torvalds2020-11-221-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-11-2212-17/+223
|\
| * HID: logitech-dj: Fix Dinovo Mini when paired with a MX5x00 receiverHans de Goede2020-11-192-0/+26
| * HID: logitech-dj: Fix an error in mse_bluetooth_descriptorHans de Goede2020-11-191-1/+1
| * HID: Add Logitech Dinovo Edge battery quirkHans de Goede2020-11-122-0/+4
| * HID: logitech-hidpp: Add HIDPP_CONSUMER_VENDOR_KEYS quirk for the Dinovo EdgeHans de Goede2020-11-121-0/+6
| * HID: logitech-dj: Handle quad/bluetooth keyboards with a builtin trackpadHans de Goede2020-11-121-0/+19
| * HID: add HID_QUIRK_INCREMENT_USAGE_ON_DUPLICATE for Gamevice devicesChris Ye2020-11-092-0/+8
| * HID: mcp2221: Fix GPIO output handlingLars Povlsen2020-11-051-9/+39
| * HID: hid-sensor-hub: Fix issue with devices with no report IDPablo Ceballos2020-11-051-1/+2
| * HID: i2c-hid: Put ACPI enumerated devices in D3 on shutdownHans de Goede2020-10-291-0/+9
| * HID: add support for Sega SaturnJiri Kosina2020-10-232-0/+2
| * HID: cypress: Support Varmilo Keyboards' media hotkeysFrank Yang2020-10-232-5/+41
| * HID: ite: Replace ABS_MISC 120/121 events with touchpad on/off keypressesHans de Goede2020-10-221-1/+60
| * HID: logitech-hidpp: Add PID for MX Anywhere 2Harry Cutts2020-10-221-0/+1
| * HID: uclogic: Add ID for Trust Flex Design TabletMartijn van de Streek2020-10-223-0/+5
* | Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-11-224-57/+95
|\ \
| * | sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli2020-11-173-50/+68
| * | sched: Fix rq->nr_iowait orderingPeter Zijlstra2020-11-171-5/+10
| * | sched: Fix data-race in wakeupPeter Zijlstra2020-11-171-1/+15
| * | sched/fair: Fix overutilized update in enqueue_task_fair()Quentin Perret2020-11-171-1/+2
* | | Merge tag 'perf-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-11-224-24/+12
|\ \ \
| * | | perf/x86: fix sysfs type mismatchesSami Tolvanen2020-11-174-24/+12
* | | | Merge tag 'locking-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-221-2/+4
|\ \ \ \
| * | | | lockdep: Put graph lock/unlock under lock_recursion protectionBoqun Feng2020-11-171-2/+4
* | | | | Merge tag 'efi-urgent-for-v5.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-223-11/+17
|\ \ \ \ \
| * | | | | efi/x86: Free efi_pgd with free_pages()Arvind Sankar2020-11-101-11/+13
| * | | | | efivarfs: fix memory leak in efivarfs_create()Vamshi K Sthambamkadi2020-10-261-0/+1
| * | | | | efi/arm: set HSCTLR Thumb2 bit correctly for HVC calls from HYPArd Biesheuvel2020-10-261-0/+3