summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* [XFS] Prevent deadlock when flushing inodes on unmountDavid Chinner2007-07-141-0/+11
* [XFS] Log the agf_length change in xfs_growfs_data_private().Tim Shimmin2007-07-141-0/+1
* [XFS] Map unwritten extents correctly for I/o completion processingDavid Chinner2007-07-141-1/+12
* [XFS] Apply transaction delta counts atomically to incore countersDavid Chinner2007-07-141-37/+40
* [XFS] Handle null returned from xfs_vtoi() in xfs_setfilesize().David Chinner2007-07-141-0/+2
* [XFS] Block on unwritten extent conversion during synchronous direct I/O.David Chinner2007-07-141-8/+20
* [XFS] Flush the block device before closing it on unmount.David Chinner2007-07-141-0/+1
* [XFS] xfs_bmapi fails to update the previous extent pointerDavid Chinner2007-07-141-3/+3
* [XFS] Fix the transaction flags to make lazy superblock counters work.David Chinner2007-07-141-1/+1
* [XFS] Lazy Superblock CountersDavid Chinner2007-07-1418-54/+337
* [XFS] Use generic shrinker interfaces in XFS.Andrew Morton2007-07-143-25/+6
* [XFS] Make hole punching at EOF atomic.David Chinner2007-07-142-13/+29
* [XFS] Fix vmalloc leak on mount/unmount.David Chinner2007-07-141-1/+1
* [XFS] Fix double free in xfs_buf_get_noaddr error handling pathChristoph Hellwig2007-07-141-1/+2
* [XFS] Fix use-after-free during log unmount.David Chinner2007-07-141-7/+9
* [XFS] Sleeping with the ilock waiting for I/O completion is Bad.David Chinner2007-07-141-45/+28
* [XFS] Don't grow filesystems past the size they can index.Nathan Scott2007-07-144-13/+29
* [XFS] Only use refcounted pages for I/OChristoph Hellwig2007-07-143-38/+32
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-106-83/+0
* [XFS] s/memclear_highpage_flush/zero_user_page/Christoph Hellwig2007-06-191-1/+1
* [XFS] Write at EOF may not update filesize correctly.David Chinner2007-05-291-9/+17
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-05-091-1/+1
|\
| * Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* | Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-0/+3
|/
* Merge git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-05-0844-304/+491
|\
| * [XFS] Add lockdep support for XFSLachlan McIlroy2007-05-085-28/+88
| * [XFS] Fix race in xfs_write() b/w dmapi callout and direct I/O checks.Lachlan McIlroy2007-05-081-27/+26
| * [XFS] Get rid of redundant "required" in msg.Utako Kusaka2007-05-081-2/+1
| * [XFS] Export via a function xfs_buftarg_list for use by kdb/xfsidbg.Tim Shimmin2007-05-082-1/+12
| * [XFS] Remove unused ilen variable and references.Tim Shimmin2007-05-081-4/+0
| * [XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Lachlan McIlroy2007-05-089-88/+208
| * [XFS] Fix race condition in xfs_write().Lachlan McIlroy2007-05-081-29/+32
| * [XFS] Fix uquota and oquota enforcement problems.Kouta Ooizumi2007-05-083-4/+12
| * [XFS] propogate return codes from flush routinesLachlan McIlroy2007-05-0810-22/+53
| * [XFS] Fix quotaon syscall failures for group enforcement requests.Donald Douwsma2007-05-081-3/+1
| * [XFS] Invalidate quotacheck when mounting without a quota type.Donald Douwsma2007-05-081-0/+11
| * [XFS] reducing the number of random number functions.Joe Perches2007-05-084-20/+3
| * [XFS] remove more misc. unused argsEric Sandeen2007-05-083-15/+8
| * [XFS] the "aendp" arg to xfs_dir2_data_freescan is always NULL, remove it.Eric Sandeen2007-05-085-21/+13
| * [XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen2007-05-0821-67/+50
* | mm: move common segment checks to separate helper functionDmitriy Monakhov2007-05-081-19/+3
|/
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* [PATCH] Make XFS workqueues nonfreezableRafael J. Wysocki2007-03-221-2/+2
* [PATCH] xfs warning fixAndrew Morton2007-02-201-1/+1
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-122-6/+6
* [PATCH] Make XFS use BH_Unwritten and BH_Delay correctlyDavid Chinner2007-02-121-3/+0
* [PATCH] Make BH_Unwritten a first class bufferhead flag V2David Chinner2007-02-121-10/+0