aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)AuthorFilesLines
2024-07-23Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-36/+42
2024-07-10f2fs: clean up addrs_per_{inode,block}()Chao Yu1-13/+7
2024-07-10f2fs: clean up F2FS_I()Chao Yu1-18/+14
2024-07-10f2fs: use meta inode for GC of COW fileSunmin Jeong1-2/+11
2024-07-10f2fs: use meta inode for GC of atomic fileSunmin Jeong1-1/+6
2024-06-18f2fs: clean up set REQ_RAHEAD given racJaegeuk Kim1-1/+1
2024-06-18f2fs: enable atgc dynamically if conditions are metZhiguo Niu1-0/+1
2024-06-12f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu1-0/+1
2024-06-12f2fs: fix to cover read extent cache access with lockChao Yu1-1/+1
2024-06-12f2fs: fix to do sanity check on blocks for inline_data inodeChao Yu1-1/+1
2024-06-07f2fs: Simplify the handling of cached casefolded namesGabriel Krisman Bertazi1-1/+15
2024-05-15f2fs: Add inline to f2fs_build_fault_attr() stubNathan Chancellor1-2/+2
2024-05-10f2fs: compress: fix error path of inc_valid_block_count()Chao Yu1-7/+8
2024-05-09f2fs: check validation of fault attrs in f2fs_build_fault_attr()Chao Yu1-4/+8
2024-05-09f2fs: fix to limit gc_pin_file_thresholdChao Yu1-2/+2
2024-05-09f2fs: remove unused GC_FAILURE_PINChao Yu1-9/+5
2024-04-29f2fs: fix to avoid allocating WARM_DATA segment for direct IOChao Yu1-1/+1
2024-04-19f2fs: convert f2fs_read_inline_data() to use folioChao Yu1-2/+2
2024-04-19f2fs: assign the write hint per stream by defaultJaegeuk Kim1-0/+3
2024-04-12f2fs: use folio_test_writebackJaegeuk Kim1-1/+1
2024-04-09f2fs: fix zoned block device information initializationWenjie Qi1-0/+1
2024-03-26f2fs: support .shutdown in f2fs_sopsChao Yu1-0/+2
2024-03-18Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-86/+155
2024-03-14f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flagSunmin Jeong1-0/+1
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-03-12f2fs: fix to handle error paths of {new,change}_curseg()Zhiguo Niu1-2/+2
2024-03-12f2fs: fix to truncate meta inode pages forcelyChao Yu1-1/+27
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+1
2024-03-11Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-0/+1
2024-03-04f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanupChao Yu1-6/+8
2024-03-04f2fs: fix to check return value __allocate_new_segmentZhiguo Niu1-1/+1
2024-03-04f2fs: ro: compress: fix to avoid caching unaligned extentChao Yu1-2/+4
2024-02-29f2fs: introduce FAULT_NO_SEGMENTChao Yu1-0/+1
2024-02-29f2fs: fix to handle segment allocation failure correctlyChao Yu1-1/+1
2024-02-29f2fs: delete f2fs_get_new_segment() declarationChao Yu1-2/+0
2024-02-27f2fs: introduce get_available_block_count() for cleanupChao Yu1-22/+27
2024-02-27f2fs: support file pinning for zoned devicesDaeho Jeong1-1/+16
2024-02-27f2fs: fix to create selinux label during whiteout initializationChao Yu1-1/+2
2024-02-27f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim1-8/+13
2024-02-25f2fs: port block device access to filesChristian Brauner1-1/+1
2024-02-20f2fs: deprecate io_bitsJaegeuk Kim1-20/+5
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara1-1/+1
2024-02-06fs: Move enum rw_hint into a new header fileBart Van Assche1-0/+1
2024-02-05f2fs: fix to avoid potential panic during recoveryChao Yu1-0/+5
2024-02-05f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_semChao Yu1-2/+11
2024-02-05f2fs: support printk_ratelimited() in f2fs_printk()Chao Yu1-17/+23
2024-02-05f2fs: introduce FAULT_BLKADDR_CONSISTENCEChao Yu1-1/+4
2024-02-05f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panicChao Yu1-3/+1
2024-02-05f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu1-1/+6
2024-02-05f2fs: compress: fix to guarantee persisting compressed blocks by CPChao Yu1-1/+3