index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-09
f2fs: fix block migration when section is not aligned to pow2
Wu Bo
1
-9
/
+8
2024-05-05
f2fs: convert f2fs_clear_page_cache_dirty_tag to use a folio
Matthew Wilcox (Oracle)
1
-2
/
+3
2024-04-29
f2fs: zone: fix to don't trigger OPU on pinfile for direct IO
Chao Yu
1
-2
/
+3
2024-04-29
f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()
Chao Yu
1
-0
/
+6
2024-04-29
f2fs: fix to avoid allocating WARM_DATA segment for direct IO
Chao Yu
4
-6
/
+15
2024-04-29
f2fs: remove redundant parameter in is_next_segment_free()
Yifan Zhao
1
-3
/
+2
2024-04-25
f2fs: use helper to print zone condition
Wu Bo
1
-14
/
+3
2024-04-25
f2fs: fix false alarm on invalid block address
Jaegeuk Kim
1
-4
/
+5
2024-04-25
f2fs: clear writeback when compression failed
Jaegeuk Kim
1
-2
/
+38
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-19
f2fs: convert f2fs__page tracepoint class to use folio
Chao Yu
3
-9
/
+9
2024-04-19
f2fs: convert f2fs_read_inline_data() to use folio
Chao Yu
3
-25
/
+24
2024-04-19
f2fs: convert f2fs_read_single_page() to use folio
Chao Yu
1
-13
/
+14
2024-04-19
f2fs: convert f2fs_mpage_readpages() to use folio
Chao Yu
1
-40
/
+40
2024-04-19
f2fs: assign the write hint per stream by default
Jaegeuk Kim
4
-7
/
+89
2024-04-14
f2fs: allow direct io of pinned files for zoned storage
Daeho Jeong
1
-1
/
+2
2024-04-14
f2fs: prevent writing without fallocate() for pinned files
Daeho Jeong
1
-9
/
+16
2024-04-12
f2fs: use folio_test_writeback
Jaegeuk Kim
8
-13
/
+13
2024-04-12
f2fs: add REQ_TIME time update for some user behaviors
Zhiguo Niu
1
-3
/
+12
2024-04-12
f2fs: write missing last sum blk of file pinning section
Daeho Jeong
1
-0
/
+2
2024-04-12
f2fs: don't set RO when shutting down f2fs
Jaegeuk Kim
1
-2
/
+8
2024-04-12
f2fs: fix to check pinfile flag in f2fs_move_file_range()
Chao Yu
1
-1
/
+2
2024-04-12
f2fs: fix to relocate check condition in f2fs_fallocate()
Chao Yu
1
-9
/
+11
2024-04-12
f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()
Chao Yu
1
-8
/
+4
2024-04-12
f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...
Chao Yu
1
-8
/
+4
2024-04-09
f2fs: fix zoned block device information initialization
Wenjie Qi
2
-0
/
+28
2024-04-07
fs: claw back a few FMODE_* bits
Christian Brauner
1
-1
/
+2
2024-04-02
f2fs: fix to adjust appropirate defragment pg_end
Zhiguo Niu
1
-5
/
+7
2024-03-29
f2fs: remove clear SB_INLINECRYPT flag in default_options
Yunlei He
1
-2
/
+0
2024-03-29
f2fs: fix to wait on page writeback in __clone_blkaddrs()
Chao Yu
1
-0
/
+3
2024-03-29
f2fs: support to map continuous holes or preallocated address
Chao Yu
1
-6
/
+23
2024-03-29
f2fs: multidev: fix to recognize valid zero block address
Chao Yu
1
-1
/
+1
2024-03-27
fs,block: yield devices early
Christian Brauner
1
-1
/
+1
2024-03-26
f2fs: introduce map_is_mergeable() for cleanup
Chao Yu
1
-6
/
+17
2024-03-26
f2fs: fix to detect inconsistent nat entry during truncation
Chao Yu
1
-1
/
+11
2024-03-26
f2fs: Prevent s_writer rw_sem count mismatch in f2fs_evict_inode
Yeongjin Gil
1
-2
/
+5
2024-03-26
f2fs: support .shutdown in f2fs_sops
Chao Yu
3
-27
/
+51
2024-03-18
Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
19
-824
/
+999
2024-03-14
f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault
Chao Yu
1
-1
/
+2
2024-03-14
f2fs: truncate page cache before clearing flags when aborting atomic write
Sunmin Jeong
1
-1
/
+3
2024-03-14
f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flag
Sunmin Jeong
1
-0
/
+1
2024-03-13
Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+2
2024-03-12
f2fs: prevent atomic write on pinned file
Daeho Jeong
1
-1
/
+2
2024-03-12
f2fs: fix to handle error paths of {new,change}_curseg()
Zhiguo Niu
4
-27
/
+45
2024-03-12
f2fs: unify the error handling of f2fs_is_valid_blkaddr
Zhiguo Niu
7
-62
/
+29
2024-03-12
f2fs: zone: fix to remove pow2 check condition for zoned block device
Chao Yu
1
-5
/
+0
2024-03-12
f2fs: fix to truncate meta inode pages forcely
Chao Yu
3
-6
/
+32
2024-03-12
f2fs: compress: fix reserve_cblocks counting error when out of space
Xiuhong Wang
1
-8
/
+7
2024-03-12
f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocks
Xiuhong Wang
1
-4
/
+3
[prev]
[next]