index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-11
Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-26
/
+42
2020-08-03
f2fs: compress: disable compression mount option if compression is off
Chao Yu
1
-1
/
+14
2020-07-24
f2fs: fix use-after-free issue
Li Guifu
1
-2
/
+3
2020-07-08
f2fs: add inline encryption support
Satya Tangirala
1
-0
/
+35
2020-07-08
f2fs: avoid readahead race condition
Jaegeuk Kim
1
-0
/
+2
2020-06-18
f2fs: use kfree() to free variables allocated by match_strdup()
Wang Xiaojun
1
-18
/
+18
2020-06-18
f2fs: use kfree() instead of kvfree() to free superblock data
Denis Efremov
1
-5
/
+5
2020-06-09
Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
1
-37
/
+51
2020-06-09
f2fs: don't return vmalloc() memory from f2fs_kmalloc()
Eric Biggers
1
-1
/
+1
2020-05-19
fscrypt: support test_dummy_encryption=v2
Eric Biggers
1
-24
/
+61
2020-05-18
f2fs: fix checkpoint=disable:%u%%
Jaegeuk Kim
1
-6
/
+19
2020-05-12
f2fs: refactor resize_fs to avoid meta updates in progress
Jaegeuk Kim
1
-1
/
+0
2020-05-12
f2fs: report delalloc reserve as non-free in statfs for project quota
Konstantin Khlebnikov
1
-1
/
+2
2020-05-12
f2fs: compress: support lzo-rle compress algorithm
Chao Yu
1
-0
/
+6
2020-05-12
f2fs: introduce mempool for {,de}compress intermediate page allocation
Chao Yu
1
-0
/
+6
2020-05-08
f2fs: use strcmp() in parse_options()
Eric Biggers
1
-28
/
+16
2020-04-17
f2fs: add tracepoint for f2fs iostat
Daeho Jeong
1
-0
/
+1
2020-04-07
Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-35
/
+54
2020-04-03
f2fs: compress: support zstd compress algorithm
Chao Yu
1
-0
/
+7
2020-03-31
f2fs: change default compression algorithm
Chao Yu
1
-1
/
+1
2020-03-31
f2fs: fix NULL pointer dereference in f2fs_write_begin()
Chao Yu
1
-2
/
+3
2020-03-25
block: move the part_stat* helpers from genhd.h to a new header
Christoph Hellwig
1
-0
/
+1
2020-03-23
f2fs: use kmem_cache pool during inline xattr lookups
Chao Yu
1
-1
/
+9
2020-03-19
f2fs: introduce DEFAULT_IO_TIMEOUT
Chao Yu
1
-2
/
+4
2020-03-19
f2fs: clean up bggc mount option
Chao Yu
1
-16
/
+13
2020-03-19
f2fs: clean up lfs/adaptive mount option
Chao Yu
1
-8
/
+8
2020-03-19
f2fs: fix to show norecovery mount option
Chao Yu
1
-2
/
+5
2020-03-10
f2fs: fix inconsistent comments
Chao Yu
1
-2
/
+2
2020-03-10
f2fs: cover last_disk_size update with spinlock
Chao Yu
1
-0
/
+1
2020-02-27
f2fs: fix the panic in do_checkpoint()
Sahitya Tummala
1
-1
/
+1
2020-01-18
f2fs: change to use rwsem for gc_mutex
Chao Yu
1
-8
/
+8
2020-01-18
f2fs: code cleanup for f2fs_statfs_project()
Chengguang Xu
1
-12
/
+4
2020-01-18
f2fs: fix miscounted block limit in f2fs_statfs_project()
Chengguang Xu
1
-0
/
+2
2020-01-18
f2fs: support data compression
Chao Yu
1
-1
/
+111
2020-01-16
f2fs: declare nested quota_sem and remove unnecessary sems
Jaegeuk Kim
1
-14
/
+4
2020-01-16
f2fs: introduce private bioset
Chao Yu
1
-1
/
+6
2020-01-16
f2fs: Check write pointer consistency of non-open zones
Shin'ichiro Kawasaki
1
-0
/
+11
2019-11-30
Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-1
/
+1
2019-11-30
Merge tag 'f2fs-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
1
-10
/
+40
2019-11-25
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
1
-6
/
+20
2019-11-25
f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...
Chengguang Xu
1
-6
/
+14
2019-11-13
block: rework zone reporting
Christoph Hellwig
1
-35
/
+16
2019-11-07
f2fs: support aligned pinned file
Jaegeuk Kim
1
-0
/
+1
2019-11-06
f2fs: add support for IV_INO_LBLK_64 encryption policies
Eric Biggers
1
-6
/
+20
2019-11-04
fs: Use dquot_load_quota_inode() from filesystems
Jan Kara
1
-1
/
+1
2019-10-25
f2fs: cache global IPU bio
Chao Yu
1
-0
/
+8
2019-10-22
f2fs: check total_segments from devices in raw_super
Qiuyang Sun
1
-0
/
+15
2019-10-22
f2fs: mark recovery flag correctly in read_raw_super_block()
Chengguang Xu via Linux-f2fs-devel
1
-4
/
+2
2019-09-22
Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
1
-9
/
+147
2019-09-19
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...
Linus Torvalds
1
-0
/
+3
[next]