summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: don't reset log idle state on covering checkpointsBrian Foster2021-01-231-3/+6
* xfs: cover the log during log quiesceBrian Foster2021-01-232-4/+47
* xfs: separate log cleaning from log quiesceBrian Foster2021-01-233-2/+9
* xfs: lift writable fs check up into log worker taskBrian Foster2021-01-231-10/+8
* xfs: sync lazy sb accounting on quiesce of read-only mountsBrian Foster2021-01-233-10/+22
* xfs: set inode size after creating symlinkJeffrey Mitchell2021-01-231-0/+1
* xfs: don't drain buffer lru on freeze and read-only remountBrian Foster2021-01-233-7/+20
* xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()Brian Foster2021-01-235-17/+17
* xfs: Fix assert failure in xfs_setattr_size()Yumei Huang2021-01-231-1/+1
* xfs: fix up non-directory creation in SGID directoriesChristoph Hellwig2021-01-231-7/+7
* xfs: remove a stale comment from xfs_file_aio_write_checks()Eric Biggers2021-01-231-6/+0
* xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R2021-01-235-25/+159
* xfs: Process allocated extent in a separate functionChandan Babu R2021-01-231-29/+45
* xfs: Compute bmap extent alignments in a separate functionChandan Babu R2021-01-231-37/+52
* xfs: Remove duplicate assert statement in xfs_bmap_btalloc()Chandan Babu R2021-01-231-1/+0
* xfs: Introduce error injection to reduce maximum inode fork extent countChandan Babu R2021-01-233-1/+10
* xfs: Check for extent overflow when swapping extentsChandan Babu R2021-01-232-0/+23
* xfs: Check for extent overflow when remapping an extentChandan Babu R2021-01-231-0/+11
* xfs: Check for extent overflow when moving extent from cow to data forkChandan Babu R2021-01-232-0/+14
* xfs: Check for extent overflow when writing to unwritten extentChandan Babu R2021-01-232-0/+14
* xfs: Check for extent overflow when adding/removing xattrsChandan Babu R2021-01-232-0/+23
* xfs: Check for extent overflow when renaming dir entriesChandan Babu R2021-01-232-1/+46
* xfs: Check for extent overflow when removing dir entriesChandan Babu R2021-01-231-0/+18
* xfs: Check for extent overflow when adding dir entriesChandan Babu R2021-01-233-0/+28
* xfs: Check for extent overflow when punching a holeChandan Babu R2021-01-233-6/+26
* xfs: Check for extent overflow when trivally adding a new extentChandan Babu R2021-01-237-1/+41
* xfs: Add helper for checking per-inode extent count overflowChandan Babu R2021-01-232-0/+25
* xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong2021-01-233-20/+26
* Linux 5.11-rc4v5.11-rc4Linus Torvalds2021-01-181-1/+1
* Merge tag 'perf-tools-fixes-2021-01-17' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-01-1712-208/+224
|\
| * perf inject: Correct event attribute sizesAl Grant2021-01-151-0/+8
| * perf intel-pt: Fix 'CPU too large' errorAdrian Hunter2021-01-152-3/+3
| * perf stat: Take cgroups into account for shadow statsNamhyung Kim2021-01-151-7/+19
| * perf stat: Introduce struct runtime_stat_dataNamhyung Kim2021-01-151-173/+173
| * libperf tests: Fail when failing to get a tracepoint idIan Rogers2021-01-151-0/+1
| * libperf tests: If a test fails return non-zeroIan Rogers2021-01-154-4/+4
| * libperf tests: Avoid uninitialized variable warningIan Rogers2021-01-151-2/+2
| * perf test: Fix shadow stat test for non-bash shellsNamhyung Kim2021-01-151-16/+14
| * tools headers: Syncronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo2021-01-151-5/+0
| * tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo2021-01-151-0/+2
| * perf bpf examples: Fix bpf.h header include directive in 5sec.c exampleArnaldo Carvalho de Melo2021-01-151-1/+1
* | Merge tag 'powerpc-5.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-01-172-1/+23
|\ \
| * | powerpc/vdso: Fix clock_gettime_fallback for vdso32Andreas Schwab2021-01-141-1/+15
| * | powerpc: Fix alignment bug within the init sectionsAriel Marcovitch2021-01-121-0/+8
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2021-01-173-5/+11
|\ \ \
| * | | dump_common_audit_data(): fix racy accesses to ->d_nameAl Viro2021-01-161-2/+5
| * | | iov_iter: fix the uaccess area in copy_compat_iovec_from_userChristoph Hellwig2021-01-161-1/+1
| * | | umount(2): move the flag validity checks firstAl Viro2021-01-041-2/+5
* | | | mm: don't put pinned pages into the swap cacheLinus Torvalds2021-01-171-0/+2
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-01-165-22/+19
|\ \ \ \