summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/super.c
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: nuke write_super from commentsArtem Bityutskiy2012-08-041-4/+0Star
* nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi2012-07-311-0/+3
* nilfs2: remove references to long gone super operationsFernando Luis Vazquez Cao2012-07-311-3/+0Star
* VFS: Pass mount flags to sget()David Howells2012-07-141-2/+2
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-2/+1Star
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-211-0/+1
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-071-3/+3
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-041-2/+0Star
* nilfs2: always set back pointer to host inode in mapping->hostRyusuke Konishi2011-05-101-1/+1
* nilfs2: implement resize ioctlRyusuke Konishi2011-05-101-0/+72
* nilfs2: add routine to move secondary super blockRyusuke Konishi2011-05-101-0/+57
* nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi2011-03-091-40/+23Star
* nilfs2: use sb instance instead of nilfs_sb_info structRyusuke Konishi2011-03-091-54/+51Star
* nilfs2: move next generation counter into nilfs objectRyusuke Konishi2011-03-091-11/+0Star
* nilfs2: move s_inode_lock and s_dirty_files into nilfs objectRyusuke Konishi2011-03-091-3/+0Star
* nilfs2: move parameters on nilfs_sb_info into nilfs objectRyusuke Konishi2011-03-091-5/+5
* nilfs2: move mount options to nilfs objectRyusuke Konishi2011-03-091-27/+29
* mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi2011-02-241-1/+1
* nilfs2: fix crash after one superblock became unavailableRyusuke Konishi2011-01-221-1/+2
* Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-4/+4
|\
| * block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-131-4/+4
| * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-2/+2
* | headers: kobject.h reduxAlexey Dobriyan2011-01-101-1/+0Star
* | nilfs2: get rid of nilfs_mount_options structureRyusuke Konishi2011-01-101-3/+3
* | fs/nilfs2/super.c: Use printf extension %pVJoe Perches2011-01-101-7/+16
* | fs: icache RCU free inodesNick Piggin2011-01-071-1/+9
* | fs: dcache scale dentry refcountNick Piggin2011-01-071-1/+1
|/
* convert nilfsAl Viro2010-10-291-9/+7Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2010-10-231-282/+327
|\
| * nilfs2: eliminate sparse warnings - "symbol not declared"Jiro SEKIBA2010-10-231-1/+1
| * nilfs2: get rid of bdi from nilfs objectRyusuke Konishi2010-10-231-1/+4
| * nilfs2: add bdev freeze/thaw supportRyusuke Konishi2010-10-231-4/+54
| * nilfs2: accept 64-bit checkpoint numbers in cp mount optionRyusuke Konishi2010-10-231-13/+12Star
| * nilfs2: remove own inode allocator and destructor for metadata filesRyusuke Konishi2010-10-231-7/+2Star
| * nilfs2: see state of root dentry for mount check of snapshotsRyusuke Konishi2010-10-231-0/+32
| * nilfs2: use iget for all metadata filesRyusuke Konishi2010-10-231-7/+14
| * nilfs2: simplify life cycle management of nilfs objectRyusuke Konishi2010-10-231-45/+22Star
| * nilfs2: do not allocate multiple super block instances for a deviceRyusuke Konishi2010-10-231-116/+100Star
| * nilfs2: split out nilfs_attach_snapshotRyusuke Konishi2010-10-231-28/+45
| * nilfs2: split out nilfs_get_root_dentryRyusuke Konishi2010-10-231-19/+35
| * nilfs2: move inode count and block count into root objectRyusuke Konishi2010-10-231-5/+6
| * nilfs2: use root object to get ifileRyusuke Konishi2010-10-231-29/+13Star
| * nilfs2: make snapshots in checkpoint tree exportableRyusuke Konishi2010-10-231-51/+1Star
| * nilfs2: set pointer to root object in inodesRyusuke Konishi2010-10-231-7/+30
| * nilfs2: use iget5_locked to get inodeRyusuke Konishi2010-10-231-0/+1
| * nilfs2: allow nilfs_destroy_inode to destroy metadata file inodesRyusuke Konishi2010-10-231-0/+6
* | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-231-9/+1Star
|\ \ | |/ |/|
| * nilfs2: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-101-9/+1Star
* | BKL: Remove BKL from NILFS2Jan Blunck2010-10-041-17/+1Star
* | BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-1/+7
|/