summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-101-26/+42
|\
| * f2fs: compress: disable compression mount option if compression is offChao Yu2020-08-031-1/+14
| * f2fs: fix use-after-free issueLi Guifu2020-07-231-2/+3
| * f2fs: avoid readahead race conditionJaegeuk Kim2020-07-071-0/+2
| * f2fs: use kfree() to free variables allocated by match_strdup()Wang Xiaojun2020-06-181-18/+18
| * f2fs: use kfree() instead of kvfree() to free superblock dataDenis Efremov2020-06-181-5/+5
* | f2fs: add inline encryption supportSatya Tangirala2020-07-081-0/+35
|/
* Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2020-06-091-37/+51
|\
| * f2fs: don't return vmalloc() memory from f2fs_kmalloc()Eric Biggers2020-06-081-1/+1
| * f2fs: fix checkpoint=disable:%u%%Jaegeuk Kim2020-05-181-6/+19
| * f2fs: refactor resize_fs to avoid meta updates in progressJaegeuk Kim2020-05-111-1/+0
| * f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov2020-05-111-1/+2
| * f2fs: compress: support lzo-rle compress algorithmChao Yu2020-05-111-0/+6
| * f2fs: introduce mempool for {,de}compress intermediate page allocationChao Yu2020-05-111-0/+6
| * f2fs: use strcmp() in parse_options()Eric Biggers2020-05-081-28/+16
| * f2fs: add tracepoint for f2fs iostatDaeho Jeong2020-04-171-0/+1
* | fscrypt: support test_dummy_encryption=v2Eric Biggers2020-05-181-24/+61
|/
* Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-071-35/+54
|\
| * f2fs: compress: support zstd compress algorithmChao Yu2020-04-031-0/+7
| * f2fs: change default compression algorithmChao Yu2020-03-301-1/+1
| * f2fs: fix NULL pointer dereference in f2fs_write_begin()Chao Yu2020-03-301-2/+3
| * f2fs: use kmem_cache pool during inline xattr lookupsChao Yu2020-03-221-1/+9
| * f2fs: introduce DEFAULT_IO_TIMEOUTChao Yu2020-03-191-2/+4
| * f2fs: clean up bggc mount optionChao Yu2020-03-191-16/+13
| * f2fs: clean up lfs/adaptive mount optionChao Yu2020-03-191-8/+8
| * f2fs: fix to show norecovery mount optionChao Yu2020-03-191-2/+5
| * f2fs: fix inconsistent commentsChao Yu2020-03-101-2/+2
| * f2fs: cover last_disk_size update with spinlockChao Yu2020-03-101-0/+1
| * f2fs: fix the panic in do_checkpoint()Sahitya Tummala2020-02-271-1/+1
* | block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2020-03-251-0/+1
|/
* f2fs: change to use rwsem for gc_mutexChao Yu2020-01-171-8/+8
* 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: support data compressionChao Yu2020-01-171-1/+111
* f2fs: declare nested quota_sem and remove unnecessary semsJaegeuk Kim2020-01-151-14/+4
* f2fs: introduce private biosetChao Yu2020-01-151-1/+6
* f2fs: Check write pointer consistency of non-open zonesShin'ichiro Kawasaki2020-01-151-0/+11
* 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-301-10/+40
|\ \
| * | f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu2019-11-251-6/+14
| * | f2fs: support aligned pinned fileJaegeuk Kim2019-11-071-0/+1
| * | f2fs: cache global IPU bioChao Yu2019-10-251-0/+8
| * | f2fs: check total_segments from devices in raw_superQiuyang Sun2019-10-221-0/+15
| * | f2fs: mark recovery flag correctly in read_raw_super_block()Chengguang Xu via Linux-f2fs-devel2019-10-221-4/+2
| |/
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-11-251-6/+20
|\ \
| * | f2fs: add support for IV_INO_LBLK_64 encryption policiesEric Biggers2019-11-061-6/+20
| |/
* / block: rework zone reportingChristoph Hellwig2019-11-121-35/+16
|/
* Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-09-211-9/+147
|\
| * f2fs: check all the data segments against all node onesSurbhi Palande2019-09-161-2/+2