summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-2/+2
* [PATCH] fs: Removing useless castsPanagiotis Issaris2006-09-272-3/+3
* [XFS] Fix xfs_splice_write() so appended data gets to disk.David Chinner2006-09-071-0/+16
* [XFS] Fix ABBA deadlock between i_mutex and iolock. Avoid callingLachlan McIlroy2006-09-072-10/+19
* [XFS] Fix a barrier related forced shutdown on mounts with quota enabled.Nathan Scott2006-07-281-0/+7
* [XFS] Fix remount vs no/barrier options by ensuring we clear unwantedNathan Scott2006-07-281-2/+2
* [PATCH] FDPIC: Move roundup() into linux/kernel.hDavid Howells2006-07-101-1/+0
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-303-3/+0
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-283-3/+3
* [XFS] Remove a race condition where a linked inode could BUG_ON inNathan Scott2006-06-271-2/+4
* [XFS] Remove redundant directory checks from inode link operation.Alexey Dobriyan2006-06-271-3/+0
* [XFS] Remove a couple of no-longer-used macros.Nathan Scott2006-06-271-2/+0
* [XFS] * There is trivial "inode => vnode => inode" conversion, but onlyAlexey Dobriyan2006-06-271-1/+1
* [PATCH] xfs: update ->flush method protoAlexey Dobriyan2006-06-251-1/+2
* [PATCH] for_each_possible_cpu: xfsKAMEZAWA Hiroyuki2006-06-232-3/+3
* [PATCH] XFS: Use the dentry passed to statfs() to limit the scope of the resultsDavid Howells2006-06-231-1/+2
* [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-2/+2
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+5
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-208-14/+0
* [XFS] Map EFSCORRUPTED to an actual error code, not just a made up oneNathan Scott2006-06-201-18/+2
* [XFS] Kill direct access to ->count in valusema(); all we ever use it forAl Viro2006-06-191-9/+10
* [XFS] Remove unneeded conditional code on NFS export interface relatedNathan Scott2006-06-191-3/+1
* [XFS] Push some common code out of write path into core XFS code forNathan Scott2006-06-191-73/+3
* [XFS] Remove unnecessary local from open_exec dmapi path.Nathan Scott2006-06-191-14/+9
* [XFS] Cleanup a missed porting conversion, and freezing.Nathan Scott2006-06-092-6/+5
* [XFS] Resolve a namespace collision on remaining vtypes for FreeBSDNathan Scott2006-06-097-55/+55
* [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott2006-06-0916-459/+330
* [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott2006-06-096-170/+137
* [XFS] Fix a typo in a header file comment.Nathan Scott2006-06-091-2/+2
* [XFS] Start writeout earlier (on last close) in the case where we have aNathan Scott2006-06-094-58/+62
* [XFS] Make the pflags test/set wrappers more legible for us mere humans.Nathan Scott2006-06-093-43/+13
* [XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott2006-06-095-9/+33
* [XFS] getattr can return an error code, so propogate any from lowerNathan Scott2006-06-091-1/+1
* [XFS] Drop use of m_writeio_blocks when zeroing, its not meaningfulNathan Scott2006-06-091-14/+3
* [XFS] lock validator: lockdep: small xfs init_rwsem() cleanup Ingo Molnar2006-06-091-2/+2
* [XFS] Add degframentation exclusion supportBarry Naujok2006-06-094-0/+9
* [XFS] Fix a noatime regression related to updating inode atime field onNathan Scott2006-06-091-17/+3
* [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber2006-06-092-3/+3
* [PATCH] splice: pass offset around for ->splice_read() and ->splice_write()Jens Axboe2006-04-114-18/+24
* Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-04-114-10/+10
|\
| * [PATCH] introduce a "kernel-internal pipe object" abstractionIngo Molnar2006-04-104-10/+10
* | [PATCH] Add GFP_NOWAITJeff Dike2006-04-111-1/+1
* | [XFS] Fix utime(2) in the case that no times parameter was passed in. Nathan Scott2006-04-111-2/+1
* | [XFS] Fix a writepage regression where we accidentally stopped honouringNathan Scott2006-04-111-9/+9
|/
* [XFS] Provide XFS support for the splice syscall.Nathan Scott2006-03-315-62/+195
* [XFS] Implement the silent parameter to fill_super, previously ignored.Nathan Scott2006-03-311-5/+6
* [XFS] Cleanup in XFS after recent get_block_t interface tweaks.Nathan Scott2006-03-293-31/+26
* [XFS] Fix compiler warning and small code inconsistencies in compatNathan Scott2006-03-291-9/+13
* [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott2006-03-295-11/+11
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-282-6/+6
OpenPOWER on IntegriCloud