Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux...
[safe/jmp/linux-2.6] / fs / xfs / linux-2.6 / xfs_lrw.c
2009-12-11 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-12-11 Christoph Hellwigxfs: remove IO_ISAIO
2009-12-10 Christoph Hellwigvfs: Implement proper O_SYNC semantics
2009-10-08 Christoph Hellwigxfs: implement ->dirty_inode to fix timestamp handling
2009-09-14 Jan Karaxfs: Convert sync_page_range() to simple filemap_write_...
2009-09-01 Christoph Hellwigxfs: merge fsync and O_SYNC handling
2009-06-10 Christoph Hellwigxfs: use generic Posix ACL code
2009-04-06 Dave Chinnerxfs: make inode flush at ENOSPC synchronous
2008-12-24 Lachlan McIlroy[XFS] Fix race in xfs_write() between direct and buffer...
2008-12-11 Christoph Hellwig[XFS] replace b_fspriv with b_mount
2008-12-04 Christoph Hellwigremove useless mnt_want_write call in xfs_write
2008-12-01 Dave Chinner[XFS] fix error inversion problems with data flushing
2008-08-13 Christoph Hellwig[XFS] stop using file_update_time
2008-08-13 David Chinner[XFS] Avoid directly referencing the VFS inode.
2008-07-27 Miklos Szeredi[patch 3/5] vfs: change remove_suid() to file_remove_suid()
2008-04-29 Christoph Hellwig[XFS] shrink mrlock_t
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: elevate count for xfs timestam...
2008-04-18 David Chinner[XFS] Don't error out on good I/Os.
2008-04-18 David Chinner[XFS] Ensure errors from xfs_bdstrat() are correctly...
2008-04-18 Christoph Hellwig[XFS] cleanup vnode use in xfs_lrw.c
2008-04-18 Christoph Hellwig[XFS] cleanup vnode use in dmapi calls
2008-04-18 Christoph Hellwig[XFS] kill xfs_rwlock/xfs_rwunlock
2008-02-08 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2008-02-07 Tim Shimmin[XFS] Remove the BPCSHIFT and NB* based macros from...
2008-02-07 Eric Sandeen[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config
2008-02-07 Christoph Hellwig[XFS] kill xfs_iocore_t
2008-02-07 Lachlan McIlroy[XFS] kill unnessecary ioops indirection
2008-02-05 Christoph LameterPagecache zeroing: zero_user_segment, zero_user_segment...
2007-10-17 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2007-10-16 Nick Pigginxfs: convert to new aops
2007-10-16 Lachlan McIlroy[XFS] ensure file size is logged on synchronous writes
2007-10-16 Christoph Hellwig[XFS] kill struct bhv_vfs
2007-10-16 Christoph Hellwig[XFS] kill v_vfsp member from struct bhv_vnode
2007-10-16 Christoph Hellwig[XFS] call common xfs vnode-level helpers directly...
2007-10-15 Christoph Hellwig[XFS] decontaminate vnode operations from behavior...
2007-10-15 Christoph Hellwig[XFS] remove unessecary vfs argument to DM_EVENT_ENABLED
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-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] Fix race in xfs_write() b/w dmapi callout and...
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-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 Lachlan McIlroy[XFS] Fix callers of xfs_iozero() to zero the correct...
2006-12-08 Josef "Jeff" Sipek[PATCH] xfs: change uses of f_{dentry,vfsmnt} to use...
2006-10-01 Badari Pulavarty[PATCH] Streamline generic_file_* interfaces and filema...
2006-09-28 Nathan Scott[XFS] Minor cleanup from dio locking fix, remove an...
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-06-20 Nathan Scott[XFS] Remove version 1 directory code. Never functioned...
2006-06-18 Nathan Scott[XFS] Push some common code out of write path into...
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] Drop use of m_writeio_blocks when zeroing, its...
2006-06-09 Olaf Weber[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi...
2006-04-11 Jens Axboe[PATCH] splice: pass offset around for ->splice_read...
2006-04-10 Ingo Molnar[PATCH] introduce a "kernel-internal pipe object" abstr...
2006-03-31 Nathan Scott[XFS] Provide XFS support for the splice syscall.
2006-03-28 Nathan Scott[XFS] We really suck at spulling. Thanks to Chris...
2006-03-22 Yingping Lu[XFS] Fixing KDB's xrwtrc command, also added the curre...
2006-03-17 Nathan Scott[XFS] Flush and invalidate dirty pages at the start...
2006-03-17 Nathan Scott[XFS] Cleanup references to i_sem.
2006-03-17 Nathan Scott[XFS] Complete transition away from linvfs naming conve...
2006-01-11 Nathan Scott[XFS] Complete the pagebuf -> xfs_buf naming convention...
2006-01-11 Yingping Lu[XFS] Fixed delayed_blks assert failure during umount...
2006-01-11 Christoph Hellwig[XFS] fix, speedup and simplify atime handling let...
2006-01-11 Eric Sandeen[XFS] remove unused vars, args, & unneeded intermediate...
2006-01-10 Christoph Hellwig[PATCH] replace inode_update_time with file_update_time
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: VFS, ...
2005-11-02 Nathan Scott[XFS] Update license/copyright notices to match the...
2005-11-02 Nathan Scott[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers...
2005-11-02 Nathan Scott[XFS] Improve buffered read throughput by removing...
2005-09-04 Christoph Hellwig[XFS] Delay direct I/O completion to a workqueue This...
2005-06-22 Dean Roehrich[XFS] Handle inode semaphores properly for dmapi queues
2005-06-21 Christoph Hellwig[XFS] (mostly) remove xfs_inval_cached_pages Since...
2005-05-05 Nathan Scott[XFS] Disable the combination of XFS direct IO and...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2