summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6
Commit message (Expand)AuthorAgeFilesLines
* [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
* [XFS] standardize on one sema init macroEric Sandeen2006-09-281-2/+0
* [XFS] Minor cleanup from dio locking fix, remove an extra conditional.Nathan Scott2006-09-281-5/+5
* [XFS] Fix a porting botch on the realtime subvol growfs code path.Nathan Scott2006-09-281-0/+7
* [XFS] Remove a no-longer-correct debug assert from dio completionNathan Scott2006-09-281-1/+0
* [XFS] Add a greedy allocation interface, allocating within a min/max sizeNathan Scott2006-09-282-1/+18
* [XFS] Improve error handling for the zero-fsblock extent detection code.Nathan Scott2006-09-281-1/+1
* [XFS] Be more defensive with page flags (error/private) for metadataNathan Scott2006-09-281-3/+8
* [XFS] Add a debug flag for allocations which are known to be larger thanNathan Scott2006-09-283-2/+11
* [XFS] Remove several macros that are no longer used anywhereEric Sandeen2006-09-282-9/+0
* [XFS] Remove a couple of unused BUF macrosEric Sandeen2006-09-281-5/+0
* [XFS] When issuing metadata readahead, submit bio with READA not READ.Nathan Scott2006-09-281-7/+7
* [XFS] Update XFS for i_blksize removal from generic inode structureNathan Scott2006-09-281-5/+20
* [XFS] remove accidentally reintroduced vfs unmount flag, unneeded inNathan Scott2006-09-281-1/+1
* [XFS] remove bhv_lookup, _range version works aswell and has more usefulChristoph Hellwig2006-09-281-2/+0
* [XFS] Fix sparse warning found when page tracing enabled, due toNathan Scott2006-09-281-4/+4
OpenPOWER on IntegriCloud