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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-19
f2fs: compress: fix to assign cc.cluster_idx correctly
Chao Yu
3
-12
/
+13
2021-05-19
f2fs: compress: fix race condition of overwrite vs truncate
Chao Yu
1
-23
/
+12
2021-05-19
f2fs: compress: fix to free compress page correctly
Chao Yu
1
-1
/
+2
2021-05-19
f2fs: avoid unneeded data copy in f2fs_ioc_move_range()
Chao Yu
1
-6
/
+0
2021-05-19
f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()
Chao Yu
1
-3
/
+3
2021-05-19
f2fs: Fix a hungtask problem in atomic write
Yi Zhuang
1
-13
/
+17
2021-05-19
f2fs: fix to cover __allocate_new_section() with curseg_lock
Chao Yu
1
-0
/
+4
2021-05-19
f2fs: fix to avoid touching checkpointed data in get_victim()
Chao Yu
4
-24
/
+55
2021-05-19
f2fs: fix to update last i_size if fallocate partially succeeds
Chao Yu
1
-11
/
+11
2021-05-19
f2fs: fix to align to section for fallocate() on pinned file
Chao Yu
3
-19
/
+36
2021-05-19
f2fs: fix a redundant call to f2fs_balance_fs if an error occurs
Colin Ian King
1
-1
/
+2
2021-05-19
f2fs: fix panic during f2fs_resize_fs()
Chao Yu
1
-0
/
+13
2021-05-19
f2fs: fix to allow migrating fully valid segment
Chao Yu
5
-16
/
+20
2021-05-19
f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGE
Chao Yu
1
-33
/
+104
2021-05-19
f2fs: move ioctl interface definitions to separated file
Chao Yu
2
-79
/
+1
2021-05-11
f2fs: fix to avoid out-of-bounds memory access
Chao Yu
1
-0
/
+3
2021-05-11
f2fs: fix error handling in f2fs_end_enable_verity()
Eric Biggers
1
-21
/
+54
2021-03-07
f2fs: fix to set/clear I_LINKABLE under i_lock
Chao Yu
1
-0
/
+8
2021-03-07
f2fs: handle unallocated section and zone on pinned/atgc
Jaegeuk Kim
1
-2
/
+2
2021-03-04
f2fs: flush data when enabling checkpoint back
Jaegeuk Kim
1
-0
/
+3
2021-03-04
f2fs: enforce the immutable flag on open files
Chao Yu
1
-0
/
+17
2021-03-04
f2fs: fix out-of-repair __setattr_copy()
Chao Yu
1
-1
/
+2
2021-03-04
f2fs: fix a wrong condition in __submit_bio
Dehe Gu
1
-1
/
+1
2021-03-04
f2fs: fix to avoid inconsistent quota data
Yi Chen
2
-0
/
+8
2021-03-04
f2fs: compress: fix potential deadlock
Chao Yu
3
-6
/
+11
2021-01-06
f2fs: fix race of pending_pages in decompression
Daeho Jeong
3
-13
/
+48
2021-01-06
f2fs: avoid race condition for shrinker count
Jaegeuk Kim
6
-24
/
+36
2021-01-06
f2fs: fix shift-out-of-bounds in sanity_check_raw_super()
Chao Yu
1
-5
/
+4
2020-12-30
f2fs: fix double free of unicode map
Hyeongseok Kim
1
-0
/
+1
2020-12-30
f2fs: call f2fs_get_meta_page_retry for nat page
Jaegeuk Kim
1
-1
/
+1
2020-12-26
f2fs: prevent creating duplicate encrypted filenames
Eric Biggers
1
-0
/
+2
2020-12-26
f2fs: init dirty_secmap incorrectly
Jack Qiu
1
-1
/
+1
2020-12-26
f2fs: fix to seek incorrect data offset in inline data file
Chao Yu
1
-3
/
+8
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
20
-469
/
+1592
2020-10-16
mm/readahead: make page_cache_ra_unbounded take a readahead_control
Matthew Wilcox (Oracle)
1
-2
/
+2
2020-10-14
f2fs: code cleanup by removing unnecessary check
Chengguang Xu
1
-3
/
+2
2020-10-14
f2fs: wait for sysfs kobject removal before freeing f2fs_sb_info
Jamie Iles
1
-0
/
+1
2020-10-14
f2fs: fix writecount false positive in releasing compress blocks
Daeho Jeong
1
-1
/
+2
2020-10-14
f2fs: introduce check_swap_activate_fast()
Chao Yu
1
-0
/
+80
2020-10-14
f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier case
Chao Yu
1
-0
/
+3
2020-10-14
f2fs: handle errors of f2fs_get_meta_page_nofail
Jaegeuk Kim
4
-6
/
+12
2020-10-13
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
4
-36
/
+17
2020-10-09
f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inode
Chao Yu
1
-0
/
+3
2020-10-09
f2fs: reject CASEFOLD inode flag without casefold feature
Eric Biggers
1
-0
/
+7
2020-10-09
f2fs: fix memory alignment to support 32bit
Jaegeuk Kim
1
-1
/
+1
2020-09-29
f2fs: fix slab leak of rpages pointer
Jaegeuk Kim
2
-1
/
+3
2020-09-29
f2fs: compress: fix to disallow enabling compress on non-empty file
Chao Yu
1
-0
/
+2
2020-09-29
f2fs: compress: introduce cic/dic slab cache
Chao Yu
3
-7
/
+70
2020-09-29
f2fs: compress: introduce page array slab cache
Chao Yu
3
-31
/
+102
[next]