aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs/balloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-09ufs: drop lock/unlock superMarco Stornelli1-15/+15
2012-07-22fs/ufs: get rid of write_superArtem Bityutskiy1-4/+4
2011-05-26ufs: fix truncated values handling 64 bit metadataDan Carpenter1-4/+5
2010-08-18remove SWRITE* I/O typesChristoph Hellwig1-16/+8
2010-05-24ufs: Remove dead quota codeJan Kara1-24/+0
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-9/+15
2009-03-26ufs: Use lowercase names of quota functionsJan Kara1-6/+6
2008-04-28ufs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-03-19fs/ufs/balloc.c: fix sparc64 printk warningAndrew Morton1-2/+2
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] ufs: zeroize the rest of block in truncateEvgeniy Dushistov1-2/+3
2007-03-16[PATCH] ufs: prepare write + change blocks on the flyEvgeniy Dushistov1-28/+53
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] ufs2 write: block allocation updateEvgeniy Dushistov1-80/+117
2007-01-30[PATCH] ufs: reallocation fixEvgeniy Dushistov1-15/+26
2007-01-30[PATCH] ufs: alloc metadata null page fixEvgeniy Dushistov1-1/+4
2007-01-05[PATCH] fix garbage instead of zeroes in UFSEvgeniy Dushistov1-0/+25
2006-08-06[PATCH] ufs: handle truncated pagesEvgeniy Dushistov1-1/+1
2006-07-01[PATCH] ufs: truncate should allocate block for last byteEvgeniy Dushistov1-46/+2
2006-06-25[PATCH] ufs: ubh_ll_rw_block cleanupEvgeniy Dushistov1-4/+4
2006-06-25[PATCH] ufs: make fsck -f happyEvgeniy Dushistov1-12/+12
2006-06-25[PATCH] ufs: missed brelse and wrong baseblkEvgeniy Dushistov1-7/+5
2006-06-25[PATCH] ufs: unlock_super without lockEvgeniy Dushistov1-4/+5
2006-06-25[PATCH] ufs: i_blocks wrong countEvgeniy Dushistov1-3/+0
2006-06-25[PATCH] ufs: easy debugEvgeniy Dushistov1-35/+27
2006-06-25[PATCH] ufs: not usual amounts of fragments per blockEvgeniy Dushistov1-45/+87
2006-06-25[PATCH] ufs: wrong type castEvgeniy Dushistov1-42/+42
2006-06-25[PATCH] ufs: change block number on the flyEvgeniy Dushistov1-24/+113
2006-06-25[PATCH] ufs: right block allocationEvgeniy Dushistov1-15/+0
2006-01-14[PATCH] ufs cleanupEvgeniy1-9/+10
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2005-09-07[PATCH] Change ll_rw_block() calls in UFSJan Kara1-8/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+818