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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-10
f2fs: clean up build warnings
Yi Zhuang
14
-11
/
+44
2021-04-06
f2fs: fix the periodic wakeups of discard thread
Sahitya Tummala
1
-7
/
+14
2021-04-06
f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()
Chao Yu
1
-3
/
+3
2021-04-06
f2fs: fix to avoid GC/mmap race with f2fs_truncate()
Chao Yu
1
-1
/
+6
2021-04-01
f2fs: set checkpoint_merge by default
Jaegeuk Kim
1
-0
/
+1
2021-03-31
f2fs: Fix a hungtask problem in atomic write
Yi Zhuang
1
-13
/
+17
2021-03-30
f2fs: fix to restrict mount condition on readonly block device
Chao Yu
1
-4
/
+12
2021-03-30
f2fs: introduce gc_merge mount option
Chao Yu
5
-8
/
+59
2021-03-26
f2fs: fix to cover __allocate_new_section() with curseg_lock
Chao Yu
1
-0
/
+4
2021-03-26
f2fs: fix wrong alloc_type in f2fs_do_replace_block
Wang Xiaojun
1
-0
/
+3
2021-03-26
f2fs: delete empty compress.h
Chao Yu
1
-0
/
+0
2021-03-26
f2fs: fix a typo in inode.c
Ruiqi Gong
1
-1
/
+1
2021-03-26
f2fs: allow to change discard policy based on cached discard cmds
Sahitya Tummala
3
-1
/
+11
2021-03-26
f2fs: fix to avoid touching checkpointed data in get_victim()
Chao Yu
4
-24
/
+55
2021-03-25
f2fs: fix to update last i_size if fallocate partially succeeds
Chao Yu
1
-11
/
+11
2021-03-25
f2fs: fix error path of f2fs_remount()
Chao Yu
1
-13
/
+34
2021-03-25
f2fs: fix wrong comment of nat_tree_lock
qiulaibin
1
-1
/
+1
2021-03-25
f2fs: fix to avoid out-of-bounds memory access
Chao Yu
1
-0
/
+3
2021-03-25
f2fs: don't start checkpoint thread in readonly mountpoint
Chao Yu
1
-5
/
+5
2021-03-25
f2fs: do not use AT_SSR mode in FG_GC & high urgent BG_GC
Weichao Guo
2
-2
/
+5
2021-03-25
f2fs: add sysfs nodes to get runtime compression stat
Daeho Jeong
3
-0
/
+58
2021-03-25
f2fs: fix to use per-inode maxbytes in f2fs_fiemap
Chengguang Xu
1
-0
/
+10
2021-03-23
f2fs: fix to align to section for fallocate() on pinned file
Chao Yu
3
-19
/
+36
2021-03-12
f2fs: expose # of overprivision segments
Jaegeuk Kim
1
-0
/
+9
2021-03-12
f2fs: fix error handling in f2fs_end_enable_verity()
Eric Biggers
1
-21
/
+54
2021-03-12
f2fs: fix a redundant call to f2fs_balance_fs if an error occurs
Colin Ian King
1
-1
/
+2
2021-03-12
f2fs: remove unused file_clear_encrypt()
Chao Yu
1
-3
/
+8
2021-03-12
f2fs: check if swapfile is section-alligned
huangjianan@oppo.com
1
-21
/
+88
2021-03-12
f2fs: fix last_lblock check in check_swap_activate_fast
huangjianan@oppo.com
1
-1
/
+1
2021-03-12
f2fs: remove unnecessary IS_SWAPFILE check
huangjianan@oppo.com
2
-3
/
+2
2021-03-12
f2fs: Replace one-element array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+3
2021-03-12
f2fs: compress: Allow modular (de)compression algorithms
Geert Uytterhoeven
1
-9
/
+7
2021-03-12
f2fs: check discard command number before traversing discard pending list
Chao Yu
1
-0
/
+2
2021-03-12
f2fs: update comments for explicit memory barrier
Chao Yu
2
-2
/
+10
2021-03-12
f2fs: remove unused FORCE_FG_GC macro
Chao Yu
1
-2
/
+0
2021-03-12
f2fs: avoid unused f2fs_show_compress_options()
Chao Yu
1
-0
/
+2
2021-03-12
f2fs: fix panic during f2fs_resize_fs()
Chao Yu
1
-0
/
+13
2021-03-12
f2fs: fix to allow migrating fully valid segment
Chao Yu
5
-16
/
+20
2021-03-12
f2fs: fix a spacing coding style
jiahao
1
-1
/
+1
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
5
-8
/
+8
2021-02-28
Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-3
/
+2
2021-02-26
block: Add bio_max_segs
Matthew Wilcox (Oracle)
2
-3
/
+2
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-35
/
+45
2021-02-22
Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+0
2021-02-21
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-49
/
+6
2021-02-21
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...
Linus Torvalds
1
-0
/
+11
2021-02-12
f2fs: give a warning only for readonly partition
Jaegeuk Kim
1
-5
/
+3
2021-02-08
f2fs: don't grab superblock freeze for flush/ckpt thread
Jaegeuk Kim
3
-8
/
+4
2021-02-07
fs-verity: add FS_IOC_READ_VERITY_METADATA ioctl
Eric Biggers
1
-0
/
+11
2021-02-03
f2fs: add ckpt_thread_ioprio sysfs node
Daeho Jeong
3
-1
/
+58
[prev]
[next]