index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Age
Commit message (
Expand
)
Author
2022-04-17
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
2022-04-17
block: add a bdev_discard_granularity helper
Christoph Hellwig
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-04-17
block: add a bdev_max_discard_sectors helper
Christoph Hellwig
2022-04-01
f2fs: Get the superblock from the mapping instead of the page
Matthew Wilcox (Oracle)
2022-04-01
f2fs: Correct f2fs_dirty_data_folio() conversion
Matthew Wilcox (Oracle)
2022-04-01
fs: Pass an iocb to generic_perform_write()
Matthew Wilcox (Oracle)
2022-04-01
fs: Remove ->readpages address space operation
Matthew Wilcox (Oracle)
2022-03-26
Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-22
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-03-22
f2fs: allocate inode by using alloc_inode_sb()
Muchun Song
2022-03-22
f2fs: replace congestion_wait() calls with io_schedule_timeout()
NeilBrown
2022-03-22
Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
2022-03-22
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2022-03-21
Merge tag 'for-5.18/alloc-cleanups-2022-03-18' of git://git.kernel.dk/linux-b...
Linus Torvalds
2022-03-21
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-21
f2fs: fix to do sanity check on .cp_pack_total_block_count
Chao Yu
2022-03-21
f2fs: make gc_urgent and gc_segment_mode sysfs node readable
Daeho Jeong
2022-03-18
f2fs: use aggressive GC policy during f2fs_disable_checkpoint()
Chao Yu
2022-03-18
f2fs: fix compressed file start atomic write may cause data corruption
Fengnan Chang
2022-03-17
f2fs: initialize sbi->gc_mode explicitly
Chao Yu
2022-03-17
f2fs: introduce gc_urgent_mid mode
Daeho Jeong
2022-03-17
f2fs: compress: fix to print raw data size in error path of lz4 decompression
Chao Yu
2022-03-17
f2fs: remove redundant parameter judgment
Wang Xiaojun
2022-03-17
f2fs: use spin_lock to avoid hang
Jaegeuk Kim
2022-03-15
f2fs: Convert f2fs_set_node_page_dirty to f2fs_dirty_node_folio
Matthew Wilcox (Oracle)
2022-03-15
f2fs: Convert f2fs_set_data_page_dirty to f2fs_dirty_data_folio
Matthew Wilcox (Oracle)
2022-03-15
f2fs: Convert f2fs_set_meta_page_dirty to f2fs_dirty_meta_folio
Matthew Wilcox (Oracle)
2022-03-15
f2fs: Convert invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
2022-03-11
f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fs
Jaegeuk Kim
2022-03-09
f2fs: remove unnecessary read for F2FS_FITS_IN_INODE
Jia Yang
2022-03-08
f2fs: pass the bio operation to bio_alloc_bioset
Christoph Hellwig
2022-03-08
f2fs: don't pass a bio to f2fs_target_device
Christoph Hellwig
2022-03-08
fs: remove kiocb.ki_hint
Christoph Hellwig
2022-03-07
block: remove the per-bio/request write hint
Christoph Hellwig
2022-03-07
Merge branch 'for-5.18/block' into for-5.18/write-streams
Jens Axboe
2022-03-04
f2fs: introduce F2FS_UNFAIR_RWSEM to support unfair rwsem
Jaegeuk Kim
2022-03-04
f2fs: avoid an infinite loop in f2fs_sync_dirty_inodes
Jaegeuk Kim
2022-03-03
f2fs: fix to do sanity check on curseg->alloc_type
Chao Yu
2022-03-03
f2fs: fix to avoid potential deadlock
Chao Yu
2022-02-25
f2fs: quota: fix loop condition at f2fs_quota_sync()
Juhyung Park
2022-02-25
f2fs: Restore rwsem lockdep support
Bart Van Assche
2022-02-25
f2fs: fix missing free nid in f2fs_handle_failed_inode
Jaegeuk Kim
2022-02-12
f2fs: support idmapped mounts
Chao Yu
2022-02-12
f2fs: add a way to limit roll forward recovery time
Jaegeuk Kim
2022-02-08
f2fs: support direct I/O with fscrypt using blk-crypto
Eric Biggers
2022-02-07
f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policy
Chao Yu
2022-02-03
f2fs: adjust readahead block number during recovery
Chao Yu
2022-02-03
f2fs: fix to unlock page correctly in error path of is_alive()
Chao Yu
[next]