Age | Commit message (Expand) | Author | Files | Lines |
2024-08-15 | f2fs: sysfs: support atgc_enabled | liujinbao1 | 1 | -0/+8 |
2024-08-15 | Revert "f2fs: use flush command instead of FUA for zoned device" | Wenjie Cheng | 2 | -3/+2 |
2024-08-15 | f2fs: get rid of buffer_head use | Chao Yu | 5 | -41/+66 |
2024-08-15 | f2fs: fix to avoid racing in between read and OPU dio write | Chao Yu | 1 | -0/+4 |
2024-08-15 | f2fs: fix to wait dio completion | Chao Yu | 1 | -0/+13 |
2024-08-15 | f2fs: reduce expensive checkpoint trigger frequency | Chao Yu | 3 | -2/+17 |
2024-08-12 | introduce fd_file(), convert all accessors to it. | Al Viro | 1 | -3/+3 |
2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 3 | -11/+13 |
2024-08-07 | fs: Convert aops->write_end to take a folio | Matthew Wilcox (Oracle) | 3 | -4/+3 |
2024-08-07 | f2fs: Convert f2fs_write_begin() to use a folio | Matthew Wilcox (Oracle) | 1 | -31/+35 |
2024-08-07 | f2fs: Convert f2fs_write_end() to use a folio | Matthew Wilcox (Oracle) | 1 | -6/+8 |
2024-08-05 | f2fs: atomic: fix to avoid racing w/ GC | Chao Yu | 2 | -2/+16 |
2024-08-05 | f2fs: fix macro definition stat_inc_cp_count | Julian Sun | 1 | -1/+1 |
2024-08-05 | f2fs: fix macro definition on_f2fs_build_free_nids | Julian Sun | 1 | -1/+1 |
2024-08-05 | f2fs: add write priority option based on zone UFS | Liao Yuanhong | 4 | -1/+44 |
2024-08-05 | f2fs: avoid potential int overflow in sanity_check_area_boundary() | Nikita Zhandarovich | 1 | -2/+2 |
2024-08-05 | f2fs: fix several potential integer overflows in file offsets | Nikita Zhandarovich | 2 | -3/+3 |
2024-08-05 | f2fs: prevent possible int overflow in dir_block_index() | Nikita Zhandarovich | 1 | -1/+2 |
2024-08-05 | f2fs: clean up data_blkaddr() and get_dnode_addr() | Chao Yu | 1 | -29/+17 |
2024-07-23 | Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 15 | -222/+326 |
2024-07-15 | Merge tag 'vfs-6.11.casefold' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -93/+55 |
2024-07-10 | f2fs: clean up addrs_per_{inode,block}() | Chao Yu | 1 | -13/+7 |
2024-07-10 | f2fs: clean up F2FS_I() | Chao Yu | 5 | -93/+88 |
2024-07-10 | f2fs: use meta inode for GC of COW file | Sunmin Jeong | 6 | -7/+23 |
2024-07-10 | f2fs: use meta inode for GC of atomic file | Sunmin Jeong | 4 | -9/+14 |
2024-07-10 | f2fs: only fragment segment in the same section | Sheng Yong | 1 | -3/+11 |
2024-07-10 | f2fs: fix to update user block counts in block_operations() | Chao Yu | 1 | -5/+5 |
2024-07-10 | f2fs: remove unreachable lazytime mount option parsing | Eric Sandeen | 1 | -10/+0 |
2024-07-10 | f2fs: fix null reference error when checking end of zone | Daejun Park | 1 | -1/+3 |
2024-07-09 | f2fs: fix start segno of large section | Sheng Yong | 1 | -1/+2 |
2024-06-27 | vfs: rename parent_ino to d_parent_ino and make it use RCU | Mateusz Guzik | 1 | -1/+1 |
2024-06-25 | f2fs: Use in_group_or_capable() helper | Youling Tang | 2 | -5/+2 |
2024-06-24 | f2fs: remove redundant sanity check in sanity_check_inode() | Chao Yu | 1 | -4/+0 |
2024-06-21 | f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is valid | Jaegeuk Kim | 1 | -0/+1 |
2024-06-18 | f2fs: fix to use mnt_{want,drop}_write_file replace file_{start,end}_wrtie | Zhiguo Niu | 1 | -8/+16 |
2024-06-18 | f2fs: clean up set REQ_RAHEAD given rac | Jaegeuk Kim | 3 | -8/+13 |
2024-06-18 | f2fs: enable atgc dynamically if conditions are met | Zhiguo Niu | 3 | -3/+26 |
2024-06-12 | f2fs: fix to truncate preallocated blocks in f2fs_file_open() | Chao Yu | 3 | -9/+42 |
2024-06-12 | f2fs: fix to cover read extent cache access with lock | Chao Yu | 3 | -35/+25 |
2024-06-12 | f2fs: fix return value of f2fs_convert_inline_inode() | Chao Yu | 1 | -2/+4 |
2024-06-12 | f2fs: use new ioprio Macro to get ckpt thread ioprio level | Zhiguo Niu | 1 | -6/+6 |
2024-06-12 | f2fs: fix to don't dirty inode for readonly filesystem | Chao Yu | 1 | -0/+3 |
2024-06-12 | f2fs: fix to avoid use SSR allocate when do defragment | Zhiguo Niu | 1 | -1/+2 |
2024-06-12 | f2fs: fix to force buffered IO on inline_data inode | Chao Yu | 1 | -0/+2 |
2024-06-12 | f2fs: fix to remove redundant SBI_NEED_FSCK flag set | Zhiguo Niu | 1 | -1/+0 |
2024-06-12 | f2fs: alloc new section if curseg is not the first seg in its zone | Sheng Yong | 1 | -1/+2 |
2024-06-12 | f2fs: add support for FS_IOC_GETFSSYSFSPATH | Chao Yu | 1 | -0/+1 |
2024-06-12 | f2fs: fix to do sanity check on blocks for inline_data inode | Chao Yu | 3 | -3/+21 |
2024-06-12 | f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GC | Chao Yu | 1 | -0/+10 |
2024-06-07 | f2fs: Move CONFIG_UNICODE defguards into the code flow | Gabriel Krisman Bertazi | 2 | -10/+8 |