summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
...
| * f2fs: reduce the scope of setting fsck tag when de->name_len is zeroYangtao Li2021-08-041-5/+9
| * f2fs: fix to stop filesystem update once CP failedChao Yu2021-08-033-6/+23
| * f2fs: add sysfs node to control ra_pages for fadvise seq fileDaeho Jeong2021-08-034-0/+46
| * f2fs: introduce discard_unit mount optionChao Yu2021-08-034-32/+122
| * f2fs: fix min_seq_blocks can not make sense in some scenes.Laibin Qiu2021-08-021-1/+1
| * f2fs: fix to force keeping write barrier for strict fsync modeChao Yu2021-08-021-0/+12
| * f2fs: fix wrong checkpoint_changed value in f2fs_remount()Chao Yu2021-08-021-5/+2
| * f2fs: show sbi status in debugfs/f2fs/statusJaegeuk Kim2021-08-021-2/+3
| * f2fs: turn back remapped address in compressed page endioDaeho Jeong2021-08-021-1/+3
| * f2fs: change fiemap way in printing compression chunkDaeho Jeong2021-08-021-33/+42
| * f2fs: do not submit NEW_ADDR to read node blockJaegeuk Kim2021-08-021-1/+2
| * f2fs: compress: remove unneeded read when rewrite whole clusterFengnan Chang2021-08-021-0/+3
| * f2fs: don't sleep while grabing nat_tree_lockJaegeuk Kim2021-07-251-4/+13
| * f2fs: remove allow_outplace_dio()Eric Biggers2021-07-253-12/+2
| * f2fs: make f2fs_write_failed() take struct inodeEric Biggers2021-07-251-4/+3
| * f2fs: quota: fix potential deadlockChao Yu2021-07-191-36/+48
| * f2fs: let's keep writing IOs on SBI_NEED_FSCKJaegeuk Kim2021-07-192-1/+3
| * f2fs: Revert "f2fs: Fix indefinite loop in f2fs_gc() v1"Jia Yang2021-07-191-1/+1
| * f2fs: avoid to create an empty string as the extension_listWang Xiaojun2021-07-131-1/+1
| * f2fs: compress: fix to set zstd compress level correctlyChao Yu2021-07-131-1/+2
| * f2fs: add sysfs nodes to get GC info for each GC modeDaeho Jeong2021-07-134-0/+43
* | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-022-2/+5
|\ \
| * | vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-182-2/+5
| |/
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2021-08-311-1/+11
|\ \
| * | f2fs: report correct st_size for encrypted symlinksEric Biggers2021-07-251-1/+11
| |/
* | Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-1/+1
|\ \
| * | block: Introduce IOPRIO_NR_LEVELSDamien Le Moal2021-08-181-1/+1
| |/
* / f2fs: Convert to using invalidate_lockJan Kara2021-07-134-38/+34
|/
* f2fs: drop dirty node pages when cp is in error statusJaegeuk Kim2021-07-061-7/+4
* f2fs: initialize page->private when using for our internal useJaegeuk Kim2021-07-052-1/+6
* f2fs: compress: add nocompress extensions supportFengnan Chang2021-07-013-6/+95
* f2fs: remove false alarm on iget failure during GCJaegeuk Kim2021-06-281-3/+1
* f2fs: enable extent cache for compression files in read-onlyDaeho Jeong2021-06-281-19/+20
* f2fs: introduce f2fs_casefolded_name slab cacheChao Yu2021-06-233-7/+40
* f2fs: swap: support migrating swapfile in aligned write modeChao Yu2021-06-234-14/+101
* f2fs: swap: remove dead codesChao Yu2021-06-231-167/+1
* f2fs: compress: add compress_inode to cache compressed blocksChao Yu2021-06-2310-14/+357
* f2fs: clean up /sys/fs/f2fs/<disk>/featuresJaegeuk Kim2021-06-232-64/+134
* f2fs: add pin_file in feature listJaegeuk Kim2021-06-231-0/+2
* f2fs: Advertise encrypted casefolding in sysfsDaniel Rosenberg2021-06-231-0/+8
* f2fs: Show casefolding support only when supportedDaniel Rosenberg2021-06-231-0/+4
* f2fs: support RO featureJaegeuk Kim2021-06-234-6/+46
* f2fs: logging neateningJoe Perches2021-06-235-21/+17
* f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bitJaegeuk Kim2021-06-233-7/+20
* f2fs: compress: remove unneeded preallocationChao Yu2021-06-232-28/+3
* f2fs: atgc: export entries for better tunability via sysfsChao Yu2021-05-261-0/+27
* f2fs: compress: fix to disallow temp extensionChao Yu2021-05-261-4/+12
* f2fs: let's allow compression for mmap filesJaegeuk Kim2021-05-261-2/+0
* f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu2021-05-261-0/+1
* f2fs: return success if there is no work to doTom Rix2021-05-261-1/+1