summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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
| * | f2fs: set GFP_NOFS when moving inline dentriesJaegeuk Kim2019-12-121-1/+1
| * | f2fs: should avoid recursive filesystem opsJaegeuk Kim2019-12-121-2/+2
| * | f2fs: keep quota data on write_begin failureJaegeuk Kim2019-12-121-2/+4
| * | f2fs: call f2fs_balance_fs outside of locked pageJaegeuk Kim2019-12-101-3/+4
| * | f2fs: preallocate DIO blocks when forcing buffered_ioJaegeuk Kim2019-12-092-23/+33
| |/
* | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2020-01-283-3/+49
|\ \
| * | fs-verity: implement readahead of Merkle tree pagesEric Biggers2020-01-143-3/+49
| |/
* | fscrypt: Allow modular crypto algorithmsHerbert Xu2019-12-311-0/+1
* | fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()Eric Biggers2019-12-311-1/+1
|/
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-0/+1
|\
| * fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann2019-10-231-0/+1
* | Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2019-11-301-1/+1
|\ \
| * | fs: Use dquot_load_quota_inode() from filesystemsJan Kara2019-11-041-1/+1
| |/
* | Merge tag 'f2fs-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-11-3015-106/+411
|\ \
| * | f2fs: stop GC when the victim becomes fully validJaegeuk Kim2019-11-251-2/+8
| * | f2fs: expose main_blkaddr in sysfsJaegeuk Kim2019-11-251-0/+2
| * | f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu2019-11-251-6/+14
| * | f2fs: Fix deadlock in f2fs_gc() context during atomic files handlingSahitya Tummala2019-11-193-6/+17
| * | f2fs: show f2fs instance in printk_ratelimitedChao Yu2019-11-199-27/+32
| * | f2fs: fix potential overflowChao Yu2019-11-072-2/+2