aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-21userns: Convert the ufs filesystem to use kuid/kgid where appropriateEric W. Biederman1-8/+8
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-01-03ufs: propagate umode_tAl Viro1-2/+2
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-2/+2
2011-04-26Merge branch 'master' into for-nextJiri Kosina1-2/+1
2011-04-08ufs: Fix a typoAlessio Igor Bogani1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-03-02ufs: remove the BKLArnd Bergmann1-57/+21
2010-08-09switch ufs to ->evict_inode()Al Viro1-17/+26
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig1-2/+10
2010-08-09introduce __block_write_beginChristoph Hellwig1-2/+1
2010-08-09clean up write_begin usage for directories in pagecacheChristoph Hellwig1-6/+5
2010-05-24ufs: Remove dead quota codeJan Kara1-4/+0
2010-05-21ufs: add ufs speciffic ->setattr callDmitry Monakhov1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-0/+4
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-2/+3
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-1/+1
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-0/+4
2009-06-18ufs: sector_t cannot be negativeRoel Kluin1-9/+1
2009-03-27ufs: ensure fast symlinks are NUL-terminatedDuane Griffin1-2/+4
2009-03-27ufs: don't truncate longer ufs2 fast symlinksDuane Griffin1-21/+16
2008-04-28ufs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-02-08drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hMike Frysinger1-1/+1
2008-02-07iget: stop UFS from using iget() and read_inode()David Howells1-14/+20
2007-10-17ufs: move non-layout parts of ufs_fs.h to fs/ufs/Christoph Hellwig1-0/+1
2007-10-16ufs: convert to new aopsNick Piggin1-4/+19
2007-04-17ufs proper handling of zero link caseEvgeniy Dushistov1-7/+22
2007-03-16[PATCH] ufs: zeroize the rest of block in truncateEvgeniy Dushistov1-6/+6
2007-03-16[PATCH] ufs2: more correct work with timeEvgeniy Dushistov1-12/+12
2007-02-12[PATCH] ufs2 write: block allocation updateEvgeniy Dushistov1-34/+48
2007-02-12[PATCH] ufs2 write: inodes writeEvgeniy Dushistov1-31/+80
2007-01-30[PATCH] ufs: alloc metadata null page fixEvgeniy Dushistov1-5/+9
2007-01-05[PATCH] fix garbage instead of zeroes in UFSEvgeniy Dushistov1-36/+5
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-08-27[PATCH] ufs: write to hole in big fileEvgeniy Dushistov1-14/+21
2006-07-01[PATCH] ufs: truncate should allocate block for last byteEvgeniy Dushistov1-2/+5
2006-06-29[PATCH] ufs: printk() fixAndrew Morton1-2/+4
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-06-27[PATCH] ufs: ufs_read_inode cleanupEvgeniy Dushistov1-54/+57
2006-06-25[PATCH] fs/ufs/inode.c: make 2 functions staticAdrian Bunk1-3/+6
2006-06-25[PATCH] ufs: missed brelse and wrong baseblkEvgeniy Dushistov1-0/+1
2006-06-25[PATCH] ufs: zero metadataEvgeniy Dushistov1-40/+76
2006-06-25[PATCH] ufs: little directory lookup optimizationEvgeniy Dushistov1-2/+2
2006-06-25[PATCH] ufs: easy debugEvgeniy Dushistov1-28/+19
2006-06-25[PATCH] ufs: directory and page cache: install aopsEvgeniy Dushistov1-34/+24
2006-06-25[PATCH] ufs: change block number on the flyEvgeniy Dushistov1-19/+25
2006-06-25[PATCH] ufs: right block allocationEvgeniy Dushistov1-12/+18