summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-172-21/+20
|\
| * unicode: pass a UNICODE_AGE() tripple to utf8_loadChristoph Hellwig2021-10-111-6/+12
| * unicode: remove the charset field from struct unicode_mapChristoph Hellwig2021-10-111-2/+1
| * f2fs: simplify f2fs_sb_read_encodingChristoph Hellwig2021-10-111-13/+7
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-157-21/+16
|\ \
| * | mm: introduce memalloc_retry_wait()NeilBrown2022-01-157-21/+16
* | | mm: Convert find_lock_entries() to use a folio_batchMatthew Wilcox (Oracle)2022-01-081-0/+2
|/ /
* | Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds2021-11-132-29/+29
|\ \
| * | lib: zstd: Add kernel-specific APINick Terrell2021-11-082-29/+29
* | | Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-1318-95/+302
|\ \ \ | |/ / |/| |
| * | f2fs: fix UAF in f2fs_available_free_memoryDongliang Mu2021-11-091-0/+2
| * | f2fs: invalidate META_MAPPING before IPU/DIO writeHyeong-Jun Kim2021-11-092-0/+5
| * | f2fs: support fault injection for dquot_initialize()Chao Yu2021-10-2910-26/+44
| * | f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()Chao Yu2021-10-291-1/+1
| * | f2fs: compress: disallow disabling compress on non-empty compressed fileHyeong-Jun Kim2021-10-271-2/+1
| * | f2fs: compress: fix overwrite may reduce compress ratio unproperlyFengnan Chang2021-10-263-18/+39
| * | f2fs: multidevice: support direct IOChao Yu2021-10-264-20/+104
| * | f2fs: introduce fragment allocation mode mount optionDaeho Jeong2021-10-266-5/+70
| * | f2fs: replace snprintf in show functions with sysfs_emitQing Wang2021-10-261-2/+2
| * | f2fs: include non-compressed blocks in compr_written_blockDaeho Jeong2021-10-261-0/+1
| * | f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu2021-10-111-1/+1
| * | f2fs: fix to use WHINT_MODEKeoseong Park2021-10-111-1/+1
| * | f2fs: set SBI_NEED_FSCK flag when inconsistent node block foundWeichao Guo2021-09-201-0/+1
| * | f2fs: introduce excess_dirty_threshold()Chao Yu2021-09-203-7/+24
| * | f2fs: avoid attaching SB_ACTIVE flag during mountChao Yu2021-09-162-9/+2
| * | f2fs: quota: fix potential deadlockChao Yu2021-09-161-1/+2
| * | f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim2021-09-162-2/+2
| |/
* | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-021-1/+1
|\ \
| * | iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher2021-10-181-1/+1
| |/
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2021-11-011-1/+0
|\ \
| * | fscrypt: remove fscrypt_operations::max_namelenEric Biggers2021-09-201-1/+0
| |/
* / mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-181-0/+1
|/
* Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-0420-457/+1364
|\
| * f2fs: should put a page beyond EOF when preparing a writeJaegeuk Kim2021-08-311-0/+2
| * f2fs: deallocate compressed pages when error happensJaegeuk Kim2021-08-311-6/+6
| * f2fs: enable realtime discard iff device supports discardChao Yu2021-08-301-2/+7
| * f2fs: guarantee to write dirty data when enabling checkpoint backJaegeuk Kim2021-08-302-4/+12
| * f2fs: fix to unmap pages from userspace process in punch_hole()Chao Yu2021-08-301-3/+1
| * f2fs: fix unexpected ENOENT comes from f2fs_map_blocks()Chao Yu2021-08-301-0/+14
| * f2fs: fix to account missing .skipped_gc_rwsemChao Yu2021-08-301-1/+3
| * f2fs: adjust unlock order for cleanupChao Yu2021-08-301-2/+2
| * f2fs: Don't create discard thread when device doesn't support realtime discardFengnan Chang2021-08-303-7/+46
| * f2fs: rebuild nat_bits during umountChao Yu2021-08-233-59/+95
| * f2fs: introduce periodic iostat io latency tracesDaeho Jeong2021-08-235-6/+220
| * f2fs: separate out iostat featureDaeho Jeong2021-08-2313-149/+223
| * f2fs: compress: do sanity check on clusterChao Yu2021-08-173-0/+62
| * f2fs: convert S_IRUGO to 0444Yangtao Li2021-08-172-5/+5
| * f2fs: fix to keep compatibility of fault injection interfaceChao Yu2021-08-171-0/+1
| * f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu2021-08-1712-30/+58
| * f2fs: compress: allow write compress released file after truncate to zeroFengnan Chang2021-08-171-0/+8