vmsplice: add vmsplice-to-user support
[safe/jmp/linux-2.6] / fs / ocfs2 / file.c
2007-07-10 Jens Axboevmsplice: add vmsplice-to-user support
2007-07-10 Jens Axboesplice: abstract out actor data
2007-05-25 Christoph Hellwig[PATCH] ocfs2: use generic_segment_checks
2007-05-25 Mark Fashehocfs2: unmap_mapping_range() in ocfs2_truncate()
2007-05-02 Mark Fashehocfs2: fix sparse warnings in fs/ocfs2
2007-05-02 Adrian Bunk[PATCH] fs/ocfs2/: make 3 functions static
2007-05-02 Mark Fashehocfs2: Implement compat_ioctl()
2007-04-26 Mark Fashehocfs2: Remember rw lock level during direct io
2007-04-26 Mark Fashehocfs2: Fix up i_blocks calculation to know about holes
2007-04-26 Mark Fashehocfs2: Read from an unwritten extent returns zeros
2007-04-26 Mark Fashehocfs2: make room for unwritten extents flag
2007-04-26 Mark Fashehocfs2: Use own splice write actor
2007-04-26 Mark Fashehocfs2: zero tail of sparse files on truncate
2007-04-26 Mark Fashehocfs2: teach ocfs2_file_aio_write() about sparse files
2007-04-26 Mark Fashehocfs2: abstract out allocation locking
2007-04-26 Mark Fashehocfs2: teach extend/truncate about sparse files
2007-04-26 Mark Fashehocfs2: sparse b-tree support
2007-04-26 Mark Fashehocfs2: filter more error prints
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 2
2006-12-29 Mark Fashehocfs2: ignore NULL vfsmnt in ocfs2_should_update_atime()
2006-12-29 Mark Fashehocfs2: don't print error in ocfs2_permission()
2006-12-13 Mark Fasheh[PATCH] ocfs2: relative atime support
2006-12-08 Josef Sipek[PATCH] struct path: convert ocfs2
2006-12-02 Tiger Yangocfs2: implement i_op->permission
2006-12-02 Tiger Yangocfs2: update file system paths to set atime
2006-12-02 Tiger Yangocfs2: core atime update functions
2006-12-02 Tiger Yangocfs2: Add splice support
2006-12-02 Mark Fashehocfs2: Remove ocfs2_write_should_remove_suid()
2006-12-02 Mark Fashehocfs2: Remove struct ocfs2_journal_handle in favor...
2006-12-02 Mark Fashehocfs2: remove handle argument to ocfs2_start_trans()
2006-12-02 Mark Fashehocfs2: pass ocfs2_super * into ocfs2_commit_trans()
2006-12-02 Mark Fashehocfs2: remove unused handle argument from ocfs2_meta_lo...
2006-12-02 Mark Fashehocfs2: don't use handle for locking in allocation functions
2006-12-02 Mark Fashehocfs2: have ocfs2_extend_trans() take handle_t
2006-10-20 Mark Fashehocfs2: cond_resched() in ocfs2_zero_extend()
2006-10-20 Mark Fashehocfs2: fix page zeroing during simple extends
2006-10-01 Badari Pulavarty[PATCH] Vectorize aio_read/aio_write fileop methods
2006-09-20 Herbert Poetzlocfs2: add ext2 attributes
2006-05-17 Mark Fashehocfs2: take meta data lock in ocfs2_file_aio_read()
2006-05-17 Mark Fashehocfs2: take data locks around extend
2006-04-07 Mark Fashehocfs2: multi node truncate fix
2006-03-28 Arjan van de Ven[PATCH] Make most file operations structs in fs/ const
2006-03-24 Mark Fashehocfs2: don't use MLF* in the file system
2006-03-01 Mark Fasheh[PATCH] ocfs2: remove unused code
2006-02-03 Mark Fasheh[PATCH] ocfs2: fix compile warnings
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (fs/)
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: VFS, ...
2006-01-03 Mark Fasheh[PATCH] OCFS2: The Second Oracle Cluster Filesystem