summaryrefslogtreecommitdiffstats
path: root/fs/ramfs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-12f2fs: use round_up to enhance calculationChao Yu1-12/+5
2020-05-12f2fs: introduce F2FS_IOC_RESERVE_COMPRESS_BLOCKSChao Yu2-0/+164
2020-05-12f2fs: Avoid double lock for cp_rwsem during checkpointSayali Lokhande3-2/+55
2020-05-12f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov1-1/+2
2020-05-12f2fs: Fix wrong stub helper update_sit_infoYueHaibing1-1/+1
2020-05-12f2fs: compress: let lz4 compressor handle output buffer budget properlyChao Yu1-6/+9
2020-05-12f2fs: remove blk_plugging in block_operationsJaegeuk Kim1-8/+3
2020-05-12f2fs: introduce F2FS_IOC_RELEASE_COMPRESS_BLOCKSChao Yu2-1/+174
2020-05-12f2fs: shrink spinlock coverageChao Yu2-10/+18
2020-05-12f2fs: correctly fix the parent inode number during fsync()Eric Biggers1-3/+5
2020-05-12f2fs: rework filename handlingEric Biggers6-235/+331
2020-05-12f2fs: split f2fs_d_compare() from f2fs_match_name()Eric Biggers2-40/+35
2020-05-12f2fs: don't leak filename in f2fs_try_convert_inline_dir()Eric Biggers1-2/+4
2020-05-12f2fs: compress: support lzo-rle compress algorithmChao Yu6-2/+50
2020-05-12f2fs: introduce mempool for {,de}compress intermediate page allocationChao Yu3-22/+52
2020-05-08f2fs: introduce f2fs_bmap_compress()Chao Yu1-0/+34
2020-05-08f2fs: support fiemap on compressed inodeChao Yu1-2/+53
2020-05-08f2fs: support partial truncation on compressed inodeChao Yu3-5/+65
2020-05-08f2fs: remove redundant compress inode checkChao Yu1-2/+0
2020-05-08f2fs: use strcmp() in parse_options()Eric Biggers1-28/+16
2020-05-08f2fs: Use the correct style for SPDX License IdentifierNishad Kamdar7-7/+7
2020-04-24f2fs: fix quota_sync failure due to f2fs_lock_opJaegeuk Kim2-5/+7
2020-04-17f2fs: support read iostatChao Yu8-31/+118
2020-04-17f2fs: Fix the accounting of dcc->undiscard_blksSahitya Tummala1-1/+3
2020-04-17f2fs: fix to handle error path of f2fs_ra_meta_pages()Chao Yu1-2/+3
2020-04-17f2fs: report the discard cmd errors properlySahitya Tummala1-2/+2
2020-04-17f2fs: fix long latency due to discard during umountSahitya Tummala1-2/+10
2020-04-17f2fs: add tracepoint for f2fs iostatDaeho Jeong5-1/+113
2020-04-16f2fs: introduce sysfs/data_io_flag to attach REQ_META/FUAJaegeuk Kim4-1/+37
2020-04-07ipc/shm.c: make compat_ksys_shmctl() staticJason Yan1-1/+1
2020-04-07ipc/mqueue.c: fix a brace coding style issueSomala Swaraj1-3/+2
2020-04-07lib/Kconfig.debug: fix a typo "capabilitiy" -> "capability"Qiujun Huang1-1/+1
2020-04-07ubsan: include bug type in report headerKees Cook1-21/+15
2020-04-07kasan: unset panic_on_warn before calling panic()Kees Cook1-1/+9
2020-04-07ubsan: check panic_on_warnKees Cook1-0/+11
2020-04-07drivers/misc/lkdtm/bugs.c: add arithmetic overflow and array bounds checksKees Cook3-0/+81
2020-04-07ubsan: split "bounds" checker from other optionsKees Cook2-6/+30
2020-04-07ubsan: add trap instrumentation optionKees Cook3-6/+27
2020-04-07init/Kconfig: clean up ANON_INODES and old IO schedulers optionsKrzysztof Kozlowski1-2/+1
2020-04-07kernel/gcov/fs.c: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-07gcov: gcc_3_4: replace zero-length array with flexible-array memberGustavo A. R. Silva1-3/+3
2020-04-07gcov: gcc_4_7: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-07kernel/kmod.c: fix a typo "assuems" -> "assumes"Qiujun Huang1-1/+1
2020-04-07reiserfs: clean up several indentation issuesColin Ian King3-11/+12
2020-04-07kallsyms: unexport kallsyms_lookup_name() and kallsyms_on_each_symbol()Will Deacon1-2/+0
2020-04-07samples/hw_breakpoint: drop use of kallsyms_lookup_name()Will Deacon1-2/+7
2020-04-07samples/hw_breakpoint: drop HW_BREAKPOINT_R when reporting writesWill Deacon1-1/+1
2020-04-07fs/binfmt_elf.c: don't free interpreter's ELF pheaders on common pathAlexey Dobriyan1-1/+1
2020-04-07fs/binfmt_elf.c: allocate less for static executableAlexey Dobriyan1-9/+10
2020-04-07fs/binfmt_elf.c: delete "loc" variableAlexey Dobriyan1-17/+15