summaryrefslogtreecommitdiff
path: root/fs/ufs/balloc.c
Commit message (Expand)AuthorAge
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* ufs: fix the logics for tail relocationAl Viro2017-06-17
* ufs: more deadlock prevention on tail unpackingAl Viro2017-06-15
* ufs: avoid grabbing ->truncate_mutex if possibleAl Viro2017-06-15
* ufs: fix s_size/s_dsize usersAl Viro2017-06-14
* ufs: fix reserved blocks checkAl Viro2017-06-14
* ufs: restore maintaining ->i_blocksAl Viro2017-06-09
* fs: Add helper to clean bdev aliases under a bh and use itJan Kara2016-11-04
* block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-01
* fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-07
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* fix ufs write vs readpage race when writing into a holeAl Viro2015-09-09
* ufs: don't use lock_ufs() for block pointers tree protectionAl Viro2015-07-06
* fs/ufs: restore s_lock mutexFabian Frederick2015-06-16
* fs/ufs/balloc.c: remove unused variableFabian Frederick2014-10-14
* ufs: sb mutex merge + mutex_destroyFabian Frederick2014-06-06
* fs/ufs/balloc.c: remove err parameter in ufs_add_fragmentsFabian Frederick2014-06-06
* fs/ufs: remove unused ufs_super_block_first pointerChristian Engelmayer2014-04-07
* ufs: drop lock/unlock superMarco Stornelli2012-10-09
* fs/ufs: get rid of write_superArtem Bityutskiy2012-07-22
* ufs: fix truncated values handling 64 bit metadataDan Carpenter2011-05-26
* remove SWRITE* I/O typesChristoph Hellwig2010-08-18
* ufs: Remove dead quota codeJan Kara2010-05-24
* dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-05
* ufs: Use lowercase names of quota functionsJan Kara2009-03-26
* ufs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-28
* fs/ufs/balloc.c: fix sparc64 printk warningAndrew Morton2008-03-19
* drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hMike Frysinger2008-02-08
* ufs: move non-layout parts of ufs_fs.h to fs/ufs/Christoph Hellwig2007-10-17
* [PATCH] ufs: zeroize the rest of block in truncateEvgeniy Dushistov2007-03-16
* [PATCH] ufs: prepare write + change blocks on the flyEvgeniy Dushistov2007-03-16
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-14
* [PATCH] ufs2 write: block allocation updateEvgeniy Dushistov2007-02-12
* [PATCH] ufs: reallocation fixEvgeniy Dushistov2007-01-30
* [PATCH] ufs: alloc metadata null page fixEvgeniy Dushistov2007-01-30
* [PATCH] fix garbage instead of zeroes in UFSEvgeniy Dushistov2007-01-05
* [PATCH] ufs: handle truncated pagesEvgeniy Dushistov2006-08-06
* [PATCH] ufs: truncate should allocate block for last byteEvgeniy Dushistov2006-07-01
* [PATCH] ufs: ubh_ll_rw_block cleanupEvgeniy Dushistov2006-06-25
* [PATCH] ufs: make fsck -f happyEvgeniy Dushistov2006-06-25
* [PATCH] ufs: missed brelse and wrong baseblkEvgeniy Dushistov2006-06-25
* [PATCH] ufs: unlock_super without lockEvgeniy Dushistov2006-06-25
* [PATCH] ufs: i_blocks wrong countEvgeniy Dushistov2006-06-25
* [PATCH] ufs: easy debugEvgeniy Dushistov2006-06-25
* [PATCH] ufs: not usual amounts of fragments per blockEvgeniy Dushistov2006-06-25
* [PATCH] ufs: wrong type castEvgeniy Dushistov2006-06-25
* [PATCH] ufs: change block number on the flyEvgeniy Dushistov2006-06-25
* [PATCH] ufs: right block allocationEvgeniy Dushistov2006-06-25
* [PATCH] ufs cleanupEvgeniy2006-01-14