summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/file.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: convert to new aopsNick Piggin2007-10-161-252/+14Star
* ocfs2: Write support for inline dataMark Fasheh2007-10-121-6/+93
* ocfs2: move nonsparse hole-filling into ocfs2_write_begin()Mark Fasheh2007-10-121-140/+77Star
* ocfs2: Allow smaller allocations during large writesMark Fasheh2007-09-211-2/+2
* ocfs2: Fix calculation of i_blocks during truncateMark Fasheh2007-09-111-1/+0Star
* ocfs2: check ia_size limits in setattrMark Fasheh2007-08-101-0/+5
* ocfs2: Fix some casting errors related to file writesMark Fasheh2007-08-101-1/+1
* ocfs2: use s_maxbytes directly in ocfs2_change_file_space()Mark Fasheh2007-08-101-1/+1
* ocfs2: Restrict inode changes in ocfs2_update_inode_atime()Mark Fasheh2007-08-101-1/+18
* ocfs2: bad kunmap_atomic()Jens Axboe2007-07-251-1/+1
* ocfs2: ->fallocate() supportMark Fasheh2007-07-191-18/+59
* arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()Jeff Garzik2007-07-171-1/+2
* ocfs2: Support xfs style space reservation ioctlsMark Fasheh2007-07-111-13/+169
* ocfs2: support for removing file regionsMark Fasheh2007-07-111-2/+240
* ocfs2: update truncate handling of partial clustersMark Fasheh2007-07-111-1/+4
* ocfs2: Support creation of unwritten extentsMark Fasheh2007-07-111-23/+96
* ocfs2: support writing of unwritten extentsMark Fasheh2007-07-111-5/+9
* ocfs2: shared writeable mmapMark Fasheh2007-07-111-0/+7
* ocfs2: rework ocfs2_buffered_write_cluster()Mark Fasheh2007-07-111-54/+67
* ocfs2: take ip_alloc_sem during entire truncateMark Fasheh2007-07-111-3/+9
* pipe: change the ->pin() operation to ->confirm()Jens Axboe2007-07-101-2/+2
* splice: divorce the splice structure/function definitions from the pipe headerJens Axboe2007-07-101-1/+1
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-1/+0Star
* vmsplice: add vmsplice-to-user supportJens Axboe2007-07-101-1/+1
* splice: abstract out actor dataJens Axboe2007-07-101-3/+8
* [PATCH] ocfs2: use generic_segment_checksChristoph Hellwig2007-05-251-31/+1Star
* ocfs2: unmap_mapping_range() in ocfs2_truncate()Mark Fasheh2007-05-251-0/+1
* ocfs2: fix sparse warnings in fs/ocfs2Mark Fasheh2007-05-031-1/+2
* [PATCH] fs/ocfs2/: make 3 functions staticAdrian Bunk2007-05-031-4/+4
* ocfs2: Implement compat_ioctl()Mark Fasheh2007-05-031-0/+6
* ocfs2: Remember rw lock level during direct ioMark Fasheh2007-04-271-2/+2
* ocfs2: Fix up i_blocks calculation to know about holesMark Fasheh2007-04-271-1/+1
* ocfs2: Read from an unwritten extent returns zerosMark Fasheh2007-04-271-2/+4
* ocfs2: make room for unwritten extents flagMark Fasheh2007-04-271-4/+2Star
* ocfs2: Use own splice write actorMark Fasheh2007-04-271-1/+79
* ocfs2: zero tail of sparse files on truncateMark Fasheh2007-04-271-5/+35
* ocfs2: teach ocfs2_file_aio_write() about sparse filesMark Fasheh2007-04-271-39/+335
* ocfs2: abstract out allocation lockingMark Fasheh2007-04-271-27/+77
* ocfs2: teach extend/truncate about sparse filesMark Fasheh2007-04-271-14/+17
* ocfs2: sparse b-tree supportMark Fasheh2007-04-261-8/+15
* ocfs2: filter more error printsMark Fasheh2007-04-261-1/+2
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-121-2/+2
* ocfs2: ignore NULL vfsmnt in ocfs2_should_update_atime()Mark Fasheh2006-12-291-0/+11
* ocfs2: don't print error in ocfs2_permission()Mark Fasheh2006-12-291-2/+0Star
* [PATCH] ocfs2: relative atime supportMark Fasheh2006-12-131-0/+8
* [PATCH] struct path: convert ocfs2Josef Sipek2006-12-081-17/+17
* ocfs2: implement i_op->permissionTiger Yang2006-12-021-0/+24
* ocfs2: update file system paths to set atimeTiger Yang2006-12-021-3/+3
* ocfs2: core atime update functionsTiger Yang2006-12-021-0/+52
* ocfs2: Add splice supportTiger Yang2006-12-021-50/+137