summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: add prefix for f2fs slab cache nameChao Yu2020-03-193-9/+9
* f2fs: introduce DEFAULT_IO_TIMEOUTChao Yu2020-03-1910-15/+25
* f2fs: skip GC when section is fullJaegeuk Kim2020-03-191-2/+2
* f2fs: add migration count iff migration happensJaegeuk Kim2020-03-191-1/+1
* f2fs: clean up bggc mount optionChao Yu2020-03-193-19/+28
* f2fs: clean up lfs/adaptive mount optionChao Yu2020-03-196-37/+30
* f2fs: fix to show norecovery mount optionChao Yu2020-03-192-2/+6
* f2fs: clean up parameter of macro XATTR_SIZE()Chao Yu2020-03-192-7/+6
* f2fs: clean up codes with {f2fs_,}data_blkaddr()Chao Yu2020-03-197-29/+24
* f2fs: show mounted timeJaegeuk Kim2020-03-194-2/+13
* f2fs: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-191-19/+19
* f2fs: allow to clear F2FS_COMPR_FL flagChao Yu2020-03-111-4/+4
* f2fs: fix to check dirty pages during compressed inode conversionChao Yu2020-03-111-0/+2
* f2fs: fix to account compressed inode correctlyChao Yu2020-03-111-1/+1
* f2fs: fix wrong check on F2FS_IOC_FSSETXATTRJaegeuk Kim2020-03-101-5/+8
* f2fs: fix to avoid use-after-free in f2fs_write_multi_pages()Chao Yu2020-03-101-1/+1
* f2fs: fix to avoid using uninitialized variableChao Yu2020-03-101-4/+12
* f2fs: fix inconsistent commentsChao Yu2020-03-1010-40/+21
* f2fs: remove i_sem lock coverage in f2fs_setxattr()Chao Yu2020-03-101-3/+0
* f2fs: cover last_disk_size update with spinlockChao Yu2020-03-105-8/+10
* f2fs: fix to check i_compr_blocks correctlyChao Yu2020-03-101-3/+20
* f2fs: fix to avoid potential deadlockChao Yu2020-02-271-3/+3
* f2fs: add missing function name in kernel messageChao Yu2020-02-272-3/+4
* f2fs: recycle unused compress_data.chksum feildChao Yu2020-02-272-3/+1
* f2fs: fix to avoid NULL pointer dereferenceChao Yu2020-02-271-1/+2
* f2fs: fix leaking uninitialized memory in compressed clustersEric Biggers2020-02-271-2/+6
* f2fs: fix the panic in do_checkpoint()Sahitya Tummala2020-02-273-11/+9
* f2fs: fix to wait all node page writebackChao Yu2020-02-271-3/+4
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-02-081-5/+11
|\
| * fs: Enable bmap() function to properly return errorsCarlos Maiolino2020-02-031-5/+11
* | Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-051-12/+6
|\ \
| * | utimes: Clamp the timestamps in notify_change()Amir Goldstein2019-12-081-12/+6
| |/
* | treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-1/+1
* | Merge tag 'f2fs-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2020-01-3018-370/+3137
|\ \
| * | f2fs: fix race conditions in ->d_compare() and ->d_hash()Eric Biggers2020-01-241-3/+6
| * | f2fs: fix dcache lookup of !casefolded directoriesEric Biggers2020-01-241-1/+1
| * | f2fs: Add f2fs stats to sysfsHridya Valsaraju2020-01-235-74/+157
| * | f2fs: change to use rwsem for gc_mutexChao Yu2020-01-175-24/+27
| * | f2fs: update f2fs document regarding to fsync_modeJaegeuk Kim2020-01-171-2/+3
| * | f2fs: add a way to turn off ipu bio cacheJaegeuk Kim2020-01-172-1/+3
| * | f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu2020-01-171-12/+4
| * | f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu2020-01-171-0/+2
| * | f2fs: fix deadlock allocating bio_post_read_ctx from mempoolEric Biggers2020-01-171-6/+19
| * | f2fs: remove unneeded check for error allocating bio_post_read_ctxEric Biggers2020-01-171-4/+1
| * | f2fs: convert inline_dir early before starting renameJaegeuk Kim2020-01-174-25/+71
| * | f2fs: fix memleak of kobjectChao Yu2020-01-171-3/+8
| * | f2fs: fix to add swap extent correctlyChao Yu2020-01-171-7/+25
| * | f2fs: run fsck when getting bad inode during GCJaegeuk Kim2020-01-171-1/+3
| * | f2fs: support data compressionChao Yu2020-01-1713-117/+2409
| * | f2fs: free sysfs kobjectJaegeuk Kim2020-01-151-0/+1