Commit Graph

315 Commits (fad93fe1d452960eb838109222cc949eb77f2859)

Author SHA1 Message Date
Ryusuke Konishi 4afc31345e nilfs2: fix leak of shadow dat inode in error path of load_nilfs 15 years ago
Ryusuke Konishi 1cb0c924fa nilfs2: wait for discard to finish 15 years ago
Christoph Hellwig 87e99511ea kill BH_Ordered flag 15 years ago
Ryusuke Konishi ea1a16f716 nilfs2: fix false warning saying one of two super blocks is broken 15 years ago
Ryusuke Konishi af4e36318e nilfs2: fix list corruption after ifile creation failure 15 years ago
Al Viro 6fd1e5c994 convert nilfs2 to ->evict_inode() 15 years ago
Al Viro a4ffdde6e5 simplify checks for I_CLEAR/I_FREEING 15 years ago
Christoph Hellwig 1025774ce4 remove inode_setattr 15 years ago
Christoph Hellwig 155130a4f7 get rid of block_write_begin_newtrunc 15 years ago
Christoph Hellwig 6e1db88d53 introduce __block_write_begin 15 years ago
Christoph Hellwig f4e420dc42 clean up write_begin usage for directories in pagecache 15 years ago
Christoph Hellwig eafdc7d190 sort out blockdev_direct_IO variants 15 years ago
Christoph Hellwig 7b6d91daee block: unify flags for struct bio and struct request 15 years ago
Ryusuke Konishi 89c0fd014d nilfs2: reject filesystem with unsupported block size 15 years ago
Ryusuke Konishi 6cda9fa257 nilfs2: avoid rec_len overflow with 64KB block size 15 years ago
Ryusuke Konishi c28e69d933 nilfs2: simplify nilfs_get_page function 15 years ago
Ryusuke Konishi c5ca48aabe nilfs2: reject incompatible filesystem 15 years ago
Ryusuke Konishi 03bdb5ac58 nilfs2: apply read-ahead for nilfs_btree_lookup_contig 15 years ago
Ryusuke Konishi 4e13e66bee nilfs2: introduce check flag to btree node buffer 15 years ago
Ryusuke Konishi 464ece8863 nilfs2: add btree get block function with readahead option 15 years ago
Ryusuke Konishi 26dfdd8e29 nilfs2: add read ahead mode to nilfs_btnode_submit_block 15 years ago
Ryusuke Konishi f8e6cc013b nilfs2: fix buffer head leak in nilfs_btnode_submit_block 15 years ago
Ryusuke Konishi 7c397a81fe nilfs2: eliminate inline keywords in btree implementation 15 years ago
Ryusuke Konishi 5ad2686e92 nilfs2: get maximum number of child nodes from bmap object 15 years ago
Ryusuke Konishi 9b7b265c9a nilfs2: reduce repetitive calculation of max number of child nodes 15 years ago
Ryusuke Konishi ea64ab87cd nilfs2: optimize calculation of min/max number of btree node children 15 years ago
Ryusuke Konishi 364ec2d700 nilfs2: remove redundant pointer checks in bmap lookup functions 15 years ago
Ryusuke Konishi 05d0e94b66 nilfs2: get rid of nilfs_bmap_union 15 years ago
Ryusuke Konishi dc935be2a0 nilfs2: unify bmap set_target_v operations 15 years ago
Ryusuke Konishi e7c274f808 nilfs2: get rid of nilfs_btree uses 15 years ago
Ryusuke Konishi 10ff885ba6 nilfs2: get rid of nilfs_direct uses 15 years ago
Ryusuke Konishi 583ada4761 nilfs2: remove constant qualifier from argument of bmap propagate 15 years ago
Ryusuke Konishi 25b8d7ded0 nilfs2: get rid of private conversion macros on bmap key and pointer 15 years ago
Ryusuke Konishi 1d5385b9f3 nilfs2: verify btree node after reading 15 years ago
Ryusuke Konishi cfa913a507 nilfs2: add sanity check in nilfs_btree_add_dirty_buffer 15 years ago
Ryusuke Konishi 7c01745781 nilfs2: pass remount flag to parse_options 15 years ago
Ryusuke Konishi c6b4d57ddf nilfs2: use seq_puts to print mount options without argument 15 years ago
Ryusuke Konishi 802d317754 nilfs2: add nodiscard mount option 15 years ago
Ryusuke Konishi 773bc4f3b6 nilfs2: add barrier mount option 15 years ago
Ryusuke Konishi 325020477a nilfs2: do not update log cursor for small change 15 years ago
Ryusuke Konishi 6c12516083 nilfs2: implement fallback for super root search 15 years ago
Ryusuke Konishi 2d72b99ecd nilfs2: add missing error code in comment of nilfs_search_super_root 15 years ago
Ryusuke Konishi 843d63baa5 nilfs2: separate setup of log cursor from init_nilfs 15 years ago
Jiro SEKIBA b2ac86e1a8 nilfs2: sync super blocks in turns 15 years ago
Jiro SEKIBA d26493b6f0 nilfs2: introduce nilfs_prepare_super 15 years ago
Ryusuke Konishi 60f46b7efc nilfs2: separate function that updates log position 15 years ago
Ryusuke Konishi c8a11c8a14 nilfs2: add nilfs_set_error 15 years ago
Ryusuke Konishi 7ecaa46cfe nilfs2: add nilfs_cleanup_super 15 years ago
Ryusuke Konishi bde4e696e4 nilfs2: do not update mount time on rw->ro remount 15 years ago
Ryusuke Konishi 57a4bfc486 nilfs2: get rid of ns_free_segments_count 15 years ago