| Age | Commit message (Expand) | Author | Files | Lines |
| 10 days | f2fs: avoid false shutdown fserror reports | Wenjie Qi | 1 | -1/+8 |
| 10 days | f2fs: add logs in f2fs_disable_checkpoint() | Chao Yu | 1 | -1/+18 |
| 10 days | f2fs: Add trace_f2fs_fault_report | liujinbao1 | 1 | -0/+9 |
| 10 days | f2fs: initialize ino_entry_info before checkpoint load | Deepanshu Kartikey | 1 | -2/+7 |
| 10 days | f2fs: support to report fserror | Chao Yu | 1 | -0/+26 |
| 2026-04-13 | f2fs: allow empty mount string for Opt_usr|grp|projjquota | Jaegeuk Kim | 1 | -12/+15 |
| 2026-04-02 | f2fs: fix to preserve previous reserve_{blocks,node} value when remount | Zhiguo Niu | 1 | -0/+2 |
| 2026-04-02 | f2fs: invalidate block device page cache on umount | Yongpeng Yang | 1 | -0/+6 |
| 2026-04-02 | f2fs: fix false alarm of lockdep on cp_global_sem lock | Chao Yu | 1 | -0/+11 |
| 2026-04-02 | f2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionally | Chao Yu | 1 | -3/+8 |
| 2026-03-24 | f2fs: use more generic f2fs_stop_checkpoint() | Chao Yu | 1 | -1/+12 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -4/+4 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -4/+4 |
| 2026-02-14 | Merge tag 'f2fs-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -77/+125 |
| 2026-02-10 | f2fs: sysfs: introduce critical_task_priority | Chao Yu | 1 | -0/+1 |
| 2026-02-04 | fsverity: use a hashtable to find the fsverity_info | Christoph Hellwig | 1 | -3/+0 |
| 2026-01-31 | f2fs: fix lock priority inversion issue | Chao Yu | 1 | -0/+2 |
| 2026-01-27 | f2fs: decrease maximum flush retry count in f2fs_enable_checkpoint() | Chao Yu | 1 | -1/+1 |
| 2026-01-27 | f2fs: introduce FAULT_SKIP_WRITE | Chao Yu | 1 | -0/+1 |
| 2026-01-27 | f2fs: check skipped write in f2fs_enable_checkpoint() | Chao Yu | 1 | -4/+33 |
| 2026-01-20 | Revert "f2fs: add timeout in f2fs_enable_checkpoint()" | Jaegeuk Kim | 1 | -11/+4 |
| 2026-01-17 | f2fs: support non-4KB block size without packed_ssa feature | Daeho Jeong | 1 | -14/+12 |
| 2026-01-16 | Revert "f2fs: block cache/dio write during f2fs_enable_checkpoint()" | Chao Yu | 1 | -30/+8 |
| 2026-01-07 | f2fs: sysfs: introduce inject_lock_timeout | Chao Yu | 1 | -0/+49 |
| 2026-01-07 | f2fs: introduce FAULT_LOCK_TIMEOUT | Chao Yu | 1 | -0/+1 |
| 2026-01-07 | f2fs: rename FAULT_TIMEOUT to FAULT_ATOMIC_TIMEOUT | Chao Yu | 1 | -1/+1 |
| 2026-01-07 | f2fs: trace elapsed time for cp_global_sem lock | Chao Yu | 1 | -1/+1 |
| 2026-01-07 | f2fs: trace elapsed time for gc_lock lock | Chao Yu | 1 | -6/+8 |
| 2026-01-07 | f2fs: trace elapsed time for node_write lock | Chao Yu | 1 | -1/+1 |
| 2026-01-07 | f2fs: trace elapsed time for node_change lock | Chao Yu | 1 | -1/+1 |
| 2026-01-07 | f2fs: trace elapsed time for cp_rwsem lock | Chao Yu | 1 | -3/+4 |
| 2026-01-07 | f2fs: sysfs: introduce max_lock_elapsed_time | Chao Yu | 1 | -0/+1 |
| 2026-01-01 | f2fs: remove some redundant codes in f2fs_quota_enable | Zhiguo Niu | 1 | -12/+4 |
| 2025-12-09 | Merge tag 'f2fs-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -101/+107 |
| 2025-12-04 | f2fs: expand scalability of f2fs mount option | Chao Yu | 1 | -18/+18 |
| 2025-12-04 | f2fs: introduce f2fs_schedule_timeout() | Chao Yu | 1 | -1/+1 |
| 2025-12-04 | f2fs: use memalloc_retry_wait() as much as possible | Chao Yu | 1 | -1/+1 |
| 2025-12-04 | f2fs: revert summary entry count from 2048 to 512 in 16kb block support | Daeho Jeong | 1 | -0/+14 |
| 2025-12-04 | f2fs: fix return value of f2fs_recover_fsync_data() | Chao Yu | 1 | -5/+9 |
| 2025-12-04 | f2fs: ensure node page reads complete before f2fs_put_super() finishes | Jan Prusakowski | 1 | -8/+9 |
| 2025-12-04 | f2fs: block cache/dio write during f2fs_enable_checkpoint() | Chao Yu | 1 | -8/+30 |
| 2025-12-04 | f2fs: fix to propagate error from f2fs_enable_checkpoint() | Chao Yu | 1 | -10/+16 |
| 2025-12-04 | f2fs: use global inline_xattr_slab instead of per-sb slab cache | Chao Yu | 1 | -9/+8 |
| 2025-12-04 | f2fs: fix to avoid updating compression context during writeback | Chao Yu | 1 | -0/+1 |
| 2025-12-04 | f2fs: fix to avoid potential deadlock | Chao Yu | 1 | -41/+0 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2025-10-20 | f2fs: use the new ->i_state accessors | Mateusz Guzik | 1 | -1/+1 |
| 2025-10-13 | f2fs: don't call iput() from f2fs_drop_inode() | Mateusz Guzik | 1 | -1/+1 |
| 2025-10-03 | Merge tag 'f2fs-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -14/+107 |
| 2025-09-29 | Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+11 |
| 2025-09-15 | fs: rename generic_delete_inode() and generic_drop_inode() | Mateusz Guzik | 1 | -1/+1 |
| 2025-08-29 | f2fs: Use allocate_section_policy to control write priority in multi-devices ... | Liao Yuanhong | 1 | -0/+4 |
| 2025-08-27 | fs: stop accessing ->i_count directly in f2fs and gfs2 | Josef Bacik | 1 | -2/+2 |
| 2025-08-21 | f2fs: move verity info pointer to fs-specific part of inode | Eric Biggers | 1 | -0/+3 |
| 2025-08-21 | f2fs: move crypt info pointer to fs-specific part of inode | Eric Biggers | 1 | -1/+6 |
| 2025-08-20 | f2fs: fix to allow removing qf_name | Chao Yu | 1 | -2/+5 |
| 2025-08-20 | f2fs: fix to avoid NULL pointer dereference in f2fs_check_quota_consistency() | Chao Yu | 1 | -1/+2 |
| 2025-08-20 | f2fs: add reserved nodes for privileged users | Chunhai Guo | 1 | -7/+36 |
| 2025-08-20 | f2fs: Add bggc_io_aware to adjust the priority of BG_GC when issuing IO | Liao Yuanhong | 1 | -0/+2 |
| 2025-08-20 | f2fs: dump more information for f2fs_{enable,disable}_checkpoint() | Chao Yu | 1 | -0/+16 |
| 2025-08-20 | f2fs: add timeout in f2fs_enable_checkpoint() | Chao Yu | 1 | -6/+15 |
| 2025-08-20 | f2fs: fix to clear unusable_cap for checkpoint=enable | Chao Yu | 1 | -0/+4 |
| 2025-08-11 | f2fs: add lookup_mode mount option | Daniel Lee | 1 | -0/+25 |
| 2025-07-30 | f2fs: drop inode from the donation list when the last file is closed | Jaegeuk Kim | 1 | -0/+1 |
| 2025-07-22 | f2fs: switch to the new mount api | Hongbo Li | 1 | -95/+70 |
| 2025-07-22 | f2fs: introduce fs_context_operation structure | Hongbo Li | 1 | -2/+6 |
| 2025-07-22 | f2fs: separate the options parsing and options checking | Hongbo Li | 1 | -193/+545 |
| 2025-07-22 | f2fs: Add f2fs_fs_context to record the mount options | Hongbo Li | 1 | -175/+235 |
| 2025-07-22 | f2fs: Allow sbi to be NULL in f2fs_printk | Hongbo Li | 1 | -41/+49 |
| 2025-07-22 | f2fs: move the option parser into handle_mount_opt | Hongbo Li | 1 | -655/+413 |
| 2025-07-22 | f2fs: Add fs parameter specifications for mount options | Hongbo Li | 1 | -0/+122 |
| 2025-07-09 | f2fs: use kfree() instead of kvfree() to free some memory | Jiazi Li | 1 | -4/+4 |
| 2025-06-24 | f2fs: Fix the typos in comments | Swarna Prabhu | 1 | -1/+1 |
| 2025-06-23 | f2fs: introduce reserved_pin_section sysfs entry | Chao Yu | 1 | -0/+4 |
| 2025-06-23 | f2fs: fix bio memleak when committing super block | Sheng Yong | 1 | -0/+1 |
| 2025-05-28 | f2fs: use d_inode(dentry) cleanup dentry->d_inode | Zhiguo Niu | 1 | -2/+2 |
| 2025-05-27 | f2fs: introduce FAULT_VMALLOC | Chao Yu | 1 | -0/+1 |
| 2025-05-27 | f2fs: add f2fs_bug_on() in f2fs_quota_read() | Chao Yu | 1 | -0/+6 |
| 2025-05-27 | f2fs: remove unused sbi argument from checksum functions | Eric Biggers | 1 | -4/+4 |
| 2025-05-13 | f2fs: don't over-report free space or inodes in statvfs | Chao Yu | 1 | -12/+18 |
| 2025-05-06 | f2fs: drop usage of folio_index | Kairui Song | 1 | -1/+1 |
| 2025-05-06 | f2fs: support FAULT_TIMEOUT | Chao Yu | 1 | -0/+1 |
| 2025-04-28 | f2fs: zone: fix to calculate first_zoned_segno correctly | Chao Yu | 1 | -6/+35 |
| 2025-04-28 | f2fs: fix to do sanity check on sit_bitmap_size | Chao Yu | 1 | -0/+8 |
| 2025-04-28 | f2fs: Use a folio in f2fs_quota_read() | Matthew Wilcox (Oracle) | 1 | -20/+16 |
| 2025-04-10 | f2fs: fix to set atomic write status more clear | Chao Yu | 1 | -1/+3 |
| 2025-04-10 | f2fs: fix to update injection attrs according to fault_option | Chao Yu | 1 | -13/+13 |
| 2025-04-10 | f2fs: add a proc entry show inject stats | Chao Yu | 1 | -0/+1 |
| 2025-03-17 | f2fs: fix to avoid atomicity corruption of atomic file | Yeongjin Gil | 1 | -0/+4 |
| 2025-03-13 | f2fs: pass sbi rather than sb to parse_options() | Eric Sandeen | 1 | -4/+3 |
| 2025-03-13 | f2fs: pass sbi rather than sb to quota qf_name helpers | Eric Sandeen | 1 | -10/+10 |
| 2025-03-13 | f2fs: defer readonly check vs norecovery | Eric Sandeen | 1 | -3/+7 |
| 2025-03-13 | f2fs: Pass sbi rather than sb to f2fs_set_test_dummy_encryption | Eric Sandeen | 1 | -3/+2 |
| 2025-03-13 | f2fs: make LAZYTIME a mount option flag | Eric Sandeen | 1 | -3/+8 |
| 2025-03-13 | f2fs: make INLINECRYPT a mount option flag | Eric Sandeen | 1 | -1/+4 |
| 2025-03-13 | f2fs: factor out an f2fs_default_check function | Eric Sandeen | 1 | -2/+14 |
| 2025-03-13 | f2fs: consolidate unsupported option handling errors | Eric Sandeen | 1 | -14/+4 |
| 2025-03-13 | f2fs: use f2fs_sb_has_device_alias during option parsing | Eric Sandeen | 1 | -1/+1 |
| 2025-03-13 | f2fs: add carve_out sysfs node | Daeho Jeong | 1 | -1/+2 |
| 2025-03-11 | f2fs: introduce FAULT_INCONSISTENT_FOOTER | Chao Yu | 1 | -0/+1 |
| 2025-03-08 | f2fs: control nat_bits feature via mount option | Chao Yu | 1 | -0/+15 |
| 2025-03-04 | f2fs: fix to call f2fs_recover_quota_end() correctly | Chao Yu | 1 | -1/+1 |
| 2025-02-28 | f2fs: fix the missing write pointer correction | Jaegeuk Kim | 1 | -1/+3 |
| 2025-02-13 | f2fs: keep POSIX_FADV_NOREUSE ranges | Jaegeuk Kim | 1 | -0/+1 |
| 2025-02-12 | f2fs: add dump_stack() in f2fs_handle_critical_error() | Chao Yu | 1 | -0/+2 |
| 2025-02-10 | f2fs: quota: fix to avoid warning in dquot_writeback_dquots() | Chao Yu | 1 | -15/+50 |
| 2024-12-01 | f2fs: switch to using the crc32 library | Eric Biggers | 1 | -15/+0 |
| 2024-11-23 | f2fs: fix to drop all discards after creating snapshot on lvm device | Chao Yu | 1 | -0/+12 |
| 2024-11-21 | f2fs: clear SBI_POR_DOING before initing inmem curseg | Sheng Yong | 1 | -3/+3 |
| 2024-11-21 | f2fs: fix changing cursegs if recovery fails on zoned device | Sheng Yong | 1 | -9/+6 |
| 2024-11-21 | f2fs: adjust unusable cap before checkpoint=disable mode | Daeho Jeong | 1 | -1/+1 |
| 2024-11-21 | f2fs: fix to do cast in F2FS_{BLK_TO_BYTES, BTYES_TO_BLK} to avoid overflow | Chao Yu | 1 | -1/+1 |
| 2024-11-21 | f2fs: replace deprecated strcpy with strscpy | Daniel Yang | 1 | -2/+10 |
| 2024-11-21 | Revert "f2fs: remove unreachable lazytime mount option parsing" | Jaegeuk Kim | 1 | -0/+10 |
| 2024-11-01 | f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason() | Chao Yu | 1 | -6/+7 |
| 2024-11-01 | f2fs: zone: introduce first_zoned_segno in f2fs_sb_info | Chao Yu | 1 | -0/+13 |
| 2024-11-01 | f2fs: introduce device aliasing file | Daeho Jeong | 1 | -0/+4 |
| 2024-10-14 | f2fs: fix null-ptr-deref in f2fs_submit_page_bio() | Ye Bin | 1 | -6/+6 |
| 2024-09-24 | Merge tag 'f2fs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -45/+74 |
| 2024-09-11 | f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error() | Chao Yu | 1 | -4/+6 |
| 2024-09-11 | f2fs: introduce migration_window_granularity | Daeho Jeong | 1 | -0/+2 |
| 2024-09-11 | f2fs: make BG GC more aggressive for zoned devices | Daeho Jeong | 1 | -0/+5 |
| 2024-08-21 | f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread() | Chao Yu | 1 | -1/+1 |
| 2024-08-21 | f2fs: clean up val{>>,<<}F2FS_BLKSIZE_BITS | Zhiguo Niu | 1 | -1/+1 |
| 2024-08-15 | f2fs: get rid of buffer_head use | Chao Yu | 1 | -37/+56 |
| 2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2024-08-07 | fs: Convert aops->write_end to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-08-05 | f2fs: add write priority option based on zone UFS | Liao Yuanhong | 1 | -0/+1 |
| 2024-08-05 | f2fs: avoid potential int overflow in sanity_check_area_boundary() | Nikita Zhandarovich | 1 | -2/+2 |
| 2024-07-23 | Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -10/+1 |
| 2024-07-10 | f2fs: remove unreachable lazytime mount option parsing | Eric Sandeen | 1 | -10/+0 |
| 2024-06-12 | f2fs: add support for FS_IOC_GETFSSYSFSPATH | Chao Yu | 1 | -0/+1 |
| 2024-06-07 | f2fs: Move CONFIG_UNICODE defguards into the code flow | Gabriel Krisman Bertazi | 1 | -4/+4 |
| 2024-05-20 | Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -18/+62 |
| 2024-05-09 | f2fs: check validation of fault attrs in f2fs_build_fault_attr() | Chao Yu | 1 | -7/+20 |
| 2024-04-19 | f2fs: remove unnecessary block size check in init_f2fs_fs() | Chao Yu | 1 | -6/+0 |
| 2024-04-19 | f2fs: fix comment in sanity_check_raw_super() | Chao Yu | 1 | -1/+1 |
| 2024-04-12 | f2fs: don't set RO when shutting down f2fs | Jaegeuk Kim | 1 | -2/+8 |
| 2024-04-09 | f2fs: fix zoned block device information initialization | Wenjie Qi | 1 | -0/+27 |
| 2024-03-29 | f2fs: remove clear SB_INLINECRYPT flag in default_options | Yunlei He | 1 | -2/+0 |
| 2024-03-27 | fs,block: yield devices early | Christian Brauner | 1 | -1/+1 |
| 2024-03-26 | f2fs: support .shutdown in f2fs_sops | Chao Yu | 1 | -0/+6 |
| 2024-03-18 | Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -141/+67 |
| 2024-03-13 | Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2024-03-12 | f2fs: fix to handle error paths of {new,change}_curseg() | Zhiguo Niu | 1 | -1/+3 |
| 2024-03-12 | f2fs: zone: fix to remove pow2 check condition for zoned block device | Chao Yu | 1 | -5/+0 |
| 2024-03-11 | Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -1/+1 |
| 2024-03-11 | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -6/+6 |
| 2024-03-07 | Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... | Christian Brauner | 1 | -0/+1 |
| 2024-03-04 | f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanup | Chao Yu | 1 | -8/+8 |
| 2024-03-04 | f2fs: print zone status in string and some log | Jaegeuk Kim | 1 | -1/+3 |
| 2024-02-29 | f2fs: fix write pointers all the time | Jaegeuk Kim | 1 | -4/+7 |
| 2024-02-29 | f2fs: prevent an f2fs_gc loop during disable_checkpoint | Jaegeuk Kim | 1 | -0/+1 |
| 2024-02-29 | f2fs: introduce FAULT_NO_SEGMENT | Chao Yu | 1 | -0/+1 |
| 2024-02-27 | f2fs: Configure dentry operations at dentry-creation time | Gabriel Krisman Bertazi | 1 | -0/+1 |
| 2024-02-27 | f2fs: kill heap-based allocation | Jaegeuk Kim | 1 | -8/+1 |
| 2024-02-27 | f2fs: compress: fix to check zstd compress level correctly in mount option | Chao Yu | 1 | -2/+8 |
| 2024-02-27 | f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SEC | Jaegeuk Kim | 1 | -4/+4 |
| 2024-02-25 | f2fs: port block device access to files | Christian Brauner | 1 | -6/+6 |
| 2024-02-25 | bdev: open block device as files | Christian Brauner | 1 | -1/+1 |
| 2024-02-20 | f2fs: deprecate io_bits | Jaegeuk Kim | 1 | -87/+1 |
| 2024-02-08 | fs: super_set_uuid() | Kent Overstreet | 1 | -1/+1 |
| 2024-02-08 | quota: Properly annotate i_dquot arrays with __rcu | Jan Kara | 1 | -1/+1 |
| 2024-02-05 | f2fs: use f2fs_err_ratelimited() to avoid redundant logs | Chao Yu | 1 | -3/+6 |
| 2024-02-05 | f2fs: support printk_ratelimited() in f2fs_printk() | Chao Yu | 1 | -3/+8 |
| 2024-02-05 | f2fs: introduce FAULT_BLKADDR_CONSISTENCE | Chao Yu | 1 | -18/+19 |
| 2024-01-12 | f2fs: fix double free of f2fs_sb_info | Eric Biggers | 1 | -0/+1 |
| 2024-01-11 | Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -7/+9 |
| 2024-01-11 | Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -10/+7 |
| 2023-12-27 | f2fs: move release of block devices to after kill_block_super() | Eric Biggers | 1 | -5/+8 |
| 2023-12-19 | block: remove support for the host aware zone model | Christoph Hellwig | 1 | -10/+7 |
| 2023-12-08 | f2fs: Restrict max filesize for 16K f2fs | Daniel Rosenberg | 1 | -0/+8 |
| 2023-12-04 | f2fs: check write pointers when checkpoint=disable | Jaegeuk Kim | 1 | -2/+1 |
| 2023-12-01 | f2fs: allow checkpoint=disable for zoned block device | Jaegeuk Kim | 1 | -5/+0 |
| 2023-11-07 | Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -0/+1 |
| 2023-11-04 | Merge tag 'f2fs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -30/+68 |
| 2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -8/+23 |
| 2023-10-30 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux | Linus Torvalds | 1 | -9/+4 |
| 2023-10-30 | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -1/+1 |
| 2023-10-28 | exportfs: make ->encode_fh() a mandatory method for NFS export | Amir Goldstein | 1 | -0/+1 |
| 2023-10-28 | f2fs: Convert to bdev_open_by_dev/path() | Jan Kara | 1 | -6/+7 |
| 2023-10-22 | f2fs: finish previous checkpoints before returning from remount | Daeho Jeong | 1 | -27/+32 |
| 2023-10-18 | f2fs: convert to new timestamp accessors | Jeff Layton | 1 | -1/+1 |
| 2023-10-04 | f2fs: Support Block Size == Page Size | Daniel Rosenberg | 1 | -2/+2 |
| 2023-10-04 | f2fs: dynamically allocate the f2fs-shrinker | Qi Zheng | 1 | -8/+23 |
| 2023-09-25 | fscrypt: support crypto data unit size less than filesystem block size | Eric Biggers | 1 | -0/+1 |
| 2023-09-25 | fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodes | Eric Biggers | 1 | -8/+1 |
| 2023-09-24 | fscrypt: make the bounce page pool opt-in instead of opt-out | Eric Biggers | 1 | -0/+1 |
| 2023-09-24 | fscrypt: make it clearer that key_prefix is deprecated | Eric Biggers | 1 | -1/+1 |
| 2023-09-12 | f2fs: fix to drop meta_inode's page cache in f2fs_put_super() | Chao Yu | 1 | -1/+1 |
| 2023-09-12 | f2fs: compress: fix to avoid redundant compress extension | Chao Yu | 1 | -0/+33 |
| 2023-09-02 | Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -18/+22 |
| 2023-08-28 | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -4/+3 |
| 2023-08-23 | f2fs: compress: fix to assign compress_level for lz4 correctly | Chao Yu | 1 | -1/+1 |
| 2023-08-14 | f2fs: fix to account cp stats correctly | Chao Yu | 1 | -1/+7 |
| 2023-08-14 | f2fs: fix to account gc stats correctly | Chao Yu | 1 | -0/+1 |
| 2023-08-14 | f2fs: Only lfs mode is allowed with zoned block device feature | Chunhai Guo | 1 | -5/+5 |
| 2023-08-14 | f2fs: don't reopen the main block device in f2fs_scan_devices | Christoph Hellwig | 1 | -12/+8 |
| 2023-08-11 | fs: use the super_block as holder when mounting file systems | Christoph Hellwig | 1 | -4/+3 |
| 2023-07-24 | f2fs: convert to ctime accessor functions | Jeff Layton | 1 | -1/+1 |