[PATCH] kthread: convert loop.c to kthread
[safe/jmp/linux-2.6] / fs / xfs /
2006-09-27 Theodore Ts'o[PATCH] inode-diet: Eliminate i_blksize from the inode...
2006-09-27 Alexey Dobriyan[PATCH] Really ignore kmem_cache_destroy return value
2006-09-27 Panagiotis Issaris[PATCH] fs: Removing useless casts
2006-09-07 Nathan Scott[XFS] Fix a bad pointer dereference in the quota statvf...
2006-09-07 David Chinner[XFS] Fix xfs_splice_write() so appended data gets...
2006-09-07 Lachlan McIlroy[XFS] Fix ABBA deadlock between i_mutex and iolock...
2006-09-07 David Chinner[XFS] Prevent free space oversubscription and xfssyncd...
2006-08-30 Adrian Bunk[XFS] Fix char size overflow in bmap_alloc call for...
2006-08-10 Nathan Scott[XFS] Fix xfs_free_extent related NULL pointer dereference.
2006-07-28 Nathan Scott[XFS] Ensure bulkstat from an invalid inode number...
2006-07-28 Nathan Scott[XFS] Fix a barrier related forced shutdown on mounts...
2006-07-28 Nathan Scott[XFS] Fix remount vs no/barrier options by ensuring...
2006-07-28 Christoph Hellwig[XFS] All xfs_disk_dquot_t values are (as the name...
2006-07-10 David Howells[PATCH] FDPIC: Move roundup() into linux/kernel.h
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-28 Christoph Hellwig[PATCH] mark address_space_operations const
2006-06-28 Linus TorvaldsMerge git://oss.sgi.com:8090/nathans/xfs-2.6
2006-06-28 Nathan Scott[XFS] Fixup whitespace damage in log_write, remove...
2006-06-28 Chandra Seetharaman[PATCH] cpu hotplug: use hotplug version of cpu notifie...
2006-06-28 Nathan Scott[XFS] Rework code snippets slightly to remove remaining...
2006-06-27 Eric Sesterhenn[XFS] Fix realtime subvolume expansion, a porting bug...
2006-06-27 Nathan Scott[XFS] Remove a race condition where a linked inode...
2006-06-27 Alexey Dobriyan[XFS] Remove redundant directory checks from inode...
2006-06-27 Nathan Scott[XFS] Remove a couple of no-longer-used macros.
2006-06-27 Alexey Dobriyan[XFS] Reduce size of xfs_trans_t structure. * remove...
2006-06-27 Alexey Dobriyan[XFS] remove unused behaviour lock - shrink XFS vnode...
2006-06-27 Alexey Dobriyan[XFS] * There is trivial "inode => vnode => inode"...
2006-06-27 Alexey Dobriyan[XFS] link(2) on directory is banned in VFS.
2006-06-26 Alexey Dobriyan[PATCH] xfs: update ->flush method proto
2006-06-23 KAMEZAWA Hiroyuki[PATCH] for_each_possible_cpu: xfs
2006-06-23 David Howells[PATCH] XFS: Use the dentry passed to statfs() to limit...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to perform statfs with...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to override root dentry...
2006-06-20 Nathan Scott[XFS] Remove files from the build that are now unused.
2006-06-20 Nathan Scott[XFS] Fix a Makefile issue related to exports.o handling.
2006-06-20 Nathan Scott[XFS] Remove version 1 directory code. Never functioned...
2006-06-20 Nathan Scott[XFS] Map EFSCORRUPTED to an actual error code, not...
2006-06-18 Al Viro[XFS] Kill direct access to ->count in valusema();...
2006-06-18 Nathan Scott[XFS] Remove unneeded conditional code on NFS export...
2006-06-18 Nathan Scott[XFS] Remove an incorrect use of unlikely() on a relati...
2006-06-18 Nathan Scott[XFS] Push some common code out of write path into...
2006-06-18 Nathan Scott[XFS] Remove unnecessary local from open_exec dmapi...
2006-06-13 Nathan Scott[XFS] Minor XFS documentation updates.
2006-06-09 Nathan Scott[XFS] Fix broken const use inside local suffix_strtoul...
2006-06-09 Mandy Kirkconnell[XFS] Fix nused counter. It's currently getting set...
2006-06-09 Nathan Scott[XFS] Fix mismerge of the fs_writable cleanup patch...
2006-06-09 Nathan Scott[XFS] Fix up debug code so that bulkstat wont generate...
2006-06-09 Nathan Scott[XFS] Remove unused parameter from di2xflags routine.
2006-06-09 Nathan Scott[XFS] Cleanup a missed porting conversion, and freezing.
2006-06-09 Nathan Scott[XFS] Resolve a namespace collision on remaining vtypes...
2006-06-09 Nathan Scott[XFS] Resolve a namespace collision on vnode/vnodeops...
2006-06-09 Nathan Scott[XFS] Resolve a namespace collision on vfs/vfsops for...
2006-06-09 Nathan Scott[XFS] statvfs component of directory/project quota...
2006-06-09 Nathan Scott[XFS] Portability changes: remove prdev, stick to one...
2006-06-09 Nathan Scott[XFS] Remove dead code from come bulkstat paths.
2006-06-09 Nathan Scott[XFS] Fix a typo in a header file comment.
2006-06-09 Nathan Scott[XFS] Start writeout earlier (on last close) in the...
2006-06-09 Nathan Scott[XFS] Make the pflags test/set wrappers more legible...
2006-06-09 Nathan Scott[XFS] Fix a buffer refcount leak in dir2 code on a...
2006-06-09 Nathan Scott[XFS] Shutdown the filesystem if all device paths have...
2006-06-09 Nathan Scott[XFS] getattr can return an error code, so propogate...
2006-06-09 Nathan Scott[XFS] Drop use of m_writeio_blocks when zeroing, its...
2006-06-09 Ingo Molnar[XFS] lock validator: lockdep: small xfs init_rwsem...
2006-06-09 Tim Shimmin[XFS] Over zealous with doing endian conversions. We...
2006-06-09 David Chinner[XFS] Stop a BUG from occurring in generic_delete_inode...
2006-06-09 Tim Shimmin[XFS] inode items and EFI/EFDs have different ondisk...
2006-06-09 Yingping Lu[XFS] In actual allocation of file system blocks and...
2006-06-09 Barry Naujok[XFS] Add degframentation exclusion support
2006-06-09 Nathan Scott[XFS] Fix a noatime regression related to updating...
2006-06-09 Nathan Scott[XFS] Fix a comment typo, originally noticed by Ming...
2006-06-09 Mandy Kirkconnell[XFS] Fix size argument in kmem_free().
2006-06-09 Olaf Weber[XFS] Originally the ATTR_DMI flag also had the functio...
2006-06-09 Christoph Hellwig[XFS] endianess annotations for xfs_dir_leaf_entry_t
2006-06-09 Christoph Hellwig[XFS] endianess annotations for xfs_dir_leaf_hdr_t
2006-06-09 Christoph Hellwig[XFS] endianess annotations for xfs_dir2_data_entry_t
2006-06-09 Olaf Weber[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi...
2006-05-08 Nathan Scott[XFS] Fix a possible metadata buffer (AGFL) refcount...
2006-05-08 Nathan Scott[XFS] Fix a project quota space accounting leak on...
2006-05-08 Nathan Scott[XFS] Fix a possible forced shutdown due to mishandling...
2006-04-11 Jens Axboe[PATCH] splice: pass offset around for ->splice_read...
2006-04-11 Linus TorvaldsMerge branch 'splice' of git://brick.kernel.dk/data...
2006-04-11 Jeff Dike[PATCH] Add GFP_NOWAIT
2006-04-11 Nathan Scott[XFS] Fix a problem in aligning inode allocations to...
2006-04-11 Nathan Scott[XFS] Fix utime(2) in the case that no times parameter...
2006-04-11 David Chinner[XFS] Fix an inode use-after-free durin an unpin. When...
2006-04-11 David Chinner[XFS] Fix inode reclaim scalability regression. When...
2006-04-11 Nathan Scott[XFS] Fix a writepage regression where we accidentally...
2006-04-11 Nathan Scott[XFS] Fix superblock validation regression for the...
2006-04-10 Ingo Molnar[PATCH] introduce a "kernel-internal pipe object" abstr...
2006-03-31 Nathan Scott[XFS] Provide XFS support for the splice syscall.
2006-03-31 Nathan Scott[XFS] Reenable write barriers by default.
2006-03-31 Nathan Scott[XFS] Make project quota enforcement return an error...
2006-03-31 Nathan Scott[XFS] Implement the silent parameter to fill_super...
2006-03-31 Mandy Kirkconnell[XFS] Cleanup comment to remove reference to obsoleted...
2006-03-29 Nathan Scott[XFS] Cleanup in XFS after recent get_block_t interface...
2006-03-28 Mandy Kirkconnell[XFS] Remove unused/obsoleted function: xfs_bmap_do_sea...
2006-03-28 Glen Overby[XFS] A change to inode chunk allocation to try allocat...
2006-03-28 Nathan Scott[XFS] Fix compiler warning and small code inconsistenci...
2006-03-28 Nathan Scott[XFS] We really suck at spulling. Thanks to Chris...
2006-03-28 Arjan van de Ven[PATCH] Make most file operations structs in fs/ const
next