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
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: convert to use sbi directly
Yangtao Li
2023-06-26
1
-6
/
+6
*
f2fs: remove redundant assignment to variable err
Colin Ian King
2023-06-26
1
-3
/
+1
*
f2fs: do not issue small discard commands during checkpoint
Jaegeuk Kim
2023-06-26
1
-1
/
+1
*
f2fs: check zone write pointer points to the end of zone
Daeho Jeong
2023-06-26
1
-2
/
+6
*
f2fs: add f2fs_ioc_get_compress_blocks
Sheng Yong
2023-06-26
1
-6
/
+17
*
f2fs: cleanup MIN_INLINE_XATTR_SIZE
Sheng Yong
2023-06-26
2
-1
/
+2
*
f2fs: add helper to check compression level
Sheng Yong
2023-06-26
3
-2
/
+31
*
f2fs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
Christoph Hellwig
2023-06-26
2
-1
/
+1
*
f2fs: do more sanity check on inode
Chao Yu
2023-06-26
2
-35
/
+67
*
f2fs: compress: fix to check validity of i_compress_flag field
Chao Yu
2023-06-26
1
-3
/
+3
*
f2fs: add sanity compress level check for compressed file
Yangtao Li
2023-06-26
1
-29
/
+78
*
f2fs: assign default compression level
Jaegeuk Kim
2023-06-26
3
-7
/
+10
*
f2fs: introduce F2FS_QUOTA_DEFAULT_FL for cleanup
Chao Yu
2023-06-26
2
-3
/
+5
*
f2fs: check return value of freeze_super()
Chao Yu
2023-06-26
1
-1
/
+3
*
f2fs: avoid dead loop in f2fs_issue_checkpoint()
Chao Yu
2023-06-12
1
-2
/
+13
*
f2fs: fix args passed to trace_f2fs_lookup_end
Wu Bo
2023-06-12
1
-2
/
+2
*
f2fs: flag as supporting buffered async reads
Yangtao Li
2023-06-12
1
-1
/
+1
*
f2fs: fix to drop all dirty meta/node pages during umount()
Chao Yu
2023-06-12
1
-2
/
+16
*
f2fs: Detect looped node chain efficiently
Chunhai Guo
2023-06-12
1
-20
/
+51
*
f2fs: add async reset zone command support
Daejun Park
2023-06-12
3
-3
/
+83
*
f2fs: flush error flags in workqueue
Chao Yu
2023-06-12
3
-4
/
+25
*
f2fs: don't reset unchangable mount option in f2fs_remount()
Chao Yu
2023-06-12
1
-12
/
+18
*
f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()
Chao Yu
2023-06-12
3
-5
/
+20
*
f2fs: clean up w/ sbi->log_sectors_per_block
Chao Yu
2023-06-12
1
-12
/
+11
*
f2fs: fix to set noatime and immutable flag for quota file
Chao Yu
2023-06-12
1
-0
/
+9
*
f2fs: renew value of F2FS_FEATURE_*
Chao Yu
2023-06-12
1
-15
/
+15
*
f2fs: renew value of F2FS_MOUNT_*
Chao Yu
2023-06-12
1
-28
/
+28
*
f2fs: fix potential deadlock due to unpaired node_write lock use
Chao Yu
2023-06-12
2
-6
/
+8
*
f2fs: Fix over-estimating free section during FG GC
Yonggil Song
2023-06-12
1
-5
/
+11
*
f2fs: close unused open zones while mounting
Daeho Jeong
2023-06-12
1
-22
/
+31
*
f2fs: fix the wrong condition to determine atomic context
Jaegeuk Kim
2023-05-23
1
-1
/
+1
*
f2fs: maintain six open zones for zoned devices
Daeho Jeong
2023-05-23
2
-0
/
+63
*
f2fs: remove some dead code
Christophe JAILLET
2023-05-08
1
-9
/
+1
*
f2fs: remove redundant goto statement in f2fs_read_single_page()
Li Zetao
2023-05-08
1
-1
/
+0
*
f2fs: do not allow to defragment files have FI_COMPRESS_RELEASED
Yangtao Li
2023-05-08
1
-0
/
+6
*
f2fs: add sanity check for proc_mkdir
Yangtao Li
2023-05-08
1
-16
/
+23
*
f2fs: support errors=remount-ro|continue|panic mountoption
Chao Yu
2023-05-08
7
-24
/
+151
*
Merge tag 'f2fs-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-04-26
19
-870
/
+877
|
\
|
*
f2fs: remove unnessary comment in __may_age_extent_tree
Qi Han
2023-04-24
1
-1
/
+0
|
*
f2fs: allocate node blocks for atomic write block replacement
Daeho Jeong
2023-04-24
1
-1
/
+1
|
*
f2fs: use cow inode data when updating atomic write
Daeho Jeong
2023-04-24
1
-5
/
+10
|
*
f2fs: remove power-of-two limitation of zoned device
Jaegeuk Kim
2023-04-24
4
-11
/
+6
|
*
f2fs: allocate trace path buffer from names_cache
Wu Bo
2023-04-20
2
-2
/
+15
|
*
f2fs: add has_enough_free_secs()
Yangtao Li
2023-04-18
3
-24
/
+31
|
*
f2fs: relax sanity check if checkpoint is corrupted
Jaegeuk Kim
2023-04-18
3
-7
/
+29
|
*
f2fs: refactor f2fs_gc to call checkpoint in urgent condition
Jaegeuk Kim
2023-04-18
1
-14
/
+13
|
*
f2fs: remove folio_detach_private() in .invalidate_folio and .release_folio
Chao Yu
2023-04-17
3
-108
/
+77
|
*
f2fs: remove bulk remove_proc_entry() and unnecessary kobject_del()
Yangtao Li
2023-04-17
1
-13
/
+2
|
*
f2fs: support iopoll method
Wu Bo
2023-04-13
1
-0
/
+1
|
*
f2fs: fix to check return value of inc_valid_block_count()
Chao Yu
2023-04-13
1
-1
/
+7
[next]