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
*
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
|
\
|
*
f2fs: Restrict max filesize for 16K f2fs
Daniel Rosenberg
2023-12-08
1
-0
/
+8
|
*
f2fs: check write pointers when checkpoint=disable
Jaegeuk Kim
2023-12-05
1
-2
/
+1
|
*
f2fs: allow checkpoint=disable for zoned block device
Jaegeuk Kim
2023-12-01
1
-5
/
+0
*
|
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
2024-01-11
1
-10
/
+7
|
\
\
|
*
|
block: remove support for the host aware zone model
Christoph Hellwig
2023-12-20
1
-10
/
+7
|
|
/
*
/
f2fs: move release of block devices to after kill_block_super()
Eric Biggers
2023-12-28
1
-5
/
+8
|
/
*
Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-11-07
1
-0
/
+1
|
\
|
*
exportfs: make ->encode_fh() a mandatory method for NFS export
Amir Goldstein
2023-10-28
1
-0
/
+1
*
|
Merge tag 'f2fs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-11-04
1
-30
/
+68
|
\
\
|
*
|
f2fs: finish previous checkpoints before returning from remount
Daeho Jeong
2023-10-22
1
-27
/
+32
|
*
|
f2fs: Support Block Size == Page Size
Daniel Rosenberg
2023-10-05
1
-2
/
+2
|
*
|
f2fs: fix to drop meta_inode's page cache in f2fs_put_super()
Chao Yu
2023-09-12
1
-1
/
+1
|
*
|
f2fs: compress: fix to avoid redundant compress extension
Chao Yu
2023-09-12
1
-0
/
+33
|
|
/
*
|
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-11-03
1
-8
/
+23
|
\
\
|
*
|
f2fs: dynamically allocate the f2fs-shrinker
Qi Zheng
2023-10-04
1
-8
/
+23
|
|
/
*
|
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
2023-10-30
1
-9
/
+4
|
\
\
|
*
|
fscrypt: support crypto data unit size less than filesystem block size
Eric Biggers
2023-09-26
1
-0
/
+1
|
*
|
fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodes
Eric Biggers
2023-09-26
1
-8
/
+1
|
*
|
fscrypt: make the bounce page pool opt-in instead of opt-out
Eric Biggers
2023-09-25
1
-0
/
+1
|
*
|
fscrypt: make it clearer that key_prefix is deprecated
Eric Biggers
2023-09-25
1
-1
/
+1
|
|
/
*
|
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-10-30
1
-1
/
+1
|
\
\
|
*
|
f2fs: convert to new timestamp accessors
Jeff Layton
2023-10-18
1
-1
/
+1
|
|
/
*
/
f2fs: Convert to bdev_open_by_dev/path()
Jan Kara
2023-10-28
1
-6
/
+7
|
/
[next]