aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs/truncate.c
Commit message (Expand)AuthorAgeFilesLines
* ufs: fix truncated values handling 64 bit metadataDan Carpenter2011-05-261-1/+1
* 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-241-1/+1
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+1
* | ufs: remove the BKLArnd Bergmann2011-03-021-3/+2
|/
* remove SWRITE* I/O typesChristoph Hellwig2010-08-181-12/+6
* check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-091-8/+3
* remove inode_setattrChristoph Hellwig2010-08-091-1/+4
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-05-301-10/+0
|\
| * ufs: Remove dead quota codeJan Kara2010-05-241-10/+0
* | kill spurious reference to vmtruncatenpiggin@suse.de2010-05-271-6/+4
|/
* quota: unify quota init condition in setattrDmitry Monakhov2010-05-211-4/+4
* ufs: add ufs speciffic ->setattr callDmitry Monakhov2010-05-211-1/+1
* dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-051-1/+1
* dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-051-0/+3
* dquot: cleanup dquot transfer routineChristoph Hellwig2010-03-051-1/+1
* dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig2010-03-051-0/+7
* drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hMike Frysinger2008-02-081-1/+1
* ufs: move non-layout parts of ufs_fs.h to fs/ufs/Christoph Hellwig2007-10-171-0/+1
* [PATCH] ufs2: tindirect truncate fixEvgeniy Dushistov2007-03-161-1/+1
* [PATCH] ufs: zeroize the rest of block in truncateEvgeniy Dushistov2007-03-161-10/+26
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-121-1/+1
* [PATCH] ufs2 write: block allocation updateEvgeniy Dushistov2007-02-121-64/+75
* [PATCH] ufs: truncate negative to unsigned fixEvgeniy Dushistov2007-01-301-2/+2
* [PATCH] ufs: truncate correctionEvgeniy Dushistov2006-08-271-52/+25
* [PATCH] ufs: truncate should allocate block for last byteEvgeniy Dushistov2006-07-011-13/+135
* [PATCH] ufs: ubh_ll_rw_block cleanupEvgeniy Dushistov2006-06-251-3/+3
* [PATCH] ufs: i_blocks wrong countEvgeniy Dushistov2006-06-251-13/+12
* [PATCH] ufs: easy debugEvgeniy Dushistov2006-06-251-19/+11
* [PATCH] ufs: ufs_trunc_indirect: infinite cycleEvgeniy Dushistov2006-06-251-34/+21
* [PATCH] ufs: fix hang during `rm'Evgeniy Dushistov2006-02-031-56/+16
* [PATCH] Change ll_rw_block() calls in UFSJan Kara2005-09-071-6/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+477