summaryrefslogtreecommitdiffstats
path: root/fs/ufs/inode.c
Commit message (Expand)AuthorAgeFilesLines
...
* ufs_trunc_dindirect(): pass the number of blocks to keepAl Viro2015-07-061-31/+26Star
* ufs_trunc_indirect(): pass the index of the first pointer to freeAl Viro2015-07-061-33/+23Star
* ufs_trunc_tindirect(): pass the number of blocks to keepAl Viro2015-07-061-17/+11Star
* ufs: beginning of __ufs_truncate_block() massageAl Viro2015-07-061-4/+12
* ufs: the offsets ufs_block_to_path() puts into array are not sector_tAl Viro2015-07-061-3/+3
* ufs: move truncate code into inode.cAl Viro2015-07-061-12/+468
* ufs: don't use lock_ufs() for block pointers tree protectionAl Viro2015-07-061-45/+93
* ufs: free excessive blocks upon ->write_begin() failure/short copyAl Viro2015-07-061-2/+16
* ufs: switch ufs_evict_inode() to trimmed-down variant of ufs_truncate()Al Viro2015-07-061-7/+2Star
* ufs: kill more lock_ufs() callsAl Viro2015-07-061-11/+2Star
* Merge branch 'for-linus' into for-nextAl Viro2015-06-171-1/+4
|\
| * fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge"Fabian Frederick2015-06-141-1/+4
* | ufs: switch to simple_follow_link()Al Viro2015-05-111-2/+3
|/
* ufs: fix deadlocks introduced by sb mutex mergeAlexey Khoroshilov2014-09-071-5/+2Star
* fs/ufs/inode.c: kernel-doc warning fixesFabian Frederick2014-08-091-16/+16
* mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-041-1/+1
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-131-1/+1
* ufs: drop vmtruncateMarco Stornelli2012-12-201-5/+10
* userns: Convert the ufs filesystem to use kuid/kgid where appropriateEric W. Biederman2012-09-211-8/+8
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* ufs: propagate umode_tAl Viro2012-01-041-2/+2
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-2/+2
* Merge branch 'master' into for-nextJiri Kosina2011-04-261-2/+1Star
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
| * Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-1/+0Star
| |\
| | * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0Star
* | | ufs: Fix a typoAlessio Igor Bogani2011-04-091-1/+1
|/ /
* / ufs: remove the BKLArnd Bergmann2011-03-021-57/+21Star
|/
* switch ufs to ->evict_inode()Al Viro2010-08-091-17/+26
* get rid of block_write_begin_newtruncChristoph Hellwig2010-08-091-2/+10
* introduce __block_write_beginChristoph Hellwig2010-08-091-2/+1Star
* clean up write_begin usage for directories in pagecacheChristoph Hellwig2010-08-091-6/+5Star
* ufs: Remove dead quota codeJan Kara2010-05-241-4/+0Star
* ufs: add ufs speciffic ->setattr callDmitry Monakhov2010-05-211-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-051-0/+4
|\
| * dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-051-1/+1
| * dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-051-0/+4
* | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-2/+3
|/
* ufs: sector_t cannot be negativeRoel Kluin2009-06-181-9/+1Star
* ufs: ensure fast symlinks are NUL-terminatedDuane Griffin2009-03-271-2/+4
* ufs: don't truncate longer ufs2 fast symlinksDuane Griffin2009-03-271-21/+16Star
* ufs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-1/+1
* drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hMike Frysinger2008-02-081-1/+1
* iget: stop UFS from using iget() and read_inode()David Howells2008-02-071-14/+20
* ufs: move non-layout parts of ufs_fs.h to fs/ufs/Christoph Hellwig2007-10-171-0/+1
* ufs: convert to new aopsNick Piggin2007-10-161-4/+19
* ufs proper handling of zero link caseEvgeniy Dushistov2007-04-181-7/+22
* [PATCH] ufs: zeroize the rest of block in truncateEvgeniy Dushistov2007-03-171-6/+6
* [PATCH] ufs2: more correct work with timeEvgeniy Dushistov2007-03-171-12/+12