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
/
nilfs2
/
btree.c
Age
Commit message (
Expand
)
Author
2025-05-11
nilfs2: do not propagate ENOENT error from nilfs_btree_propagate()
Ryusuke Konishi
2025-01-24
nilfs2: correct return value kernel-doc descriptions for bmap functions
Ryusuke Konishi
2024-09-09
nilfs2: fix potential oob read in nilfs_btree_check_delete()
Ryusuke Konishi
2024-09-09
nilfs2: determine empty node blocks as corrupted
Ryusuke Konishi
2024-09-09
nilfs2: fix potential null-ptr-deref in nilfs_btree_insert()
Ryusuke Konishi
2024-07-26
nilfs2: handle inconsistent state in nilfs_btnode_create_block()
Ryusuke Konishi
2024-04-25
nilfs2: add kernel-doc comments to nilfs_btree_convert_and_insert()
Yang Li
2024-03-14
nilfs2: fix failure to detect DAT corruption in btree and direct mappings
Ryusuke Konishi
2023-04-05
nilfs2: initialize "struct nilfs_binfo_dat"->bi_pad field
Tetsuo Handa
2023-02-02
nilfs2: convert nilfs_btree_lookup_dirty_buffers() to use filemap_get_folios_...
Vishal Moola (Oracle)
2023-01-18
nilfs2: replace obvious uses of b_page with b_folio
Matthew Wilcox (Oracle)
2023-01-11
nilfs2: fix general protection fault in nilfs_btree_insert()
Ryusuke Konishi
2022-10-03
nilfs2: delete unnecessary checks before brelse()
Minghao Chi
2022-07-14
fs/nilfs2: Use the enum req_op and blk_opf_t types
Bart Van Assche
2022-04-01
nilfs2: fix lockdep warnings in page operations for btree nodes
Ryusuke Konishi
2021-11-09
nilfs2: remove filenames from file comments
Ryusuke Konishi
2021-07-01
nilfs2: remove redundant continue statement in a while-loop
Colin Ian King
2020-08-12
nilfs2: use a more common logging style
Joe Perches
2018-09-04
nilfs2: convert to SPDX license tags
Ryusuke Konishi
2017-11-15
mm, pagevec: remove cold parameter for pagevecs
Mel Gorman
2017-11-15
mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()
Jan Kara
2017-02-27
nilfs2: use i_blocksize()
Geliang Tang
2017-02-27
nilfs2: use nilfs_btree_node_size()
Geliang Tang
2016-08-02
nilfs2: emit error message when I/O error is detected
Ryusuke Konishi
2016-08-02
nilfs2: reduce bare use of printk() with nilfs_msg()
Ryusuke Konishi
2016-06-07
fs: have submit_bh users pass in op and flags separately
Mike Christie
2016-05-23
nilfs2: remove unnecessary else after return or break
Ryusuke Konishi
2016-05-23
nilfs2: avoid bare use of 'unsigned'
Ryusuke Konishi
2016-05-23
nilfs2: clean up old e-mail addresses
Ryusuke Konishi
2016-05-23
nilfs2: remove FSF mailing address from GPL notices
Ryusuke Konishi
2015-11-06
nilfs2: fix gcc uninitialized-variable warnings in powerpc build
Ryusuke Konishi
2015-11-06
nilfs2: fix gcc unused-but-set-variable warnings
Ryusuke Konishi
2015-05-05
nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()
Ryusuke Konishi
2015-04-17
nilfs2: add bmap function to seek a valid key
Ryusuke Konishi
2015-02-28
nilfs2: fix potential memory overrun on inode
Ryusuke Konishi
2011-06-11
nilfs2: fix missing block address termination in btree node shrinking
Ryusuke Konishi
2011-06-11
nilfs2: fix incorrect block address termination in node concatenation
Ryusuke Konishi
2011-05-10
nilfs2: use mark_buffer_dirty to mark btnode or meta data dirty
Ryusuke Konishi
2011-03-08
nilfs2: record used amount of each checkpoint in checkpoint list
Ryusuke Konishi
2010-07-23
nilfs2: apply read-ahead for nilfs_btree_lookup_contig
Ryusuke Konishi
2010-07-23
nilfs2: introduce check flag to btree node buffer
Ryusuke Konishi
2010-07-23
nilfs2: add btree get block function with readahead option
Ryusuke Konishi
2010-07-23
nilfs2: add read ahead mode to nilfs_btnode_submit_block
Ryusuke Konishi
2010-07-23
nilfs2: eliminate inline keywords in btree implementation
Ryusuke Konishi
2010-07-23
nilfs2: get maximum number of child nodes from bmap object
Ryusuke Konishi
2010-07-23
nilfs2: reduce repetitive calculation of max number of child nodes
Ryusuke Konishi
2010-07-23
nilfs2: optimize calculation of min/max number of btree node children
Ryusuke Konishi
2010-07-23
nilfs2: remove redundant pointer checks in bmap lookup functions
Ryusuke Konishi
2010-07-23
nilfs2: unify bmap set_target_v operations
Ryusuke Konishi
2010-07-23
nilfs2: get rid of nilfs_btree uses
Ryusuke Konishi
[next]