index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: Get the superblock from the mapping instead of the page
Matthew Wilcox (Oracle)
2022-04-01
2
-3
/
+3
*
f2fs: Correct f2fs_dirty_data_folio() conversion
Matthew Wilcox (Oracle)
2022-04-01
1
-1
/
+1
*
fs: Pass an iocb to generic_perform_write()
Matthew Wilcox (Oracle)
2022-04-01
1
-1
/
+1
*
fs: Remove ->readpages address space operation
Matthew Wilcox (Oracle)
2022-04-01
1
-2
/
+2
*
Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-26
2
-8
/
+0
|
\
|
*
fs: remove kiocb.ki_hint
Christoph Hellwig
2022-03-08
1
-6
/
+0
|
*
block: remove the per-bio/request write hint
Christoph Hellwig
2022-03-07
1
-2
/
+0
|
*
Merge branch 'for-5.18/block' into for-5.18/write-streams
Jens Axboe
2022-03-07
1
-4
/
+3
|
|
\
*
|
\
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
5
-62
/
+61
|
\
\
\
|
*
|
|
f2fs: Convert f2fs_set_node_page_dirty to f2fs_dirty_node_folio
Matthew Wilcox (Oracle)
2022-03-15
1
-13
/
+14
|
*
|
|
f2fs: Convert f2fs_set_data_page_dirty to f2fs_dirty_data_folio
Matthew Wilcox (Oracle)
2022-03-15
3
-20
/
+20
|
*
|
|
f2fs: Convert f2fs_set_meta_page_dirty to f2fs_dirty_meta_folio
Matthew Wilcox (Oracle)
2022-03-15
1
-12
/
+13
|
*
|
|
f2fs: Convert invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
2022-03-15
5
-17
/
+14
|
|
/
/
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-03-22
5
-16
/
+19
|
\
\
\
|
*
|
|
f2fs: allocate inode by using alloc_inode_sb()
Muchun Song
2022-03-22
1
-2
/
+6
|
*
|
|
f2fs: replace congestion_wait() calls with io_schedule_timeout()
NeilBrown
2022-03-22
5
-14
/
+13
|
|
/
/
*
|
|
Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
2022-03-22
22
-384
/
+652
|
\
\
\
|
*
|
|
f2fs: fix to do sanity check on .cp_pack_total_block_count
Chao Yu
2022-03-21
1
-3
/
+5
|
*
|
|
f2fs: make gc_urgent and gc_segment_mode sysfs node readable
Daeho Jeong
2022-03-21
1
-1
/
+16
|
*
|
|
f2fs: use aggressive GC policy during f2fs_disable_checkpoint()
Chao Yu
2022-03-18
1
-0
/
+5
|
*
|
|
f2fs: fix compressed file start atomic write may cause data corruption
Fengnan Chang
2022-03-18
2
-2
/
+5
|
*
|
|
f2fs: initialize sbi->gc_mode explicitly
Chao Yu
2022-03-17
1
-0
/
+1
|
*
|
|
f2fs: introduce gc_urgent_mid mode
Daeho Jeong
2022-03-17
4
-1
/
+17
|
*
|
|
f2fs: compress: fix to print raw data size in error path of lz4 decompression
Chao Yu
2022-03-17
1
-3
/
+2
|
*
|
|
f2fs: remove redundant parameter judgment
Wang Xiaojun
2022-03-17
1
-2
/
+1
|
*
|
|
f2fs: use spin_lock to avoid hang
Jaegeuk Kim
2022-03-17
1
-7
/
+10
|
*
|
|
f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fs
Jaegeuk Kim
2022-03-11
4
-2
/
+10
|
*
|
|
f2fs: remove unnecessary read for F2FS_FITS_IN_INODE
Jia Yang
2022-03-09
1
-13
/
+4
|
*
|
|
f2fs: introduce F2FS_UNFAIR_RWSEM to support unfair rwsem
Jaegeuk Kim
2022-03-04
2
-0
/
+17
|
*
|
|
f2fs: avoid an infinite loop in f2fs_sync_dirty_inodes
Jaegeuk Kim
2022-03-04
2
-0
/
+12
|
*
|
|
f2fs: fix to do sanity check on curseg->alloc_type
Chao Yu
2022-03-03
1
-0
/
+7
|
*
|
|
f2fs: fix to avoid potential deadlock
Chao Yu
2022-03-03
2
-2
/
+10
|
*
|
|
f2fs: quota: fix loop condition at f2fs_quota_sync()
Juhyung Park
2022-02-25
1
-3
/
+3
|
*
|
|
f2fs: Restore rwsem lockdep support
Bart Van Assche
2022-02-25
1
-2
/
+10
|
*
|
|
f2fs: fix missing free nid in f2fs_handle_failed_inode
Jaegeuk Kim
2022-02-25
1
-0
/
+1
|
*
|
|
f2fs: support idmapped mounts
Chao Yu
2022-02-12
4
-37
/
+50
|
*
|
|
f2fs: add a way to limit roll forward recovery time
Jaegeuk Kim
2022-02-12
8
-2
/
+30
|
*
|
|
f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policy
Chao Yu
2022-02-07
5
-15
/
+32
|
*
|
|
f2fs: adjust readahead block number during recovery
Chao Yu
2022-02-03
3
-6
/
+35
|
*
|
|
f2fs: fix to unlock page correctly in error path of is_alive()
Chao Yu
2022-02-03
1
-1
/
+3
|
*
|
|
f2fs: expose discard related parameters in sysfs
Konstantin Vyshetsky
2022-02-02
1
-0
/
+8
|
*
|
|
f2fs: move discard parameters into discard_cmd_control
Konstantin Vyshetsky
2022-02-02
2
-9
/
+17
|
*
|
|
f2fs: fix to enable ATGC correctly via gc_idle sysfs interface
Chao Yu
2022-01-24
1
-1
/
+1
|
*
|
|
f2fs: move f2fs to use reader-unfair rwsems
Tim Murray
2022-01-24
16
-274
/
+342
*
|
|
|
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2022-03-22
2
-1
/
+12
|
\
\
\
\
|
*
|
|
|
f2fs: support direct I/O with fscrypt using blk-crypto
Eric Biggers
2022-02-08
2
-1
/
+12
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'for-5.18/alloc-cleanups-2022-03-18' of git://git.kernel.dk/linux-b...
Linus Torvalds
2022-03-21
2
-51
/
+40
|
\
\
\
\
|
*
|
|
|
f2fs: pass the bio operation to bio_alloc_bioset
Christoph Hellwig
2022-03-08
1
-41
/
+29
|
*
|
|
|
f2fs: don't pass a bio to f2fs_target_device
Christoph Hellwig
2022-03-08
2
-13
/
+14
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-21
1
-4
/
+3
|
\
|
|
|
|
|
/
/
|
/
|
|
[next]