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-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
2021-02-03
f2fs: introduce checkpoint_merge mount option
Daeho Jeong
4
-8
/
+266
2021-02-02
f2fs: relocate inline conversion from mmap() to mkwrite()
Chao Yu
1
-6
/
+4
2021-02-02
f2fs: fix a wrong condition in __submit_bio
Dehe Gu
1
-1
/
+1
2021-02-01
f2fs: remove unnecessary initialization in xattr.c
Liu Song
1
-4
/
+4
2021-02-01
f2fs: fix to avoid inconsistent quota data
Yi Chen
2
-0
/
+8
2021-02-01
f2fs: flush data when enabling checkpoint back
Jaegeuk Kim
1
-0
/
+3
2021-01-27
f2fs: deprecate f2fs_trace_io
Jaegeuk Kim
10
-239
/
+0
2021-01-27
f2fs: Remove readahead collision detection
Matthew Wilcox (Oracle)
3
-28
/
+0
2021-01-27
f2fs: remove unused stat_{inc, dec}_atomic_write
Jack Qiu
1
-2
/
+0
2021-01-27
f2fs: introduce sb_status sysfs node
Chao Yu
1
-0
/
+8
2021-01-27
f2fs: fix to use per-inode maxbytes
Chengguang Xu
4
-9
/
+16
2021-01-27
f2fs: compress: fix potential deadlock
Chao Yu
3
-6
/
+11
2021-01-27
f2fs: fix to set/clear I_LINKABLE under i_lock
Chao Yu
1
-0
/
+8
2021-01-27
f2fs: fix null page reference in redirty_blocks
Daeho Jeong
1
-2
/
+4
2021-01-27
f2fs: clean up post-read processing
Eric Biggers
3
-264
/
+297
2021-01-27
f2fs: trival cleanup in move_data_block()
Chao Yu
1
-5
/
+3
2021-01-27
f2fs: fix out-of-repair __setattr_copy()
Chao Yu
1
-1
/
+2
2021-01-27
f2fs: fix to tag FIEMAP_EXTENT_MERGED in f2fs_fiemap()
Chao Yu
1
-0
/
+1
2021-01-27
f2fs: introduce a new per-sb directory in sysfs
Chao Yu
2
-6
/
+68
2021-01-27
f2fs: compress: support compress level
Chao Yu
4
-5
/
+144
2021-01-27
f2fs: compress: deny setting unsupported compress algorithm
Chao Yu
1
-0
/
+16
2021-01-27
f2fs: relocate f2fs_precache_extents()
Chao Yu
1
-1
/
+2
2021-01-27
f2fs: enforce the immutable flag on open files
Chao Yu
1
-0
/
+17
2021-01-27
f2fs: enhance to update i_mode and acl atomically in f2fs_setattr()
Chao Yu
3
-10
/
+35
2021-01-27
f2fs: fix to set inode->i_mode correctly for posix_acl_update_mode
Weichao Guo
1
-0
/
+1
2021-01-27
f2fs: Replace expression with offsetof()
Zheng Yongjun
1
-1
/
+1
2021-01-27
f2fs: handle unallocated section and zone on pinned/atgc
Jaegeuk Kim
1
-2
/
+2
2021-01-27
f2fs: remove FAULT_ALLOC_BIO
Christoph Hellwig
3
-27
/
+4
2021-01-27
f2fs: use blkdev_issue_flush in __submit_flush_wait
Christoph Hellwig
3
-13
/
+3
2021-01-24
block: store a block_device pointer in struct bio
Christoph Hellwig
1
-11
/
+1
[prev]
[next]