summaryrefslogtreecommitdiffstats
path: root/fs/ufs/inode.c
Commit message (Expand)AuthorAge
* ufs_trunc_branch(): never call with offsets != NULL && depth2 == 0Al Viro2015-07-06
* __ufs_trunc_blocks(): turn the part after switch into a loopAl Viro2015-07-06
* __ufs_truncate_blocks(): unify freeing the full branchesAl Viro2015-07-06
* unify ufs_trunc_..indirect()Al Viro2015-07-06
* ufs_trunc_..indirect(): more massage towards unifyingAl Viro2015-07-06
* ufs_trunc_...indirect(): pass the array of indices instead of offsetsAl Viro2015-07-06
* __ufs_truncate(); find cutoff distances into branches by offsets[] arrayAl Viro2015-07-06
* ufs_trunc_dindirect(): pass the number of blocks to keepAl Viro2015-07-06
* ufs_trunc_indirect(): pass the index of the first pointer to freeAl Viro2015-07-06
* ufs_trunc_tindirect(): pass the number of blocks to keepAl Viro2015-07-06
* ufs: beginning of __ufs_truncate_block() massageAl Viro2015-07-06
* ufs: the offsets ufs_block_to_path() puts into array are not sector_tAl Viro2015-07-06
* ufs: move truncate code into inode.cAl Viro2015-07-06
* ufs: don't use lock_ufs() for block pointers tree protectionAl Viro2015-07-06
* ufs: free excessive blocks upon ->write_begin() failure/short copyAl Viro2015-07-06
* ufs: switch ufs_evict_inode() to trimmed-down variant of ufs_truncate()Al Viro2015-07-06
* ufs: kill more lock_ufs() callsAl Viro2015-07-06
* Merge branch 'for-linus' into for-nextAl Viro2015-06-17
|\
| * fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge"Fabian Frederick2015-06-14
* | ufs: switch to simple_follow_link()Al Viro2015-05-10
|/
* ufs: fix deadlocks introduced by sb mutex mergeAlexey Khoroshilov2014-09-07
* fs/ufs/inode.c: kernel-doc warning fixesFabian Frederick2014-08-08
* mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-03
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-12
* ufs: drop vmtruncateMarco Stornelli2012-12-20
* userns: Convert the ufs filesystem to use kuid/kgid where appropriateEric W. Biederman2012-09-21
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-06
* Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* ufs: propagate umode_tAl Viro2012-01-03
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* Merge branch 'master' into for-nextJiri Kosina2011-04-26
|\
| * Fix common misspellingsLucas De Marchi2011-03-31
| * Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-24
| |\
| | * block: remove per-queue pluggingJens Axboe2011-03-10
* | | ufs: Fix a typoAlessio Igor Bogani2011-04-08
|/ /
* / ufs: remove the BKLArnd Bergmann2011-03-02
|/
* switch ufs to ->evict_inode()Al Viro2010-08-09
* get rid of block_write_begin_newtruncChristoph Hellwig2010-08-09
* introduce __block_write_beginChristoph Hellwig2010-08-09
* clean up write_begin usage for directories in pagecacheChristoph Hellwig2010-08-09
* ufs: Remove dead quota codeJan Kara2010-05-24
* ufs: add ufs speciffic ->setattr callDmitry Monakhov2010-05-21
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-05
|\
| * dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-04
| * dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-04
* | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-05
|/
* ufs: sector_t cannot be negativeRoel Kluin2009-06-18
* ufs: ensure fast symlinks are NUL-terminatedDuane Griffin2009-03-27
* ufs: don't truncate longer ufs2 fast symlinksDuane Griffin2009-03-27
* ufs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-28