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.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
/
super.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2020-10-24
1
-2
/
+1
|
\
|
*
[PATCH] reduce boilerplate in fsid handling
Al Viro
2020-09-18
1
-2
/
+1
*
|
Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-10-16
1
-47
/
+121
|
\
\
|
*
|
f2fs: compress: introduce cic/dic slab cache
Chao Yu
2020-09-29
1
-0
/
+6
|
*
|
f2fs: compress: introduce page array slab cache
Chao Yu
2020-09-29
1
-1
/
+7
|
*
|
f2fs: fix to do sanity check on segment/section count
Chao Yu
2020-09-29
1
-0
/
+6
|
*
|
f2fs: fix wrong total_sections check and fsmeta check
Wang Xiaojun
2020-09-29
1
-4
/
+4
|
*
|
f2fs: remove duplicated code in sanity_check_area_boundary
Wang Xiaojun
2020-09-29
1
-8
/
+4
|
*
|
f2fs: relocate blkzoned feature check
Chao Yu
2020-09-29
1
-12
/
+11
|
*
|
f2fs: do sanity check on zoned block device path
Chao Yu
2020-09-29
1
-0
/
+6
|
*
|
f2fs: change i_compr_blocks of inode to atomic value
Daeho Jeong
2020-09-11
1
-0
/
+1
|
*
|
f2fs: ignore compress mount option on image w/o compression feature
Chao Yu
2020-09-11
1
-6
/
+6
|
*
|
f2fs: support age threshold based garbage collection
Chao Yu
2020-09-11
1
-1
/
+25
|
*
|
f2fs: Use generic casefolding support
Daniel Rosenberg
2020-09-10
1
-5
/
+5
|
*
|
f2fs: introduce inmem curseg
Chao Yu
2020-09-10
1
-4
/
+5
|
*
|
f2fs: support zone capacity less than zone size
Aravind Ramesh
2020-09-10
1
-6
/
+35
|
|
/
*
|
fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'
Eric Biggers
2020-09-22
1
-1
/
+1
*
|
fscrypt: handle test_dummy_encryption in more logical way
Eric Biggers
2020-09-22
1
-8
/
+7
|
/
*
Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-08-10
1
-26
/
+42
|
\
|
*
f2fs: compress: disable compression mount option if compression is off
Chao Yu
2020-08-03
1
-1
/
+14
|
*
f2fs: fix use-after-free issue
Li Guifu
2020-07-23
1
-2
/
+3
|
*
f2fs: avoid readahead race condition
Jaegeuk Kim
2020-07-07
1
-0
/
+2
|
*
f2fs: use kfree() to free variables allocated by match_strdup()
Wang Xiaojun
2020-06-18
1
-18
/
+18
|
*
f2fs: use kfree() instead of kvfree() to free superblock data
Denis Efremov
2020-06-18
1
-5
/
+5
*
|
f2fs: add inline encryption support
Satya Tangirala
2020-07-08
1
-0
/
+35
|
/
*
Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
2020-06-09
1
-37
/
+51
|
\
|
*
f2fs: don't return vmalloc() memory from f2fs_kmalloc()
Eric Biggers
2020-06-08
1
-1
/
+1
|
*
f2fs: fix checkpoint=disable:%u%%
Jaegeuk Kim
2020-05-18
1
-6
/
+19
|
*
f2fs: refactor resize_fs to avoid meta updates in progress
Jaegeuk Kim
2020-05-11
1
-1
/
+0
|
*
f2fs: report delalloc reserve as non-free in statfs for project quota
Konstantin Khlebnikov
2020-05-11
1
-1
/
+2
|
*
f2fs: compress: support lzo-rle compress algorithm
Chao Yu
2020-05-11
1
-0
/
+6
|
*
f2fs: introduce mempool for {,de}compress intermediate page allocation
Chao Yu
2020-05-11
1
-0
/
+6
|
*
f2fs: use strcmp() in parse_options()
Eric Biggers
2020-05-08
1
-28
/
+16
|
*
f2fs: add tracepoint for f2fs iostat
Daeho Jeong
2020-04-17
1
-0
/
+1
*
|
fscrypt: support test_dummy_encryption=v2
Eric Biggers
2020-05-18
1
-24
/
+61
|
/
*
Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-04-07
1
-35
/
+54
|
\
|
*
f2fs: compress: support zstd compress algorithm
Chao Yu
2020-04-03
1
-0
/
+7
|
*
f2fs: change default compression algorithm
Chao Yu
2020-03-30
1
-1
/
+1
|
*
f2fs: fix NULL pointer dereference in f2fs_write_begin()
Chao Yu
2020-03-30
1
-2
/
+3
|
*
f2fs: use kmem_cache pool during inline xattr lookups
Chao Yu
2020-03-22
1
-1
/
+9
|
*
f2fs: introduce DEFAULT_IO_TIMEOUT
Chao Yu
2020-03-19
1
-2
/
+4
|
*
f2fs: clean up bggc mount option
Chao Yu
2020-03-19
1
-16
/
+13
|
*
f2fs: clean up lfs/adaptive mount option
Chao Yu
2020-03-19
1
-8
/
+8
|
*
f2fs: fix to show norecovery mount option
Chao Yu
2020-03-19
1
-2
/
+5
|
*
f2fs: fix inconsistent comments
Chao Yu
2020-03-10
1
-2
/
+2
|
*
f2fs: cover last_disk_size update with spinlock
Chao Yu
2020-03-10
1
-0
/
+1
|
*
f2fs: fix the panic in do_checkpoint()
Sahitya Tummala
2020-02-27
1
-1
/
+1
*
|
block: move the part_stat* helpers from genhd.h to a new header
Christoph Hellwig
2020-03-25
1
-0
/
+1
|
/
*
f2fs: change to use rwsem for gc_mutex
Chao Yu
2020-01-17
1
-8
/
+8
*
f2fs: code cleanup for f2fs_statfs_project()
Chengguang Xu
2020-01-17
1
-12
/
+4
[next]