aboutsummaryrefslogtreecommitdiff
path: root/fs/nilfs2/btree.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-05nilfs2: initialize "struct nilfs_binfo_dat"->bi_pad fieldGravatar Tetsuo Handa 1-0/+1
2023-02-02nilfs2: convert nilfs_btree_lookup_dirty_buffers() to use filemap_get_folios_...Gravatar Vishal Moola (Oracle) 1-7/+7
2023-01-18nilfs2: replace obvious uses of b_page with b_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2023-01-11nilfs2: fix general protection fault in nilfs_btree_insert()Gravatar Ryusuke Konishi 1-3/+12
2022-10-03nilfs2: delete unnecessary checks before brelse()Gravatar Minghao Chi 1-4/+2
2022-07-14fs/nilfs2: Use the enum req_op and blk_opf_t typesGravatar Bart Van Assche 1-3/+3
2022-04-01nilfs2: fix lockdep warnings in page operations for btree nodesGravatar Ryusuke Konishi 1-8/+19
2021-11-09nilfs2: remove filenames from file commentsGravatar Ryusuke Konishi 1-1/+1
2021-07-01nilfs2: remove redundant continue statement in a while-loopGravatar Colin Ian King 1-1/+0
2020-08-12nilfs2: use a more common logging styleGravatar Joe Perches 1-21/+21
2018-09-04nilfs2: convert to SPDX license tagsGravatar Ryusuke Konishi 1-10/+1
2017-11-15mm, pagevec: remove cold parameter for pagevecsGravatar Mel Gorman 1-1/+1
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Gravatar Jan Kara 1-2/+2
2017-02-27nilfs2: use i_blocksize()Gravatar Geliang Tang 1-1/+1
2017-02-27nilfs2: use nilfs_btree_node_size()Gravatar Geliang Tang 1-1/+1
2016-08-02nilfs2: emit error message when I/O error is detectedGravatar Ryusuke Konishi 1-0/+3
2016-08-02nilfs2: reduce bare use of printk() with nilfs_msg()Gravatar Ryusuke Konishi 1-25/+33
2016-06-07fs: have submit_bh users pass in op and flags separatelyGravatar Mike Christie 1-2/+4
2016-05-23nilfs2: remove unnecessary else after return or breakGravatar Ryusuke Konishi 1-6/+6
2016-05-23nilfs2: avoid bare use of 'unsigned'Gravatar Ryusuke Konishi 1-1/+2
2016-05-23nilfs2: clean up old e-mail addressesGravatar Ryusuke Konishi 1-1/+1
2016-05-23nilfs2: remove FSF mailing address from GPL noticesGravatar Ryusuke Konishi 1-4/+0
2015-11-06nilfs2: fix gcc uninitialized-variable warnings in powerpc buildGravatar Ryusuke Konishi 1-1/+1
2015-11-06nilfs2: fix gcc unused-but-set-variable warningsGravatar Ryusuke Konishi 1-5/+0
2015-05-05nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Gravatar Ryusuke Konishi 1-1/+1
2015-04-17nilfs2: add bmap function to seek a valid keyGravatar Ryusuke Konishi 1-0/+63
2015-02-28nilfs2: fix potential memory overrun on inodeGravatar Ryusuke Konishi 1-3/+44
2011-06-11nilfs2: fix missing block address termination in btree node shrinkingGravatar Ryusuke Konishi 1-7/+14
2011-06-11nilfs2: fix incorrect block address termination in node concatenationGravatar Ryusuke Konishi 1-5/+13
2011-05-10nilfs2: use mark_buffer_dirty to mark btnode or meta data dirtyGravatar Ryusuke Konishi 1-19/+19
2011-03-08nilfs2: record used amount of each checkpoint in checkpoint listGravatar Ryusuke Konishi 1-3/+3
2010-07-23nilfs2: apply read-ahead for nilfs_btree_lookup_contigGravatar Ryusuke Konishi 1-17/+33
2010-07-23nilfs2: introduce check flag to btree node bufferGravatar Ryusuke Konishi 1-1/+9
2010-07-23nilfs2: add btree get block function with readahead optionGravatar Ryusuke Konishi 1-26/+68
2010-07-23nilfs2: add read ahead mode to nilfs_btnode_submit_blockGravatar Ryusuke Konishi 1-1/+2
2010-07-23nilfs2: eliminate inline keywords in btree implementationGravatar Ryusuke Konishi 1-22/+19
2010-07-23nilfs2: get maximum number of child nodes from bmap objectGravatar Ryusuke Konishi 1-1/+5
2010-07-23nilfs2: reduce repetitive calculation of max number of child nodesGravatar Ryusuke Konishi 1-157/+182
2010-07-23nilfs2: optimize calculation of min/max number of btree node childrenGravatar Ryusuke Konishi 1-18/+18
2010-07-23nilfs2: remove redundant pointer checks in bmap lookup functionsGravatar Ryusuke Konishi 1-5/+1
2010-07-23nilfs2: unify bmap set_target_v operationsGravatar Ryusuke Konishi 1-9/+2
2010-07-23nilfs2: get rid of nilfs_btree usesGravatar Ryusuke Konishi 1-176/+140
2010-07-23nilfs2: remove constant qualifier from argument of bmap propagateGravatar Ryusuke Konishi 1-2/+2
2010-07-23nilfs2: get rid of private conversion macros on bmap key and pointerGravatar Ryusuke Konishi 1-18/+16
2010-07-23nilfs2: verify btree node after readingGravatar Ryusuke Konishi 1-3/+47
2010-07-23nilfs2: add sanity check in nilfs_btree_add_dirty_bufferGravatar Ryusuke Konishi 1-0/+12
2010-05-10nilfs2: cleanup multi kmem_cache_{create,destroy} codeGravatar Li Hong 1-40/+0
2010-05-10nilfs2: Combine nilfs_btree_release_path() and nilfs_btree_free_path()Gravatar Li Hong 1-17/+5
2010-05-10nilfs2: Combine nilfs_btree_alloc_path() and nilfs_btree_init_path()Gravatar Li Hong 1-22/+17
2010-04-02nilfs2: Remove an uninitialization warning in nilfs_btree_propagate_v()Gravatar Li Hong 1-1/+1