summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-181-86/+155
|\
| * f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flagSunmin Jeong2024-03-141-0/+1
| * f2fs: fix to handle error paths of {new,change}_curseg()Zhiguo Niu2024-03-121-2/+2
| * f2fs: fix to truncate meta inode pages forcelyChao Yu2024-03-121-1/+27
| * f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanupChao Yu2024-03-041-6/+8
| * f2fs: fix to check return value __allocate_new_segmentZhiguo Niu2024-03-041-1/+1
| * f2fs: ro: compress: fix to avoid caching unaligned extentChao Yu2024-03-041-2/+4
| * f2fs: introduce FAULT_NO_SEGMENTChao Yu2024-02-291-0/+1
| * f2fs: fix to handle segment allocation failure correctlyChao Yu2024-02-291-1/+1
| * f2fs: delete f2fs_get_new_segment() declarationChao Yu2024-02-291-2/+0
| * f2fs: introduce get_available_block_count() for cleanupChao Yu2024-02-271-22/+27
| * f2fs: support file pinning for zoned devicesDaeho Jeong2024-02-271-1/+16
| * f2fs: fix to create selinux label during whiteout initializationChao Yu2024-02-271-1/+2
| * f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim2024-02-271-8/+13
| * f2fs: deprecate io_bitsJaegeuk Kim2024-02-201-20/+5
| * f2fs: fix to avoid potential panic during recoveryChao Yu2024-02-051-0/+5
| * f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_semChao Yu2024-02-051-2/+11
| * f2fs: support printk_ratelimited() in f2fs_printk()Chao Yu2024-02-051-17/+23
| * f2fs: introduce FAULT_BLKADDR_CONSISTENCEChao Yu2024-02-051-1/+4
| * f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panicChao Yu2024-02-051-3/+1
| * f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu2024-02-051-1/+6
| * f2fs: compress: fix to guarantee persisting compressed blocks by CPChao Yu2024-02-051-1/+3
* | Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-131-1/+1
|\ \
| * | quota: Properly annotate i_dquot arrays with __rcuJan Kara2024-02-081-1/+1
| |/
* | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-1/+1
|\ \
| * | f2fs: port block device access to filesChristian Brauner2024-02-251-1/+1
| |/
* | Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-0/+1
|\ \
| * | fs: Move enum rw_hint into a new header fileBart Van Assche2024-02-061-0/+1
| |/
* | Merge tag 'exportfs-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner2024-01-231-11/+0
|\ \ | |/ |/|
| * fs: Create a generic is_dot_dotdot() utilityChuck Lever2024-01-231-11/+0
* | f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu2023-12-111-0/+7
* | f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu2023-12-111-1/+1
* | f2fs: introduce get_dnode_addr() to clean up codesChao Yu2023-12-111-3/+15
* | f2fs: delete obsolete FI_DROP_CACHEChao Yu2023-12-111-6/+0
* | f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu2023-12-111-6/+0
* | f2fs: sysfs: support discard_io_awareChao Yu2023-11-281-0/+7
|/
* Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-4/+6
|\
| * f2fs: convert to new timestamp accessorsJeff Layton2023-10-181-4/+6
* | f2fs: Convert to bdev_open_by_dev/path()Jan Kara2023-10-281-0/+1
|/
* Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-09-021-35/+61
|\
| * f2fs: avoid false alarm of circular lockingJaegeuk Kim2023-08-211-9/+15
| * f2fs: fix to account cp stats correctlyChao Yu2023-08-141-11/+14
| * f2fs: fix to account gc stats correctlyChao Yu2023-08-141-21/+21
| * f2fs: check zone type before sending async reset zone commandShin'ichiro Kawasaki2023-08-141-0/+16
| * f2fs: fix to avoid mmap vs set_compress_option caseChao Yu2023-08-141-1/+2
* | Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-08-281-1/+1
|\ \
| * | filemap: Add fgf_t typedefMatthew Wilcox (Oracle)2023-07-241-1/+1
| |/
* / f2fs: convert to ctime accessor functionsJeff Layton2023-07-241-1/+3
|/
* f2fs: fix to do sanity check on direct node in truncate_dnode()Chao Yu2023-06-301-1/+0
* f2fs: add helper to check compression levelSheng Yong2023-06-261-0/+2