summaryrefslogtreecommitdiff
path: root/fs/nilfs2
AgeCommit message (Expand)AuthorFilesLines
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-08-23fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich1-1/+1
2015-08-07nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi1-1/+1
2015-05-10nilfs2: fix deadlock of segment constructor during recoveryRyusuke Konishi1-3/+4
2015-05-10nilfs2: fix potential memory overrun on inodeRyusuke Konishi1-3/+44
2015-03-06nilfs2: fix deadlock of segment constructor over I_SYNC flagRyusuke Konishi3-7/+44
2014-11-05nilfs2: fix data loss with mmap()Andreas Rohner1-1/+6
2014-02-15nilfs2: fix segctor bug that causes file system corruptionAndreas Rohner1-4/+6
2013-10-27nilfs2: fix issue with race condition of competition between segments for dir...Vyacheslav Dubeyko2-2/+11
2013-09-10nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP err...Vyacheslav Dubeyko1-1/+1
2013-09-10nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP e...Vyacheslav Dubeyko1-2/+1
2013-05-30nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundaryRyusuke Konishi1-4/+23
2013-02-20nilfs2: fix fix very long mount time issueVyacheslav Dubeyko1-1/+4
2012-08-10nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi4-2/+8
2012-07-04nilfs2: ensure proper cache clearing for gc-inodesRyusuke Konishi2-0/+4
2012-03-23nilfs2: fix NULL pointer dereference in nilfs_load_super_block()Ryusuke Konishi1-0/+1
2011-12-20nilfs2: potential integer overflow in nilfs_ioctl_clean_segments()Haogang Chen1-0/+3
2011-12-20nilfs2: unbreak compat ioctlThomas Meyer1-0/+13
2011-11-02filesystems: add set_nlink()Miklos Szeredi2-2/+2
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-11-01treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-4/+4
2011-07-21fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2-3/+11
2011-07-21fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig1-2/+2
2011-07-21fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+2
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro1-6/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro2-2/+2
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro1-1/+1
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/vir...Linus 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