summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-106-83/+0Star
* [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/+1Star
* 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/+26Star
| * [XFS] Get rid of redundant "required" in msg.Utako Kusaka2007-05-081-2/+1Star
| * [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/+0Star
| * [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/+1Star
| * [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/+3Star
| * [XFS] remove more misc. unused argsEric Sandeen2007-05-083-15/+8Star
| * [XFS] the "aendp" arg to xfs_dir2_data_freescan is always NULL, remove it.Eric Sandeen2007-05-085-21/+13Star
| * [XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen2007-05-0821-67/+50Star
* | mm: move common segment checks to separate helper functionDmitriy Monakhov2007-05-081-19/+3Star
|/
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1Star
* [PATCH] Make XFS workqueues nonfreezableRafael J. Wysocki2007-03-231-2/+2
* [PATCH] xfs warning fixAndrew Morton2007-02-211-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/+0Star
* [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/+0Star
* [PATCH] Make BH_Unwritten a first class bufferhead flag V2David Chinner2007-02-121-10/+0Star
* [XFS] Don't use kmap in xfs_iozero.David Chinner2007-02-101-7/+3Star
* [XFS] Remove a bunch of unused functions from XFS.Eric Sandeen2007-02-109-294/+0Star
* [XFS] Remove unused arguments from the XFS_BTREE_*_ADDR macros.Eric Sandeen2007-02-107-82/+39Star
* [XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen2007-02-1019-205/+0Star
* [XFS] Make freeze code a little cleaner.David Chinner2007-02-103-11/+11
* [XFS] Remove unused argument to xfs_bmap_finishEric Sandeen2007-02-109-35/+25Star
* [XFS] Clean up use of VFS attr flagsEric Sandeen2007-02-101-18/+13Star
* [XFS] Remove useless memory barrierRalf Baechle2007-02-101-1/+0Star
* [XFS] XFS sysctl cleanupsEric W. Biederman2007-02-101-79/+181
* [XFS] Fix assertion in xfs_attr_shortform_remove().Lachlan McIlroy2007-02-101-1/+2
* [XFS] Fix callers of xfs_iozero() to zero the correct range.Lachlan McIlroy2007-02-103-20/+20
* [XFS] Ensure a frozen filesystem has a clean log before writing the dummyDavid Chinner2007-02-103-7/+34
* [XFS] Fix sub-block zeroing for buffered writes into unwritten extents.David Chinner2007-02-101-4/+9
* [XFS] Re-initialize the per-cpu superblock counters after recovery.Lachlan McIlroy2007-02-103-5/+23
* [XFS] Fix block reservation changes for non-SMP systems.Kevin Jamieson2007-02-101-1/+1
* [XFS] Fix block reservation mechanism.David Chinner2007-02-104-20/+54
* [XFS] Make growfs work for amounts greater than 2TBDavid Chinner2007-02-105-61/+68
* [XFS] Fix inode log item use-after-free on forced shutdownDavid Chinner2007-02-101-4/+18