merge linus head to drm-mm branch
[safe/jmp/linux-2.6] / fs / xfs /
2005-10-08 Al Viro[PATCH] gfp flags annotations - part 1
2005-09-10 Nishanth Aravamudan[PATCH] fs: fix-up schedule_timeout() usage
2005-09-09 Ingo Molnar[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK...
2005-09-09 Nathan Scott[XFS] Revert recent quota Makefile change, not in a...
2005-09-08 Nathan Scott[XFS] Fix modular XFS builds (Makefile botch).
2005-09-08 Nathan Scott[XFS] Remove special Kconfig XFS menu, make XFS options...
2005-09-08 Nathan Scott[XFS] Cleanup some -Wundef flag warnings in the endian...
2005-09-05 Nathan Scott[XFS] Sort out some cosmetic differences between XFS...
2005-09-05 Nathan Scott[XFS] Fix incorrect use of BMAPI_READ in unwritten...
2005-09-04 Christoph Hellwig[XFS] replace "extern inline" with "static inline"...
2005-09-04 Christoph Hellwig[XFS] Switch kernel thread handling to the kthread_ API
2005-09-04 David Chinner[XFS] Fix racy access to pb_flags. pagebuf_rele()...
2005-09-04 Christoph Hellwig[XFS] Retry linux inode cacech lookup if we found a...
2005-09-04 Tim Shimmin[XFS] Fixes a bug in the quota code when allocating...
2005-09-04 Christoph Hellwig[XFS] remove some dead code from pagebuf
2005-09-04 Christoph Hellwig[XFS] allow a null behaviour pointer in linvfs_clear_inode
2005-09-04 Nathan Scott[XFS] Manage spinlock differences between kernel versio...
2005-09-04 Eric Sandeen[XFS] add handlers to fix xfs_flock_t alignment issues...
2005-09-04 Felix Blyakher[XFS] Check if there is first behavior before calling...
2005-09-04 Tim Shimmin[XFS] Need to be able to reset sb_qflags if not mountin...
2005-09-04 Christoph Hellwig[XFS] streamline the clear_inode path
2005-09-04 Christoph Hellwig[XFS] Delay I/O completion for unwritten extents after...
2005-09-04 Christoph Hellwig[XFS] Delay direct I/O completion to a workqueue This...
2005-09-04 Christoph Hellwig[XFS] Add in the new xfs_aops.h header file for I/O...
2005-09-02 Christoph Hellwig[XFS] Add infrastructure for tracking I/O completions
2005-09-02 Christoph Hellwig[XFS] add infrastructure for waiting on I/O completion...
2005-09-02 Christoph Hellwig[XFS] remove unessecary vnode flags
2005-09-02 Christoph Hellwig[XFS] Fix sparse warnings in kmem_* functions Patch...
2005-09-02 Tim Shimmin[XFS] Need to unlock the AIL before calling xfs_force_s...
2005-09-02 Christoph Hellwig[XFS] remove struct vnode::v_type
2005-09-02 Nathan Scott[XFS] Remove extraneous quotacheck diagnostics.
2005-09-02 Nathan Scott[XFS] Add in grpid/nogrpid mount option parsing, actual...
2005-09-02 Tim Shimmin[XFS] 929956 add log debugging and tracing info
2005-09-02 Tim Shimmin[XFS] Fix up the calculation of the reservation overhea...
2005-09-02 Nathan Scott[XFS] Fix regression in transaction reserved-block...
2005-09-02 Eric Sandeen[XFS] Fix check for writeable file in xfs_ioc_space...
2005-09-02 David Chinner[XFS] Prevent the incore superblock sb_fdblocks count...
2005-09-02 Nathan Scott[XFS] Add a chunk of tracing code to diagnose truncate...
2005-09-02 Nathan Scott[XFS] Make metadata IO completion consistent with other...
2005-09-02 Christoph Hellwig[XFS] replace vn_get usage by ihold
2005-09-02 Dean Roehrich[XFS] send dmapi events from nopage for mmapped files
2005-09-02 Dean Roehrich[XFS] upate copyrights
2005-09-02 Dean Roehrich[XFS] Update copyrights
2005-08-20 Al Viro[PATCH] Fix up symlink function pointers
2005-06-26 Christoph Lameter[PATCH] Cleanup patch for process freezing
2005-06-24 Christoph Hellwig[PATCH] pass iocb to dio_iodone_t
2005-06-22 Linus TorvaldsMerge rsync://oss.sgi.com/git/xfs-2.6
2005-06-22 Ingo Molnar[PATCH] smp_processor_id() cleanup
2005-06-22 Dean Roehrich[XFS] Handle inode semaphores properly for dmapi queues
2005-06-21 Nathan Scott[XFS] Remove some debugging code from quota syscalls.
2005-06-21 Nathan Scott[XFS] Merge a few minor fixes to the quota warning...
2005-06-21 Nathan Scott[XFS] Merge fixes into realtime quota code, since one...
2005-06-21 Nathan Scott[XFS] Makes more sense to use the fsxattr interface...
2005-06-21 Christoph Hellwig[XFS] (mostly) remove xfs_inval_cached_pages Since...
2005-06-21 Christoph Hellwig[XFS] simplify ASSERT
2005-06-21 Christoph Hellwig[XFS] consolidate extent item freeing
2005-06-21 Christoph Hellwig[XFS] quiesce the filesystem proper when freezing
2005-06-21 Christoph Hellwig[XFS] add XFS_INOBT_IS_FREE_DISK
2005-06-21 Eric Sandeen[XFS] Fix up some warning fallout from functions made...
2005-06-21 Nathan Scott[XFS] Add support for project quota inheritance, a...
2005-06-21 Nathan Scott[XFS] Add support for project quota, based on Dan Knapp...
2005-06-21 Christoph Hellwig[XFS] remove xfs_incore_relse
2005-06-21 Christoph Hellwig[XFS] simplify XFS_PURGE_INODE
2005-06-21 Christoph Hellwig[XFS] rewrite xfs_iflush_all
2005-06-21 Christoph Hellwig[XFS] mark various symbols static Patch from Adrian...
2005-06-21 Christoph Hellwig[XFS] Remove dead code. Patch from Adrian Bunk
2005-06-21 Christoph Hellwig[XFS] Fix pagebuf slab initialization
2005-06-21 Christoph Hellwig[XFS] fix some more compiler warnings in the vnode...
2005-06-21 Christoph Hellwig[XFS] rename various pagebuf symbols to xfsbuf
2005-06-21 Dean Roehrich[XFS] coordinate mmap calls with xfs_dm_punch_hole
2005-06-21 Nathan Scott[XFS] Add a get/set interface for XFS project identifiers.
2005-05-27 Christoph Hellwig[XFS] remove an over-zealous WARN_ON
2005-05-06 Nathan Scott[XFS] Fix directory inodes ioctl compat code, minor...
2005-05-06 Russell Cattelan[XFS] Fix a bug in xfs_iomap for extent handling of...
2005-05-05 Nathan Scott[XFS] Cleanup use of loff_t vs xfs_off_t in the core...
2005-05-05 Nathan Scott[XFS] Use the right offset when ensuring a delayed...
2005-05-05 Nathan Scott[XFS] Do not do delalloc conversion on pages beyond...
2005-05-05 Eric Sandeen[XFS] remove noisy printk at vnode trace allocation
2005-05-05 Daniel Moore[XFS] stop background sync from waiting for in-use...
2005-05-05 Nathan Scott[XFS] Disable the combination of XFS direct IO and...
2005-05-05 Nathan Scott[XFS] Resolve an issue with xfsbufd not getting along...
2005-05-05 Eric Sandeen[XFS] Fix up warnings
2005-05-05 Nathan Scott[XFS] Allow initial XFS delayed allocation size to...
2005-05-05 Dean Roehrich[XFS] Add ATTR_NOLOCK for xfs_setattr to indicate that...
2005-05-05 Eric Sandeen[XFS] Enable XFS_VNODE_TRACE
2005-05-05 Nathan Scott[XFS] Fix up uses of nlink_t incorrectly restricting...
2005-05-05 Nathan Scott[XFS] Block mount attempts for filesystems with version...
2005-05-05 Nathan Scott[XFS] Move the XFS inode to the front of its hash list...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2