aboutsummaryrefslogtreecommitdiff
path: root/fs/ufs
AgeCommit message (Expand)Author
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro
2011-07-17ufs should use d_splice_alias()Al Viro
2011-05-28ufs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil
2011-05-26ufs: fix truncated values handling 64 bit metadataDan Carpenter
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-04-26Merge branch 'master' into for-nextJiri Kosina
2011-04-08ufs: Fix a typoAlessio Igor Bogani
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds
2011-04-05ufs: remove unessecary blk_flush_plugChristoph Hellwig
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-23ufs: use little-endian bitopsAkinobu Mita
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2011-03-10block: remove per-queue pluggingJens Axboe
2011-03-03ufs: i_nlink races in rename()Al Viro
2011-03-02ufs: remove the BKLArnd Bergmann
2011-01-07fs: icache RCU free inodesNick Piggin
2010-10-29new helper: mount_bdev()Al Viro
2010-10-25new helper: ihold()Al Viro
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-21BKL: introduce CONFIG_BKL.Arnd Bergmann
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-08-18remove SWRITE* I/O typesChristoph Hellwig
2010-08-09switch ufs to ->evict_inode()Al Viro
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig
2010-08-09remove inode_setattrChristoph Hellwig
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig
2010-08-09introduce __block_write_beginChristoph Hellwig
2010-08-09clean up write_begin usage for directories in pagecacheChristoph Hellwig
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de
2010-05-27rename the generic fsync implementationsChristoph Hellwig
2010-05-27ufs: permit mounting of BorderWare filesystemsThomas Stewart
2010-05-24ufs: Remove dead quota codeJan Kara
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig
2010-05-21ufs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov
2010-05-21ufs: add ufs speciffic ->setattr callDmitry Monakhov
2010-03-12ufs: make solaris fsck happyEvgeniy Dushistov
2010-03-12fs/ufs: recognize Solaris-specific file system stateAlex Viskovatoff
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds