Commit Graph

142 Commits (0cc1770b66ddc2524ab5f0ed6ba5f2df19d6414a)

Author SHA1 Message Date
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
Ryusuke Konishi a97778457f nilfs2: fix oops due to inconsistent state in page with discrete b-tree nodes 16 years ago
Ryusuke Konishi 4fed598a49 fs/Kconfig: move nilfs2 out 16 years ago
Alexey Dobriyan 405f55712d headers: smp_lock.h redux 16 years ago
Jiro SEKIBA d9a0a345ab nilfs2: fix disorder in cp count on error during deleting checkpoints 16 years ago
Ryusuke Konishi ff54de363a nilfs2: fix lockdep warning between regular file and inode file 16 years ago
Ryusuke Konishi 4a52df7797 nilfs2: fix incorrect KERN_CRIT messages in case of write failures 16 years ago
Ryusuke Konishi 8227b29722 nilfs2: fix hang problem of log writer which occurs after write failures 16 years ago
Ryusuke Konishi 0cfae3d879 nilfs2: remove unlikely directive causing mis-conversion of error code 16 years ago
Al Viro d441b1c293 switch nilfs2 to inode->i_acl 16 years ago
Ryusuke Konishi aa7dfb8954 nilfs2: get rid of bd_mount_sem use from nilfs 16 years ago
Ryusuke Konishi e59399d010 nilfs2: correct exclusion control in nilfs_remount function 16 years ago
Ryusuke Konishi 6dd4740662 nilfs2: simplify remaining sget() use 16 years ago
Ryusuke Konishi 3f82ff5516 nilfs2: get rid of sget use for checking if current mount is present 16 years ago