[PATCH] WAN: register_hdlc_device() doesn't need dev_alloc_name()
[safe/jmp/linux-2.6] / fs /
2006-06-22 Andrew Morton[PATCH] prune_one_dentry() tweaks
2006-06-22 NeilBrown[PATCH] Fix dcache race during umount
2006-06-22 Miklos Szeredi[PATCH] remove steal_locks()
2006-06-22 OGAWA Hirofumi[PATCH] Fix a race condition between ->i_mapping and...
2006-06-22 Anton Altaparmakov[PATCH] NTFS: Critical bug fix (affects MIPS and possib...
2006-06-22 Linus TorvaldsMerge git://oss.sgi.com:8090/xfs-2.6
2006-06-21 Kay Sievers[PATCH] Driver core: add generic "subsystem" link to...
2006-06-20 Linus TorvaldsMerge branch 'audit.b21' of git://git./linux/kernel...
2006-06-20 Linus TorvaldsMerge git://git.infradead.org/~dwmw2/rbtree-2.6
2006-06-20 Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2006-06-20 Amy Griffis[PATCH] log more info for directory entry change events
2006-06-20 Al Viro[PATCH] proc_loginuid_write() uses simple_strtoul(...
2006-06-20 Al Viro[PATCH] execve argument logging
2006-06-20 Amy Griffis[PATCH] inotify (4/5): allow watch removal from event...
2006-06-20 Amy Griffis[PATCH] inotify (3/5): add interfaces to kernel API
2006-06-20 Amy Griffis[PATCH] inotify (2/5): add name's inode to event handler
2006-06-20 Amy Griffis[PATCH] inotify (1/5): split kernel API from userspace...
2006-06-20 Nathan ScottMerge HEAD from ../linux-2.6
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-18 David Woodhouse[JFFS2] Check CRC32 on dirent and data nodes each time...
2006-06-18 David Woodhouse[JFFS2] When retiring nextblock, allocate a node_ref...
2006-06-18 David Woodhouse[JFFS2] Mark XATTR support as experimental, for now
2006-06-17 David Woodhouse[JFFS2] Don't trust node headers before the CRC is...
2006-06-17 Jens Axboe[PATCH] Fix missing ret assignment in __bio_map_user...
2006-06-14 Kirill Korotaev[PATCH] Return error in case flock_lock_file failure
2006-06-13 Nathan Scott[XFS] Minor XFS documentation updates.
2006-06-09 David Woodhouse[JFFS2] Fix more breakage caused by janitorial meddling.
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-06-08 Jens Axboe[PATCH] debugfs inode leak
2006-06-05 Trond Myklebust[PATCH] fs/namei.c: Call to file_permission() under...
2006-06-02 David Woodhouse[JFFS2] Remove stray __exit from jffs2_compressors_exit()
2006-05-31 Andrew Morton[PATCH] ext3 resize: fix double unlock_super()
2006-05-30 Steve French[[CIFS] Pass truncate open flag through on file open...
2006-05-30 Steve French[CIFS] Fix typos in previous fix
2006-05-30 Steve French[CIFS] endian fix for new POSIX byte range lock support
2006-05-30 Steve French[CIFS] fix memory leak in cifs session info struct...
2006-05-30 Steve French[CIFS] ACPI suspend oops
2006-05-30 Steve French[CIFS] Do not limit the length of share names (was...
2006-05-30 Steve French[CIFS] Fix new POSIX Locking for setting lock_type...
2006-05-30 David Woodhouse[JFFS2] Preallocate node refs for cleanmarker in summar...
2006-05-30 David Woodhouse[JFFS2] Fix calculation of potential summary marker...
2006-05-29 Thomas Gleixner[MTD] NAND Signal that a bitflip was corrected by ECC
2006-05-29 Thomas Gleixner[MTD] Rework the out of band handling completely
2006-05-29 Thomas Gleixner[MTD] Remove silly MTD_WRITE/READ macros
2006-05-29 Thomas Gleixner[MTD] NAND Replace oobinfo by ecclayout
2006-05-29 Thomas Gleixner[MTD] NAND Consolidate oobinfo handling
2006-05-28 David Woodhouse[JFFS2] Preallocate raw_node_refs in a couple of missin...
2006-05-28 David Woodhouse[JFFS2] Fix oops when marking space dirty in scan,...
2006-05-27 David Woodhouse[JFFS2] Fix wbuf recovery of f->metadata->raw node.
2006-05-26 David Woodhouse[JFFS2] Switch to using an array of jffs2_raw_node_refs...
2006-05-26 Florin Malita[PATCH] affs: possible null pointer dereference in...
2006-05-25 David Woodhouse[JFFS2] Fix 64-bit size_t problems in XATTR code.
2006-05-25 David Woodhouse[JFFS2] Fix and improve debugging output during scan.
2006-05-25 David Woodhouse[JFFS2] Add 'jeb' argument to jffs2_prealloc_raw_node_r...
2006-05-25 David Woodhouse[JFFS2] Correctly handle wasted space before summary...
2006-05-25 David Woodhouse[JFFS2] jffs2_free_all_node_refs() doesn't free them...
2006-05-25 David Woodhouse[JFFS2] Allocate node_ref for wasted space when skippin...
2006-05-24 David Woodhouse[JFFS2] Revert Artem's Bunkage in debug messages.
2006-05-24 Dave KleikampJFS: Fix multiple errors in metapage_releasepage
2006-05-24 David WoodhouseMerge branch 'master' of git://git.infradead.org/~gleix...
next