aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-28ufs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-26ufs: fix truncated values handling 64 bit metadataDan Carpenter2-5/+6
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-04-26Merge branch 'master' into for-nextJiri Kosina4-7/+5
2011-04-08ufs: Fix a typoAlessio Igor Bogani1-1/+1
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2-4/+4
2011-04-05ufs: remove unessecary blk_flush_plugChristoph Hellwig1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi2-4/+4
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-2/+1
2011-03-23ufs: use little-endian bitopsAkinobu Mita1-1/+1
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds7-108/+83
2011-03-10block: remove per-queue pluggingJens Axboe2-2/+1
2011-03-03ufs: i_nlink races in rename()Al Viro1-7/+2
2011-03-02ufs: remove the BKLArnd Bergmann7-108/+83
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-10-29new helper: mount_bdev()Al Viro1-4/+4
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+5
2010-10-21BKL: introduce CONFIG_BKL.Arnd Bergmann1-0/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-0/+5
2010-08-18remove SWRITE* I/O typesChristoph Hellwig5-54/+29
2010-08-09switch ufs to ->evict_inode()Al Viro4-21/+28
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-8/+3
2010-08-09remove inode_setattrChristoph Hellwig1-1/+4
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig1-2/+10
2010-08-09introduce __block_write_beginChristoph Hellwig1-2/+1
2010-08-09clean up write_begin usage for directories in pagecacheChristoph Hellwig3-18/+10
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds7-178/+2
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de1-6/+4
2010-05-27rename the generic fsync implementationsChristoph Hellwig2-2/+2
2010-05-27ufs: permit mounting of BorderWare filesystemsThomas Stewart2-0/+3
2010-05-24ufs: Remove dead quota codeJan Kara7-195/+1
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-1/+1
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig1-1/+5
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig1-0/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig1-4/+4
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig1-0/+12
2010-05-21ufs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-9/+1
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-4/+4
2010-05-21ufs: add ufs speciffic ->setattr callDmitry Monakhov5-3/+13
2010-03-12ufs: make solaris fsck happyEvgeniy Dushistov1-2/+7
2010-03-12fs/ufs: recognize Solaris-specific file system stateAlex Viskovatoff2-0/+9
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds7-15/+61
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig2-3/+4
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig5-11/+12
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig4-1/+26
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig2-3/+3
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig1-0/+6