sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
[safe/jmp/linux-2.6] / fs / xfs / linux-2.6 /
2007-07-10 Jens Axboesendfile: remove .sendfile from filesystems that use...
2007-06-19 Christoph Hellwig[XFS] s/memclear_highpage_flush/zero_user_page/
2007-05-29 David Chinner[XFS] Write at EOF may not update filesize correctly.
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-08 Linus TorvaldsMerge git://oss.sgi.com:8090/xfs/xfs-2.6
2007-05-08 Dmitriy Monakhovmm: move common segment checks to separate helper function
2007-05-08 Lachlan McIlroy[XFS] Add lockdep support for XFS
2007-05-08 Lachlan McIlroy[XFS] Fix race in xfs_write() b/w dmapi callout and...
2007-05-08 Tim Shimmin[XFS] Export via a function xfs_buftarg_list for use...
2007-05-08 Lachlan McIlroy[XFS] Fix to prevent the notorious 'NULL files' problem...
2007-05-08 Lachlan McIlroy[XFS] Fix race condition in xfs_write().
2007-05-08 Lachlan McIlroy[XFS] propogate return codes from flush routines
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-03-23 Rafael J. Wysocki[PATCH] Make XFS workqueues nonfreezable
2007-02-21 Andrew Morton[PATCH] xfs warning fix
2007-02-14 Eric W. Biederman[PATCH] sysctl: remove insert_at_head from register_sysctl
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 3
2007-02-12 David Chinner[PATCH] Make XFS use BH_Unwritten and BH_Delay correctly
2007-02-12 David Chinner[PATCH] Make BH_Unwritten a first class bufferhead...
2007-02-10 David Chinner[XFS] Don't use kmap in xfs_iozero.
2007-02-10 Eric Sandeen[XFS] Remove unused header files for MAC and CAP checki...
2007-02-10 David Chinner[XFS] Make freeze code a little cleaner.
2007-02-10 Eric Sandeen[XFS] Clean up use of VFS attr flags
2007-02-10 Ralf Baechle[XFS] Remove useless memory barrier
2007-02-10 Eric W. Biederman[XFS] XFS sysctl cleanups
2007-02-10 Lachlan McIlroy[XFS] Fix callers of xfs_iozero() to zero the correct...
2007-02-10 David Chinner[XFS] Ensure a frozen filesystem has a clean log before...
2007-02-10 David Chinner[XFS] Fix sub-block zeroing for buffered writes into...
2007-02-10 Lachlan McIlroy[XFS] remove unused filp from ioctl functions
2007-02-10 Lachlan McIlroy[XFS] mraccessf & mrupdatef are supposed to be the...
2007-02-10 Lachlan McIlroy[XFS] use struct kvec in struct uio
2007-02-10 David Chinner[XFS] Keep stack usage down for 4k stacks by using...
2007-02-10 David Chinner[XFS] Current usage of buftarg flags is incorrect.
2007-02-10 David Chinner[XFS] Fix a synchronous buftarg flush deadlock when...
2006-12-21 David Chinner[PATCH] Fix XFS after clear_page_dirty() removal
2006-12-10 Zach Brown[PATCH] dio: only call aio_complete() after returning...
2006-12-08 Josef "Jeff" Sipek[PATCH] xfs: change uses of f_{dentry,vfsmnt} to use...
2006-12-07 Rafael J. Wysocki[PATCH] Use freezeable workqueues in XFS
2006-12-07 Nigel Cunningham[PATCH] Add include/linux/freezer.h and move definition...
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-11-11 David Chinner[XFS] Remove KERNEL_VERSION macros from xfs_dmapi.h
2006-11-11 David Chinner[XFS] Clean up i_flags and i_flags_lock handling.
2006-11-11 Vlad Apostolov[XFS] 956664: dm_read_invis() changes i_atime
2006-11-11 Vlad Apostolov[XFS] 956618: Linux crashes on boot with XFS-DMAPI...
2006-10-20 Andrew Morton[PATCH] separate bdi congestion functions from queue...
2006-10-01 Badari Pulavarty[PATCH] Streamline generic_file_* interfaces and filema...
2006-10-01 Badari Pulavarty[PATCH] Remove readv/writev methods and use aio_read...
2006-10-01 Badari Pulavarty[PATCH] Vectorize aio_read/aio_write fileop methods
2006-09-28 Vlad Apostolov[XFS] pv 956240, author: nathans, rv: vapo - Minor...
2006-09-28 David Chinner[XFS] Really fix use after free in xfs_iunpin.
2006-09-28 Eric Sandeen[XFS] Collapse sv_init and init_sv into just the one...
2006-09-28 Eric Sandeen[XFS] standardize on one sema init macro
2006-09-28 Nathan Scott[XFS] Minor cleanup from dio locking fix, remove an...
2006-09-28 Nathan Scott[XFS] Fix a porting botch on the realtime subvol growfs...
2006-09-28 Nathan Scott[XFS] Remove a no-longer-correct debug assert from...
2006-09-28 Nathan Scott[XFS] Add a greedy allocation interface, allocating...
2006-09-28 Nathan Scott[XFS] Improve error handling for the zero-fsblock exten...
2006-09-28 Nathan Scott[XFS] Be more defensive with page flags (error/private...
2006-09-28 Nathan Scott[XFS] Add a debug flag for allocations which are known...
2006-09-28 Eric Sandeen[XFS] Remove several macros that are no longer used...
2006-09-28 Eric Sandeen[XFS] Remove a couple of unused BUF macros
2006-09-28 Nathan Scott[XFS] When issuing metadata readahead, submit bio with...
2006-09-28 Nathan Scott[XFS] Update XFS for i_blksize removal from generic...
2006-09-28 Nathan Scott[XFS] remove accidentally reintroduced vfs unmount...
2006-09-28 Christoph Hellwig[XFS] remove bhv_lookup, _range version works aswell...
2006-09-28 Nathan Scott[XFS] Fix sparse warning found when page tracing enable...
2006-09-28 Alexey Dobriyan[XFS] move XFS_IOC_GETVERSION to main multiplexer
2006-09-28 Nathan Scott[XFS] Improve xfsbufd delayed write submission patterns...
2006-09-28 Alexey Dobriyan[XFS] pass inode to xfs_ioc_space(), simplify some...
2006-09-27 Theodore Ts'o[PATCH] inode-diet: Eliminate i_blksize from the inode...
2006-09-27 Alexey Dobriyan[PATCH] Really ignore kmem_cache_destroy return value
2006-09-27 Panagiotis Issaris[PATCH] fs: Removing useless casts
2006-09-07 David Chinner[XFS] Fix xfs_splice_write() so appended data gets...
2006-09-07 Lachlan McIlroy[XFS] Fix ABBA deadlock between i_mutex and iolock...
2006-07-28 Nathan Scott[XFS] Fix a barrier related forced shutdown on mounts...
2006-07-28 Nathan Scott[XFS] Fix remount vs no/barrier options by ensuring...
2006-07-10 David Howells[PATCH] FDPIC: Move roundup() into linux/kernel.h
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-28 Christoph Hellwig[PATCH] mark address_space_operations const
2006-06-27 Nathan Scott[XFS] Remove a race condition where a linked inode...
2006-06-27 Alexey Dobriyan[XFS] Remove redundant directory checks from inode...
2006-06-27 Nathan Scott[XFS] Remove a couple of no-longer-used macros.
2006-06-27 Alexey Dobriyan[XFS] * There is trivial "inode => vnode => inode"...
2006-06-26 Alexey Dobriyan[PATCH] xfs: update ->flush method proto
2006-06-23 KAMEZAWA Hiroyuki[PATCH] for_each_possible_cpu: xfs
2006-06-23 David Howells[PATCH] XFS: Use the dentry passed to statfs() to limit...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to perform statfs with...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to override root dentry...
2006-06-20 Nathan Scott[XFS] Remove version 1 directory code. Never functioned...
2006-06-20 Nathan Scott[XFS] Map EFSCORRUPTED to an actual error code, not...
2006-06-18 Al Viro[XFS] Kill direct access to ->count in valusema();...
2006-06-18 Nathan Scott[XFS] Remove unneeded conditional code on NFS export...
2006-06-18 Nathan Scott[XFS] Push some common code out of write path into...
2006-06-18 Nathan Scott[XFS] Remove unnecessary local from open_exec dmapi...
2006-06-09 Nathan Scott[XFS] Cleanup a missed porting conversion, and freezing.
2006-06-09 Nathan Scott[XFS] Resolve a namespace collision on remaining vtypes...
2006-06-09 Nathan Scott[XFS] Resolve a namespace collision on vnode/vnodeops...
2006-06-09 Nathan Scott[XFS] Resolve a namespace collision on vfs/vfsops for...
2006-06-09 Nathan Scott[XFS] Fix a typo in a header file comment.
next