index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
f2fs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-04
f2fs: do not bother checkpoint by f2fs_get_node_info
Jaegeuk Kim
1
-1
/
+1
2021-12-10
f2fs: add gc_urgent_high_remaining sysfs node
Daeho Jeong
1
-0
/
+3
2021-12-10
f2fs: avoid duplicate call of mark_inode_dirty
Jaegeuk Kim
1
-0
/
+4
2021-12-10
f2fs: use iomap for direct I/O
Eric Biggers
1
-7
/
+1
2021-12-04
f2fs: implement iomap operations
Eric Biggers
1
-0
/
+1
2021-12-04
f2fs: do not expose unwritten blocks to user by DIO
Jaegeuk Kim
1
-0
/
+5
2021-11-17
f2fs: rework write preallocations
Eric Biggers
1
-2
/
+1
2021-11-17
f2fs: compress: reduce one page array alloc and free when write compressed page
Fengnan Chang
1
-0
/
+1
2021-10-29
f2fs: support fault injection for dquot_initialize()
Chao Yu
1
-0
/
+2
2021-10-27
f2fs: compress: disallow disabling compress on non-empty compressed file
Hyeong-Jun Kim
1
-2
/
+1
2021-10-26
f2fs: compress: fix overwrite may reduce compress ratio unproperly
Fengnan Chang
1
-0
/
+2
2021-10-26
f2fs: multidevice: support direct IO
Chao Yu
1
-3
/
+22
2021-10-26
f2fs: introduce fragment allocation mode mount option
Daeho Jeong
1
-2
/
+17
2021-09-20
f2fs: introduce excess_dirty_threshold()
Chao Yu
1
-0
/
+3
2021-09-04
Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-92
/
+85
2021-08-30
f2fs: Don't create discard thread when device doesn't support realtime discard
Fengnan Chang
1
-0
/
+1
2021-08-23
f2fs: rebuild nat_bits during umount
Chao Yu
1
-30
/
+2
2021-08-23
f2fs: introduce periodic iostat io latency traces
Daeho Jeong
1
-0
/
+4
2021-08-23
f2fs: separate out iostat feature
Daeho Jeong
1
-49
/
+10
2021-08-17
f2fs: compress: do sanity check on cluster
Chao Yu
1
-0
/
+2
2021-08-17
f2fs: fix to keep compatibility of fault injection interface
Chao Yu
1
-0
/
+1
2021-08-17
f2fs: support fault injection for f2fs_kmem_cache_alloc()
Chao Yu
1
-1
/
+16
2021-08-05
f2fs: extent cache: support unaligned extent
Chao Yu
1
-0
/
+20
2021-08-03
f2fs: fix to stop filesystem update once CP failed
Chao Yu
1
-1
/
+1
2021-08-03
f2fs: add sysfs node to control ra_pages for fadvise seq file
Daeho Jeong
1
-0
/
+5
2021-08-03
f2fs: introduce discard_unit mount option
Chao Yu
1
-0
/
+16
2021-07-25
f2fs: remove allow_outplace_dio()
Eric Biggers
1
-10
/
+0
2021-07-13
f2fs: compress: fix to set zstd compress level correctly
Chao Yu
1
-1
/
+2
2021-07-13
f2fs: add sysfs nodes to get GC info for each GC mode
Daeho Jeong
1
-0
/
+5
2021-07-13
f2fs: Convert to using invalidate_lock
Jan Kara
1
-1
/
+0
2021-07-05
f2fs: initialize page->private when using for our internal use
Jaegeuk Kim
1
-1
/
+4
2021-07-01
f2fs: compress: add nocompress extensions support
Fengnan Chang
1
-0
/
+2
2021-06-28
f2fs: enable extent cache for compression files in read-only
Daeho Jeong
1
-19
/
+20
2021-06-23
f2fs: swap: support migrating swapfile in aligned write mode
Chao Yu
1
-0
/
+1
2021-06-23
f2fs: compress: add compress_inode to cache compressed blocks
Chao Yu
1
-3
/
+68
2021-06-23
f2fs: clean up /sys/fs/f2fs/<disk>/features
Jaegeuk Kim
1
-0
/
+3
2021-06-23
f2fs: support RO feature
Jaegeuk Kim
1
-0
/
+3
2021-06-23
f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bit
Jaegeuk Kim
1
-0
/
+6
2021-05-14
f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instances
Chao Yu
1
-0
/
+2
2021-05-14
f2fs: restructure f2fs page.private layout
Chao Yu
1
-22
/
+76
2021-05-11
f2fs: compress: fix to assign cc.cluster_idx correctly
Chao Yu
1
-1
/
+1
2021-05-04
Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-19
/
+36
2021-04-24
f2fs: clean up left deprecated IO trace codes
Chao Yu
1
-8
/
+0
2021-04-21
f2fs: avoid using native allocate_segment_by_default()
Chao Yu
1
-1
/
+1
2021-04-19
f2fs: remove unnecessary struct declaration
Wan Jiabing
1
-1
/
+0
2021-04-12
f2fs: convert to fileattr
Miklos Szeredi
1
-0
/
+3
2021-03-30
f2fs: introduce gc_merge mount option
Chao Yu
1
-0
/
+1
2021-03-26
f2fs: fix to avoid touching checkpointed data in get_victim()
Chao Yu
1
-0
/
+1
2021-03-25
f2fs: fix wrong comment of nat_tree_lock
qiulaibin
1
-1
/
+1
2021-03-25
f2fs: add sysfs nodes to get runtime compression stat
Daeho Jeong
1
-0
/
+19
[next]