summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-14xfs: fix an incore inode UAF in xfs_bui_recoverfix-log-recovery_2020-09-14Darrick J. Wong
2020-09-14xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock orderingDarrick J. Wong
2020-09-14xfs: clean up bmap intent item recovery checkingDarrick J. Wong
2020-09-14xfs: xfs_defer_capture should absorb remaining transaction reservationDarrick J. Wong
2020-09-14xfs: xfs_defer_capture should absorb remaining block reservationDarrick J. Wong
2020-09-14xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong
2020-09-14xfs: attach inode to dquot in xfs_bui_item_recoverDarrick J. Wong
2020-09-14xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong
2020-09-14xfs: force the log after remapping a synchronous-writes fileDarrick J. Wong
2020-09-14xfs: enable big timestampsbigtime_2020-09-14Darrick J. Wong
2020-09-14xfs: trace timestamp limitsDarrick J. Wong
2020-09-14xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong
2020-09-14xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong
2020-09-14xfs: redefine xfs_ictimestamp_tDarrick J. Wong
2020-09-14xfs: redefine xfs_timestamp_tDarrick J. Wong
2020-09-14xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong
2020-09-14xfs: refactor quota timestamp codingDarrick J. Wong
2020-09-14xfs: refactor default quota grace period setting codeDarrick J. Wong
2020-09-14xfs: refactor quota expiration timer modificationDarrick J. Wong
2020-09-14xfs: explicitly define inode timestamp rangeDarrick J. Wong
2020-09-14quota: widen timestamps for the old (x)fs_disk_quota structureDarrick J. Wong
2020-09-14xfs: enable new inode btree counters featureinobt-counters_2020-09-14Darrick J. Wong
2020-09-14xfs: support inode btree blockcounts in online repairDarrick J. Wong
2020-09-14xfs: support inode btree blockcounts in online scrubDarrick J. Wong
2020-09-14xfs: use the finobt block counts to speed up mount timesDarrick J. Wong
2020-09-14xfs: store inode btree block counts in AGI headerDarrick J. Wong
2020-09-14xfs: ensure that fpunch, fcollapse, and finsert operations are aligned to rt ...Darrick J. Wong
2020-09-14xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong
2020-09-14xfs: don't propagate RTINHERIT -> REALTIME when there is no rtdevrealtime-bugs_2020-09-14Darrick J. Wong
2020-09-14xfs: refactor inode flags propagation codeDarrick J. Wong
2020-09-13Linux 5.9-rc5v5.9-rc5Linus Torvalds
2020-09-13Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2020-09-13Merge tag 'usb-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-09-13Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-09-13Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-09-13Merge tag 'arm-soc/for-5.9/devicetree-fixes' of https://github.com/Broadcom/s...Olof Johansson
2020-09-13Merge tag 'imx-fixes-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson
2020-09-13Merge tag 'omap-for-v5.9/fixes-rc3' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson
2020-09-13Merge tag 'char-misc-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-09-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-09-12Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds
2020-09-12Merge tag 'seccomp-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-09-12Merge tag 'libnvdimm-fix-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-09-12Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-09-12Merge tag '5.9-rc4-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-09-12KVM: emulator: more strict rsm checks.Maxim Levitsky
2020-09-12KVM: nSVM: more strict SMM checks when returning to nested guestMaxim Levitsky
2020-09-12SVM: nSVM: setup nested msr permission bitmap on nested state loadMaxim Levitsky
2020-09-12SVM: nSVM: correctly restore GIF on vmexit from nesting after migrationMaxim Levitsky
2020-09-12openrisc: Fix issue with get_user for 64-bit valuesStafford Horne