aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-07xfs: remove SYNC_WAIT from xfs_reclaim_inodes()Dave Chinner4-60/+35
2020-07-07xfs: remove SYNC_TRYLOCK from inode reclaimDave Chinner1-38/+25
2020-07-07xfs: don't block inode reclaim on the ILOCKDave Chinner1-3/+5
2020-07-07xfs: allow multiple reclaimers per AGDave Chinner3-24/+12
2020-07-07xfs: remove IO submission from xfs_reclaim_inode()Dave Chinner1-86/+31
2020-07-07xfs: make inode reclaim almost non-blockingDave Chinner1-1/+1
2020-07-07xfs: pin inode backing buffer to the inode log itemDave Chinner5-24/+105
2020-07-07xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()Dave Chinner3-8/+3
2020-07-07xfs: unwind log item error flaggingDave Chinner4-71/+14
2020-07-07xfs: handle buffer log item IO errors directlyDave Chinner1-70/+144
2020-07-07xfs: get rid of log item callbacksDave Chinner5-29/+6
2020-07-07xfs: clean up the buffer iodone callback functionsDave Chinner3-114/+29
2020-07-06xfs: use direct calls for dquot IO completionDave Chinner3-5/+40
2020-07-06xfs: make inode IO completion buffer centricDave Chinner4-55/+56
2020-07-06xfs: clean up whacky buffer log item list reinitDave Chinner1-2/+0
2020-07-06xfs: call xfs_buf_iodone directlyDave Chinner5-63/+24
2020-07-06xfs: mark log recovery buffers for completionDave Chinner6-8/+18
2020-07-06xfs: mark dquot buffers in cacheDave Chinner6-0/+20
2020-07-06xfs: mark inode buffers in cacheDave Chinner6-30/+77
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-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