summaryrefslogtreecommitdiffstats
path: root/fs/ufs
Commit message (Expand)AuthorAgeFilesLines
* new helper: ihold()Al Viro2010-10-251-1/+1
* Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+5
|\
| * BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-0/+5
* | BKL: introduce CONFIG_BKL.Arnd Bergmann2010-10-211-0/+1
|/
* remove SWRITE* I/O typesChristoph Hellwig2010-08-185-54/+29
* switch ufs to ->evict_inode()Al Viro2010-08-094-21/+28
* check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-091-8/+3
* remove inode_setattrChristoph Hellwig2010-08-091-1/+4
* get rid of block_write_begin_newtruncChristoph Hellwig2010-08-091-2/+10
* introduce __block_write_beginChristoph Hellwig2010-08-091-2/+1
* clean up write_begin usage for directories in pagecacheChristoph Hellwig2010-08-093-18/+10
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-05-307-178/+2
|\
| * ufs: Remove dead quota codeJan Kara2010-05-247-195/+1
| * quota: rename default quotactl methods to dquot_Christoph Hellwig2010-05-241-1/+1
| * quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig2010-05-241-1/+5
| * quota: move unmount handling into the filesystemChristoph Hellwig2010-05-241-0/+2
| * quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig2010-05-241-4/+4
| * quota: move remount handling into the filesystemChristoph Hellwig2010-05-241-0/+12
* | kill spurious reference to vmtruncatenpiggin@suse.de2010-05-271-6/+4
* | rename the generic fsync implementationsChristoph Hellwig2010-05-272-2/+2
* | ufs: permit mounting of BorderWare filesystemsThomas Stewart2010-05-272-0/+3
|/
* ufs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-9/+1
* quota: unify quota init condition in setattrDmitry Monakhov2010-05-211-4/+4
* ufs: add ufs speciffic ->setattr callDmitry Monakhov2010-05-215-3/+13
* ufs: make solaris fsck happyEvgeniy Dushistov2010-03-121-2/+7
* fs/ufs: recognize Solaris-specific file system stateAlex Viskovatoff2010-03-122-0/+9
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-057-15/+61
|\
| * dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-055-11/+12
| * dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-054-1/+26
| * dquot: cleanup dquot drop routineChristoph Hellwig2010-03-052-3/+3
| * dquot: move dquot drop responsibility into the filesystemChristoph Hellwig2010-03-051-0/+6
| * dquot: cleanup dquot transfer routineChristoph Hellwig2010-03-051-1/+1
| * dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig2010-03-051-0/+7
| * dquot: cleanup inode allocation / freeing routinesChristoph Hellwig2010-03-051-3/+4
| * dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-051-9/+15
* | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-052-3/+4
* | sanitize const/signedness of ufs a bitAl Viro2010-03-032-7/+7
|/
* ufs: NFS supportAlexey Dobriyan2009-12-161-0/+52
* ufs: pass qstr instead of dentry where necessary for NFSAlexey Dobriyan2009-12-163-11/+11
* ufs: sector_t cannot be negativeRoel Kluin2009-06-181-9/+1
* ufs: add ->sync_fsChristoph Hellwig2009-06-111-10/+22
* switch ufs to simple_fsync()Al Viro2009-06-113-24/+2
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-111-1/+10
* ->write_super lock_super pushdownChristoph Hellwig2009-06-111-0/+2
* Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro2009-06-111-1/+10
* push BKL down into ->put_superChristoph Hellwig2009-06-111-0/+6
* remove ->write_super call in generic_shutdown_superChristoph Hellwig2009-06-111-0/+3
* switch ufs directories to ufs_sync_file()Al Viro2009-05-093-3/+3
* fs/ufs: return f_fsid for statfs(2)Coly Li2009-04-021-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-03-274-23/+31
|\
OpenPOWER on IntegriCloud