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
/
super.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: Make flush bios explicitely sync
Jan Kara
2017-05-03
1
-1
/
+1
*
f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discard
Chao Yu
2017-05-03
1
-0
/
+7
*
f2fs: sanity check segment count
Jin Qian
2017-05-02
1
-0
/
+7
*
f2fs: clean up get_valid_blocks with consistent parameter
Jaegeuk Kim
2017-04-10
1
-2
/
+2
*
f2fs: introduce f2fs_wait_discard_bios
Chao Yu
2017-04-10
1
-1
/
+1
*
f2fs: avoid IO split due to mixed WB_SYNC_ALL and WB_SYNC_NONE
Jaegeuk Kim
2017-04-05
1
-0
/
+2
*
f2fs: write small sized IO to hot log
Jaegeuk Kim
2017-04-05
1
-0
/
+2
*
f2fs: allocate node and hot data in the beginning of partition
Jaegeuk Kim
2017-03-29
1
-1
/
+9
*
f2fs: allow write page cache when writting cp
Yunlei He
2017-03-25
1
-0
/
+1
*
f2fs: add fault injection on f2fs_truncate
Jaegeuk Kim
2017-03-21
1
-0
/
+1
*
f2fs: build stat_info before orphan inode recovery
Jaegeuk Kim
2017-03-21
1
-5
/
+5
*
Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
2017-03-01
1
-28
/
+110
|
\
|
*
f2fs: add f2fs_drop_inode tracepoint
Hou Pengyang
2017-02-27
1
-2
/
+5
|
*
f2fs: Fix zoned block device support
Masato Suzuki
2017-02-27
1
-23
/
+44
|
*
f2fs: fix to enlarge size of write_io_dummy mempool
Chao Yu
2017-02-27
1
-1
/
+1
|
*
f2fs: fix memory leak of write_io_dummy mempool during umount
Chao Yu
2017-02-27
1
-1
/
+1
|
*
f2fs: enable inline_xattr by default
Chao Yu
2017-02-23
1
-0
/
+1
|
*
f2fs: introduce noinline_xattr mount option
Chao Yu
2017-02-23
1
-0
/
+11
|
*
f2fs: super: constify fscrypt_operations structure
Bhumika Goyal
2017-02-23
1
-2
/
+2
|
*
f2fs: show checkpoint version at mount time
Jaegeuk Kim
2017-02-23
1
-0
/
+2
|
*
f2fs: show the fault injection mount option
Kaixu Xia
2017-02-22
1
-0
/
+5
|
*
f2fs: factor out discard command info into discard_cmd_control
Jaegeuk Kim
2017-02-22
1
-1
/
+4
|
*
f2fs: relax async discard commands more
Jaegeuk Kim
2017-01-29
1
-0
/
+3
|
*
f2fs: get io size bit from mount option
Jaegeuk Kim
2017-01-29
1
-0
/
+22
|
*
f2fs: support IO alignment for DATA and NODE writes
Jaegeuk Kim
2017-01-29
1
-1
/
+12
*
|
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-02-20
1
-15
/
+3
|
\
\
|
|
/
|
/
|
|
*
fscrypt: constify struct fscrypt_operations
Eric Biggers
2017-02-08
1
-2
/
+2
|
*
fscrypt: make fscrypt_operations.key_prefix a string
Eric Biggers
2017-01-08
1
-13
/
+1
*
|
block: Rename blk_queue_zone_size and bdev_zone_size
Damien Le Moal
2017-01-12
1
-3
/
+3
|
/
*
Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
2016-12-14
1
-40
/
+241
|
\
|
*
f2fs: fix to access nullified flush_cmd_control pointer
Jaegeuk Kim
2016-12-07
1
-2
/
+3
|
*
f2fs: detect wrong layout
Jaegeuk Kim
2016-12-07
1
-0
/
+11
|
*
Revert "f2fs: use percpu_counter for # of dirty pages in inode"
Jaegeuk Kim
2016-12-05
1
-6
/
+1
|
*
f2fs: fix incorrect free inode count in ->statfs
Chao Yu
2016-11-25
1
-1
/
+2
|
*
f2fs: support multiple devices
Jaegeuk Kim
2016-11-25
1
-29
/
+109
|
*
f2fs: remove checkpoint in f2fs_freeze
Jaegeuk Kim
2016-11-23
1
-4
/
+9
|
*
f2fs: Cache zoned block devices zone type
Damien Le Moal
2016-11-23
1
-0
/
+72
|
*
f2fs: Do not allow adaptive mode for host-managed zoned block devices
Damien Le Moal
2016-11-23
1
-0
/
+7
|
*
f2fs: Always enable discard for zoned blocks devices
Damien Le Moal
2016-11-23
1
-0
/
+5
|
*
f2fs: Suppress discard warning message for zoned block devices
Damien Le Moal
2016-11-23
1
-1
/
+1
|
*
f2fs: Check zoned block feature for host-managed zoned block devices
Damien Le Moal
2016-11-23
1
-0
/
+20
|
*
f2fs: Use generic zoned block device terminology
Damien Le Moal
2016-11-23
1
-1
/
+1
|
*
f2fs: Add missing break in switch-case
Damien Le Moal
2016-11-23
1
-0
/
+1
|
*
f2fs: avoid infinite loop in the EIO case on recover_orphan_inodes
Jaegeuk Kim
2016-11-23
1
-0
/
+7
|
*
f2fs: remove percpu_count due to performance regression
Jaegeuk Kim
2016-11-23
1
-11
/
+5
|
*
f2fs: keep dirty inodes selectively for checkpoint
Jaegeuk Kim
2016-11-23
1
-13
/
+16
|
*
f2fs: fix to release discard entries during checkpoint
Chao Yu
2016-11-23
1
-1
/
+0
*
|
block,fs: use REQ_* flags directly
Christoph Hellwig
2016-11-01
1
-1
/
+1
|
/
*
f2fs: support checkpoint error injection
Chao Yu
2016-09-30
1
-0
/
+1
*
f2fs: fix to recover old fault injection config in ->remount_fs
Chao Yu
2016-09-30
1
-0
/
+6
[next]