Commit Graph

155 Commits (5731e191f254af9135ad843119804a500528ecf3)

Author SHA1 Message Date
Ryusuke Konishi 5731e191f2 nilfs2: add size option of private object to metadata file allocator 15 years ago
Ryusuke Konishi 9cb4e0d2b9 nilfs2: move out mark_inode_dirty calls from bmap routines 15 years ago
Ryusuke Konishi 09bf4aae0a nilfs2: stop marking metadata inode dirty within btree operations 15 years ago
Ryusuke Konishi 30db4e6c3d nilfs2: remove buffer locking from btree code 15 years ago
Ryusuke Konishi a49762fd11 nilfs2: remove buffer locking in nilfs_mark_inode_dirty 15 years ago
Jiro SEKIBA e2073e7857 nilfs2: cleanup unused match_bool function 15 years ago
Jiro SEKIBA 91f1953bf3 nilfs2: Using nobarrier option instead of barrier=off 15 years ago
Jiro SEKIBA 6600b9dd8e nilfs2: move definition of struct nilfs_btree_node 15 years ago
Ryusuke Konishi 9b945d537d nilfs2: get rid of BUG_ON use in btree lookup routines 15 years ago
Jiro SEKIBA 18dafac1a4 nilfs2: deleted inconsistent comment in nilfs_load_inode_block() 15 years ago
Ryusuke Konishi c1ea985c71 nilfs2: fix lock order reversal in chcp operation 15 years ago
Ryusuke Konishi c083234f15 nilfs2: fix missing cleanup of gc cache on error cases 15 years ago
Ryusuke Konishi 5399dd1fc8 nilfs2: fix kernel oops in error case of nilfs_ioctl_move_blocks 15 years ago
Ryusuke Konishi 05b4358ad5 nilfs2: add zero-fill for new btree node buffers 15 years ago
Ryusuke Konishi aeda7f6343 nilfs2: fix irregular checkpoint creation due to data flush 15 years ago
Ryusuke Konishi b1e19e5601 nilfs2: fix dirty page accounting leak causing hang at write 15 years ago
Alexey Dobriyan 828c09509b const: constify remaining file_operations 16 years ago
Ryusuke Konishi 3cc811bffd nilfs2: fix missing initialization of i_dir_start_lookup member 16 years ago
Ryusuke Konishi 1f28fcd925 nilfs2: fix missing zero-fill initialization of btree node cache 16 years ago
Alexey Dobriyan f0f37e2f77 const: mark struct vm_struct_operations 16 years ago
Alexey Dobriyan 6e1d5dcc2b const: mark remaining inode_operations as const 16 years ago
Alexey Dobriyan 7f09410bbc const: mark remaining address_space_operations const 16 years ago
Alexey Dobriyan ac4cfdd6d1 const: mark remaining export_operations const 16 years ago
Alexey Dobriyan b87221de6a const: mark remaining super_operations const 16 years ago
Jens Axboe 2c96ce9f20 fs: remove bdev->bd_inode_backing_dev_info 16 years ago
Ryusuke Konishi 41f4db0f48 fs/Kconfig: move nilfs2 outside misc filesystems 16 years ago
Ryusuke Konishi 0f3fe33b39 nilfs2: convert nilfs_bmap_lookup to an inline function 16 years ago
Ryusuke Konishi 2e0c2c7392 nilfs2: allow btree code to directly call dat operations 16 years ago
Ryusuke Konishi bd8169efae nilfs2: add update functions of virtual block address to dat 16 years ago
Ryusuke Konishi 7a102b0923 nilfs2: remove individual gfp constants for each metadata file 16 years ago
Ryusuke Konishi 3218929dbd nilfs2: stop zero-fill of btree path just before free it 16 years ago
Ryusuke Konishi 6d28f7ea43 nilfs2: remove unused btree argument from btree functions 16 years ago
Ryusuke Konishi 9ead986373 nilfs2: remove nilfs_dat_abort_start and nilfs_dat_abort_free 16 years ago
Jiro SEKIBA 1cf58fa840 nilfs2: shorten freeze period due to GC in write operation v3 16 years ago
Zhu Yanhai 43be0ec038 nilfs2: add more check routines in mount process 16 years ago
Zhang Qiang a4f0b9c5b4 nilfs2: An unassigned variable is assigned to a never used structure member 16 years ago
Ryusuke Konishi c1b353f04a nilfs2: use GFP_NOIO for bio_alloc instead of GFP_NOWAIT 16 years ago
Jiro SEKIBA 1dfa27105a nilfs2: stop using periodic write_super callback 16 years ago
Jiro SEKIBA 79efdd9411 nilfs2: clean up nilfs_write_super 16 years ago
Jiro SEKIBA 6233caa9d5 nilfs2: fix disorder of nilfs_write_super in nilfs_sync_fs 16 years ago
Jiro SEKIBA ec5d66abdb nilfs2: remove redundant super block commit 16 years ago
Jiro SEKIBA b58a285ba4 nilfs2: implement nilfs_show_options to display mount options in /proc/mounts 16 years ago
Ryusuke Konishi 1435110467 nilfs2: always lookup disk block address before reading metadata block 16 years ago
Ryusuke Konishi 027d6404eb nilfs2: use semaphore to protect pointer to a writable FS-instance 16 years ago
Heiko Carstens b5696e5e0d nilfs2: fix format string compile warning (ino_t) 16 years ago
Ryusuke Konishi 1b2f5a641b nilfs2: fix ignored error code in __nilfs_read_inode() 16 years ago
Ryusuke Konishi b1f1b8ce0a nilfs2: fix preempt count underflow in nilfs_btnode_prepare_change_key 16 years ago
Ryusuke Konishi a924586036 nilfs2: fix oopses with doubly mounted snapshots 16 years ago
Zhang Qiang 1154ecbd2f nilfs2: missing a read lock for segment writer in nilfs_attach_checkpoint() 16 years ago
Ryusuke Konishi 01a261e09a nilfs2: fix missing unlock in error path of nilfs_mdt_write_page 16 years ago