aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-20nilfs2_permission() doesn't need to bail out in RCU modeAl Viro1-6/+1
2011-06-11nilfs2: fix problem in setting checkpoint intervalRyusuke Konishi1-1/+1
2011-06-11nilfs2: fix missing block address termination in btree node shrinkingRyusuke Konishi1-7/+14
2011-06-11nilfs2: fix incorrect block address termination in node concatenationRyusuke Konishi1-5/+13
2011-05-28nilfs2: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2-2/+2
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-0/+5
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-05-10nilfs2: use mark_buffer_dirty to mark btnode or meta data dirtyRyusuke Konishi15-86/+63
2011-05-10nilfs2: always set back pointer to host inode in mapping->hostRyusuke Konishi8-36/+14
2011-05-10nilfs2: get rid of NILFS_I_NILFSRyusuke Konishi7-22/+20
2011-05-10nilfs2: use list_first_entryRyusuke Konishi2-8/+8
2011-05-10nilfs2: use empty_aops for gc-inodesRyusuke Konishi1-4/+1
2011-05-10nilfs2: implement resize ioctlRyusuke Konishi7-5/+189
2011-05-10nilfs2: add truncation routine of segment usage fileRyusuke Konishi1-0/+112
2011-05-10nilfs2: add routine to move secondary super blockRyusuke Konishi1-0/+57
2011-05-10nilfs2: add ioctl which limits range of segment to be allocatedRyusuke Konishi3-10/+98
2011-05-10nilfs2: zero fill unused portion of super root blockRyusuke Konishi2-2/+15
2011-05-10nilfs2: super root size should change depending on inode sizeRyusuke Konishi2-2/+5
2011-05-10nilfs2: get rid of private page allocatorRyusuke Konishi6-207/+18
2011-05-10nilfs2: merge list_del()/list_add_tail() to list_move_tail()Nicolas Kaiser2-6/+3
2011-05-10nilfs2: fix infinite loop in nilfs_palloc_freev functionRyusuke Konishi1-1/+1
2011-04-05fs: export empty_aopsJens Axboe1-2/+0
2011-03-30nilfs2: fix whitespace coding style issuesNicolas Kaiser1-7/+7
2011-03-30nilfs2: fix oops due to a bad aops initializationRyusuke Konishi1-1/+3
2011-03-30nilfs2: fix data loss in mmap page write for hole blocksRyusuke Konishi1-6/+5
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds7-21/+7
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-1/+1
2011-03-23nilfs2: use little-endian bitopsAkinobu Mita1-1/+1
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe7-21/+7
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe6-19/+6
2011-03-09nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi12-134/+68
2011-03-09nilfs2: use sb instance instead of nilfs_sb_info structRyusuke Konishi7-145/+129
2011-03-09nilfs2: get rid of sc_sbi back pointerRyusuke Konishi2-19/+12
2011-03-09nilfs2: move log writer onto nilfs objectRyusuke Konishi3-39/+34
2011-03-09nilfs2: move next generation counter into nilfs objectRyusuke Konishi5-19/+15
2011-03-09nilfs2: move s_inode_lock and s_dirty_files into nilfs objectRyusuke Konishi6-61/+63
2011-03-09nilfs2: move parameters on nilfs_sb_info into nilfs objectRyusuke Konishi4-16/+19
2011-03-09nilfs2: move mount options to nilfs objectRyusuke Konishi5-49/+54
2011-03-08nilfs2: record used amount of each checkpoint in checkpoint listRyusuke Konishi6-19/+25
2011-03-08nilfs2: optimize rec_len functionsRyusuke Konishi1-0/+1
2011-03-08nilfs2: append blocksize info to warnings during loading super blocksRyusuke Konishi1-4/+7
2011-03-08nilfs2: add compat ioctlRyusuke Konishi4-2/+24
2011-03-08nilfs2: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONRyusuke Konishi1-0/+70
2011-03-08nilfs2: tighten restrictions on inode flagsRyusuke Konishi2-5/+19
2011-03-08nilfs2: mark S_NOATIME on inodes only if NOATIME attribute is setRyusuke Konishi1-2/+0
2011-03-08nilfs2: use common file attribute macrosRyusuke Konishi2-10/+7
2011-03-08nilfs2: add free entries count only if clear bit operation succeededRyusuke Konishi1-5/+7