index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-27
f2fs: compress: support compress level
Chao Yu
1
-2
/
+87
2021-01-27
f2fs: compress: deny setting unsupported compress algorithm
Chao Yu
1
-0
/
+16
2021-01-27
f2fs: remove FAULT_ALLOC_BIO
Christoph Hellwig
1
-1
/
+0
2021-01-13
fs: don't call ->dirty_inode for lazytime timestamp updates
Eric Biggers
1
-3
/
+0
2020-12-17
Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-26
/
+42
2020-12-10
f2fs: fix shift-out-of-bounds in sanity_check_raw_super()
Chao Yu
1
-5
/
+4
2020-12-08
f2fs: don't check PAGE_SIZE again in sanity_check_raw_super()
Yangtao Li
1
-7
/
+0
2020-12-08
f2fs: convert to F2FS_*_INO macro
Yangtao Li
1
-3
/
+3
2020-12-03
f2fs: add compress_mode mount option
Daeho Jeong
1
-0
/
+23
2020-12-02
f2fs: fix kbytes written stat for multi-device case
Chao Yu
1
-4
/
+1
2020-12-02
f2fs: compress: support chksum
Chao Yu
1
-0
/
+9
2020-12-02
f2fs: change to use rwsem for cp_mutex
Sahitya Tummala
1
-1
/
+1
2020-12-02
f2fs: Handle casefolding with Encryption
Daniel Rosenberg
1
-6
/
+0
2020-12-02
fscrypt: Have filesystems handle their d_ops
Daniel Rosenberg
1
-1
/
+0
2020-12-02
f2fs: remove writeback_inodes_sb in f2fs_remount
Liu Song
1
-1
/
+0
2020-12-02
f2fs: fix double free of unicode map
Hyeongseok Kim
1
-0
/
+1
2020-12-01
block: switch partition lookup to use struct block_device
Christoph Hellwig
1
-4
/
+2
2020-12-01
block: remove the nr_sects field in struct hd_struct
Christoph Hellwig
1
-1
/
+1
2020-10-24
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+1
2020-10-16
Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-47
/
+121
2020-09-29
f2fs: compress: introduce cic/dic slab cache
Chao Yu
1
-0
/
+6
2020-09-29
f2fs: compress: introduce page array slab cache
Chao Yu
1
-1
/
+7
2020-09-29
f2fs: fix to do sanity check on segment/section count
Chao Yu
1
-0
/
+6
2020-09-29
f2fs: fix wrong total_sections check and fsmeta check
Wang Xiaojun
1
-4
/
+4
2020-09-29
f2fs: remove duplicated code in sanity_check_area_boundary
Wang Xiaojun
1
-8
/
+4
2020-09-29
f2fs: relocate blkzoned feature check
Chao Yu
1
-12
/
+11
2020-09-29
f2fs: do sanity check on zoned block device path
Chao Yu
1
-0
/
+6
2020-09-22
fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'
Eric Biggers
1
-1
/
+1
2020-09-22
fscrypt: handle test_dummy_encryption in more logical way
Eric Biggers
1
-8
/
+7
2020-09-18
[PATCH] reduce boilerplate in fsid handling
Al Viro
1
-2
/
+1
2020-09-11
f2fs: change i_compr_blocks of inode to atomic value
Daeho Jeong
1
-0
/
+1
2020-09-11
f2fs: ignore compress mount option on image w/o compression feature
Chao Yu
1
-6
/
+6
2020-09-11
f2fs: support age threshold based garbage collection
Chao Yu
1
-1
/
+25
2020-09-10
f2fs: Use generic casefolding support
Daniel Rosenberg
1
-5
/
+5
2020-09-10
f2fs: introduce inmem curseg
Chao Yu
1
-4
/
+5
2020-09-10
f2fs: support zone capacity less than zone size
Aravind Ramesh
1
-6
/
+35
2020-08-10
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-23
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-07
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-08
f2fs: don't return vmalloc() memory from f2fs_kmalloc()
Eric Biggers
1
-1
/
+1
2020-05-18
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-11
f2fs: refactor resize_fs to avoid meta updates in progress
Jaegeuk Kim
1
-1
/
+0
2020-05-11
f2fs: report delalloc reserve as non-free in statfs for project quota
Konstantin Khlebnikov
1
-1
/
+2
2020-05-11
f2fs: compress: support lzo-rle compress algorithm
Chao Yu
1
-0
/
+6
[prev]
[next]