index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: fix to account inline xattr correctly during recovery
Chao Yu
2020-12-08
1
-2
/
+8
*
f2fs: inline: fix wrong inline inode stat
Jack Qiu
2020-12-08
1
-0
/
+2
*
f2fs: inline: correct comment in f2fs_recover_inline_data
Jack Qiu
2020-12-08
1
-1
/
+1
*
f2fs: don't check PAGE_SIZE again in sanity_check_raw_super()
Yangtao Li
2020-12-08
1
-7
/
+0
*
f2fs: convert to F2FS_*_INO macro
Yangtao Li
2020-12-08
1
-3
/
+3
*
f2fs: introduce max_io_bytes, a sysfs entry, to limit bio size
Jaegeuk Kim
2020-12-07
3
-0
/
+6
*
f2fs: don't allow any writes on readonly mount
Jaegeuk Kim
2020-12-07
1
-1
/
+2
*
f2fs: avoid race condition for shrinker count
Jaegeuk Kim
2020-12-03
6
-24
/
+36
*
f2fs: add F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILE
Daeho Jeong
2020-12-03
1
-0
/
+185
*
f2fs: add compress_mode mount option
Daeho Jeong
2020-12-03
5
-3
/
+56
*
f2fs: Remove unnecessary unlikely()
Yangtao Li
2020-12-03
1
-3
/
+1
*
f2fs: init dirty_secmap incorrectly
Jack Qiu
2020-12-03
1
-1
/
+1
*
f2fs: remove buffer_head which has 32bits limit
Jaegeuk Kim
2020-12-03
1
-42
/
+34
*
f2fs: fix wrong block count instead of bytes
Jaegeuk Kim
2020-12-03
1
-2
/
+2
*
f2fs: use new conversion functions between blks and bytes
Jaegeuk Kim
2020-12-03
1
-25
/
+21
*
f2fs: rename logical_to_blk and blk_to_logical
Jaegeuk Kim
2020-12-03
1
-20
/
+20
*
f2fs: fix kbytes written stat for multi-device case
Chao Yu
2020-12-03
4
-16
/
+27
*
f2fs: compress: support chksum
Chao Yu
2020-12-03
4
-2
/
+49
*
f2fs: fix to avoid REQ_TIME and CP_TIME collision
Chao Yu
2020-12-03
2
-26
/
+40
*
f2fs: change to use rwsem for cp_mutex
Sahitya Tummala
2020-12-03
5
-10
/
+10
*
f2fs: Handle casefolding with Encryption
Daniel Rosenberg
2020-12-03
6
-33
/
+106
*
fscrypt: Have filesystems handle their d_ops
Daniel Rosenberg
2020-12-03
4
-11
/
+1
*
f2fs: Remove the redundancy initialization
Zhang Qilong
2020-12-03
2
-2
/
+2
*
f2fs: remove writeback_inodes_sb in f2fs_remount
Liu Song
2020-12-03
1
-1
/
+0
*
f2fs: fix double free of unicode map
Hyeongseok Kim
2020-12-03
1
-0
/
+1
*
f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGE
Chao Yu
2020-12-03
1
-33
/
+104
*
f2fs: avoid unneeded data copy in f2fs_ioc_move_range()
Chao Yu
2020-12-03
1
-6
/
+0
*
f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctl
Daeho Jeong
2020-12-03
1
-0
/
+54
*
f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctl
Daeho Jeong
2020-11-03
1
-0
/
+30
*
f2fs: move ioctl interface definitions to separated file
Chao Yu
2020-11-02
2
-79
/
+1
*
f2fs: fix to seek incorrect data offset in inline data file
Chao Yu
2020-11-02
1
-3
/
+8
*
f2fs: call f2fs_get_meta_page_retry for nat page
Jaegeuk Kim
2020-11-02
1
-1
/
+1
*
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-17
20
-469
/
+1592
|
\
\
|
*
|
f2fs: code cleanup by removing unnecessary check
Chengguang Xu
2020-10-14
1
-3
/
+2
|
*
|
f2fs: wait for sysfs kobject removal before freeing f2fs_sb_info
Jamie Iles
2020-10-14
1
-0
/
+1
|
*
|
f2fs: fix writecount false positive in releasing compress blocks
Daeho Jeong
2020-10-14
1
-1
/
+2
|
*
|
f2fs: introduce check_swap_activate_fast()
Chao Yu
2020-10-14
1
-0
/
+80
|
*
|
f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier case
Chao Yu
2020-10-14
1
-0
/
+3
|
*
|
f2fs: handle errors of f2fs_get_meta_page_nofail
Jaegeuk Kim
2020-10-14
4
-6
/
+12
|
*
|
f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inode
Chao Yu
2020-10-09
1
-0
/
+3
|
*
|
f2fs: reject CASEFOLD inode flag without casefold feature
Eric Biggers
2020-10-09
1
-0
/
+7
|
*
|
f2fs: fix memory alignment to support 32bit
Jaegeuk Kim
2020-10-09
1
-1
/
+1
|
*
|
f2fs: fix slab leak of rpages pointer
Jaegeuk Kim
2020-09-29
2
-1
/
+3
|
*
|
f2fs: compress: fix to disallow enabling compress on non-empty file
Chao Yu
2020-09-29
1
-0
/
+2
|
*
|
f2fs: compress: introduce cic/dic slab cache
Chao Yu
2020-09-29
3
-7
/
+70
|
*
|
f2fs: compress: introduce page array slab cache
Chao Yu
2020-09-29
3
-31
/
+102
|
*
|
f2fs: fix to do sanity check on segment/section count
Chao Yu
2020-09-29
1
-0
/
+6
|
*
|
f2fs: fix to check segment boundary during SIT page readahead
Chao Yu
2020-09-29
1
-0
/
+2
[next]