summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: avoid using native allocate_segment_by_default()Chao Yu2021-04-213-10/+12
* f2fs: remove unnecessary struct declarationWan Jiabing2021-04-191-1/+0
* f2fs: fix to avoid NULL pointer dereferenceYi Chen2021-04-131-1/+4
* f2fs: avoid duplicated codes for cleanupChao Yu2021-04-131-22/+10
* f2fs: clean up build warningsYi Zhuang2021-04-1014-11/+44
* f2fs: fix the periodic wakeups of discard threadSahitya Tummala2021-04-061-7/+14
* f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()Chao Yu2021-04-061-3/+3
* f2fs: fix to avoid GC/mmap race with f2fs_truncate()Chao Yu2021-04-061-1/+6
* f2fs: set checkpoint_merge by defaultJaegeuk Kim2021-04-011-0/+1
* f2fs: Fix a hungtask problem in atomic writeYi Zhuang2021-03-311-13/+17
* f2fs: fix to restrict mount condition on readonly block deviceChao Yu2021-03-301-4/+12
* f2fs: introduce gc_merge mount optionChao Yu2021-03-305-8/+59
* f2fs: fix to cover __allocate_new_section() with curseg_lockChao Yu2021-03-261-0/+4
* f2fs: fix wrong alloc_type in f2fs_do_replace_blockWang Xiaojun2021-03-261-0/+3
* f2fs: delete empty compress.hChao Yu2021-03-261-0/+0
* f2fs: fix a typo in inode.cRuiqi Gong2021-03-261-1/+1
* f2fs: allow to change discard policy based on cached discard cmdsSahitya Tummala2021-03-263-1/+11
* f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu2021-03-264-24/+55
* f2fs: fix to update last i_size if fallocate partially succeedsChao Yu2021-03-251-11/+11
* f2fs: fix error path of f2fs_remount()Chao Yu2021-03-251-13/+34
* f2fs: fix wrong comment of nat_tree_lockqiulaibin2021-03-251-1/+1
* f2fs: fix to avoid out-of-bounds memory accessChao Yu2021-03-251-0/+3
* f2fs: don't start checkpoint thread in readonly mountpointChao Yu2021-03-251-5/+5
* f2fs: do not use AT_SSR mode in FG_GC & high urgent BG_GCWeichao Guo2021-03-252-2/+5
* f2fs: add sysfs nodes to get runtime compression statDaeho Jeong2021-03-253-0/+58
* f2fs: fix to use per-inode maxbytes in f2fs_fiemapChengguang Xu2021-03-251-0/+10
* f2fs: fix to align to section for fallocate() on pinned fileChao Yu2021-03-233-19/+36
* f2fs: expose # of overprivision segmentsJaegeuk Kim2021-03-121-0/+9
* f2fs: fix error handling in f2fs_end_enable_verity()Eric Biggers2021-03-121-21/+54
* f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King2021-03-121-1/+2
* f2fs: remove unused file_clear_encrypt()Chao Yu2021-03-121-3/+8
* f2fs: check if swapfile is section-allignedhuangjianan@oppo.com2021-03-121-21/+88
* f2fs: fix last_lblock check in check_swap_activate_fasthuangjianan@oppo.com2021-03-121-1/+1
* f2fs: remove unnecessary IS_SWAPFILE checkhuangjianan@oppo.com2021-03-122-3/+2
* f2fs: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-03-121-2/+3
* f2fs: compress: Allow modular (de)compression algorithmsGeert Uytterhoeven2021-03-121-9/+7
* f2fs: check discard command number before traversing discard pending listChao Yu2021-03-121-0/+2
* f2fs: update comments for explicit memory barrierChao Yu2021-03-122-2/+10
* f2fs: remove unused FORCE_FG_GC macroChao Yu2021-03-121-2/+0
* f2fs: avoid unused f2fs_show_compress_options()Chao Yu2021-03-121-0/+2
* f2fs: fix panic during f2fs_resize_fs()Chao Yu2021-03-121-0/+13
* f2fs: fix to allow migrating fully valid segmentChao Yu2021-03-125-16/+20
* f2fs: fix a spacing coding stylejiahao2021-03-121-1/+1
* Merge tag 'configfs-for-5.12' of git://git.infradead.org/users/hch/configfsLinus Torvalds2021-03-121-4/+2
|\
| * configfs: fix a use-after-free in __configfs_open_fileDaiyue Zhang2021-03-111-4/+2
* | Merge tag 'gfs2-v5.12-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-03-126-19/+22
|\ \ | |/ |/|
| * gfs2: bypass log flush if the journal is not liveBob Peterson2021-03-121-1/+1
| * gfs2: bypass signal_our_withdraw if no journalBob Peterson2021-03-121-5/+10
| * gfs2: fix use-after-free in trans_drainBob Peterson2021-03-072-0/+6
| * gfs2: make function gfs2_make_fs_ro() to void typeYang Li2021-03-074-13/+5