summaryrefslogtreecommitdiffstats
path: root/fs/f2fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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 tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2020-03-311-0/+11
|\ \
| * | f2fs: wire up FS_IOC_GET_ENCRYPTION_NONCEEric Biggers2020-03-201-0/+11
| |/
* / block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2020-03-252-0/+2
|/
* 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-091-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-3118-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-185-24/+27
| * | f2fs: update f2fs document regarding to fsync_modeJaegeuk Kim2020-01-181-2/+3
| * | f2fs: add a way to turn off ipu bio cacheJaegeuk Kim2020-01-182-1/+3
| * | f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu2020-01-181-12/+4
| * | f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu2020-01-181-0/+2
| * | f2fs: fix deadlock allocating bio_post_read_ctx from mempoolEric Biggers2020-01-181-6/+19
| * | f2fs: remove unneeded check for error allocating bio_post_read_ctxEric Biggers2020-01-181-4/+1
| * | f2fs: convert inline_dir early before starting renameJaegeuk Kim2020-01-184-25/+71
| * | f2fs: fix memleak of kobjectChao Yu2020-01-181-3/+8
| * | f2fs: fix to add swap extent correctlyChao Yu2020-01-181-7/+25
| * | f2fs: run fsck when getting bad inode during GCJaegeuk Kim2020-01-181-1/+3
| * | f2fs: support data compressionChao Yu2020-01-1813-117/+2409
| * | f2fs: free sysfs kobjectJaegeuk Kim2020-01-151-0/+1
| * | f2fs: declare nested quota_sem and remove unnecessary semsJaegeuk Kim2020-01-151-14/+4
| * | f2fs: don't put new_page twice in f2fs_renameJaegeuk Kim2020-01-151-3/+4
| * | f2fs: set I_LINKABLE early to avoid wrong access by vfsJaegeuk Kim2020-01-151-14/+13
| * | f2fs: don't keep META_MAPPING pages used for moving verity file blocksEric Biggers2020-01-151-3/+3
| * | f2fs: introduce private biosetChao Yu2020-01-153-22/+51
| * | f2fs: cleanup duplicate stats for atomic filesSahitya Tummala2020-01-154-10/+2
| * | f2fs: Check write pointer consistency of non-open zonesShin'ichiro Kawasaki2020-01-153-0/+138
| * | f2fs: Check write pointer consistency of open zonesShin'ichiro Kawasaki2020-01-153-2/+150