summaryrefslogtreecommitdiff
path: root/fs/nilfs2
AgeCommit message (Expand)AuthorFilesLines
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-2/+2
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-2/+2
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-13/+2
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2-11/+1
2012-03-20nilfs2: remove the second argument of k[un]map_atomic()Cong Wang9-114/+114
2012-03-16nilfs2: fix NULL pointer dereference in nilfs_load_super_block()Ryusuke Konishi1-0/+1
2012-03-16nilfs2: clamp ns_r_segments_percentage to [1, 99]Haogang Chen1-0/+6
2012-02-08nilfs2: avoid overflowing segment numbers in nilfs_ioctl_clean_segments()Xi Wang1-0/+2
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-3/+3
2012-01-03nilfs: propagate umode_tAl Viro3-3/+3
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-2/+0
2012-01-03vfs: mnt_drop_write_file()Al Viro1-6/+6
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-6/+6
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki1-0/+16
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-21freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi2-2/+2
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-4/+4
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2-3/+11
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig1-2/+2
2011-07-20fs: 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