aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs/balloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-17ufs: fix the logics for tail relocationAl Viro1-16/+6
2017-06-15ufs: more deadlock prevention on tail unpackingAl Viro1-1/+1
2017-06-15ufs: avoid grabbing ->truncate_mutex if possibleAl Viro1-4/+6
2017-06-14ufs: fix s_size/s_dsize usersAl Viro1-1/+1
2017-06-14ufs: fix reserved blocks checkAl Viro1-4/+6
2017-06-09ufs: restore maintaining ->i_blocksAl Viro1-1/+25
2016-11-04fs: Add helper to clean bdev aliases under a bh and use itJan Kara1-2/+1
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig1-0/+1
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-3/+3
2015-09-09fix ufs write vs readpage race when writing into a holeAl Viro1-2/+2
2015-07-06ufs: don't use lock_ufs() for block pointers tree protectionAl Viro1-0/+4
2015-06-16fs/ufs: restore s_lock mutexFabian Frederick1-17/+17
2014-10-14fs/ufs/balloc.c: remove unused variableFabian Frederick1-3/+0
2014-06-06ufs: sb mutex merge + mutex_destroyFabian Frederick1-15/+15
2014-06-06fs/ufs/balloc.c: remove err parameter in ufs_add_fragmentsFabian Frederick1-3/+3
2014-04-07fs/ufs: remove unused ufs_super_block_first pointerChristian Engelmayer1-12/+0
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