aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-02-03[PATCH] ufs: fix hang during `rm'Evgeniy Dushistov1-1/+1
2006-01-14[PATCH] ufs cleanupEvgeniy1-5/+6
2005-09-09[PATCH] update filesystems for new delete_inode behaviorMark Fasheh1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+816