| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [XFS] Fix remount,readonly path to flush everything correctly. | David Chinner | 2007-07-14 | 2 | -1/+15 |
* | [XFS] Map unwritten extents correctly for I/o completion processing | David Chinner | 2007-07-14 | 1 | -1/+12 |
* | [XFS] Handle null returned from xfs_vtoi() in xfs_setfilesize(). | David Chinner | 2007-07-14 | 1 | -0/+2 |
* | [XFS] Block on unwritten extent conversion during synchronous direct I/O. | David Chinner | 2007-07-14 | 1 | -8/+20 |
* | [XFS] Flush the block device before closing it on unmount. | David Chinner | 2007-07-14 | 1 | -0/+1 |
* | [XFS] Lazy Superblock Counters | David Chinner | 2007-07-14 | 2 | -1/+3 |
* | [XFS] Use generic shrinker interfaces in XFS. | Andrew Morton | 2007-07-14 | 2 | -22/+3 |
* | [XFS] Fix double free in xfs_buf_get_noaddr error handling path | Christoph Hellwig | 2007-07-14 | 1 | -1/+2 |
* | [XFS] Only use refcounted pages for I/O | Christoph Hellwig | 2007-07-14 | 2 | -29/+22 |
* | sendfile: remove .sendfile from filesystems that use generic_file_sendfile() | Jens Axboe | 2007-07-10 | 5 | -80/+0 |
* | [XFS] s/memclear_highpage_flush/zero_user_page/ | Christoph Hellwig | 2007-06-19 | 1 | -1/+1 |
* | [XFS] Write at EOF may not update filesize correctly. | David Chinner | 2007-05-29 | 1 | -9/+17 |
* | Remove SLAB_CTOR_CONSTRUCTOR | Christoph Lameter | 2007-05-17 | 1 | -2/+1 |
* | Merge git://oss.sgi.com:8090/xfs/xfs-2.6 | Linus Torvalds | 2007-05-08 | 8 | -90/+212 |
|\ |
|
| * | [XFS] Add lockdep support for XFS | Lachlan McIlroy | 2007-05-08 | 1 | -0/+12 |
| * | [XFS] Fix race in xfs_write() b/w dmapi callout and direct I/O checks. | Lachlan McIlroy | 2007-05-08 | 1 | -27/+26 |
| * | [XFS] Export via a function xfs_buftarg_list for use by kdb/xfsidbg. | Tim Shimmin | 2007-05-08 | 2 | -1/+12 |
| * | [XFS] Fix to prevent the notorious 'NULL files' problem after a crash. | Lachlan McIlroy | 2007-05-08 | 2 | -48/+132 |
| * | [XFS] Fix race condition in xfs_write(). | Lachlan McIlroy | 2007-05-08 | 1 | -29/+32 |
| * | [XFS] propogate return codes from flush routines | Lachlan McIlroy | 2007-05-08 | 4 | -12/+25 |
* | | mm: move common segment checks to separate helper function | Dmitriy Monakhov | 2007-05-08 | 1 | -19/+3 |
|/ |
|
* | slab allocators: Remove SLAB_DEBUG_INITIAL flag | Christoph Lameter | 2007-05-07 | 1 | -2/+1 |
* | [PATCH] Make XFS workqueues nonfreezable | Rafael J. Wysocki | 2007-03-22 | 1 | -2/+2 |
* | [PATCH] xfs warning fix | Andrew Morton | 2007-02-20 | 1 | -1/+1 |
* | [PATCH] sysctl: remove insert_at_head from register_sysctl | Eric W. Biederman | 2007-02-14 | 1 | -1/+1 |
* | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 1 | -1/+0 |
* | [PATCH] mark struct inode_operations const 3 | Arjan van de Ven | 2007-02-12 | 2 | -6/+6 |
* | [PATCH] Make XFS use BH_Unwritten and BH_Delay correctly | David Chinner | 2007-02-12 | 1 | -3/+0 |
* | [PATCH] Make BH_Unwritten a first class bufferhead flag V2 | David Chinner | 2007-02-12 | 1 | -10/+0 |
* | [XFS] Don't use kmap in xfs_iozero. | David Chinner | 2007-02-10 | 1 | -7/+3 |
* | [XFS] Remove unused header files for MAC and CAP checking functionality. | Eric Sandeen | 2007-02-10 | 4 | -8/+0 |
* | [XFS] Make freeze code a little cleaner. | David Chinner | 2007-02-10 | 2 | -3/+2 |
* | [XFS] Clean up use of VFS attr flags | Eric Sandeen | 2007-02-10 | 1 | -18/+13 |
* | [XFS] Remove useless memory barrier | Ralf Baechle | 2007-02-10 | 1 | -1/+0 |
* | [XFS] XFS sysctl cleanups | Eric W. Biederman | 2007-02-10 | 1 | -79/+181 |
* | [XFS] Fix callers of xfs_iozero() to zero the correct range. | Lachlan McIlroy | 2007-02-10 | 2 | -19/+19 |
* | [XFS] Ensure a frozen filesystem has a clean log before writing the dummy | David Chinner | 2007-02-10 | 2 | -3/+12 |
* | [XFS] Fix sub-block zeroing for buffered writes into unwritten extents. | David Chinner | 2007-02-10 | 1 | -4/+9 |
* | [XFS] remove unused filp from ioctl functions | Lachlan McIlroy | 2007-02-10 | 1 | -11/+5 |
* | [XFS] mraccessf & mrupdatef are supposed to be the "flags" versions of the | Lachlan McIlroy | 2007-02-10 | 1 | -4/+2 |
* | [XFS] use struct kvec in struct uio | Lachlan McIlroy | 2007-02-10 | 1 | -1/+1 |
* | [XFS] Keep stack usage down for 4k stacks by using noinline. | David Chinner | 2007-02-10 | 9 | -32/+32 |
* | [XFS] Current usage of buftarg flags is incorrect. | David Chinner | 2007-02-10 | 2 | -10/+9 |
* | [XFS] Fix a synchronous buftarg flush deadlock when freezing. | David Chinner | 2007-02-10 | 1 | -57/+60 |
* | [PATCH] Fix XFS after clear_page_dirty() removal | David Chinner | 2006-12-21 | 1 | -2/+2 |
* | [PATCH] dio: only call aio_complete() after returning -EIOCBQUEUED | Zach Brown | 2006-12-10 | 1 | -1/+1 |
* | [PATCH] xfs: change uses of f_{dentry,vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 4 | -21/+21 |
* | [PATCH] Use freezeable workqueues in XFS | Rafael J. Wysocki | 2006-12-07 | 1 | -2/+2 |
* | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 2006-12-07 | 2 | -0/+2 |
* | WorkStruct: make allyesconfig | David Howells | 2006-11-22 | 2 | -13/+17 |