summaryrefslogtreecommitdiffstats
path: root/fs/ufs/balloc.c
Commit message (Expand)AuthorAgeFilesLines
* ufs: fix the logics for tail relocationAl Viro2017-06-171-16/+6
* ufs: more deadlock prevention on tail unpackingAl Viro2017-06-151-1/+1
* ufs: avoid grabbing ->truncate_mutex if possibleAl Viro2017-06-151-4/+6
* ufs: fix s_size/s_dsize usersAl Viro2017-06-141-1/+1
* ufs: fix reserved blocks checkAl Viro2017-06-141-4/+6
* ufs: restore maintaining ->i_blocksAl Viro2017-06-091-1/+25
* fs: Add helper to clean bdev aliases under a bh and use itJan Kara2016-11-041-2/+1
* block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1
* fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-071-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-3/+3
* fix ufs write vs readpage race when writing into a holeAl Viro2015-09-091-2/+2
* ufs: don't use lock_ufs() for block pointers tree protectionAl Viro2015-07-061-0/+4
* fs/ufs: restore s_lock mutexFabian Frederick2015-06-161-17/+17
* fs/ufs/balloc.c: remove unused variableFabian Frederick2014-10-141-3/+0
* ufs: sb mutex merge + mutex_destroyFabian Frederick2014-06-061-15/+15
* fs/ufs/balloc.c: remove err parameter in ufs_add_fragmentsFabian Frederick2014-06-061-3/+3
* fs/ufs: remove unused ufs_super_block_first pointerChristian Engelmayer2014-04-071-12/+0
* ufs: drop lock/unlock superMarco Stornelli2012-10-091-15/+15
* fs/ufs: get rid of write_superArtem Bityutskiy2012-07-221-4/+4
* ufs: fix truncated values handling 64 bit metadataDan Carpenter2011-05-261-4/+5
* remove SWRITE* I/O typesChristoph Hellwig2010-08-181-16/+8
* ufs: Remove dead quota codeJan Kara2010-05-241-24/+0
* dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-051-9/+15
* ufs: Use lowercase names of quota functionsJan Kara2009-03-261-6/+6
* ufs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-2/+2
* fs/ufs/balloc.c: fix sparc64 printk warningAndrew Morton2008-03-191-2/+2
* 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] ufs: zeroize the rest of block in truncateEvgeniy Dushistov2007-03-161-2/+3
* [PATCH] ufs: prepare write + change blocks on the flyEvgeniy Dushistov2007-03-161-28/+53
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] ufs2 write: block allocation updateEvgeniy Dushistov2007-02-121-80/+117
* [PATCH] ufs: reallocation fixEvgeniy Dushistov2007-01-301-15/+26
* [PATCH] ufs: alloc metadata null page fixEvgeniy Dushistov2007-01-301-1/+4
* [PATCH] fix garbage instead of zeroes in UFSEvgeniy Dushistov2007-01-051-0/+25
* [PATCH] ufs: handle truncated pagesEvgeniy Dushistov2006-08-061-1/+1
* [PATCH] ufs: truncate should allocate block for last byteEvgeniy Dushistov2006-07-011-46/+2
* [PATCH] ufs: ubh_ll_rw_block cleanupEvgeniy Dushistov2006-06-251-4/+4
* [PATCH] ufs: make fsck -f happyEvgeniy Dushistov2006-06-251-12/+12
* [PATCH] ufs: missed brelse and wrong baseblkEvgeniy Dushistov2006-06-251-7/+5
* [PATCH] ufs: unlock_super without lockEvgeniy Dushistov2006-06-251-4/+5
* [PATCH] ufs: i_blocks wrong countEvgeniy Dushistov2006-06-251-3/+0
* [PATCH] ufs: easy debugEvgeniy Dushistov2006-06-251-35/+27
* [PATCH] ufs: not usual amounts of fragments per blockEvgeniy Dushistov2006-06-251-45/+87
* [PATCH] ufs: wrong type castEvgeniy Dushistov2006-06-251-42/+42
* [PATCH] ufs: change block number on the flyEvgeniy Dushistov2006-06-251-24/+113
* [PATCH] ufs: right block allocationEvgeniy Dushistov2006-06-251-15/+0
* [PATCH] ufs cleanupEvgeniy2006-01-141-9/+10
* [PATCH] capable/capability.h (fs/)Randy Dunlap2006-01-111-0/+1
* [PATCH] Change ll_rw_block() calls in UFSJan Kara2005-09-071-8/+4