summaryrefslogtreecommitdiff
path: root/fs/ufs
Commit message (Expand)AuthorAge
* fs: icache RCU free inodesNick Piggin2011-01-07
* new helper: mount_bdev()Al Viro2010-10-29
* new helper: ihold()Al Viro2010-10-25
* Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\
| * BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-04
* | BKL: introduce CONFIG_BKL.Arnd Bergmann2010-10-21
|/
* remove SWRITE* I/O typesChristoph Hellwig2010-08-18
* switch ufs to ->evict_inode()Al Viro2010-08-09
* check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-09
* remove inode_setattrChristoph Hellwig2010-08-09
* get rid of block_write_begin_newtruncChristoph Hellwig2010-08-09
* introduce __block_write_beginChristoph Hellwig2010-08-09
* clean up write_begin usage for directories in pagecacheChristoph Hellwig2010-08-09
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-05-30
|\
| * ufs: Remove dead quota codeJan Kara2010-05-24
| * quota: rename default quotactl methods to dquot_Christoph Hellwig2010-05-24
| * quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig2010-05-24
| * quota: move unmount handling into the filesystemChristoph Hellwig2010-05-24
| * quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig2010-05-24
| * quota: move remount handling into the filesystemChristoph Hellwig2010-05-24
* | kill spurious reference to vmtruncatenpiggin@suse.de2010-05-27
* | rename the generic fsync implementationsChristoph Hellwig2010-05-27
* | ufs: permit mounting of BorderWare filesystemsThomas Stewart2010-05-27
|/
* ufs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-21
* quota: unify quota init condition in setattrDmitry Monakhov2010-05-21
* ufs: add ufs speciffic ->setattr callDmitry Monakhov2010-05-21
* ufs: make solaris fsck happyEvgeniy Dushistov2010-03-12
* fs/ufs: recognize Solaris-specific file system stateAlex Viskovatoff2010-03-12
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-05
|\
| * dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-05
| * dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-05
| * dquot: cleanup dquot drop routineChristoph Hellwig2010-03-05
| * dquot: move dquot drop responsibility into the filesystemChristoph Hellwig2010-03-05
| * dquot: cleanup dquot transfer routineChristoph Hellwig2010-03-05
| * dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig2010-03-05
| * dquot: cleanup inode allocation / freeing routinesChristoph Hellwig2010-03-05
| * dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-05
* | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-05
* | sanitize const/signedness of ufs a bitAl Viro2010-03-03
|/
* ufs: NFS supportAlexey Dobriyan2009-12-16
* ufs: pass qstr instead of dentry where necessary for NFSAlexey Dobriyan2009-12-16
* ufs: sector_t cannot be negativeRoel Kluin2009-06-18
* ufs: add ->sync_fsChristoph Hellwig2009-06-11
* switch ufs to simple_fsync()Al Viro2009-06-11
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-11
* ->write_super lock_super pushdownChristoph Hellwig2009-06-11
* Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro2009-06-11
* push BKL down into ->put_superChristoph Hellwig2009-06-11
* remove ->write_super call in generic_shutdown_superChristoph Hellwig2009-06-11
* switch ufs directories to ufs_sync_file()Al Viro2009-05-09