summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kbuild: replace LANG=C with LC_ALL=CMasahiro Yamada2021-05-017-7/+7
* Makefile: Move -Wno-unused-but-set-variable out of GCC only blockNathan Chancellor2021-05-011-4/+4
* kbuild: add a script to remove stale generated filesMasahiro Yamada2021-05-013-8/+36
* kbuild: update config_data.gz only when the content of .config is changedMasahiro Yamada2021-05-012-2/+8
* .gitignore: ignore only top-level modules.builtinMasahiro Yamada2021-05-011-1/+1
* .gitignore: move tags and TAGS close to other tag filesMasahiro Yamada2021-05-011-2/+4
* kernel/.gitgnore: remove stale timeconst.h and hz.bcMasahiro Yamada2021-05-011-2/+0
* usr/include: refactor .gitignoreMasahiro Yamada2021-05-011-3/+1
* genksyms: fix stale commentMasahiro Yamada2021-05-011-1/+1
* kbuild: add comment about why cmd_shipped uses 'cat'Masahiro Yamada2021-05-011-0/+3
* sparc: syscalls: switch to generic syscallshdr.shMasahiro Yamada2021-05-012-43/+4
* sparc: syscalls: switch to generic syscalltbl.shMasahiro Yamada2021-05-015-56/+12
* sh: syscalls: switch to generic syscallhdr.shMasahiro Yamada2021-05-012-41/+2
* sh: syscalls: switch to generic syscalltbl.shMasahiro Yamada2021-05-012-37/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-05-0126-427/+1144
|\
| * ext4: wipe ext4_dir_entry2 upon file deletionLeah Rumancik2021-04-221-2/+22
| * ext4: Fix occasional generic/418 failureJan Kara2021-04-221-4/+21
| * fs: fix reporting supported extra file attributes for statx()Theodore Ts'o2021-04-181-0/+8
| * ext4: allow the dax flag to be set and cleared on inline directoriesTheodore Ts'o2021-04-132-1/+8
| * ext4: fix debug format string warningArnd Bergmann2021-04-102-4/+3
| * ext4: fix trailing whitespaceJack Qiu2021-04-104-6/+6
| * ext4: fix various seppling typosBhaskar Chowdhury2021-04-108-10/+10
| * ext4: fix error return code in ext4_fc_perform_commit()Xu Yihang2021-04-101-1/+3
| * ext4: annotate data race in jbd2_journal_dirty_metadata()Jan Kara2021-04-101-4/+4
| * ext4: annotate data race in start_this_handle()Jan Kara2021-04-101-1/+6
| * ext4: fix ext4_error_err save negative errno into superblockYe Bin2021-04-101-1/+1
| * ext4: fix error code in ext4_commit_superFengnan Chang2021-04-101-2/+4
| * ext4: always panic when errors=panic is specifiedYe Bin2021-04-101-3/+4
| * ext4: delete redundant uptodate check for bufferYang Guo2021-04-091-4/+2
| * ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()Zhang Yi2021-04-091-3/+0
| * ext4: make prefetch_block_bitmaps defaultHarshad Shirwadkar2021-04-092-8/+9
| * ext4: add proc files to monitor new structuresHarshad Shirwadkar2021-04-093-0/+89
| * ext4: improve cr 0 / cr 1 group scanningHarshad Shirwadkar2021-04-095-15/+452
| * ext4: add MB_NUM_ORDERS macroHarshad Shirwadkar2021-04-092-9/+15
| * ext4: add mballoc stats proc fileHarshad Shirwadkar2021-04-093-2/+80
| * ext4: add ability to return parsed options from parse_optionsHarshad Shirwadkar2021-04-091-21/+30
| * ext4: drop s_mb_bal_lock and convert protected fields to atomicHarshad Shirwadkar2021-04-092-11/+7
| * ext4: fix check to prevent false positive report of incorrect used inodesZhang Yi2021-04-091-16/+32
| * jbd2: avoid -Wempty-body warningsArnd Bergmann2021-04-061-1/+1
| * ext4: optimize match for casefolded encrypted dirsDaniel Rosenberg2021-04-062-34/+38
| * ext4: handle casefolding with encryptionDaniel Rosenberg2021-04-068-89/+287
| * ext4: remove unnecessary braces in fs/ext4/dir.cMilan Djurovic2021-04-021-2/+2
| * ext4: delete some unused tracepoint definitionsEric Whitney2021-04-021-176/+0
| * Updated locking documentation for transaction_tAlexander Lochmann2021-04-021-6/+12
| * ext4: updated locking documentation for journal_tAlexander Lochmann2021-04-021-5/+8
| * ext4: use memcpy_to_page() in pagecache_write()Chaitanya Kulkarni2021-03-251-4/+1
| * ext4: use memcpy_from_page() in pagecache_read()Chaitanya Kulkarni2021-03-251-4/+1
* | Merge tag 'dlm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2021-05-019-142/+202
|\ \
| * | fs: dlm: fix missing unlock on error in accept_from_sock()Yang Yingliang2021-03-291-0/+1
| * | fs: dlm: add shutdown hookAlexander Aring2021-03-093-28/+35