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
2022-02-02
f2fs: expose discard related parameters in sysfs
Konstantin Vyshetsky
1
-0
/
+8
2022-02-02
f2fs: move discard parameters into discard_cmd_control
Konstantin Vyshetsky
2
-9
/
+17
2022-02-02
block: pass a block_device and opf to bio_alloc_bioset
Christoph Hellwig
1
-4
/
+3
2022-02-01
Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
7
-21
/
+21
2022-01-24
f2fs: fix to enable ATGC correctly via gc_idle sysfs interface
Chao Yu
1
-1
/
+1
2022-01-24
f2fs: move f2fs to use reader-unfair rwsems
Tim Murray
16
-274
/
+342
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-20
unicode: clean up the Kconfig symbol confusion
Christoph Hellwig
7
-21
/
+21
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-04
f2fs: remove redunant invalidate compress pages
Fengnan Chang
1
-1
/
+2
2022-01-04
f2fs: Simplify bool conversion
Yang Li
1
-1
/
+1
2022-01-04
f2fs: don't drop compressed page cache in .{invalidate,release}page
Chao Yu
1
-10
/
+4
2022-01-04
f2fs: fix to reserve space for IO align feature
Chao Yu
4
-2
/
+60
2022-01-04
f2fs: fix to check available space of CP area correctly in update_ckpt_flags()
Chao Yu
1
-2
/
+2
2022-01-04
f2fs: support fault injection to f2fs_trylock_op()
Chao Yu
2
-0
/
+6
2022-01-04
f2fs: clean up __find_inline_xattr() with __find_xattr()
Chao Yu
1
-18
/
+11
2022-01-04
f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()
Chao Yu
1
-1
/
+10
2022-01-04
f2fs: do not bother checkpoint by f2fs_get_node_info
Jaegeuk Kim
11
-25
/
+26
2022-01-04
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-10
f2fs: add gc_urgent_high_remaining sysfs node
Daeho Jeong
4
-0
/
+27
2021-12-10
f2fs: fix to do sanity check in is_alive()
Chao Yu
1
-0
/
+3
2021-12-10
f2fs: fix to avoid panic in is_alive() if metadata is inconsistent
Chao Yu
1
-1
/
+1
2021-12-10
f2fs: fix to do sanity check on inode type during garbage collection
Chao Yu
1
-1
/
+2
2021-12-10
f2fs: avoid duplicate call of mark_inode_dirty
Jaegeuk Kim
1
-0
/
+4
2021-12-10
f2fs: show number of pending discard commands
Jaegeuk Kim
1
-0
/
+11
2021-12-10
f2fs: support POSIX_FADV_DONTNEED drop compressed page cache
Fengnan Chang
1
-3
/
+9
2021-12-10
f2fs: fix remove page failed in invalidate compress pages
Fengnan Chang
1
-0
/
+5
2021-12-10
f2fs: show more DIO information in tracepoint
Jaegeuk Kim
1
-2
/
+2
2021-12-10
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-13
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-08
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
[prev]
[next]