summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/inline.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-29f2fs: support fault injection for dquot_initialize()Chao Yu1-1/+1
2021-10-29f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()Chao Yu1-1/+1
2021-10-28f2fs: compress: disallow disabling compress on non-empty compressed fileHyeong-Jun Kim1-2/+1
2021-10-26f2fs: compress: fix overwrite may reduce compress ratio unproperlyFengnan Chang3-18/+39
2021-10-26f2fs: multidevice: support direct IOChao Yu5-25/+120
2021-10-26f2fs: introduce fragment allocation mode mount optionDaeho Jeong8-5/+104
2021-10-26f2fs: replace snprintf in show functions with sysfs_emitQing Wang1-2/+2
2021-10-26f2fs: include non-compressed blocks in compr_written_blockDaeho Jeong1-0/+1
2021-10-12f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu1-1/+1
2021-10-12f2fs: fix to use WHINT_MODEKeoseong Park1-1/+1
2021-09-28f2fs: fix up f2fs_lookup tracepointsGao Xiang1-6/+6
2021-09-21f2fs: set SBI_NEED_FSCK flag when inconsistent node block foundWeichao Guo1-0/+1
2021-09-21f2fs: introduce excess_dirty_threshold()Chao Yu3-7/+24
2021-09-16f2fs: avoid attaching SB_ACTIVE flag during mountChao Yu2-9/+2
2021-09-16f2fs: quota: fix potential deadlockChao Yu1-1/+2
2021-09-16f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim2-2/+2
2021-09-15qnx4: avoid stringop-overread errorsLinus Torvalds1-17/+34
2021-09-15sparc: avoid stringop-overread errorsLinus Torvalds1-1/+2
2021-09-15alpha: Use absolute_pointer to define COMMAND_LINEGuenter Roeck1-1/+1
2021-09-15alpha: Move setup.h out of uapiGuenter Roeck2-39/+46
2021-09-15net: i825xx: Use absolute_pointer for memcpy from fixed memory locationGuenter Roeck1-1/+1
2021-09-15compiler.h: Introduce absolute_pointer macroGuenter Roeck1-0/+2
2021-09-15tools/bootconfig: Define memblock_free_ptr() to fix build errorMasami Hiramatsu1-2/+1
2021-09-14drm/ttm: fix type mismatch error on sparc64Huang Rui1-1/+2
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds11-15/+27
2021-09-14ipc: remove memcg accounting for sops objects in do_semtimedop()Vasily Averin1-1/+1
2021-09-14powerpc/boot: Fix build failure since GCC 4.9 removalMichael Ellerman1-1/+1
2021-09-14rtc: cmos: Disable irq around direct invocation of cmos_interrupt()Chris Wilson1-0/+2
2021-09-14tools: compiler-gcc.h: Guard error attribute use with __has_attributeNathan Chancellor1-1/+3
2021-09-13Drop some straggling mentions of gcc-4.9 as being staleLinus Torvalds4-4/+3
2021-09-13compiler_attributes.h: drop __has_attribute() support for gcc4Linus Torvalds1-20/+0
2021-09-13vmlinux.lds.h: remove old check for GCC 4.9Nick Desaulniers1-4/+0
2021-09-13compiler-gcc.h: drop checks for older GCC versionsNick Desaulniers2-6/+2
2021-09-13Makefile: drop GCC < 5 -fno-var-tracking-assignments workaroundNick Desaulniers1-6/+0
2021-09-13arm64: remove GCC version check for ARCH_SUPPORTS_INT128Nick Desaulniers1-1/+1
2021-09-13powerpc: remove GCC version check for UPD_CONSTRNick Desaulniers1-10/+0
2021-09-13riscv: remove Kconfig check for GCC version for ARCH_RV64INick Desaulniers1-1/+1
2021-09-13Kconfig.debug: drop GCC 5+ version check for DWARF5Nick Desaulniers1-1/+1
2021-09-13mm/ksm: remove old GCC 4.9+ checkNick Desaulniers1-2/+0
2021-09-13compiler.h: drop fallback overflow checkersNick Desaulniers5-293/+6
2021-09-13Documentation: raise minimum supported version of GCC to 5.1Nick Desaulniers2-8/+2
2021-09-13x86/uaccess: Fix 32-bit __get_user_asm_u64() when CC_HAS_ASM_GOTO_OUTPUT=yWill Deacon1-2/+2
2021-09-13Linux 5.15-rc1v5.15-rc1Linus Torvalds1-2/+2
2021-09-11tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo1-2/+12
2021-09-11tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo1-81/+417
2021-09-11tools headers UAPI: Sync linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2021-09-11tools headers UAPI: Sync linux/in.h copy with the kernel sourcesArnaldo Carvalho de Melo1-10/+32
2021-09-11perf tools: Add an option to build without libbfdIan Rogers1-22/+25
2021-09-11perf tools: Allow build-id with trailing zerosNamhyung Kim1-0/+10
2021-09-11perf tools: Fix hybrid config terms list corruptionAdrian Hunter2-9/+27