aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs
Commit message (Expand)AuthorAgeFilesLines
* ufs should use d_splice_alias()Al Viro2011-07-171-8/+4
* ufs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
* ufs: fix truncated values handling 64 bit metadataDan Carpenter2011-05-262-5/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-261-0/+5
|\
| * vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
| * vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* | Merge branch 'master' into for-nextJiri Kosina2011-04-264-7/+5
|\ \ | |/
| * Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-072-4/+4
| |\
| | * Fix common misspellingsLucas De Marchi2011-03-312-4/+4
| * | ufs: remove unessecary blk_flush_plugChristoph Hellwig2011-04-051-1/+0
| |/
| * Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-242-2/+1
| |\
| | * block: remove per-queue pluggingJens Axboe2011-03-102-2/+1
| * | ufs: use little-endian bitopsAkinobu Mita2011-03-231-1/+1
* | | ufs: Fix a typoAlessio Igor Bogani2011-04-081-1/+1
|/ /
* | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2011-03-167-108/+83
|\ \
| * | ufs: remove the BKLArnd Bergmann2011-03-027-108/+83
| |/
* | ufs: i_nlink races in rename()Al Viro2011-03-031-7/+2
|/
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* new helper: mount_bdev()Al Viro2010-10-291-4/+4
* 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