summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: show the proper user quota optionsKaixu Xia2020-12-091-4/+6
* xfs: remove the unused XFS_B_FSB_OFFSET macroKaixu Xia2020-12-091-1/+0
* xfs: remove unnecessary null check in xfs_generic_createKaixu Xia2020-12-091-4/+2
* xfs: directly return if the delta equal to zeroKaixu Xia2020-12-091-14/+9
* xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagKaixu Xia2020-12-093-19/+3
* xfs: delete duplicated tp->t_dqinfo null check and allocationKaixu Xia2020-12-091-7/+0
* xfs: rename xfs_fc_* back to xfs_fs_*Darrick J. Wong2020-12-091-13/+13
* xfs: refactor file range validationDarrick J. Wong2020-12-098-5/+37
* xfs: refactor realtime volume extent validationDarrick J. Wong2020-12-095-20/+23
* xfs: refactor data device extent validationDarrick J. Wong2020-12-098-50/+32
* xfs: scrub should mark a directory corrupt if any entries cannot be iget'dDarrick J. Wong2020-12-091-3/+18
* xfs: fix parent pointer scrubber bailing out on unallocated inodesDarrick J. Wong2020-12-091-5/+5
* xfs: detect overflows in bmbt recordsDarrick J. Wong2020-12-091-0/+5
* xfs: trace log intent item recovery failuresDarrick J. Wong2020-12-092-1/+22
* xfs: validate feature support when recovering rmap/refcount intentsDarrick J. Wong2020-12-092-0/+6
* xfs: improve the code that checks recovered extent-free intent itemsDarrick J. Wong2020-12-091-8/+7
* xfs: hoist recovered extent-free intent checks out of xfs_efi_item_recoverDarrick J. Wong2020-12-091-8/+25
* xfs: improve the code that checks recovered refcount intent itemsDarrick J. Wong2020-12-091-12/+11
* xfs: hoist recovered refcount intent checks out of xfs_cui_item_recoverDarrick J. Wong2020-12-091-21/+38
* xfs: improve the code that checks recovered rmap intent itemsDarrick J. Wong2020-12-091-12/+18
* xfs: hoist recovered rmap intent checks out of xfs_rui_item_recoverDarrick J. Wong2020-12-091-25/+42
* xfs: improve the code that checks recovered bmap intent itemsDarrick J. Wong2020-12-091-13/+13
* xfs: hoist recovered bmap intent checks out of xfs_bui_item_recoverDarrick J. Wong2020-12-091-27/+47
* xfs: enable the needsrepair featureDarrick J. Wong2020-12-091-1/+2
* xfs: define a new "needrepair" featureDarrick J. Wong2020-12-092-0/+14
* xfs: move kernel-specific superblock validation out of libxfsDarrick J. Wong2020-12-092-27/+32
* Linux 5.10-rc5v5.10-rc5Linus Torvalds2020-11-231-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
|\ \ \ \