remove lots of double-semicolons
[safe/jmp/linux-2.6] / fs / ocfs2 / file.c
2009-01-08 Fernando Carrijoremove lots of double-semicolons
2009-01-05 Joel Beckerocfs2: Use metadata-specific ocfs2_journal_access_...
2009-01-05 Jan Karaocfs2: Add quota calls for allocation and freeing of...
2009-01-05 Jan Karaocfs2: Implementation of local and global quota file...
2009-01-05 Joel Beckerocfs2: Wrap inode block reads in a dedicated function.
2009-01-05 Tiger Yangocfs2: add ocfs2_acl_chmod
2009-01-05 Tiger Yangocfs2: add ocfs2_check_acl
2009-01-05 Mark Fashehocfs2: turn __ocfs2_remove_inode_range() into ocfs2_rem...
2008-11-10 Dmitri Monakhovocfs2: truncate outstanding block after direct io failure
2008-11-10 Jan Karaocfs2: Fix check of return value of ocfs2_start_trans()
2008-10-30 Nick Pigginfs: remove prepare_write/commit_write
2008-10-14 Joel Beckerocfs2: Simplify ocfs2_read_block()
2008-10-14 Joel Beckerocfs2: Require an inode for ocfs2_read_block(s)().
2008-10-14 Mark Fashehocfs2: Don't check for NULL before brelse()
2008-10-14 Joel Beckerocfs2: Switch over to JBD2.
2008-10-13 Joel Beckerocfs2: Change ocfs2_get_*_extent_tree() to ocfs2_init_...
2008-10-13 Joel Beckerocfs2: Make ocfs2_extent_tree the first-class represent...
2008-10-13 Tiger Yangocfs2: Add extended attribute support
2008-10-13 Tao Maocfs2: Add extent tree operation for xattr value btrees
2008-10-13 Tao Maocfs2: Make high level btree extend code generic
2008-10-13 Tao Maocfs2: Abstract ocfs2_extent_tree in b-tree operations.
2008-10-13 Tao Maocfs2: Use ocfs2_extent_list instead of ocfs2_dinode.
2008-10-13 Tao Maocfs2: Modify ocfs2_num_free_extents for future xattr...
2008-10-13 Mark Fashehocfs2: POSIX file locks support
2008-10-03 Mark Fashehocfs2: fiemap support
2008-07-31 Julia Lawall[PATCH] ocfs2: Release mutex in error handling code
2008-07-27 Al Viro[PATCH] sanitize ->permission() prototype
2008-07-14 Sunil Mushranocfs2: Silence an error message in ocfs2_file_aio_read()
2008-05-01 Sunil Mushranocfs2: Allow uid/gid/perm changes of symlinks
2008-04-18 Andi Kleenocfs2: Convert ocfs2 over to unlocked_ioctl
2008-01-25 Jan Karaocfs2: printf fixes
2008-01-25 Jan Karaocfs2: Use generic_file_llseek
2008-01-25 Mark Fasheh[PATCH 2/2] ocfs2: cluster aware flock()
2008-01-25 Mark Fashehocfs2: Rename ocfs2_meta_[un]lock
2008-01-25 Mark Fashehocfs2: Remove data locks
2007-11-28 Mark Fashehocfs2: reverse inline-data truncate args
2007-11-06 Mark Fashehocfs2: Commit journal on sync writes
2007-10-16 Nick Pigginocfs2: convert to new aops
2007-10-12 Mark Fashehocfs2: Write support for inline data
2007-10-12 Mark Fashehocfs2: move nonsparse hole-filling into ocfs2_write_begin()
2007-09-20 Mark Fashehocfs2: Allow smaller allocations during large writes
2007-09-11 Mark Fashehocfs2: Fix calculation of i_blocks during truncate
2007-08-10 Mark Fashehocfs2: check ia_size limits in setattr
2007-08-10 Mark Fashehocfs2: Fix some casting errors related to file writes
2007-08-10 Mark Fashehocfs2: use s_maxbytes directly in ocfs2_change_file_space()
2007-08-10 Mark Fashehocfs2: Restrict inode changes in ocfs2_update_inode_atime()
2007-07-24 Jens Axboeocfs2: bad kunmap_atomic()
2007-07-19 Mark Fashehocfs2: ->fallocate() support
2007-07-17 Jeff Garzikarch/i386/* fs/* ipc/*: mark variables with uninitializ...
2007-07-11 Mark Fashehocfs2: Support xfs style space reservation ioctls
2007-07-11 Mark Fashehocfs2: support for removing file regions
2007-07-11 Mark Fashehocfs2: update truncate handling of partial clusters
2007-07-11 Mark Fashehocfs2: Support creation of unwritten extents
2007-07-11 Mark Fashehocfs2: support writing of unwritten extents
2007-07-11 Mark Fashehocfs2: shared writeable mmap
2007-07-11 Mark Fashehocfs2: rework ocfs2_buffered_write_cluster()
2007-07-11 Mark Fashehocfs2: take ip_alloc_sem during entire truncate
2007-07-10 Jens Axboepipe: change the ->pin() operation to ->confirm()
2007-07-10 Jens Axboesplice: divorce the splice structure/function definitio...
2007-07-10 Jens Axboesendfile: remove .sendfile from filesystems that use...
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
next