index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2021-03-26
f2fs: fix error path of f2fs_remount()
Chao Yu
1
-13
/
+34
2021-03-26
f2fs: don't start checkpoint thread in readonly mountpoint
Chao Yu
1
-5
/
+5
2021-03-13
f2fs: avoid unused f2fs_show_compress_options()
Chao Yu
1
-0
/
+2
2021-03-13
f2fs: fix to allow migrating fully valid segment
Chao Yu
1
-1
/
+1
2021-02-23
Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+0
2021-02-21
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+0
2021-02-13
f2fs: give a warning only for readonly partition
Jaegeuk Kim
1
-5
/
+3
2021-02-09
f2fs: don't grab superblock freeze for flush/ckpt thread
Jaegeuk Kim
1
-0
/
+4
2021-02-04
f2fs: introduce checkpoint_merge mount option
Daeho Jeong
1
-8
/
+50
2021-02-02
f2fs: flush data when enabling checkpoint back
Jaegeuk Kim
1
-0
/
+3
2021-01-28
f2fs: deprecate f2fs_trace_io
Jaegeuk Kim
1
-6
/
+0
2021-01-28
f2fs: Remove readahead collision detection
Matthew Wilcox (Oracle)
1
-2
/
+0
2021-01-28
f2fs: fix to use per-inode maxbytes
Chengguang Xu
1
-4
/
+8
2021-01-28
f2fs: compress: support compress level
Chao Yu
1
-2
/
+87
2021-01-28
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-09
f2fs: don't check PAGE_SIZE again in sanity_check_raw_super()
Yangtao Li
1
-7
/
+0
2020-12-09
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-03
f2fs: fix kbytes written stat for multi-device case
Chao Yu
1
-4
/
+1
2020-12-03
f2fs: compress: support chksum
Chao Yu
1
-0
/
+9
2020-12-03
f2fs: change to use rwsem for cp_mutex
Sahitya Tummala
1
-1
/
+1
2020-12-03
f2fs: Handle casefolding with Encryption
Daniel Rosenberg
1
-6
/
+0
2020-12-03
fscrypt: Have filesystems handle their d_ops
Daniel Rosenberg
1
-1
/
+0
2020-12-03
f2fs: remove writeback_inodes_sb in f2fs_remount
Liu Song
1
-1
/
+0
2020-12-03
f2fs: fix double free of unicode map
Hyeongseok Kim
1
-0
/
+1
2020-12-02
block: switch partition lookup to use struct block_device
Christoph Hellwig
1
-4
/
+2
2020-12-02
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-17
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-11
f2fs: Use generic casefolding support
Daniel Rosenberg
1
-5
/
+5
2020-09-11
f2fs: introduce inmem curseg
Chao Yu
1
-4
/
+5
2020-09-11
f2fs: support zone capacity less than zone size
Aravind Ramesh
1
-6
/
+35
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
[next]