aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs/inode.c
AgeCommit message (Expand)Author
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
2007-02-12[PATCH] ufs2 write: block allocation updateEvgeniy Dushistov
2007-02-12[PATCH] ufs2 write: inodes writeEvgeniy Dushistov
2007-01-30[PATCH] ufs: alloc metadata null page fixEvgeniy Dushistov
2007-01-05[PATCH] fix garbage instead of zeroes in UFSEvgeniy Dushistov
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o
2006-08-27[PATCH] ufs: write to hole in big fileEvgeniy Dushistov
2006-07-01[PATCH] ufs: truncate should allocate block for last byteEvgeniy Dushistov
2006-06-29[PATCH] ufs: printk() fixAndrew Morton
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig
2006-06-27[PATCH] ufs: ufs_read_inode cleanupEvgeniy Dushistov
2006-06-25[PATCH] fs/ufs/inode.c: make 2 functions staticAdrian Bunk
2006-06-25[PATCH] ufs: missed brelse and wrong baseblkEvgeniy Dushistov
2006-06-25[PATCH] ufs: zero metadataEvgeniy Dushistov