[MIPS] WRPPMC serial support move to platform device
[safe/jmp/linux-2.6] / fs / xfs /
2007-10-01 Tim ShimminRevert "[XFS] Avoid replaying inode buffer initialisati...
2007-09-20 Christoph Hellwig[XFS] fix valid but harmless sparse warning
2007-09-20 Eric Sandeen[XFS] fix filestreams on 32-bit boxes
2007-09-18 Lachlan McIlroy[XFS] Avoid replaying inode buffer initialisation log...
2007-09-18 Lachlan McIlroy[XFS] Ensure file size updates have been completed...
2007-09-17 David Chinner[XFS] On-demand reaping of the MRU cache
2007-09-05 Eric Sandeen[XFS] fix nasty quota hashtable allocation bug
2007-09-05 Christoph Hellwig[XFS] fix sparse shadowed variable warnings
2007-09-05 Christoph Hellwig[XFS] fix ASSERT and ASSERT_ALWAYS
2007-09-05 Christoph Hellwig[XFS] Fix sparse warning in kmem_shake_allow
2007-09-05 Christoph Hellwig[XFS] Fix sparse NULL vs 0 warnings
2007-09-05 David Chinner[XFS] Set filestreams object timeout to something sane.
2007-07-26 Al Viroxfs ioctl __user annotations
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2007-07-19 Nick Pigginmm: fault feedback #1
2007-07-19 Nick Pigginmm: merge populate and nopage into fault (fixes nonlinear)
2007-07-19 Nick Pigginmm: fix fault vs invalidate race for linear mappings
2007-07-19 David Chinner[XFS] Fix inode size update before data write in xfs_se...
2007-07-19 David Chinner[XFS] Allow punching holes to free space when at ENOSPC
2007-07-19 David Chinner[XFS] Implement ->page_mkwrite in XFS.
2007-07-17 Christoph Hellwigknfsd: exportfs: add exportfs.h header
2007-07-17 Rafael J. WysockiFreezer: make kernel threads nonfreezable by default
2007-07-17 Rusty Russellmm: clean up and kernelify shrinker registration
2007-07-14 David Chinner[XFS] Fix lockdep annotations for xfs_lock_inodes
2007-07-14 Michal Marek[XFS] Fix XFS_IOC_FSBULKSTAT{,_SINGLE} & XFS_IOC_FSINUM...
2007-07-14 Michal Marek[XFS] Compat ioctl handler for handle operations
2007-07-14 Michal Marek[XFS] Compat ioctl handler for XFS_IOC_FSGEOMETRY_V1.
2007-07-14 Eric Sandeen[XFS] Clean up function name handling in tracing code
2007-07-14 David Chinner[XFS] Quota inode has no parent.
2007-07-14 David Chinner[XFS] Concurrent Multi-File Data Streams
2007-07-14 Andrew Morton[XFS] Use uninitialized_var macro to stop warning about rtx
2007-07-14 Christoph Hellwig[XFS] XFS should not be looking at filp reference counts
2007-07-14 Vignesh Babu[XFS] Use is_power_of_2 instead of open coding checks
2007-07-14 Christoph Hellwig[XFS] Reduce shouting by removing unnecessary macros...
2007-07-14 David Chinner[XFS] Simplify XFS min/max macros.
2007-07-14 Eric Sandeen[XFS] Kill off xfs_count_bits
2007-07-14 Jesper Juhl[XFS] Cancel transactions on xfs_itruncate_start error.
2007-07-14 Christoph Hellwig[XFS] Use do_div() on 64 bit types.
2007-07-14 David Chinner[XFS] Fix remount,readonly path to flush everything...
2007-07-14 David Chinner[XFS] Cleanup inode extent size hint extraction
2007-07-14 David Chinner[XFS] Prevent ENOSPC from aborting transactions that...
2007-07-14 David Chinner[XFS] Prevent deadlock when flushing inodes on unmount
2007-07-14 Tim Shimmin[XFS] Log the agf_length change in xfs_growfs_data_priv...
2007-07-14 David Chinner[XFS] Map unwritten extents correctly for I/o completio...
2007-07-14 David Chinner[XFS] Apply transaction delta counts atomically to...
2007-07-14 David Chinner[XFS] Handle null returned from xfs_vtoi() in xfs_setfi...
2007-07-14 David Chinner[XFS] Block on unwritten extent conversion during synch...
2007-07-14 David Chinner[XFS] Flush the block device before closing it on unmount.
2007-07-14 David Chinner[XFS] xfs_bmapi fails to update the previous extent...
2007-07-14 David Chinner[XFS] Fix the transaction flags to make lazy superblock...
2007-07-14 David Chinner[XFS] Lazy Superblock Counters
2007-07-14 Andrew Morton[XFS] Use generic shrinker interfaces in XFS.
2007-07-14 David Chinner[XFS] Make hole punching at EOF atomic.
2007-07-14 David Chinner[XFS] Fix vmalloc leak on mount/unmount.
2007-07-14 Christoph Hellwig[XFS] Fix double free in xfs_buf_get_noaddr error handl...
2007-07-14 David Chinner[XFS] Fix use-after-free during log unmount.
2007-07-14 David Chinner[XFS] Sleeping with the ilock waiting for I/O completio...
2007-07-14 Nathan Scott[XFS] Don't grow filesystems past the size they can...
2007-07-14 Christoph Hellwig[XFS] Only use refcounted pages for I/O
2007-07-10 Jens Axboesendfile: remove .sendfile from filesystems that use...
2007-06-19 Christoph Hellwig[XFS] s/memclear_highpage_flush/zero_user_page/
2007-05-29 David Chinner[XFS] Write at EOF may not update filesize correctly.
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-09 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2007-05-09 Rafael J. WysockiAdd suspend-related notifications for CPU hotplug
2007-05-09 Michael OpdenackerFix occurrences of "the the "
2007-05-08 Linus TorvaldsMerge git://oss.sgi.com:8090/xfs/xfs-2.6
2007-05-08 Dmitriy Monakhovmm: move common segment checks to separate helper function
2007-05-08 Lachlan McIlroy[XFS] Add lockdep support for XFS
2007-05-08 Lachlan McIlroy[XFS] Fix race in xfs_write() b/w dmapi callout and...
2007-05-08 Utako Kusaka[XFS] Get rid of redundant "required" in msg.
2007-05-08 Tim Shimmin[XFS] Export via a function xfs_buftarg_list for use...
2007-05-08 Tim Shimmin[XFS] Remove unused ilen variable and references.
2007-05-08 Lachlan McIlroy[XFS] Fix to prevent the notorious 'NULL files' problem...
2007-05-08 Lachlan McIlroy[XFS] Fix race condition in xfs_write().
2007-05-08 Kouta Ooizumi[XFS] Fix uquota and oquota enforcement problems.
2007-05-08 Lachlan McIlroy[XFS] propogate return codes from flush routines
2007-05-08 Donald Douwsma[XFS] Fix quotaon syscall failures for group enforcemen...
2007-05-08 Donald Douwsma[XFS] Invalidate quotacheck when mounting without a...
2007-05-08 Joe Perches[XFS] reducing the number of random number functions.
2007-05-08 Eric Sandeen[XFS] remove more misc. unused args
2007-05-08 Eric Sandeen[XFS] the "aendp" arg to xfs_dir2_data_freescan is...
2007-05-08 Eric Sandeen[XFS] The last argument "lsn" of xfs_trans_commit(...
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-03-23 Rafael J. Wysocki[PATCH] Make XFS workqueues nonfreezable
2007-02-21 Andrew Morton[PATCH] xfs warning fix
2007-02-14 Eric W. Biederman[PATCH] sysctl: remove insert_at_head from register_sysctl
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 3
2007-02-12 David Chinner[PATCH] Make XFS use BH_Unwritten and BH_Delay correctly
2007-02-12 David Chinner[PATCH] Make BH_Unwritten a first class bufferhead...
2007-02-10 David Chinner[XFS] Don't use kmap in xfs_iozero.
2007-02-10 Eric Sandeen[XFS] Remove a bunch of unused functions from XFS.
2007-02-10 Eric Sandeen[XFS] Remove unused arguments from the XFS_BTREE_*_ADDR...
2007-02-10 Eric Sandeen[XFS] Remove unused header files for MAC and CAP checki...
2007-02-10 David Chinner[XFS] Make freeze code a little cleaner.
2007-02-10 Eric Sandeen[XFS] Remove unused argument to xfs_bmap_finish
2007-02-10 Eric Sandeen[XFS] Clean up use of VFS attr flags
2007-02-10 Ralf Baechle[XFS] Remove useless memory barrier
next