index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
f2fs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-03-18
1
-86
/
+155
|
\
|
*
f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flag
Sunmin Jeong
2024-03-14
1
-0
/
+1
|
*
f2fs: fix to handle error paths of {new,change}_curseg()
Zhiguo Niu
2024-03-12
1
-2
/
+2
|
*
f2fs: fix to truncate meta inode pages forcely
Chao Yu
2024-03-12
1
-1
/
+27
|
*
f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanup
Chao Yu
2024-03-04
1
-6
/
+8
|
*
f2fs: fix to check return value __allocate_new_segment
Zhiguo Niu
2024-03-04
1
-1
/
+1
|
*
f2fs: ro: compress: fix to avoid caching unaligned extent
Chao Yu
2024-03-04
1
-2
/
+4
|
*
f2fs: introduce FAULT_NO_SEGMENT
Chao Yu
2024-02-29
1
-0
/
+1
|
*
f2fs: fix to handle segment allocation failure correctly
Chao Yu
2024-02-29
1
-1
/
+1
|
*
f2fs: delete f2fs_get_new_segment() declaration
Chao Yu
2024-02-29
1
-2
/
+0
|
*
f2fs: introduce get_available_block_count() for cleanup
Chao Yu
2024-02-27
1
-22
/
+27
|
*
f2fs: support file pinning for zoned devices
Daeho Jeong
2024-02-27
1
-1
/
+16
|
*
f2fs: fix to create selinux label during whiteout initialization
Chao Yu
2024-02-27
1
-1
/
+2
|
*
f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SEC
Jaegeuk Kim
2024-02-27
1
-8
/
+13
|
*
f2fs: deprecate io_bits
Jaegeuk Kim
2024-02-20
1
-20
/
+5
|
*
f2fs: fix to avoid potential panic during recovery
Chao Yu
2024-02-05
1
-0
/
+5
|
*
f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_sem
Chao Yu
2024-02-05
1
-2
/
+11
|
*
f2fs: support printk_ratelimited() in f2fs_printk()
Chao Yu
2024-02-05
1
-17
/
+23
|
*
f2fs: introduce FAULT_BLKADDR_CONSISTENCE
Chao Yu
2024-02-05
1
-1
/
+4
|
*
f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic
Chao Yu
2024-02-05
1
-3
/
+1
|
*
f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnode
Chao Yu
2024-02-05
1
-1
/
+6
|
*
f2fs: compress: fix to guarantee persisting compressed blocks by CP
Chao Yu
2024-02-05
1
-1
/
+3
*
|
Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-03-13
1
-1
/
+1
|
\
\
|
*
|
quota: Properly annotate i_dquot arrays with __rcu
Jan Kara
2024-02-08
1
-1
/
+1
|
|
/
*
|
Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-03-11
1
-1
/
+1
|
\
\
|
*
|
f2fs: port block device access to files
Christian Brauner
2024-02-25
1
-1
/
+1
|
|
/
*
|
Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-03-11
1
-0
/
+1
|
\
\
|
*
|
fs: Move enum rw_hint into a new header file
Bart Van Assche
2024-02-06
1
-0
/
+1
|
|
/
*
|
Merge tag 'exportfs-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Christian Brauner
2024-01-23
1
-11
/
+0
|
\
\
|
|
/
|
/
|
|
*
fs: Create a generic is_dot_dotdot() utility
Chuck Lever
2024-01-23
1
-11
/
+0
*
|
f2fs: introduce f2fs_invalidate_internal_cache() for cleanup
Chao Yu
2023-12-11
1
-0
/
+7
*
|
f2fs: update blkaddr in __set_data_blkaddr() for cleanup
Chao Yu
2023-12-11
1
-1
/
+1
*
|
f2fs: introduce get_dnode_addr() to clean up codes
Chao Yu
2023-12-11
1
-3
/
+15
*
|
f2fs: delete obsolete FI_DROP_CACHE
Chao Yu
2023-12-11
1
-6
/
+0
*
|
f2fs: delete obsolete FI_FIRST_BLOCK_WRITTEN
Chao Yu
2023-12-11
1
-6
/
+0
*
|
f2fs: sysfs: support discard_io_aware
Chao Yu
2023-11-28
1
-0
/
+7
|
/
*
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-10-30
1
-4
/
+6
|
\
|
*
f2fs: convert to new timestamp accessors
Jeff Layton
2023-10-18
1
-4
/
+6
*
|
f2fs: Convert to bdev_open_by_dev/path()
Jan Kara
2023-10-28
1
-0
/
+1
|
/
*
Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-09-02
1
-35
/
+61
|
\
|
*
f2fs: avoid false alarm of circular locking
Jaegeuk Kim
2023-08-21
1
-9
/
+15
|
*
f2fs: fix to account cp stats correctly
Chao Yu
2023-08-14
1
-11
/
+14
|
*
f2fs: fix to account gc stats correctly
Chao Yu
2023-08-14
1
-21
/
+21
|
*
f2fs: check zone type before sending async reset zone command
Shin'ichiro Kawasaki
2023-08-14
1
-0
/
+16
|
*
f2fs: fix to avoid mmap vs set_compress_option case
Chao Yu
2023-08-14
1
-1
/
+2
*
|
Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-08-28
1
-1
/
+1
|
\
\
|
*
|
filemap: Add fgf_t typedef
Matthew Wilcox (Oracle)
2023-07-24
1
-1
/
+1
|
|
/
*
/
f2fs: convert to ctime accessor functions
Jeff Layton
2023-07-24
1
-1
/
+3
|
/
*
f2fs: fix to do sanity check on direct node in truncate_dnode()
Chao Yu
2023-06-30
1
-1
/
+0
*
f2fs: add helper to check compression level
Sheng Yong
2023-06-26
1
-0
/
+2
[next]