summaryrefslogtreecommitdiff
path: root/fs/ufs/inode.c
AgeCommit message (Expand)Author
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
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig
2009-06-18ufs: sector_t cannot be negativeRoel Kluin
2009-03-27ufs: ensure fast symlinks are NUL-terminatedDuane Griffin
2009-03-27ufs: don't truncate longer ufs2 fast symlinksDuane Griffin
2008-04-28ufs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-08drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hMike Frysinger
2008-02-07iget: stop UFS from using iget() and read_inode()David Howells
2007-10-17ufs: move non-layout parts of ufs_fs.h to fs/ufs/Christoph Hellwig
2007-10-16ufs: convert to new aopsNick Piggin
2007-04-17ufs proper handling of zero link caseEvgeniy Dushistov
2007-03-16[PATCH] ufs: zeroize the rest of block in truncateEvgeniy Dushistov
2007-03-16[PATCH] ufs2: more correct work with timeEvgeniy Dushistov