summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: attach inodes to the cluster buffer when dirtiedDave Chinner2020-07-075-24/+27
* xfs: rework stale inodes in xfs_ifree_clusterDave Chinner2020-07-071-99/+62
* xfs: clean up inode reclaim commentsDave Chinner2020-07-071-93/+35
* xfs: remove SYNC_WAIT from xfs_reclaim_inodes()Dave Chinner2020-07-074-60/+35
* xfs: remove SYNC_TRYLOCK from inode reclaimDave Chinner2020-07-071-38/+25
* xfs: don't block inode reclaim on the ILOCKDave Chinner2020-07-071-3/+5
* xfs: allow multiple reclaimers per AGDave Chinner2020-07-073-24/+12
* xfs: remove IO submission from xfs_reclaim_inode()Dave Chinner2020-07-071-86/+31
* xfs: make inode reclaim almost non-blockingDave Chinner2020-07-071-1/+1
* xfs: pin inode backing buffer to the inode log itemDave Chinner2020-07-075-24/+105
* xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()Dave Chinner2020-07-073-8/+3
* xfs: unwind log item error flaggingDave Chinner2020-07-074-71/+14
* xfs: handle buffer log item IO errors directlyDave Chinner2020-07-071-70/+144
* xfs: get rid of log item callbacksDave Chinner2020-07-075-29/+6
* xfs: clean up the buffer iodone callback functionsDave Chinner2020-07-073-114/+29
* xfs: use direct calls for dquot IO completionDave Chinner2020-07-063-5/+40
* xfs: make inode IO completion buffer centricDave Chinner2020-07-064-55/+56
* xfs: clean up whacky buffer log item list reinitDave Chinner2020-07-061-2/+0
* xfs: call xfs_buf_iodone directlyDave Chinner2020-07-065-63/+24
* xfs: mark log recovery buffers for completionDave Chinner2020-07-066-8/+18
* xfs: mark dquot buffers in cacheDave Chinner2020-07-066-0/+20
* xfs: mark inode buffers in cacheDave Chinner2020-07-066-30/+77
* xfs: add an inode item lockDave Chinner2020-07-065-40/+66
* xfs: remove logged flag from inode log itemDave Chinner2020-07-063-35/+14
* xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner2020-07-063-4/+26
* xfs: remove useless definitions in xfs_linux.hYafang Shao2020-07-061-4/+0
* xfs: use MMAPLOCK around filemap_map_pages()Dave Chinner2020-07-061-1/+14
* xfs: move helpers that lock and unlock two inodes against userspace IODarrick J. Wong2020-07-065-97/+99
* xfs: refactor locking and unlocking two inodes against userspace IODarrick J. Wong2020-07-063-23/+34
* xfs: fix xfs_reflink_remap_prep calling conventionsDarrick J. Wong2020-07-062-4/+4
* xfs: reflink can skip remap existing mappingsDarrick J. Wong2020-07-061-0/+16
* xfs: only reserve quota blocks if we're mapping into a holeDarrick J. Wong2020-07-061-2/+4
* xfs: only reserve quota blocks for bmbt changes if we're changing the data forkDarrick J. Wong2020-07-061-7/+14
* xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong2020-07-063-162/+141
* xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong2020-07-063-5/+5
* xfs: fix reflink quota reservation accounting errorDarrick J. Wong2020-07-061-7/+14
* xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong2020-07-061-2/+20
* xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster2020-07-063-10/+28
* xfs: Couple of typo fixes in commentsKeyur Patel2020-07-061-3/+3
* Linux 5.8-rc4v5.8-rc4Linus Torvalds2020-07-061-1/+1
* x86/ldt: use "pr_info_once()" instead of open-coding it badlyLinus Torvalds2020-07-051-10/+1
* Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-0519-154/+274
|\
| * x86/ldt: Disable 16-bit segments on Xen PVAndy Lutomirski2020-07-041-1/+34
| * x86/entry/32: Fix #MC and #DB wiring on x86_32Andy Lutomirski2020-07-043-12/+17
| * x86/entry/xen: Route #DB correctly on Xen PVAndy Lutomirski2020-07-044-25/+44
| * x86/entry, selftests: Further improve user entry sanity checksAndy Lutomirski2020-07-042-0/+30
| * x86/entry/compat: Clear RAX high bits on Xen PV SYSENTERAndy Lutomirski2020-07-041-9/+10
| * selftests/x86: Consolidate and fix get/set_eflags() helpersAndy Lutomirski2020-07-017-90/+51
| * selftests/x86/syscall_nt: Clear weird flags after each testAndy Lutomirski2020-07-011-0/+1
| * selftests/x86/syscall_nt: Add more flag combinationsAndy Lutomirski2020-07-011-0/+15