index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-12-01
1
-0
/
+1
|
\
|
*
fs: compat_ioctl: move FITRIM emulation into file systems
Arnd Bergmann
2019-10-23
1
-0
/
+1
*
|
Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2019-11-30
1
-1
/
+1
|
\
\
|
*
|
fs: Use dquot_load_quota_inode() from filesystems
Jan Kara
2019-11-04
1
-1
/
+1
|
|
/
*
|
Merge tag 'f2fs-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
2019-11-30
15
-106
/
+411
|
\
\
|
*
|
f2fs: stop GC when the victim becomes fully valid
Jaegeuk Kim
2019-11-25
1
-2
/
+8
|
*
|
f2fs: expose main_blkaddr in sysfs
Jaegeuk Kim
2019-11-25
1
-0
/
+2
|
*
|
f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...
Chengguang Xu
2019-11-25
1
-6
/
+14
|
*
|
f2fs: Fix deadlock in f2fs_gc() context during atomic files handling
Sahitya Tummala
2019-11-19
3
-6
/
+17
|
*
|
f2fs: show f2fs instance in printk_ratelimited
Chao Yu
2019-11-19
9
-27
/
+32
|
*
|
f2fs: fix potential overflow
Chao Yu
2019-11-07
2
-2
/
+2
|
*
|
f2fs: fix to update dir's i_pino during cross_rename
Chao Yu
2019-11-07
1
-3
/
+12
|
*
|
f2fs: support aligned pinned file
Jaegeuk Kim
2019-11-07
7
-11
/
+73
|
*
|
f2fs: avoid kernel panic on corruption test
Jaegeuk Kim
2019-11-07
1
-1
/
+0
|
*
|
f2fs: cache global IPU bio
Chao Yu
2019-10-25
4
-32
/
+169
|
*
|
f2fs: fix to avoid memory leakage in f2fs_listxattr
Randall Huang
2019-10-22
1
-1
/
+13
|
*
|
f2fs: check total_segments from devices in raw_super
Qiuyang Sun
2019-10-22
1
-0
/
+15
|
*
|
f2fs: update multi-dev metadata in resize_fs
Qiuyang Sun
2019-10-22
1
-2
/
+32
|
*
|
f2fs: mark recovery flag correctly in read_raw_super_block()
Chengguang Xu via Linux-f2fs-devel
2019-10-22
1
-4
/
+2
|
*
|
f2fs: fix to update time in lazytime mode
Chao Yu
2019-10-04
2
-9
/
+20
|
|
/
*
|
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...
Linus Torvalds
2019-11-25
1
-1
/
+4
|
\
\
|
*
|
f2fs: support STATX_ATTR_VERITY
Eric Biggers
2019-11-13
1
-1
/
+4
|
|
/
*
|
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2019-11-25
1
-6
/
+20
|
\
\
|
*
|
f2fs: add support for IV_INO_LBLK_64 encryption policies
Eric Biggers
2019-11-06
1
-6
/
+20
|
|
/
*
|
block: rework zone reporting
Christoph Hellwig
2019-11-12
1
-35
/
+16
*
|
block: add zone open, close and finish operations
Ajay Joshi
2019-11-07
1
-1
/
+2
|
/
*
Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
2019-09-21
17
-203
/
+839
|
\
|
*
f2fs: add a condition to detect overflow in f2fs_ioc_gc_range()
Sahitya Tummala
2019-09-17
1
-2
/
+2
|
*
f2fs: fix to add missing F2FS_IO_ALIGNED() condition
Chao Yu
2019-09-16
2
-2
/
+8
|
*
f2fs: fix to fallback to buffered IO in IO aligned mode
Chao Yu
2019-09-16
1
-3
/
+6
|
*
f2fs: fix to handle error path correctly in f2fs_map_blocks
Chao Yu
2019-09-16
1
-4
/
+4
|
*
f2fs: fix extent corrupotion during directIO in LFS mode
Chao Yu
2019-09-16
1
-1
/
+1
|
*
f2fs: check all the data segments against all node ones
Surbhi Palande
2019-09-16
1
-2
/
+2
|
*
f2fs: Add a small clarification to CONFIG_FS_F2FS_FS_SECURITY
Lockywolf
2019-09-16
1
-1
/
+3
|
*
f2fs: fix inode rwsem regression
Goldwyn Rodrigues
2019-09-16
1
-2
/
+3
|
*
f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()
Chao Yu
2019-09-16
2
-0
/
+10
|
*
f2fs: avoid infinite GC loop due to stale atomic files
Jaegeuk Kim
2019-09-16
2
-26
/
+18
|
*
f2fs: Fix indefinite loop in f2fs_gc()
Sahitya Tummala
2019-09-09
1
-1
/
+1
|
*
f2fs: convert inline_data in prior to i_size_write
Jaegeuk Kim
2019-09-06
1
-13
/
+13
|
*
f2fs: fix error path of f2fs_convert_inline_page()
Chao Yu
2019-09-06
1
-0
/
+1
|
*
f2fs: fix flushing node pages when checkpoint is disabled
Jaegeuk Kim
2019-09-06
1
-2
/
+4
|
*
f2fs: enhance f2fs_is_checkpoint_ready()'s readability
Chao Yu
2019-09-06
7
-44
/
+34
|
*
f2fs: clean up __bio_alloc()'s parameter
Chao Yu
2019-09-06
1
-16
/
+11
|
*
f2fs: fix wrong error injection path in inc_valid_block_count()
Chao Yu
2019-09-06
1
-1
/
+2
|
*
f2fs: fix to writeout dirty inode during node flush
Chao Yu
2019-09-06
1
-0
/
+49
|
*
f2fs: optimize case-insensitive lookups
Chao Yu
2019-09-06
2
-7
/
+53
|
*
f2fs: introduce f2fs_match_name() for cleanup
Chao Yu
2019-08-23
1
-19
/
+30
|
*
f2fs: Fix indefinite loop in f2fs_gc()
Sahitya Tummala
2019-08-23
3
-9
/
+46
|
*
f2fs: allocate memory in batch in build_sit_info()
Chao Yu
2019-08-23
2
-28
/
+24
|
*
f2fs: support FS_IOC_{GET,SET}FSLABEL
Chao Yu
2019-08-23
2
-0
/
+72
[next]