| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2024-07-24 | 15 | -222/+326 |
|\ |
|
| * | f2fs: clean up addrs_per_{inode,block}() | Chao Yu | 2024-07-11 | 1 | -13/+7 |
| * | f2fs: clean up F2FS_I() | Chao Yu | 2024-07-11 | 5 | -93/+88 |
| * | f2fs: use meta inode for GC of COW file | Sunmin Jeong | 2024-07-11 | 6 | -7/+23 |
| * | f2fs: use meta inode for GC of atomic file | Sunmin Jeong | 2024-07-11 | 4 | -9/+14 |
| * | f2fs: only fragment segment in the same section | Sheng Yong | 2024-07-11 | 1 | -3/+11 |
| * | f2fs: fix to update user block counts in block_operations() | Chao Yu | 2024-07-11 | 1 | -5/+5 |
| * | f2fs: remove unreachable lazytime mount option parsing | Eric Sandeen | 2024-07-11 | 1 | -10/+0 |
| * | f2fs: fix null reference error when checking end of zone | Daejun Park | 2024-07-11 | 1 | -1/+3 |
| * | f2fs: fix start segno of large section | Sheng Yong | 2024-07-09 | 1 | -1/+2 |
| * | f2fs: remove redundant sanity check in sanity_check_inode() | Chao Yu | 2024-06-24 | 1 | -4/+0 |
| * | f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is valid | Jaegeuk Kim | 2024-06-22 | 1 | -0/+1 |
| * | f2fs: fix to use mnt_{want,drop}_write_file replace file_{start,end}_wrtie | Zhiguo Niu | 2024-06-18 | 1 | -8/+16 |
| * | f2fs: clean up set REQ_RAHEAD given rac | Jaegeuk Kim | 2024-06-18 | 3 | -8/+13 |
| * | f2fs: enable atgc dynamically if conditions are met | Zhiguo Niu | 2024-06-18 | 3 | -3/+26 |
| * | f2fs: fix to truncate preallocated blocks in f2fs_file_open() | Chao Yu | 2024-06-12 | 3 | -9/+42 |
| * | f2fs: fix to cover read extent cache access with lock | Chao Yu | 2024-06-12 | 3 | -35/+25 |
| * | f2fs: fix return value of f2fs_convert_inline_inode() | Chao Yu | 2024-06-12 | 1 | -2/+4 |
| * | f2fs: use new ioprio Macro to get ckpt thread ioprio level | Zhiguo Niu | 2024-06-12 | 1 | -6/+6 |
| * | f2fs: fix to don't dirty inode for readonly filesystem | Chao Yu | 2024-06-12 | 1 | -0/+3 |
| * | f2fs: fix to avoid use SSR allocate when do defragment | Zhiguo Niu | 2024-06-12 | 1 | -1/+2 |
| * | f2fs: fix to force buffered IO on inline_data inode | Chao Yu | 2024-06-12 | 1 | -0/+2 |
| * | f2fs: fix to remove redundant SBI_NEED_FSCK flag set | Zhiguo Niu | 2024-06-12 | 1 | -1/+0 |
| * | f2fs: alloc new section if curseg is not the first seg in its zone | Sheng Yong | 2024-06-12 | 1 | -1/+2 |
| * | f2fs: add support for FS_IOC_GETFSSYSFSPATH | Chao Yu | 2024-06-12 | 1 | -0/+1 |
| * | f2fs: fix to do sanity check on blocks for inline_data inode | Chao Yu | 2024-06-12 | 3 | -3/+21 |
| * | f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GC | Chao Yu | 2024-06-12 | 1 | -0/+10 |
* | | Merge tag 'vfs-6.11.casefold' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2024-07-15 | 5 | -93/+55 |
|\ \ |
|
| * | | f2fs: Move CONFIG_UNICODE defguards into the code flow | Gabriel Krisman Bertazi | 2024-06-07 | 2 | -10/+8 |
| * | | f2fs: Reuse generic_ci_match for ci comparisons | Gabriel Krisman Bertazi | 2024-06-07 | 1 | -54/+4 |
| * | | f2fs: Simplify the handling of cached casefolded names | Gabriel Krisman Bertazi | 2024-06-07 | 3 | -32/+46 |
| |/ |
|
* | | vfs: rename parent_ino to d_parent_ino and make it use RCU | Mateusz Guzik | 2024-06-27 | 1 | -1/+1 |
* | | f2fs: Use in_group_or_capable() helper | Youling Tang | 2024-06-25 | 2 | -5/+2 |
|/ |
|
* | Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2024-05-20 | 14 | -349/+630 |
|\ |
|
| * | f2fs: initialize last_block_in_bio variable | Wu Bo | 2024-05-15 | 1 | -10/+13 |
| * | f2fs: Add inline to f2fs_build_fault_attr() stub | Nathan Chancellor | 2024-05-15 | 1 | -2/+2 |
| * | f2fs: fix to add missing iput() in gc_data_segment() | Chao Yu | 2024-05-11 | 1 | -2/+7 |
| * | f2fs: allow dirty sections with zero valid block for checkpoint disabled | Daeho Jeong | 2024-05-11 | 1 | -2/+4 |
| * | f2fs: compress: don't allow unaligned truncation on released compress inode | Chao Yu | 2024-05-10 | 1 | -3/+8 |
| * | f2fs: fix to release node block count in error path of f2fs_new_node_page() | Chao Yu | 2024-05-10 | 1 | -1/+1 |
| * | f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ... | Chao Yu | 2024-05-10 | 1 | -0/+10 |
| * | f2fs: compress: fix error path of inc_valid_block_count() | Chao Yu | 2024-05-10 | 1 | -7/+8 |
| * | f2fs: compress: fix typo in f2fs_reserve_compress_blocks() | Chao Yu | 2024-05-10 | 1 | -1/+1 |
| * | f2fs: compress: fix to update i_compr_blocks correctly | Chao Yu | 2024-05-10 | 1 | -7/+14 |
| * | f2fs: check validation of fault attrs in f2fs_build_fault_attr() | Chao Yu | 2024-05-09 | 3 | -15/+38 |
| * | f2fs: fix to limit gc_pin_file_threshold | Chao Yu | 2024-05-09 | 4 | -7/+16 |
| * | f2fs: remove unused GC_FAILURE_PIN | Chao Yu | 2024-05-09 | 4 | -22/+13 |
| * | f2fs: use f2fs_{err,info}_ratelimited() for cleanup | Chao Yu | 2024-05-09 | 2 | -33/+26 |
| * | f2fs: fix block migration when section is not aligned to pow2 | Wu Bo | 2024-05-09 | 1 | -9/+8 |
| * | f2fs: zone: fix to don't trigger OPU on pinfile for direct IO | Chao Yu | 2024-04-29 | 1 | -2/+3 |