summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)2024-08-073-11/+13
* fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)2024-08-073-4/+3
* f2fs: Convert f2fs_write_begin() to use a folioMatthew Wilcox (Oracle)2024-08-071-31/+35
* f2fs: Convert f2fs_write_end() to use a folioMatthew Wilcox (Oracle)2024-08-071-6/+8
* Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-07-2315-222/+326
|\
| * f2fs: clean up addrs_per_{inode,block}()Chao Yu2024-07-101-13/+7
| * f2fs: clean up F2FS_I()Chao Yu2024-07-105-93/+88
| * f2fs: use meta inode for GC of COW fileSunmin Jeong2024-07-106-7/+23
| * f2fs: use meta inode for GC of atomic fileSunmin Jeong2024-07-104-9/+14
| * f2fs: only fragment segment in the same sectionSheng Yong2024-07-101-3/+11
| * f2fs: fix to update user block counts in block_operations()Chao Yu2024-07-101-5/+5
| * f2fs: remove unreachable lazytime mount option parsingEric Sandeen2024-07-101-10/+0
| * f2fs: fix null reference error when checking end of zoneDaejun Park2024-07-101-1/+3
| * f2fs: fix start segno of large sectionSheng Yong2024-07-091-1/+2
| * f2fs: remove redundant sanity check in sanity_check_inode()Chao Yu2024-06-241-4/+0
| * f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is validJaegeuk Kim2024-06-211-0/+1
| * f2fs: fix to use mnt_{want,drop}_write_file replace file_{start,end}_wrtieZhiguo Niu2024-06-181-8/+16
| * f2fs: clean up set REQ_RAHEAD given racJaegeuk Kim2024-06-183-8/+13
| * f2fs: enable atgc dynamically if conditions are metZhiguo Niu2024-06-183-3/+26
| * f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu2024-06-123-9/+42
| * f2fs: fix to cover read extent cache access with lockChao Yu2024-06-123-35/+25
| * f2fs: fix return value of f2fs_convert_inline_inode()Chao Yu2024-06-121-2/+4
| * f2fs: use new ioprio Macro to get ckpt thread ioprio levelZhiguo Niu2024-06-121-6/+6
| * f2fs: fix to don't dirty inode for readonly filesystemChao Yu2024-06-121-0/+3
| * f2fs: fix to avoid use SSR allocate when do defragmentZhiguo Niu2024-06-121-1/+2
| * f2fs: fix to force buffered IO on inline_data inodeChao Yu2024-06-121-0/+2
| * f2fs: fix to remove redundant SBI_NEED_FSCK flag setZhiguo Niu2024-06-121-1/+0
| * f2fs: alloc new section if curseg is not the first seg in its zoneSheng Yong2024-06-121-1/+2
| * f2fs: add support for FS_IOC_GETFSSYSFSPATHChao Yu2024-06-121-0/+1
| * f2fs: fix to do sanity check on blocks for inline_data inodeChao Yu2024-06-123-3/+21
| * f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GCChao Yu2024-06-121-0/+10
* | Merge tag 'vfs-6.11.casefold' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-07-155-93/+55
|\ \
| * | f2fs: Move CONFIG_UNICODE defguards into the code flowGabriel Krisman Bertazi2024-06-072-10/+8
| * | f2fs: Reuse generic_ci_match for ci comparisonsGabriel Krisman Bertazi2024-06-071-54/+4
| * | f2fs: Simplify the handling of cached casefolded namesGabriel Krisman Bertazi2024-06-073-32/+46
| |/
* | vfs: rename parent_ino to d_parent_ino and make it use RCUMateusz Guzik2024-06-271-1/+1
* | f2fs: Use in_group_or_capable() helperYouling Tang2024-06-252-5/+2
|/
* Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-2014-349/+630
|\
| * f2fs: initialize last_block_in_bio variableWu Bo2024-05-151-10/+13
| * f2fs: Add inline to f2fs_build_fault_attr() stubNathan Chancellor2024-05-151-2/+2
| * f2fs: fix to add missing iput() in gc_data_segment()Chao Yu2024-05-111-2/+7
| * f2fs: allow dirty sections with zero valid block for checkpoint disabledDaeho Jeong2024-05-111-2/+4
| * f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu2024-05-101-3/+8
| * f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu2024-05-101-1/+1
| * f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu2024-05-101-0/+10
| * f2fs: compress: fix error path of inc_valid_block_count()Chao Yu2024-05-101-7/+8
| * f2fs: compress: fix typo in f2fs_reserve_compress_blocks()Chao Yu2024-05-101-1/+1
| * f2fs: compress: fix to update i_compr_blocks correctlyChao Yu2024-05-101-7/+14
| * f2fs: check validation of fault attrs in f2fs_build_fault_attr()Chao Yu2024-05-093-15/+38
| * f2fs: fix to limit gc_pin_file_thresholdChao Yu2024-05-094-7/+16