aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-2/+2
* Merge branch 'master' into for-nextJiri Kosina2011-04-261-2/+1
|\
| * 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/+0
| |\
| | * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* | | ufs: Fix a typoAlessio Igor Bogani2011-04-081-1/+1
|/ /
* | ufs: remove the BKLArnd Bergmann2011-03-021-57/+21
|/
* 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/+1
* clean up write_begin usage for directories in pagecacheChristoph Hellwig2010-08-091-6/+5
* ufs: Remove dead quota codeJan Kara2010-05-241-4/+0
* 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/+1
* ufs: ensure fast symlinks are NUL-terminatedDuane Griffin2009-03-271-2/+4
* ufs: don't truncate longer ufs2 fast symlinksDuane Griffin2009-03-271-21/+16
* 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-171-7/+22
* [PATCH] ufs: zeroize the rest of block in truncateEvgeniy Dushistov2007-03-161-6/+6
* [PATCH] ufs2: more correct work with timeEvgeniy Dushistov2007-03-161-12/+12
* [PATCH] ufs2 write: block allocation updateEvgeniy Dushistov2007-02-121-34/+48
* [PATCH] ufs2 write: inodes writeEvgeniy Dushistov2007-02-121-31/+80
* [PATCH] ufs: alloc metadata null page fixEvgeniy Dushistov2007-01-301-5/+9
* [PATCH] fix garbage instead of zeroes in UFSEvgeniy Dushistov2007-01-051-36/+5
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0
* [PATCH] ufs: write to hole in big fileEvgeniy Dushistov2006-08-271-14/+21
* [PATCH] ufs: truncate should allocate block for last byteEvgeniy Dushistov2006-07-011-2/+5
* [PATCH] ufs: printk() fixAndrew Morton2006-06-291-2/+4
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* [PATCH] ufs: ufs_read_inode cleanupEvgeniy Dushistov2006-06-271-54/+57
* [PATCH] fs/ufs/inode.c: make 2 functions staticAdrian Bunk2006-06-251-3/+6
* [PATCH] ufs: missed brelse and wrong baseblkEvgeniy Dushistov2006-06-251-0/+1
* [PATCH] ufs: zero metadataEvgeniy Dushistov2006-06-251-40/+76
* [PATCH] ufs: little directory lookup optimizationEvgeniy Dushistov2006-06-251-2/+2
* [PATCH] ufs: easy debugEvgeniy Dushistov2006-06-251-28/+19
* [PATCH] ufs: directory and page cache: install aopsEvgeniy Dushistov2006-06-251-34/+24
* [PATCH] ufs: change block number on the flyEvgeniy Dushistov2006-06-251-19/+25
* [PATCH] ufs: right block allocationEvgeniy Dushistov2006-06-251-12/+18
* [PATCH] ufs: fix hang during `rm'Evgeniy Dushistov2006-02-031-1/+1
* [PATCH] ufs cleanupEvgeniy2006-01-141-5/+6
* [PATCH] update filesystems for new delete_inode behaviorMark Fasheh2005-09-091-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+816