aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2007-07-10ocfs2: support for removing file regionsMark Fasheh
2007-07-10ocfs2: update truncate handling of partial clustersMark Fasheh
2007-07-10ocfs2: btree support for removal of arbirtrary extentsMark Fasheh
2007-07-10ocfs2: Support creation of unwritten extentsMark Fasheh
2007-07-10ocfs2: support writing of unwritten extentsMark Fasheh
2007-07-10ocfs2: small cleanup of ocfs2_write_begin_nolock()Mark Fasheh
2007-07-10ocfs2: btree changes for unwritten extentsMark Fasheh
2007-07-10ocfs2: abstract btree growing callsMark Fasheh
2007-07-10ocfs2: use all extent block suballocatorsMark Fasheh
2007-07-10ocfs2: plug truncate into cached dealloc routinesMark Fasheh
2007-07-10ocfs2: simplify deallocation lockingMark Fasheh
2007-07-10ocfs2: harden buffer check during mapping of page blocksMark Fasheh
2007-07-10ocfs2: shared writeable mmapMark Fasheh
2007-07-10ocfs2: factor out write aops into nolock variantsMark Fasheh
2007-07-10ocfs2: rework ocfs2_buffered_write_cluster()Mark Fasheh
2007-07-10ocfs2: take ip_alloc_sem during entire truncateMark Fasheh
2007-07-10ocfs2: Add "preferred slot" mount optionSunil Mushran
2007-07-10[KJ PATCH] Replacing memset(<addr>,0,PAGE_SIZE) with clear_page() in fs/ocfs2...Shani Moideen
2007-07-10[PATCH] ocfs2: use list_for_each_entry where beneficalChristoph Hellwig
2007-07-10ocfs2: Wake up a starting region if it gets killed in the background.Joel Becker
2007-07-10ocfs2: live heartbeat depends on the local node configurationJoel Becker
2007-07-10ocfs2: Depend on configfs heartbeat items.Joel Becker
2007-07-10configfs: config item dependancies.Joel Becker
2007-07-10configfs: accessing item hierarchy during rmdir(2)Joel Becker
2007-07-10[PATCH] configsfs buffer: use mutexJohannes Berg
2007-07-10configfs: Convert subsystem semaphore to mutexJoel Becker
2007-07-10[PATCH] configfs+dlm: Rename config_group_find_obj and state semantics clearlySatyam Sharma
2007-07-10[PATCH] configfs+dlm: Separate out __CONFIGFS_ATTR into configfs.hSatyam Sharma
2007-07-10configfs: misc cleanupsSatyam Sharma
2007-07-10configfs: consistent attribute sizeJoel Becker
2007-07-10Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds
2007-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds
2007-07-10Merge branch 'splice-2.6.23' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds
2007-07-10[GFS2] Accept old format NFS filehandlesSteven Whitehouse
2007-07-10[S390] fixed cdl-format detection.Stefan Haberland
2007-07-10pipe: add documentation and commentsJens Axboe
2007-07-10pipe: change the ->pin() operation to ->confirm()Jens Axboe
2007-07-10Remove remnants of sendfile()Jens Axboe
2007-07-10xip sendfile removalCarsten Otte
2007-07-10splice: completely document external interface with kerneldocJens Axboe
2007-07-10sendfile: remove bad_sendfile() from bad_file_opsJens Axboe
2007-07-10pipe: allow passing around of ops private pointerJens Axboe
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerJens Axboe
2007-07-10sendfile: convert nfsd to splice_direct_to_actor()Jens Axboe
2007-07-10sendfile: convert nfs to using splice_read()Jens Axboe
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe
2007-07-10sys_sendfile: switch to using ->splice_read, if availableJens Axboe
2007-07-10vmsplice: add vmsplice-to-user supportJens Axboe
2007-07-10splice: abstract out actor dataJens Axboe
2007-07-10unexport bio_{,un}map_userAdrian Bunk