summaryrefslogtreecommitdiff
path: root/fs/ufs/inode.c
AgeCommit message (Expand)Author
2015-07-06move marking inode dirty to the end of __ufs_truncate_blocks()Al Viro
2015-07-06free_full_branch(): saner calling conventionsAl Viro
2015-07-06ufs_trunc_branch(): kill recursionAl Viro
2015-07-06ufs_trunc_branch(): massage towards killing recursionAl Viro
2015-07-06split ufs_truncate_branch() into full- and partial-branch variantsAl Viro
2015-07-06ufs: unify the logics for collecting adjacent data blocks to freeAl Viro
2015-07-06ufs_trunc_branch(): separate the calls with non-NULL offsetsAl Viro
2015-07-06ufs_trunc_branch(): never call with offsets != NULL && depth2 == 0Al Viro
2015-07-06__ufs_trunc_blocks(): turn the part after switch into a loopAl Viro
2015-07-06__ufs_truncate_blocks(): unify freeing the full branchesAl Viro
2015-07-06unify ufs_trunc_..indirect()Al Viro
2015-07-06ufs_trunc_..indirect(): more massage towards unifyingAl Viro
2015-07-06ufs_trunc_...indirect(): pass the array of indices instead of offsetsAl Viro
2015-07-06__ufs_truncate(); find cutoff distances into branches by offsets[] arrayAl Viro
2015-07-06ufs_trunc_dindirect(): pass the number of blocks to keepAl Viro
2015-07-06ufs_trunc_indirect(): pass the index of the first pointer to freeAl Viro
2015-07-06ufs_trunc_tindirect(): pass the number of blocks to keepAl Viro
2015-07-06ufs: beginning of __ufs_truncate_block() massageAl Viro
2015-07-06ufs: the offsets ufs_block_to_path() puts into array are not sector_tAl Viro
2015-07-06ufs: move truncate code into inode.cAl Viro
2015-07-06ufs: don't use lock_ufs() for block pointers tree protectionAl Viro
2015-07-06ufs: free excessive blocks upon ->write_begin() failure/short copyAl Viro
2015-07-06ufs: switch ufs_evict_inode() to trimmed-down variant of ufs_truncate()Al Viro
2015-07-06ufs: kill more lock_ufs() callsAl Viro
2015-06-17Merge branch 'for-linus' into for-nextAl Viro
2015-06-14fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge"Fabian Frederick
2015-05-10ufs: switch to simple_follow_link()Al Viro
2014-09-07ufs: fix deadlocks introduced by sb mutex mergeAlexey Khoroshilov
2014-08-08fs/ufs/inode.c: kernel-doc warning fixesFabian Frederick
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2012-12-20ufs: drop vmtruncateMarco Stornelli
2012-09-21userns: Convert the ufs filesystem to use kuid/kgid where appropriateEric W. Biederman
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-01-03ufs: propagate umode_tAl Viro
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-04-26Merge branch 'master' into for-nextJiri Kosina
2011-04-08ufs: Fix a typoAlessio Igor Bogani
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-10block: remove per-queue pluggingJens Axboe
2011-03-02ufs: remove the BKLArnd Bergmann
2010-08-09switch ufs to ->evict_inode()Al Viro
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig
2010-08-09introduce __block_write_beginChristoph Hellwig
2010-08-09clean up write_begin usage for directories in pagecacheChristoph Hellwig
2010-05-24ufs: Remove dead quota codeJan Kara
2010-05-21ufs: add ufs speciffic ->setattr callDmitry Monakhov
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds