summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6
Commit message (Expand)AuthorAgeFilesLines
* [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://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-05-088-90/+212
|\
| * [XFS] Add lockdep support for XFSLachlan McIlroy2007-05-081-0/+12
| * [XFS] Fix race in xfs_write() b/w dmapi callout and direct I/O checks.Lachlan McIlroy2007-05-081-27/+26
| * [XFS] Export via a function xfs_buftarg_list for use by kdb/xfsidbg.Tim Shimmin2007-05-082-1/+12
| * [XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Lachlan McIlroy2007-05-082-48/+132
| * [XFS] Fix race condition in xfs_write().Lachlan McIlroy2007-05-081-29/+32
| * [XFS] propogate return codes from flush routinesLachlan McIlroy2007-05-084-12/+25
* | 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
* [XFS] Don't use kmap in xfs_iozero.David Chinner2007-02-101-7/+3
* [XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen2007-02-104-8/+0
* [XFS] Make freeze code a little cleaner.David Chinner2007-02-102-3/+2
* [XFS] Clean up use of VFS attr flagsEric Sandeen2007-02-101-18/+13
* [XFS] Remove useless memory barrierRalf Baechle2007-02-101-1/+0
* [XFS] XFS sysctl cleanupsEric W. Biederman2007-02-101-79/+181
* [XFS] Fix callers of xfs_iozero() to zero the correct range.Lachlan McIlroy2007-02-102-19/+19
* [XFS] Ensure a frozen filesystem has a clean log before writing the dummyDavid Chinner2007-02-102-3/+12
* [XFS] Fix sub-block zeroing for buffered writes into unwritten extents.David Chinner2007-02-101-4/+9
* [XFS] remove unused filp from ioctl functionsLachlan McIlroy2007-02-101-11/+5
* [XFS] mraccessf & mrupdatef are supposed to be the "flags" versions of theLachlan McIlroy2007-02-101-4/+2
* [XFS] use struct kvec in struct uioLachlan McIlroy2007-02-101-1/+1
* [XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner2007-02-109-32/+32
* [XFS] Current usage of buftarg flags is incorrect.David Chinner2007-02-102-10/+9
* [XFS] Fix a synchronous buftarg flush deadlock when freezing.David Chinner2007-02-101-57/+60
* [PATCH] Fix XFS after clear_page_dirty() removalDavid Chinner2006-12-211-2/+2
* [PATCH] dio: only call aio_complete() after returning -EIOCBQUEUEDZach Brown2006-12-101-1/+1
* [PATCH] xfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-084-21/+21
* [PATCH] Use freezeable workqueues in XFSRafael J. Wysocki2006-12-071-2/+2
* [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-072-0/+2
* WorkStruct: make allyesconfigDavid Howells2006-11-222-13/+17
* [XFS] Remove KERNEL_VERSION macros from xfs_dmapi.hDavid Chinner2006-11-111-0/+28
* [XFS] Clean up i_flags and i_flags_lock handling.David Chinner2006-11-111-3/+1
* [XFS] 956664: dm_read_invis() changes i_atimeVlad Apostolov2006-11-111-1/+4
* [XFS] 956618: Linux crashes on boot with XFS-DMAPI filesystem whenVlad Apostolov2006-11-111-2/+2
* [PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton2006-10-202-3/+5
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-011-1/+3
* [PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty2006-10-011-94/+0
* [PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty2006-10-011-23/+23
* [XFS] pv 956240, author: nathans, rv: vapo - Minor fixes inVlad Apostolov2006-09-281-6/+11
* [XFS] Really fix use after free in xfs_iunpin.David Chinner2006-09-281-0/+2
* [XFS] Collapse sv_init and init_sv into just the one interface.Eric Sandeen2006-09-281-2/+0