index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
super.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'f2fs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-09-25
1
-45
/
+74
|
\
|
*
f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error()
Chao Yu
2024-09-11
1
-4
/
+6
|
*
f2fs: introduce migration_window_granularity
Daeho Jeong
2024-09-11
1
-0
/
+2
|
*
f2fs: make BG GC more aggressive for zoned devices
Daeho Jeong
2024-09-11
1
-0
/
+5
|
*
f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()
Chao Yu
2024-08-21
1
-1
/
+1
|
*
f2fs: clean up val{>>,<<}F2FS_BLKSIZE_BITS
Zhiguo Niu
2024-08-21
1
-1
/
+1
|
*
f2fs: get rid of buffer_head use
Chao Yu
2024-08-15
1
-37
/
+56
|
*
f2fs: add write priority option based on zone UFS
Liao Yuanhong
2024-08-05
1
-0
/
+1
|
*
f2fs: avoid potential int overflow in sanity_check_area_boundary()
Nikita Zhandarovich
2024-08-05
1
-2
/
+2
*
|
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-4
/
+4
*
|
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-1
/
+1
|
/
*
Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-07-24
1
-10
/
+1
|
\
|
*
f2fs: remove unreachable lazytime mount option parsing
Eric Sandeen
2024-07-11
1
-10
/
+0
|
*
f2fs: add support for FS_IOC_GETFSSYSFSPATH
Chao Yu
2024-06-12
1
-0
/
+1
*
|
f2fs: Move CONFIG_UNICODE defguards into the code flow
Gabriel Krisman Bertazi
2024-06-07
1
-4
/
+4
|
/
*
Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-05-20
1
-18
/
+62
|
\
|
*
f2fs: check validation of fault attrs in f2fs_build_fault_attr()
Chao Yu
2024-05-09
1
-7
/
+20
|
*
f2fs: remove unnecessary block size check in init_f2fs_fs()
Chao Yu
2024-04-19
1
-6
/
+0
|
*
f2fs: fix comment in sanity_check_raw_super()
Chao Yu
2024-04-19
1
-1
/
+1
|
*
f2fs: don't set RO when shutting down f2fs
Jaegeuk Kim
2024-04-12
1
-2
/
+8
|
*
f2fs: fix zoned block device information initialization
Wenjie Qi
2024-04-09
1
-0
/
+27
|
*
f2fs: remove clear SB_INLINECRYPT flag in default_options
Yunlei He
2024-03-30
1
-2
/
+0
|
*
f2fs: support .shutdown in f2fs_sops
Chao Yu
2024-03-26
1
-0
/
+6
*
|
fs,block: yield devices early
Christian Brauner
2024-03-27
1
-1
/
+1
|
/
*
Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-03-18
1
-141
/
+67
|
\
|
*
f2fs: fix to handle error paths of {new,change}_curseg()
Zhiguo Niu
2024-03-13
1
-1
/
+3
|
*
f2fs: zone: fix to remove pow2 check condition for zoned block device
Chao Yu
2024-03-13
1
-5
/
+0
|
*
f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanup
Chao Yu
2024-03-04
1
-8
/
+8
|
*
f2fs: print zone status in string and some log
Jaegeuk Kim
2024-03-04
1
-1
/
+3
|
*
f2fs: fix write pointers all the time
Jaegeuk Kim
2024-02-29
1
-4
/
+7
|
*
f2fs: prevent an f2fs_gc loop during disable_checkpoint
Jaegeuk Kim
2024-02-29
1
-0
/
+1
|
*
f2fs: introduce FAULT_NO_SEGMENT
Chao Yu
2024-02-29
1
-0
/
+1
|
*
f2fs: kill heap-based allocation
Jaegeuk Kim
2024-02-27
1
-8
/
+1
|
*
f2fs: compress: fix to check zstd compress level correctly in mount option
Chao Yu
2024-02-27
1
-2
/
+8
|
*
f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SEC
Jaegeuk Kim
2024-02-27
1
-4
/
+4
|
*
f2fs: deprecate io_bits
Jaegeuk Kim
2024-02-20
1
-87
/
+1
|
*
f2fs: use f2fs_err_ratelimited() to avoid redundant logs
Chao Yu
2024-02-06
1
-3
/
+6
|
*
f2fs: support printk_ratelimited() in f2fs_printk()
Chao Yu
2024-02-06
1
-3
/
+8
|
*
f2fs: introduce FAULT_BLKADDR_CONSISTENCE
Chao Yu
2024-02-06
1
-18
/
+19
*
|
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.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-03-11
1
-1
/
+1
|
\
\
|
*
|
fs: super_set_uuid()
Kent Overstreet
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
-6
/
+6
|
\
\
|
*
|
f2fs: port block device access to files
Christian Brauner
2024-02-25
1
-6
/
+6
|
*
|
bdev: open block device as files
Christian Brauner
2024-02-25
1
-1
/
+1
|
|
/
*
|
Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Christian Brauner
2024-03-07
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
f2fs: Configure dentry operations at dentry-creation time
Gabriel Krisman Bertazi
2024-02-27
1
-0
/
+1
*
|
f2fs: fix double free of f2fs_sb_info
Eric Biggers
2024-01-13
1
-0
/
+1
|
/
*
Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-01-12
1
-7
/
+9
|
\
[next]