summaryrefslogtreecommitdiff
path: root/fs/ufs
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: no retries are needed on truncateAl Viro
2015-07-06ufs: ufs_trunc_...() has exclusion with everything that might cause allocationsAl Viro
2015-07-06ufs: ufs_trunc_direct() always returns 0Al Viro
2015-07-06ufs: kill lock_ufs()Al Viro
2015-07-06ufs: don't use lock_ufs() for block pointers tree protectionAl Viro
2015-07-06ufs: bforget() indirect blocks before freeing themAl Viro
2015-07-06ufs: move lock_ufs() down into __ufs_truncate_blocks()Al Viro
2015-07-06ufs: move truncate_setsize() down into ufs_truncate()Al 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-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-23ufs: use dir_pages instead of ufs_dir_pages()Fabian Frederick
2015-06-17Merge branch 'for-linus' into for-nextAl Viro
2015-06-17fs/ufs: restore s_lock mutex_init()Fabian Frederick
2015-06-16ufs: don't touch mtime/ctime of directory being movedAl Viro
2015-06-16ufs: don't bother with lock_ufs()/unlock_ufs() for directory accessAl Viro
2015-06-16ufs: Fix possible deadlock when looking up directoriesJan Kara
2015-06-16ufs: Fix warning from unlock_new_inode()Jan Kara
2015-06-16fs/ufs: restore s_lock mutexFabian Frederick
2015-06-14fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge"Fabian Frederick
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-05-10ufs: switch to simple_follow_link()Al Viro
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-02-17fs/ufs/super.c: fix potential race conditionFabian Frederick
2015-02-17fs/ufs/super.c: remove unnecessary castingFabian Frederick
2014-10-14fs/ufs/balloc.c: remove unused variableFabian Frederick
2014-09-26ufs: deal with nfsd/iget racesAl Viro