summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-07-06xfs: add an inode item lockDave Chinner5-40/+66
2020-07-06xfs: remove logged flag from inode log itemDave Chinner3-35/+14
2020-07-06xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner3-4/+26
2020-07-06xfs: remove useless definitions in xfs_linux.hYafang Shao1-4/+0
2020-07-06xfs: use MMAPLOCK around filemap_map_pages()Dave Chinner1-1/+14
2020-07-06xfs: move helpers that lock and unlock two inodes against userspace IODarrick J. Wong5-97/+99
2020-07-06xfs: refactor locking and unlocking two inodes against userspace IODarrick J. Wong3-23/+34
2020-07-06xfs: fix xfs_reflink_remap_prep calling conventionsDarrick J. Wong2-4/+4
2020-07-06xfs: reflink can skip remap existing mappingsDarrick J. Wong1-0/+16
2020-07-06xfs: only reserve quota blocks if we're mapping into a holeDarrick J. Wong1-2/+4
2020-07-06xfs: only reserve quota blocks for bmbt changes if we're changing the data forkDarrick J. Wong1-7/+14
2020-07-06xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong3-162/+141
2020-07-06xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong3-5/+5
2020-07-06xfs: fix reflink quota reservation accounting errorDarrick J. Wong1-7/+14
2020-07-06xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong1-2/+20
2020-07-06xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster3-10/+28
2020-07-06xfs: Couple of typo fixes in commentsKeyur Patel1-3/+3
2020-07-05Linux 5.8-rc4v5.8-rc4Linus Torvalds1-1/+1
2020-07-05x86/ldt: use "pr_info_once()" instead of open-coding it badlyLinus Torvalds1-10/+1
2020-07-05Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds19-154/+274
2020-07-05Merge tag 'irq-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-17/+9
2020-07-05Merge tag 'core-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2020-07-05Merge tag 'kbuild-fixes-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-86/+136
2020-07-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-27/+29
2020-07-05Merge tag 'block-5.8-2020-07-05' of git://git.kernel.dk/linux-blockLinus Torvalds3-7/+15
2020-07-05Merge tag 'io_uring-5.8-2020-07-05' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+22
2020-07-05Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-9/+43
2020-07-05Merge tag 'mips_fixes_5.8_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-8/+11
2020-07-05MIPS: Do not use smp_processor_id() in preemptible codeXingxing Su1-3/+5
2020-07-05MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPenHauke Mehrtens1-0/+1
2020-07-05.gitignore: Do not track `defconfig` from `make savedefconfig`Paul Menzel1-0/+3
2020-07-04Merge tag 'powerpc-5.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-3/+0
2020-07-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds6-17/+35
2020-07-04io_uring: fix regression with always ignoring signals in io_cqring_wait()Jens Axboe1-7/+22
2020-07-04x86/ldt: Disable 16-bit segments on Xen PVAndy Lutomirski1-1/+34
2020-07-04x86/entry/32: Fix #MC and #DB wiring on x86_32Andy Lutomirski3-12/+17
2020-07-04x86/entry/xen: Route #DB correctly on Xen PVAndy Lutomirski4-25/+44
2020-07-04x86/entry, selftests: Further improve user entry sanity checksAndy Lutomirski2-0/+30
2020-07-04x86/entry/compat: Clear RAX high bits on Xen PV SYSENTERAndy Lutomirski1-9/+10
2020-07-03Merge tag 'for-linus-5.8b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-87/+81
2020-07-04i2c: mlxcpld: check correct size of maximum RECV_LEN packetWolfram Sang1-2/+2
2020-07-03Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2020-07-04i2c: add Kconfig help text for slave modeWolfram Sang1-0/+4
2020-07-04i2c: slave-eeprom: update documentationWolfram Sang2-5/+20
2020-07-04i2c: eg20t: Load module automatically if ID matchesAndy Shevchenko1-0/+1
2020-07-04i2c: designware: platdrv: Set class based on DMIRicardo Ribalda1-1/+14
2020-07-04i2c: algo-pca: Add 0x78 as SCL stuck low status for PCA9665Chris Packham1-1/+2
2020-07-03Merge tag '5.8-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-8/+20
2020-07-03Merge tag 'hwmon-for-v5.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-15/+18
2020-07-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-7/+10