index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linux
Linus Torvalds
2021-11-14
2
-29
/
+29
|
\
|
*
lib: zstd: Add kernel-specific API
Nick Terrell
2021-11-09
2
-29
/
+29
*
|
Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-11-13
18
-95
/
+302
|
\
\
|
|
/
|
/
|
|
*
f2fs: fix UAF in f2fs_available_free_memory
Dongliang Mu
2021-11-09
1
-0
/
+2
|
*
f2fs: invalidate META_MAPPING before IPU/DIO write
Hyeong-Jun Kim
2021-11-09
2
-0
/
+5
|
*
f2fs: support fault injection for dquot_initialize()
Chao Yu
2021-10-29
10
-26
/
+44
|
*
f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()
Chao Yu
2021-10-29
1
-1
/
+1
|
*
f2fs: compress: disallow disabling compress on non-empty compressed file
Hyeong-Jun Kim
2021-10-28
1
-2
/
+1
|
*
f2fs: compress: fix overwrite may reduce compress ratio unproperly
Fengnan Chang
2021-10-26
3
-18
/
+39
|
*
f2fs: multidevice: support direct IO
Chao Yu
2021-10-26
4
-20
/
+104
|
*
f2fs: introduce fragment allocation mode mount option
Daeho Jeong
2021-10-26
6
-5
/
+70
|
*
f2fs: replace snprintf in show functions with sysfs_emit
Qing Wang
2021-10-26
1
-2
/
+2
|
*
f2fs: include non-compressed blocks in compr_written_block
Daeho Jeong
2021-10-26
1
-0
/
+1
|
*
f2fs: fix wrong condition to trigger background checkpoint correctly
Chao Yu
2021-10-12
1
-1
/
+1
|
*
f2fs: fix to use WHINT_MODE
Keoseong Park
2021-10-12
1
-1
/
+1
|
*
f2fs: set SBI_NEED_FSCK flag when inconsistent node block found
Weichao Guo
2021-09-21
1
-0
/
+1
|
*
f2fs: introduce excess_dirty_threshold()
Chao Yu
2021-09-21
3
-7
/
+24
|
*
f2fs: avoid attaching SB_ACTIVE flag during mount
Chao Yu
2021-09-16
2
-9
/
+2
|
*
f2fs: quota: fix potential deadlock
Chao Yu
2021-09-16
1
-1
/
+2
|
*
f2fs: should use GFP_NOFS for directory inodes
Jaegeuk Kim
2021-09-16
2
-2
/
+2
*
|
Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-11-02
1
-1
/
+1
|
\
\
|
*
|
iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Andreas Gruenbacher
2021-10-18
1
-1
/
+1
|
|
/
*
|
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2021-11-01
1
-1
/
+0
|
\
\
|
*
|
fscrypt: remove fscrypt_operations::max_namelen
Eric Biggers
2021-09-21
1
-1
/
+0
|
|
/
*
/
mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>
Christoph Hellwig
2021-10-18
1
-0
/
+1
|
/
*
Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-09-04
20
-457
/
+1364
|
\
|
*
f2fs: should put a page beyond EOF when preparing a write
Jaegeuk Kim
2021-08-31
1
-0
/
+2
|
*
f2fs: deallocate compressed pages when error happens
Jaegeuk Kim
2021-08-31
1
-6
/
+6
|
*
f2fs: enable realtime discard iff device supports discard
Chao Yu
2021-08-30
1
-2
/
+7
|
*
f2fs: guarantee to write dirty data when enabling checkpoint back
Jaegeuk Kim
2021-08-30
2
-4
/
+12
|
*
f2fs: fix to unmap pages from userspace process in punch_hole()
Chao Yu
2021-08-30
1
-3
/
+1
|
*
f2fs: fix unexpected ENOENT comes from f2fs_map_blocks()
Chao Yu
2021-08-30
1
-0
/
+14
|
*
f2fs: fix to account missing .skipped_gc_rwsem
Chao Yu
2021-08-30
1
-1
/
+3
|
*
f2fs: adjust unlock order for cleanup
Chao Yu
2021-08-30
1
-2
/
+2
|
*
f2fs: Don't create discard thread when device doesn't support realtime discard
Fengnan Chang
2021-08-30
3
-7
/
+46
|
*
f2fs: rebuild nat_bits during umount
Chao Yu
2021-08-23
3
-59
/
+95
|
*
f2fs: introduce periodic iostat io latency traces
Daeho Jeong
2021-08-23
5
-6
/
+220
|
*
f2fs: separate out iostat feature
Daeho Jeong
2021-08-23
13
-149
/
+223
|
*
f2fs: compress: do sanity check on cluster
Chao Yu
2021-08-17
3
-0
/
+62
|
*
f2fs: convert S_IRUGO to 0444
Yangtao Li
2021-08-17
2
-5
/
+5
|
*
f2fs: fix to keep compatibility of fault injection interface
Chao Yu
2021-08-17
1
-0
/
+1
|
*
f2fs: support fault injection for f2fs_kmem_cache_alloc()
Chao Yu
2021-08-17
12
-30
/
+58
|
*
f2fs: compress: allow write compress released file after truncate to zero
Fengnan Chang
2021-08-17
1
-0
/
+8
|
*
f2fs: correct comment in segment.h
Yangtao Li
2021-08-13
1
-2
/
+2
|
*
f2fs: improve sbi status info in debugfs/f2fs/status
Yangtao Li
2021-08-13
1
-5
/
+26
|
*
f2fs: compress: avoid duplicate counting of valid blocks when read compressed...
Fengnan Chang
2021-08-12
1
-5
/
+17
|
*
f2fs: fix to do sanity check for sb/cp fields correctly
Chao Yu
2021-08-06
1
-4
/
+18
|
*
f2fs: avoid unneeded memory allocation in __add_ino_entry()
Chao Yu
2021-08-06
1
-5
/
+17
|
*
f2fs: extent cache: support unaligned extent
Chao Yu
2021-08-05
5
-11
/
+132
|
*
f2fs: Kconfig: clean up config options about compression
Tiezhu Yang
2021-08-05
1
-9
/
+7
[next]