summaryrefslogtreecommitdiff
path: root/fs/nilfs2/btree.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26nilfs2: add kernel-doc comments to nilfs_btree_convert_and_insert()Yang Li1-7/+16
2024-03-14nilfs2: fix failure to detect DAT corruption in btree and direct mappingsRyusuke Konishi1-2/+7
2023-04-06nilfs2: initialize "struct nilfs_binfo_dat"->bi_pad fieldTetsuo Handa1-0/+1
2023-02-03nilfs2: convert nilfs_btree_lookup_dirty_buffers() to use filemap_get_folios_...Vishal Moola (Oracle)1-7/+7
2023-01-19nilfs2: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)1-1/+1
2023-01-12nilfs2: fix general protection fault in nilfs_btree_insert()Ryusuke Konishi1-3/+12
2022-10-04nilfs2: delete unnecessary checks before brelse()Minghao Chi1-4/+2
2022-07-14fs/nilfs2: Use the enum req_op and blk_opf_t typesBart Van Assche1-3/+3
2022-04-01nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi1-8/+19
2021-11-09nilfs2: remove filenames from file commentsRyusuke Konishi1-1/+1
2021-07-01nilfs2: remove redundant continue statement in a while-loopColin Ian King1-1/+0
2020-08-12nilfs2: use a more common logging styleJoe Perches1-21/+21
2018-09-05nilfs2: convert to SPDX license tagsRyusuke Konishi1-10/+1
2017-11-16mm, pagevec: remove cold parameter for pagevecsMel Gorman1-1/+1
2017-11-16mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara1-2/+2
2017-02-28nilfs2: use i_blocksize()Geliang Tang1-1/+1
2017-02-28nilfs2: use nilfs_btree_node_size()Geliang Tang1-1/+1
2016-08-03nilfs2: emit error message when I/O error is detectedRyusuke Konishi1-0/+3
2016-08-03nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi1-25/+33
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie1-2/+4
2016-05-24nilfs2: remove unnecessary else after return or breakRyusuke Konishi1-6/+6
2016-05-24nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi1-1/+2
2016-05-24nilfs2: clean up old e-mail addressesRyusuke Konishi1-1/+1
2016-05-24nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi1-4/+0
2015-11-07nilfs2: fix gcc uninitialized-variable warnings in powerpc buildRyusuke Konishi1-1/+1
2015-11-07nilfs2: fix gcc unused-but-set-variable warningsRyusuke Konishi1-5/+0
2015-05-06nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi1-1/+1
2015-04-17nilfs2: add bmap function to seek a valid keyRyusuke Konishi1-0/+63
2015-02-28nilfs2: fix potential memory overrun on inodeRyusuke Konishi1-3/+44
2011-06-11nilfs2: fix missing block address termination in btree node shrinkingRyusuke Konishi1-7/+14
2011-06-11nilfs2: fix incorrect block address termination in node concatenationRyusuke Konishi1-5/+13
2011-05-10nilfs2: use mark_buffer_dirty to mark btnode or meta data dirtyRyusuke Konishi1-19/+19
2011-03-08nilfs2: record used amount of each checkpoint in checkpoint listRyusuke Konishi1-3/+3
2010-07-23nilfs2: apply read-ahead for nilfs_btree_lookup_contigRyusuke Konishi1-17/+33
2010-07-23nilfs2: introduce check flag to btree node bufferRyusuke Konishi1-1/+9
2010-07-23nilfs2: add btree get block function with readahead optionRyusuke Konishi1-26/+68
2010-07-23nilfs2: add read ahead mode to nilfs_btnode_submit_blockRyusuke Konishi1-1/+2
2010-07-23nilfs2: eliminate inline keywords in btree implementationRyusuke Konishi1-22/+19
2010-07-23nilfs2: get maximum number of child nodes from bmap objectRyusuke Konishi1-1/+5
2010-07-23nilfs2: reduce repetitive calculation of max number of child nodesRyusuke Konishi1-157/+182
2010-07-23nilfs2: optimize calculation of min/max number of btree node childrenRyusuke Konishi1-18/+18
2010-07-23nilfs2: remove redundant pointer checks in bmap lookup functionsRyusuke Konishi1-5/+1
2010-07-23nilfs2: unify bmap set_target_v operationsRyusuke Konishi1-9/+2
2010-07-23nilfs2: get rid of nilfs_btree usesRyusuke Konishi1-176/+140
2010-07-23nilfs2: remove constant qualifier from argument of bmap propagateRyusuke Konishi1-2/+2
2010-07-23nilfs2: get rid of private conversion macros on bmap key and pointerRyusuke Konishi1-18/+16
2010-07-23nilfs2: verify btree node after readingRyusuke Konishi1-3/+47
2010-07-23nilfs2: add sanity check in nilfs_btree_add_dirty_bufferRyusuke Konishi1-0/+12
2010-05-10nilfs2: cleanup multi kmem_cache_{create,destroy} codeLi Hong1-40/+0
2010-05-10nilfs2: Combine nilfs_btree_release_path() and nilfs_btree_free_path()Li Hong1-17/+5