Commit Graph

106 Commits (af87b823ca2b05257192e8d48dc686db6173d7b2)

Author SHA1 Message Date
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
Ryusuke Konishi 33c8e57c86 nilfs2: get rid of sget use for acquiring nilfs object 16 years ago
Ryusuke Konishi 81fc20bd0e nilfs2: remove meaningless EBUSY case from nilfs_get_sb function 16 years ago
Christoph Hellwig d731e06323 nilfs2: call nilfs2_write_super from nilfs2_sync_fs 16 years ago
Alessio Igor Bogani 337eb00a2c Push BKL down into ->remount_fs() 16 years ago
Christoph Hellwig 6cfd014842 push BKL down into ->put_super 16 years ago
Christoph Hellwig 8c85e12512 remove ->write_super call in generic_shutdown_super 16 years ago
Ryusuke Konishi c3a7abf06c nilfs2: support contiguous lookup of blocks 16 years ago
Ryusuke Konishi fa032744ad nilfs2: add sync_page method to page caches of meta data 16 years ago
Ryusuke Konishi a53b4751ae nilfs2: use device's backing_dev_info for btree node caches 16 years ago
Ryusuke Konishi 30c25be71f nilfs2: return EBUSY against delete request on snapshot 16 years ago
Ryusuke Konishi e85dc1d529 nilfs2: enable sync_page method 16 years ago
Ryusuke Konishi 30bda0b8ae nilfs2: set bio unplug flag for the last bio in segment 16 years ago
Ryusuke Konishi 003ff182fd nilfs2: allow future expansion of metadata read out via get info ioctl 16 years ago
Hisashi Hifumi 258ef67e24 NILFS2: Pagecache usage optimization on NILFS2 16 years ago
Ryusuke Konishi 7cde31d7d6 nilfs2: remove nilfs_btree_operations from btree mapping 16 years ago
Ryusuke Konishi 355c6b6103 nilfs2: remove nilfs_direct_operations from direct mapping 16 years ago
Ryusuke Konishi d4b961576d nilfs2: remove bmap pointer operations 16 years ago
Ryusuke Konishi 3033342a0b nilfs2: remove useless b_low and b_high fields from nilfs_bmap struct 16 years ago
Ryusuke Konishi e473c1f265 nilfs2: remove pointless NULL check of bpop_commit_alloc_ptr function 16 years ago
Ryusuke Konishi f198dbb9cf nilfs2: move get block functions in bmap.c into btree codes 16 years ago
Ryusuke Konishi 9f098900ad nilfs2: remove nilfs_bmap_delete_block 16 years ago
Ryusuke Konishi 087d01b425 nilfs2: remove nilfs_bmap_put_block 16 years ago
Ryusuke Konishi 654137dd46 nilfs2: remove header file for segment list operations 16 years ago
Ryusuke Konishi 071cb4b819 nilfs2: eliminate removal list of segments 16 years ago
Ryusuke Konishi dda54f4b87 nilfs2: add sufile function that can modify multiple segment usages 16 years ago
Ryusuke Konishi d97a51a7e3 nilfs2: unify bmap operations starting use of indirect block address 16 years ago
Ryusuke Konishi 6582207064 nilfs2: remove nilfs_dat_prepare_free function 16 years ago
Ryusuke Konishi 62013ab5d5 nilfs2: fix bh leak in nilfs_cpfile_delete_checkpoints function 16 years ago
Martin K. Petersen e1defc4ff0 block: Do away with the notion of hardsect_size 16 years ago
Ryusuke Konishi d504685363 nilfs2: fix memory leak in nilfs_ioctl_clean_segments 16 years ago
Ryusuke Konishi 83aca8f480 nilfs2: check size of array structured data exchanged via ioctls 16 years ago
Ryusuke Konishi 4f6b828837 nilfs2: fix lock order reversal in nilfs_clean_segments ioctl 16 years ago
Ryusuke Konishi 47eb6b9c8f nilfs2: fix possible circular locking for get information ioctls 16 years ago
Ryusuke Konishi 843382370e nilfs2: ensure to clear dirty state when deleting metadata file block 16 years ago
Ryusuke Konishi 201913ed74 nilfs2: fix circular locking dependency of writer mutex 16 years ago
Ryusuke Konishi 85c2a74fab nilfs2: fix possible recovery failure due to block creation without writer 16 years ago