summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* f2fs: allow to read node block after shutdownJaegeuk Kim2022-11-111-2/+1
* f2fs: replace ternary operator with max()wangkailong@jari.cn2022-11-011-1/+1
* f2fs: replace gc_urgent_high_remaining with gc_remaining_trialsYangtao Li2022-11-015-19/+20
* f2fs: add missing bracket in docJaegeuk Kim2022-11-011-1/+1
* f2fs: use sysfs_emit instead of sprintfJaegeuk Kim2022-11-011-18/+18
* f2fs: introduce gc_mode sysfs nodeYangtao Li2022-11-013-6/+16
* f2fs: fix to destroy sbi->post_read_wq in error path of f2fs_fill_super()Chao Yu2022-11-011-1/+1
* f2fs: fix return val in f2fs_start_ckpt_thread()Yangtao Li2022-11-013-11/+12
* f2fs: fix the msg data typeMukesh Ojha2022-11-011-1/+1
* f2fs: fix the assign logic of iocbMukesh Ojha2022-11-011-15/+19
* f2fs: Fix typo in commentsKeoseong Park2022-11-011-1/+1
* f2fs: introduce max_ordered_discard sysfs nodeYangtao Li2022-11-014-1/+22
* f2fs: allow to set compression for inlined fileJaegeuk Kim2022-11-011-0/+4
* f2fs: add barrier mount optionYangtao Li2022-11-012-0/+9
* f2fs: fix normal discard processDongdong Zhang2022-11-011-1/+1
* f2fs: cleanup in f2fs_create_flush_cmd_control()Yangtao Li2022-11-011-4/+4
* f2fs: fix gc mode when gc_urgent_high_remaining is 1Yangtao Li2022-11-011-10/+9
* f2fs: remove batched_trim_sections nodeYangtao Li2022-11-012-8/+0
* f2fs: support fault injection for f2fs_is_valid_blkaddr()Chao Yu2022-11-014-0/+8
* f2fs: fix to invalidate dcc->f2fs_issue_discard in error pathChao Yu2022-11-011-1/+3
* f2fs: Fix the race condition of resize flag between resizefsZhang Qilong2022-10-271-3/+2
* f2fs: let's avoid to get cp_rwsem twice by f2fs_evict_inode by d_invalidateJaegeuk Kim2022-10-251-2/+2
* f2fs: should put a page when checking the summary infoPavel Machek2022-10-251-0/+1
* Merge tag 'v6.1-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-10-171-1/+1
|\
| * hwrng: bcm2835 - use hwrng_msleep() instead of cpu_relax()Jason A. Donenfeld2022-10-141-1/+1
* | Linux 6.1-rc1v6.1-rc1Linus Torvalds2022-10-161-2/+2
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-16185-421/+378
|\ \
| * | prandom: remove unused functionsJason A. Donenfeld2022-10-113-23/+5
| * | treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-1119-24/+24
| * | treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-1171-100/+100
| * | treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-116-6/+6
| * | treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-1121-34/+34
| * | treewide: use prandom_u32_max() when possible, part 2Jason A. Donenfeld2022-10-114-19/+8
| * | treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-1189-218/+204
* | | Merge tag 'perf-tools-for-v6.1-2-2022-10-16' of git://git.kernel.org/pub/scm/...Linus Torvalds2022-10-1636-71/+1265
|\ \ \
| * | | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-10-151-0/+18
| * | | perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packetQi Liu2022-10-157-0/+396
| * | | perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu2022-10-157-1/+273
| * | | perf auxtrace arm: Refactor event list iteration in auxtrace_record__init()Qi Liu2022-10-151-19/+34
| * | | perf tests stat+json_output: Include sanity check for topologyAthira Rajeev2022-10-151-4/+39
| * | | perf tests stat+csv_output: Include sanity check for topologyAthira Rajeev2022-10-151-4/+39
| * | | perf intel-pt: Fix system_wide dummy event for hybridAdrian Hunter2022-10-151-1/+1
| * | | perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter2022-10-151-2/+7
| * | | perf test: Fix attr tests for PERF_FORMAT_LOSTJames Clark2022-10-156-11/+11
| * | | perf test: test_intel_pt.sh: Add 9 testsAmmy Yi2022-10-151-1/+194
| * | | perf inject: Fix GEN_ELF_TEXT_OFFSET for jitAdrian Hunter2022-10-151-1/+3
| * | | perf test: test_intel_pt.sh: Add jitdump testAdrian Hunter2022-10-151-0/+162
| * | | perf test: test_intel_pt.sh: Tidy some alignmentAdrian Hunter2022-10-151-3/+3
| * | | perf test: test_intel_pt.sh: Print a message when skipping kernel tracingAdrian Hunter2022-10-151-1/+8
| * | | perf test: test_intel_pt.sh: Tidy some perf record optionsAdrian Hunter2022-10-151-4/+12