[XFS] implement generic xfs_btree_delete/delrec
[safe/jmp/linux-2.6] / fs / xfs / linux-2.6 /
2008-10-30 Christoph Hellwig[XFS] make btree tracing generic
2008-10-30 David Chinner[XFS] add new btree statistics
2008-10-30 Lachlan McIlroy[XFS] Remove kmem_zone_t argument from xfs_inode_init_o...
2008-10-30 David Chinner[XFS] Make use of the init-once slab optimisation.
2008-10-23 Linus TorvaldsMerge git://git./linux/kernel/git/viro/bdev
2008-10-23 David Woodhouse[PATCH] Remove XFS buffered readdir hack
2008-10-23 Christoph Hellwig[PATCH] switch all filesystems over to d_obtain_alias
2008-10-21 Al Viro[PATCH] propagate mode through open_bdev_excl/close_bde...
2008-10-15 Christoph Hellwigxfs: fix remount rw with unrecognized options
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-10-10 Christoph HellwigFix barrier fail detection in XFS
2008-09-17 Lachlan McIlroy[XFS] Prevent direct I/O from mapping extents beyond eof
2008-09-17 Christoph Hellwig[XFS] Fix regression introduced by remount fixup
2008-08-25 Al Viro[PATCH] fix ->llseek() for a bunch of directories
2008-08-25 Christoph Hellwig[PATCH] change d_add_ci argument ordering
2008-08-13 David HowellsCRED: Introduce credential access wrappers
2008-08-13 Lachlan McIlroy[XFS] Use KM_NOFS for debug trace buffers
2008-08-13 Christoph Hellwig[XFS] don't call xfs_freesb from xfs_unmountfs
2008-08-13 Christoph Hellwig[XFS] cleanup xfs_mountfs
2008-08-13 Christoph Hellwig[XFS] move root inode IRELE into xfs_unmountfs
2008-08-13 Christoph Hellwig[XFS] stop using file_update_time
2008-08-13 Christoph Hellwig[XFS] optimize xfs_ichgtime
2008-08-13 Christoph Hellwig[XFS] update timestamp in xfs_ialloc manually
2008-08-13 David Chinner[XFS] remove the sema_t from XFS.
2008-08-13 David Chinner[XFS] replace the XFS buf iodone semaphore with a compl...
2008-08-13 David Chinner[XFS] clean up stale references to semaphores
2008-08-13 Lachlan McIlroy[XFS] Fix compile failure in xfs_buf_trace()
2008-08-13 Christoph Hellwig[XFS] sanitize xfs_initialize_vnode
2008-08-13 Christoph Hellwig[XFS] kill bhv_vnode_t
2008-08-13 Christoph Hellwig[XFS] remove some easy bhv_vnode_t instances
2008-08-13 Christoph Hellwig[XFS] implement IHOLD/IRELE directly
2008-08-13 Christoph Hellwig[XFS] kill vn_to_inode
2008-08-13 Christoph Hellwig[XFS] Remove vn_from_inode()
2008-08-13 Eric Sandeen[XFS] convert xfs to use ERR_CAST
2008-08-13 Christoph Hellwig[XFS] don't leak m_fsname/m_rtname/m_logname
2008-08-13 David Chinner[XFS] XFS: Kill xfs_vtoi()
2008-08-13 David Chinner[XFS] Kill shouty XFS_ITOV() macro
2008-08-13 David Chinner[XFS] kill shouty XFS_ITOV_NULL macro
2008-08-13 David Chinner[XFS] Avoid directly referencing the VFS inode.
2008-08-13 Lachlan McIlroy[XFS] Do not access buffers after dropping reference...
2008-08-05 Nick Pigginfs: rename buffer trylock
2008-08-05 Nick Pigginmm: rename page trylock
2008-07-28 Christoph Hellwig[XFS] Remove vn_revalidate calls in xfs.
2008-07-28 Christoph Hellwig[XFS] Now that xfs_setattr is only used for attributes...
2008-07-28 Christoph Hellwig[XFS] xfs_setattr currently doesn't just handle the...
2008-07-28 Lachlan McIlroy[XFS] fix use after free with external logs or real...
2008-07-28 Christoph Hellwig[XFS] fix compilation without CONFIG_PROC_FS
2008-07-28 Christoph Hellwig[XFS] fix mount option parsing in remount
2008-07-28 Eric Sandeen[XFS] Disable queue flag test in barrier check.
2008-07-28 Christoph Hellwig[XFS] streamline init/exit path
2008-07-28 Christoph Hellwig[XFS] attrmulti cleanup
2008-07-28 Christoph Hellwig[XFS] Check for invalid flags in xfs_attrlist_by_handle.
2008-07-28 Lachlan McIlroy[XFS] Use the generic xattr methods.
2008-07-28 Christoph Hellwig[XFS] Don't update i_size for directories and special...
2008-07-28 Christoph Hellwig[XFS] Merge xfs_rmdir into xfs_remove
2008-07-28 Eric Sandeen[XFS] Pack some shortform dir2 structures for the ARM...
2008-07-28 Lachlan McIlroy[XFS] Use the generic xattr methods.
2008-07-28 Barry Naujok[XFS] Invalidate dentry in unlink/rmdir if in case...
2008-07-28 Barry Naujok[XFS] Remove d_add call for an ENOENT lookup return...
2008-07-28 Barry Naujok[XFS] kmem_free and kmem_realloc to use const void *
2008-07-28 Barry Naujok[XFS] XFS: ASCII case-insensitive support
2008-07-28 Barry Naujok[XFS] Return case-insensitive match for dentry cache
2008-07-28 Christoph Hellwig[XFS] add missing call to xfs_filestream_unmount on...
2008-07-28 Christoph Hellwig[XFS] rename error2 goto label in xfs_fs_fill_super
2008-07-28 Christoph Hellwig[XFS] kill calls to xfs_binval in the mount error path
2008-07-28 Christoph Hellwig[XFS] kill xfs_mount_init
2008-07-28 Christoph Hellwig[XFS] allow xfs_args_allocate to fail
2008-07-28 Christoph Hellwig[XFS] add xfs_setup_devices helper
2008-07-28 Christoph Hellwig[XFS] sort out opening and closing of the block devices
2008-07-28 Christoph Hellwig[XFS] merge xfs_mount into xfs_fs_fill_super
2008-07-28 Christoph Hellwig[XFS] merge xfs_unmount into xfs_fs_put_super / xfs_fs_...
2008-07-28 Christoph Hellwig[XFS] merge xfs_mntupdate into xfs_fs_remount
2008-07-28 Christoph Hellwig[XFS] Kill attr_capable checks as already done in xattr...
2008-07-28 Denys Vlasenko[XFS] Remove unused wbc parameter from xfs_start_page_w...
2008-07-28 Denys Vlasenko[XFS] Remove unused arg from kmem_free()
2008-07-28 Tim Shimmin[XFS] Fix up noattr2 so that it will properly update...
2008-07-27 Al Viro[PATCH] sanitize __user_walk_fd() et.al.
2008-07-27 Miklos Szeredi[patch 3/5] vfs: change remove_suid() to file_remove_suid()
2008-07-27 Al Viro[PATCH] sanitize ->permission() prototype
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-05-23 Christoph Hellwig[XFS] Fix memory corruption with small buffer reads
2008-05-23 David Chinner[XFS] Fix fsync() b0rkage.
2008-04-30 David Chinner[XFS] Include linux/random.h in all builds, not just...
2008-04-30 David Chinner[XFS] Include linux/random.h in all builds, not just...
2008-04-29 Stephen Rothwell[XFS] Fix build failure after enabling CONFIG_XFS_DEBUG
2008-04-29 Christoph Hellwig[XFS] remove dmapi cruft in xfs_file.c
2008-04-29 Christoph Hellwig[XFS] remove sendfile leftovers
2008-04-29 Donald Douwsma[XFS] Fix broken HAVE_SPLICE removal commit.
2008-04-29 Christoph Hellwig[XFS] Add xfs_icsb_sync_counters_locked for when m_sb_l...
2008-04-29 Barry Naujok[XFS] Cleanup xfs_attr a bit with xfs_name and remove...
2008-04-29 Christoph Hellwig[XFS] remove manual lookup from xfs_rename and simplify...
2008-04-29 Christoph Hellwig[XFS] shrink mrlock_t
2008-04-29 Christoph Hellwig[XFS] kill di_mode checks after xfs_iget
2008-04-29 Christoph Hellwig[XFS] Remove VN_IS* macros and related cruft.
2008-04-21 Linus TorvaldsMerge branch 'semaphore' of git://git./linux/kernel...
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: elevate count for xfs timestam...
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: elevate write count for ioctls()
2008-04-19 Matthew WilcoxConvert asm/semaphore.h users to linux/semaphore.h
2008-04-18 Lachlan McIlroy[XFS] Fix merge failure
2008-04-18 Lachlan McIlroy[XFS] The forward declarations for the xfs_ioctl()...
next