index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
|
f2fs: fix compile warning in f2fs_destroy_node_manager()
Chao Yu
2023-06-30
2
-8
/
+9
|
*
|
|
|
|
|
|
|
f2fs: fix error path handling in truncate_dnode()
Chao Yu
2023-06-30
1
-1
/
+3
|
*
|
|
|
|
|
|
|
f2fs: fix deadlock in i_xattr_sem and inode page lock
Jaegeuk Kim
2023-06-30
2
-3
/
+12
|
*
|
|
|
|
|
|
|
f2fs: remove unneeded page uptodate check/set
Yunlei He
2023-06-26
1
-2
/
+0
|
*
|
|
|
|
|
|
|
f2fs: update mtime and ctime in move file range method
Yunlei He
2023-06-26
1
-0
/
+11
|
*
|
|
|
|
|
|
|
f2fs: compress tmp files given extension
Jaegeuk Kim
2023-06-26
1
-7
/
+21
|
*
|
|
|
|
|
|
|
f2fs: refactor struct f2fs_attr macro
Yangtao Li
2023-06-26
1
-91
/
+149
|
*
|
|
|
|
|
|
|
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 'xfs-6.5-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-07-05
21
-331
/
+586
|
\
\
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
xfs: Remove unneeded semicolon
Yang Li
2023-07-03
1
-1
/
+1
|
*
|
|
|
|
|
|
|
xfs: AGI length should be bounds checked
Darrick J. Wong
2023-07-03
3
-39
/
+60
|
*
|
|
|
|
|
|
|
xfs: fix the calculation for "end" and "length"
Shiyang Ruan
2023-07-02
1
-4
/
+5
|
*
|
|
|
|
|
|
|
xfs: fix xfs_btree_query_range callers to initialize btree rec fully
Darrick J. Wong
2023-07-02
3
-20
/
+13
|
*
|
|
|
|
|
|
|
xfs: validate fsmap offsets specified in the query keys
Darrick J. Wong
2023-07-02
1
-11
/
+19
[prev]
[next]