| Commit message (Expand) | Author | Age | Files | Lines |
* | nilfs2: fix failure to detect DAT corruption in btree and direct mappings | Ryusuke Konishi | 2024-03-14 | 1 | -2/+7 |
* | nilfs2: initialize "struct nilfs_binfo_dat"->bi_pad field | Tetsuo Handa | 2023-04-06 | 1 | -0/+1 |
* | nilfs2: remove filenames from file comments | Ryusuke Konishi | 2021-11-09 | 1 | -1/+1 |
* | nilfs2: use a more common logging style | Joe Perches | 2020-08-12 | 1 | -6/+8 |
* | nilfs2: convert to SPDX license tags | Ryusuke Konishi | 2018-09-05 | 1 | -10/+1 |
* | nilfs2: reduce bare use of printk() with nilfs_msg() | Ryusuke Konishi | 2016-08-03 | 1 | -4/+6 |
* | nilfs2: remove unnecessary else after return or break | Ryusuke Konishi | 2016-05-24 | 1 | -3/+3 |
* | nilfs2: avoid bare use of 'unsigned' | Ryusuke Konishi | 2016-05-24 | 1 | -2/+3 |
* | nilfs2: clean up old e-mail addresses | Ryusuke Konishi | 2016-05-24 | 1 | -1/+1 |
* | nilfs2: remove FSF mailing address from GPL notices | Ryusuke Konishi | 2016-05-24 | 1 | -4/+0 |
* | nilfs2: add bmap function to seek a valid key | Ryusuke Konishi | 2015-04-17 | 1 | -0/+17 |
* | nilfs2: record used amount of each checkpoint in checkpoint list | Ryusuke Konishi | 2011-03-08 | 1 | -2/+2 |
* | nilfs2: remove redundant pointer checks in bmap lookup functions | Ryusuke Konishi | 2010-07-23 | 1 | -2/+1 |
* | nilfs2: unify bmap set_target_v operations | Ryusuke Konishi | 2010-07-23 | 1 | -8/+1 |
* | nilfs2: get rid of nilfs_direct uses | Ryusuke Konishi | 2010-07-23 | 1 | -46/+32 |
* | nilfs2: remove constant qualifier from argument of bmap propagate | Ryusuke Konishi | 2010-07-23 | 1 | -1/+1 |
* | nilfs2: get rid of private conversion macros on bmap key and pointer | Ryusuke Konishi | 2010-07-23 | 1 | -6/+6 |
* | nilfs2: trivial coding style fix | Jiro SEKIBA | 2009-12-25 | 1 | -8/+9 |
* | nilfs2: allow btree code to directly call dat operations | Ryusuke Konishi | 2009-09-14 | 1 | -103/+58 |
* | nilfs2: support contiguous lookup of blocks | Ryusuke Konishi | 2009-06-10 | 1 | -0/+43 |
* | nilfs2: remove nilfs_direct_operations from direct mapping | Ryusuke Konishi | 2009-06-10 | 1 | -36/+10 |
* | nilfs2: remove bmap pointer operations | Ryusuke Konishi | 2009-06-10 | 1 | -19/+11 |
* | nilfs2: remove useless b_low and b_high fields from nilfs_bmap struct | Ryusuke Konishi | 2009-06-10 | 1 | -9/+4 |
* | nilfs2: remove pointless NULL check of bpop_commit_alloc_ptr function | Ryusuke Konishi | 2009-06-10 | 1 | -3/+1 |
* | nilfs2: unify bmap operations starting use of indirect block address | Ryusuke Konishi | 2009-06-10 | 1 | -5/+2 |
* | nilfs2: replace BUG_ON and BUG calls triggerable from ioctl | Ryusuke Konishi | 2009-04-07 | 1 | -3/+10 |
* | nilfs2: clean up indirect function calling conventions | Pekka Enberg | 2009-04-07 | 1 | -14/+14 |
* | nilfs2: direct block mapping | Koji Sato | 2009-04-07 | 1 | -0/+429 |