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-03-22
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
5
-62
/
+61
2022-03-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-16
/
+19
2022-03-22
f2fs: allocate inode by using alloc_inode_sb()
Muchun Song
1
-2
/
+6
2022-03-22
f2fs: replace congestion_wait() calls with io_schedule_timeout()
NeilBrown
5
-14
/
+13
2022-03-22
Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
22
-384
/
+652
2022-03-22
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2
-1
/
+12
2022-03-21
Merge tag 'for-5.18/alloc-cleanups-2022-03-18' of git://git.kernel.dk/linux-b...
Linus Torvalds
2
-51
/
+40
2022-03-21
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+3
2022-03-21
f2fs: fix to do sanity check on .cp_pack_total_block_count
Chao Yu
1
-3
/
+5
2022-03-21
f2fs: make gc_urgent and gc_segment_mode sysfs node readable
Daeho Jeong
1
-1
/
+16
2022-03-18
f2fs: use aggressive GC policy during f2fs_disable_checkpoint()
Chao Yu
1
-0
/
+5
2022-03-18
f2fs: fix compressed file start atomic write may cause data corruption
Fengnan Chang
2
-2
/
+5
2022-03-17
f2fs: initialize sbi->gc_mode explicitly
Chao Yu
1
-0
/
+1
2022-03-17
f2fs: introduce gc_urgent_mid mode
Daeho Jeong
4
-1
/
+17
2022-03-17
f2fs: compress: fix to print raw data size in error path of lz4 decompression
Chao Yu
1
-3
/
+2
2022-03-17
f2fs: remove redundant parameter judgment
Wang Xiaojun
1
-2
/
+1
2022-03-17
f2fs: use spin_lock to avoid hang
Jaegeuk Kim
1
-7
/
+10
2022-03-15
f2fs: Convert f2fs_set_node_page_dirty to f2fs_dirty_node_folio
Matthew Wilcox (Oracle)
1
-13
/
+14
2022-03-15
f2fs: Convert f2fs_set_data_page_dirty to f2fs_dirty_data_folio
Matthew Wilcox (Oracle)
3
-20
/
+20
2022-03-15
f2fs: Convert f2fs_set_meta_page_dirty to f2fs_dirty_meta_folio
Matthew Wilcox (Oracle)
1
-12
/
+13
2022-03-15
f2fs: Convert invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
5
-17
/
+14
2022-03-11
f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fs
Jaegeuk Kim
4
-2
/
+10
2022-03-09
f2fs: remove unnecessary read for F2FS_FITS_IN_INODE
Jia Yang
1
-13
/
+4
2022-03-08
f2fs: pass the bio operation to bio_alloc_bioset
Christoph Hellwig
1
-41
/
+29
2022-03-08
f2fs: don't pass a bio to f2fs_target_device
Christoph Hellwig
2
-13
/
+14
2022-03-04
f2fs: introduce F2FS_UNFAIR_RWSEM to support unfair rwsem
Jaegeuk Kim
2
-0
/
+17
2022-03-04
f2fs: avoid an infinite loop in f2fs_sync_dirty_inodes
Jaegeuk Kim
2
-0
/
+12
2022-03-03
f2fs: fix to do sanity check on curseg->alloc_type
Chao Yu
1
-0
/
+7
2022-03-03
f2fs: fix to avoid potential deadlock
Chao Yu
2
-2
/
+10
2022-02-25
f2fs: quota: fix loop condition at f2fs_quota_sync()
Juhyung Park
1
-3
/
+3
2022-02-25
f2fs: Restore rwsem lockdep support
Bart Van Assche
1
-2
/
+10
2022-02-25
f2fs: fix missing free nid in f2fs_handle_failed_inode
Jaegeuk Kim
1
-0
/
+1
2022-02-12
f2fs: support idmapped mounts
Chao Yu
4
-37
/
+50
2022-02-12
f2fs: add a way to limit roll forward recovery time
Jaegeuk Kim
8
-2
/
+30
2022-02-08
f2fs: support direct I/O with fscrypt using blk-crypto
Eric Biggers
2
-1
/
+12
2022-02-07
f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policy
Chao Yu
5
-15
/
+32
2022-02-03
f2fs: adjust readahead block number during recovery
Chao Yu
3
-6
/
+35
2022-02-03
f2fs: fix to unlock page correctly in error path of is_alive()
Chao Yu
1
-1
/
+3
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
[next]