aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs/truncate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-26ufs: fix truncated values handling 64 bit metadataDan Carpenter1-1/+1
2011-04-05ufs: remove unessecary blk_flush_plugChristoph Hellwig1-1/+0
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+1
2011-03-02ufs: remove the BKLArnd Bergmann1-3/+2
2010-08-18remove SWRITE* I/O typesChristoph Hellwig1-12/+6
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-8/+3
2010-08-09remove inode_setattrChristoph Hellwig1-1/+4
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-10/+0
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de1-6/+4
2010-05-24ufs: Remove dead quota codeJan Kara1-10/+0
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-4/+4
2010-05-21ufs: add ufs speciffic ->setattr callDmitry Monakhov1-1/+1
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-1/+1
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-0/+3
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-1/+1
2010-03-05dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig1-0/+7
2008-02-08drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hMike Frysinger1-1/+1
2007-10-17ufs: move non-layout parts of ufs_fs.h to fs/ufs/Christoph Hellwig1-0/+1
2007-03-16[PATCH] ufs2: tindirect truncate fixEvgeniy Dushistov1-1/+1
2007-03-16[PATCH] ufs: zeroize the rest of block in truncateEvgeniy Dushistov1-10/+26
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven1-1/+1
2007-02-12[PATCH] ufs2 write: block allocation updateEvgeniy Dushistov1-64/+75
2007-01-30[PATCH] ufs: truncate negative to unsigned fixEvgeniy Dushistov1-2/+2
2006-08-27[PATCH] ufs: truncate correctionEvgeniy Dushistov1-52/+25
2006-07-01[PATCH] ufs: truncate should allocate block for last byteEvgeniy Dushistov1-13/+135
2006-06-25[PATCH] ufs: ubh_ll_rw_block cleanupEvgeniy Dushistov1-3/+3
2006-06-25[PATCH] ufs: i_blocks wrong countEvgeniy Dushistov1-13/+12
2006-06-25[PATCH] ufs: easy debugEvgeniy Dushistov1-19/+11
2006-06-25[PATCH] ufs: ufs_trunc_indirect: infinite cycleEvgeniy Dushistov1-34/+21
2006-02-03[PATCH] ufs: fix hang during `rm'Evgeniy Dushistov1-56/+16
2005-09-07[PATCH] Change ll_rw_block() calls in UFSJan Kara1-6/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+477