index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
1
-4
/
+4
2022-01-22
mm: remove cleancache
Christoph Hellwig
1
-13
/
+0
2022-01-19
Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
17
-493
/
+731
2022-01-17
Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-21
/
+20
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
7
-21
/
+16
2022-01-15
all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
Yury Norov
1
-4
/
+4
2022-01-15
mm: introduce memalloc_retry_wait()
NeilBrown
7
-21
/
+16
2022-01-10
f2fs: do not allow partial truncation on pinned file
Jaegeuk Kim
1
-1
/
+5
2022-01-08
mm: Convert find_lock_entries() to use a folio_batch
Matthew Wilcox (Oracle)
1
-0
/
+2
2022-01-05
f2fs: remove redunant invalidate compress pages
Fengnan Chang
1
-1
/
+2
2022-01-05
f2fs: Simplify bool conversion
Yang Li
1
-1
/
+1
2022-01-05
f2fs: don't drop compressed page cache in .{invalidate,release}page
Chao Yu
1
-10
/
+4
2022-01-05
f2fs: fix to reserve space for IO align feature
Chao Yu
4
-2
/
+60
2022-01-05
f2fs: fix to check available space of CP area correctly in update_ckpt_flags()
Chao Yu
1
-2
/
+2
2022-01-05
f2fs: support fault injection to f2fs_trylock_op()
Chao Yu
2
-0
/
+6
2022-01-05
f2fs: clean up __find_inline_xattr() with __find_xattr()
Chao Yu
1
-18
/
+11
2022-01-05
f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()
Chao Yu
1
-1
/
+10
2022-01-05
f2fs: do not bother checkpoint by f2fs_get_node_info
Jaegeuk Kim
11
-25
/
+26
2022-01-05
f2fs: avoid down_write on nat_tree_lock during checkpoint
Jaegeuk Kim
1
-0
/
+4
2021-12-14
f2fs: compress: fix potential deadlock of compress file
Hyeong-Jun Kim
1
-28
/
+22
2021-12-14
f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a file
Jaegeuk Kim
2
-7
/
+10
2021-12-11
f2fs: add gc_urgent_high_remaining sysfs node
Daeho Jeong
4
-0
/
+27
2021-12-11
f2fs: fix to do sanity check in is_alive()
Chao Yu
1
-0
/
+3
2021-12-11
f2fs: fix to avoid panic in is_alive() if metadata is inconsistent
Chao Yu
1
-1
/
+1
2021-12-11
f2fs: fix to do sanity check on inode type during garbage collection
Chao Yu
1
-1
/
+2
2021-12-11
f2fs: avoid duplicate call of mark_inode_dirty
Jaegeuk Kim
1
-0
/
+4
2021-12-11
f2fs: show number of pending discard commands
Jaegeuk Kim
1
-0
/
+11
2021-12-11
f2fs: support POSIX_FADV_DONTNEED drop compressed page cache
Fengnan Chang
1
-3
/
+9
2021-12-11
f2fs: fix remove page failed in invalidate compress pages
Fengnan Chang
1
-0
/
+5
2021-12-11
f2fs: show more DIO information in tracepoint
Jaegeuk Kim
1
-2
/
+2
2021-12-11
f2fs: use iomap for direct I/O
Eric Biggers
4
-273
/
+322
2021-12-04
f2fs: implement iomap operations
Eric Biggers
3
-0
/
+58
2021-12-04
f2fs: fix the f2fs_file_write_iter tracepoint
Eric Biggers
1
-2
/
+3
2021-12-04
f2fs: do not expose unwritten blocks to user by DIO
Jaegeuk Kim
4
-10
/
+35
2021-12-04
f2fs: reduce indentation in f2fs_file_write_iter()
Eric Biggers
1
-30
/
+34
2021-11-17
f2fs: rework write preallocations
Eric Biggers
3
-101
/
+88
2021-11-17
f2fs: compress: reduce one page array alloc and free when write compressed page
Fengnan Chang
3
-22
/
+12
2021-11-14
Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linux
Linus Torvalds
2
-29
/
+29
2021-11-13
Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
18
-95
/
+302
2021-11-09
f2fs: fix UAF in f2fs_available_free_memory
Dongliang Mu
1
-0
/
+2
2021-11-09
f2fs: invalidate META_MAPPING before IPU/DIO write
Hyeong-Jun Kim
2
-0
/
+5
2021-11-09
lib: zstd: Add kernel-specific API
Nick Terrell
2
-29
/
+29
2021-11-02
Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2021-11-01
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
1
-1
/
+0
2021-10-29
f2fs: support fault injection for dquot_initialize()
Chao Yu
10
-26
/
+44
2021-10-29
f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()
Chao Yu
1
-1
/
+1
2021-10-28
f2fs: compress: disallow disabling compress on non-empty compressed file
Hyeong-Jun Kim
1
-2
/
+1
2021-10-27
f2fs: compress: fix overwrite may reduce compress ratio unproperly
Fengnan Chang
3
-18
/
+39
2021-10-27
f2fs: multidevice: support direct IO
Chao Yu
4
-20
/
+104
2021-10-27
f2fs: introduce fragment allocation mode mount option
Daeho Jeong
6
-5
/
+70
[next]