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