summaryrefslogtreecommitdiff
path: root/fs/ufs/balloc.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-17ufs: fix the logics for tail relocationAl Viro
2017-06-15ufs: more deadlock prevention on tail unpackingAl Viro
2017-06-15ufs: avoid grabbing ->truncate_mutex if possibleAl Viro
2017-06-14ufs: fix s_size/s_dsize usersAl Viro
2017-06-14ufs: fix reserved blocks checkAl Viro
2017-06-09ufs: restore maintaining ->i_blocksAl Viro
2016-11-04fs: Add helper to clean bdev aliases under a bh and use itJan Kara
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-09-09fix ufs write vs readpage race when writing into a holeAl Viro
2015-07-06ufs: don't use lock_ufs() for block pointers tree protectionAl Viro
2015-06-16fs/ufs: restore s_lock mutexFabian Frederick
2014-10-14fs/ufs/balloc.c: remove unused variableFabian Frederick
2014-06-06ufs: sb mutex merge + mutex_destroyFabian Frederick
2014-06-06fs/ufs/balloc.c: remove err parameter in ufs_add_fragmentsFabian Frederick
2014-04-07fs/ufs: remove unused ufs_super_block_first pointerChristian Engelmayer
2012-10-09ufs: drop lock/unlock superMarco Stornelli
2012-07-22fs/ufs: get rid of write_superArtem Bityutskiy
2011-05-26ufs: fix truncated values handling 64 bit metadataDan Carpenter
2010-08-18remove SWRITE* I/O typesChristoph Hellwig
2010-05-24ufs: Remove dead quota codeJan Kara
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig
2009-03-26ufs: Use lowercase names of quota functionsJan Kara
2008-04-28ufs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-03-19fs/ufs/balloc.c: fix sparc64 printk warningAndrew Morton
2008-02-08drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hMike Frysinger
2007-10-17ufs: move non-layout parts of ufs_fs.h to fs/ufs/Christoph Hellwig
2007-03-16[PATCH] ufs: zeroize the rest of block in truncateEvgeniy Dushistov
2007-03-16[PATCH] ufs: prepare write + change blocks on the flyEvgeniy Dushistov
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-12[PATCH] ufs2 write: block allocation updateEvgeniy Dushistov
2007-01-30[PATCH] ufs: reallocation fixEvgeniy Dushistov
2007-01-30[PATCH] ufs: alloc metadata null page fixEvgeniy Dushistov
2007-01-05[PATCH] fix garbage instead of zeroes in UFSEvgeniy Dushistov
2006-08-06[PATCH] ufs: handle truncated pagesEvgeniy Dushistov
2006-07-01[PATCH] ufs: truncate should allocate block for last byteEvgeniy Dushistov
2006-06-25[PATCH] ufs: ubh_ll_rw_block cleanupEvgeniy Dushistov
2006-06-25[PATCH] ufs: make fsck -f happyEvgeniy Dushistov
2006-06-25[PATCH] ufs: missed brelse and wrong baseblkEvgeniy Dushistov
2006-06-25[PATCH] ufs: unlock_super without lockEvgeniy Dushistov
2006-06-25[PATCH] ufs: i_blocks wrong countEvgeniy Dushistov
2006-06-25[PATCH] ufs: easy debugEvgeniy Dushistov
2006-06-25[PATCH] ufs: not usual amounts of fragments per blockEvgeniy Dushistov
2006-06-25[PATCH] ufs: wrong type castEvgeniy Dushistov
2006-06-25[PATCH] ufs: change block number on the flyEvgeniy Dushistov
2006-06-25[PATCH] ufs: right block allocationEvgeniy Dushistov
2006-01-14[PATCH] ufs cleanupEvgeniy
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap