Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec...
[safe/jmp/linux-2.6] / fs / ocfs2 / file.c
2010-05-21 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2010-05-18 Tristan YeOcfs2: Optimize punching-hole code.
2010-05-18 Tristan YeOcfs2: Fix hole punching to correctly do CoW during...
2010-05-18 Tristan YeOcfs2: Optimize ocfs2 truncate to use ocfs2_remove_btre...
2010-05-06 Mark Fashehocfs2: use allocation reservations during file write
2010-05-06 Joel Beckerocfs2: Make ocfs2_journal_dirty() void.
2010-04-30 Li Dongyangocfs2: Avoid direct write if we fall back to buffered I/O
2010-04-16 Tao Maocfs2: Reset status if we want to restart file extension.
2010-03-30 Coly Liocfs2: one more warning fix in ocfs2_file_aio_write...
2010-03-05 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-03-04 Christoph Hellwigdquot: cleanup dquot initialize routine
2010-03-04 Christoph Hellwigdquot: move dquot initialization responsibility into...
2010-03-04 Christoph Hellwigdquot: cleanup dquot transfer routine
2010-03-04 Christoph Hellwigdquot: cleanup space allocation / freeing routines
2010-02-28 Wengang Wangocfs2: send SIGXFSZ if new filesize exceeds limit -v2
2010-02-26 Coly Liocfs2: fix warning in ocfs2_file_aio_write()
2010-02-26 Wengang Wangocfs2: Clean up the checks for CoW and direct I/O.
2010-02-03 Tao Maocfs2: Add parenthesis to wrap the check for O_DIRECT.
2010-01-26 Sunil Mushranocfs2/trivial: Remove trailing whitespaces
2009-12-31 Tao Maocfs2: Handle O_DIRECT when writing to a refcounted...
2009-12-10 Christoph Hellwigvfs: Implement proper O_SYNC semantics
2009-10-29 Tao Maocfs2: duplicate inline data properly during reflink.
2009-09-23 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-09-23 Tao Maocfs2: Call refcount tree remove process properly.
2009-09-23 Tao Maocfs2: CoW a reflinked cluster when it is truncated.
2009-09-23 Tao Maocfs2: Integrate CoW in file write.
2009-09-14 Jan Karaocfs2: Update syncing after splicing to match generic...
2009-09-14 Jan Karaocfs2: Use __generic_file_aio_write instead of generic_...
2009-09-04 Joel Beckerocfs2: Pass ocfs2_caching_info into ocfs_init_*_extent_...
2009-09-04 Joel Beckerocfs2: ocfs2_add_clusters_in_btree() no longer needs...
2009-09-04 Joel Beckerocfs2: Pass struct ocfs2_caching_info to the journal...
2009-07-20 Goldwyn Rodriguesocfs2: Initialize count in aio_write before generic_wri...
2009-07-10 Wengang Wangocfs2: log the actual return value of ocfs2_file_aio_wr...
2009-06-22 Tao Maocfs2: Update atime in splice read if necessary.
2009-06-09 Hisashi Hifumiocfs2: fdatasync should skip unimportant metadata writeout
2009-06-04 Jan Karaocfs2: Fix possible deadlock with quotas in ocfs2_setattr()
2009-04-15 Miklos Szerediocfs2: fix i_mutex locking in ocfs2_splice_to_file()
2009-04-07 Miklos Szeredisplice: fix deadlock in splicing to file
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
next