aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-28[XFS] remove accidentally reintroduced vfs unmount flag, unneeded inNathan Scott1-1/+1
2006-09-28[XFS] remove bhv_lookup, _range version works aswell and has more usefulChristoph Hellwig1-2/+0
2006-09-28[XFS] Fix sparse warning found when page tracing enabled, due toNathan Scott1-4/+4
2006-09-28[XFS] move XFS_IOC_GETVERSION to main multiplexerAlexey Dobriyan1-7/+2
2006-09-28[XFS] Improve xfsbufd delayed write submission patterns, after blktraceNathan Scott1-10/+14
2006-09-28[XFS] pass inode to xfs_ioc_space(), simplify some code. There is trivialAlexey Dobriyan1-5/+5
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2-2/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+2
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris2-3/+3
2006-09-07[XFS] Fix xfs_splice_write() so appended data gets to disk.David Chinner1-0/+16
2006-09-07[XFS] Fix ABBA deadlock between i_mutex and iolock. Avoid callingLachlan McIlroy2-10/+19
2006-07-28[XFS] Fix a barrier related forced shutdown on mounts with quota enabled.Nathan Scott1-0/+7
2006-07-28[XFS] Fix remount vs no/barrier options by ensuring we clear unwantedNathan Scott1-2/+2
2006-07-10[PATCH] FDPIC: Move roundup() into linux/kernel.hDavid Howells1-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel3-3/+0
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig3-3/+3
2006-06-27[XFS] Remove a race condition where a linked inode could BUG_ON inNathan Scott1-2/+4
2006-06-27[XFS] Remove redundant directory checks from inode link operation.Alexey Dobriyan1-3/+0
2006-06-27[XFS] Remove a couple of no-longer-used macros.Nathan Scott1-2/+0
2006-06-27[XFS] * There is trivial "inode => vnode => inode" conversion, but onlyAlexey Dobriyan1-1/+1
2006-06-25[PATCH] xfs: update ->flush method protoAlexey Dobriyan1-1/+2
2006-06-23[PATCH] for_each_possible_cpu: xfsKAMEZAWA Hiroyuki2-3/+3
2006-06-23[PATCH] XFS: Use the dentry passed to statfs() to limit the scope of the resultsDavid Howells1-1/+2
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-2/+2
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+5
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott8-14/+0
2006-06-20[XFS] Map EFSCORRUPTED to an actual error code, not just a made up oneNathan Scott1-18/+2
2006-06-19[XFS] Kill direct access to ->count in valusema(); all we ever use it forAl Viro1-9/+10
2006-06-19[XFS] Remove unneeded conditional code on NFS export interface relatedNathan Scott1-3/+1
2006-06-19[XFS] Push some common code out of write path into core XFS code forNathan Scott1-73/+3
2006-06-19[XFS] Remove unnecessary local from open_exec dmapi path.Nathan Scott1-14/+9
2006-06-09[XFS] Cleanup a missed porting conversion, and freezing.Nathan Scott2-6/+5
2006-06-09[XFS] Resolve a namespace collision on remaining vtypes for FreeBSDNathan Scott7-55/+55
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott16-459/+330
2006-06-09[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott6-170/+137
2006-06-09[XFS] Fix a typo in a header file comment.Nathan Scott1-2/+2
2006-06-09[XFS] Start writeout earlier (on last close) in the case where we have aNathan Scott4-58/+62
2006-06-09[XFS] Make the pflags test/set wrappers more legible for us mere humans.Nathan Scott3-43/+13
2006-06-09[XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott5-9/+33
2006-06-09[XFS] getattr can return an error code, so propogate any from lowerNathan Scott1-1/+1
2006-06-09[XFS] Drop use of m_writeio_blocks when zeroing, its not meaningfulNathan Scott1-14/+3
2006-06-09[XFS] lock validator: lockdep: small xfs init_rwsem() cleanup Ingo Molnar1-2/+2
2006-06-09[XFS] Add degframentation exclusion supportBarry Naujok4-0/+9
2006-06-09[XFS] Fix a noatime regression related to updating inode atime field onNathan Scott1-17/+3
2006-06-09[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber2-3/+3
2006-04-11[PATCH] splice: pass offset around for ->splice_read() and ->splice_write()Jens Axboe4-18/+24
2006-04-11Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds4-10/+10
2006-04-11[PATCH] Add GFP_NOWAITJeff Dike1-1/+1
2006-04-11[XFS] Fix utime(2) in the case that no times parameter was passed in. Nathan Scott1-2/+1
2006-04-11[XFS] Fix a writepage regression where we accidentally stopped honouringNathan Scott1-9/+9