summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
...
| * 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 branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-022-5/+2
|\ \
| * | useful constants: struct qstr for ".."Al Viro2021-04-152-5/+2
| |/
* | Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-272-2/+2
|\ \
| * | mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)2021-04-232-2/+2
* | | f2fs: convert to fileattrMiklos Szeredi2021-04-123-178/+43
|/ /
* / block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-115-8/+8
|/
* Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-282-3/+2
|\
| * block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-262-3/+2
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-236-35/+45
|\ \
| * | fs: make helpers idmap mount awareChristian Brauner2021-01-245-17/+24
| * | stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * | acl: handle idmapped mountsChristian Brauner2021-01-243-4/+8
| * | attr: handle idmapped mountsChristian Brauner2021-01-241-4/+6
| * | inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-243-9/+9
* | | Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-221-3/+0
|\ \ \ | |_|/ |/| |
| * | fs: don't call ->dirty_inode for lazytime timestamp updatesEric Biggers2021-01-131-3/+0
| |/