summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2007-07-11ocfs2: support writing of unwritten extentsMark Fasheh3-26/+84
2007-07-11ocfs2: small cleanup of ocfs2_write_begin_nolock()Mark Fasheh1-32/+76
2007-07-11ocfs2: btree changes for unwritten extentsMark Fasheh6-91/+1770
2007-07-11ocfs2: abstract btree growing callsMark Fasheh1-45/+74
2007-07-11ocfs2: use all extent block suballocatorsMark Fasheh2-12/+0
2007-07-11ocfs2: plug truncate into cached dealloc routinesMark Fasheh5-94/+29
2007-07-11ocfs2: simplify deallocation lockingMark Fasheh4-21/+242
2007-07-11ocfs2: harden buffer check during mapping of page blocksMark Fasheh1-1/+2
2007-07-11ocfs2: shared writeable mmapMark Fasheh4-39/+200
2007-07-11ocfs2: factor out write aops into nolock variantsMark Fasheh1-40/+80
2007-07-11ocfs2: rework ocfs2_buffered_write_cluster()Mark Fasheh3-438/+551
2007-07-11ocfs2: take ip_alloc_sem during entire truncateMark Fasheh2-6/+9
2007-07-11ocfs2: Add "preferred slot" mount optionSunil Mushran3-5/+31
2007-07-11[KJ PATCH] Replacing memset(<addr>,0,PAGE_SIZE) with clear_page() in fs/ocfs2...Shani Moideen1-1/+1
2007-07-11[PATCH] ocfs2: use list_for_each_entry where beneficalChristoph Hellwig6-105/+47
2007-07-11ocfs2: Wake up a starting region if it gets killed in the background.Joel Becker1-1/+20
2007-07-11ocfs2: live heartbeat depends on the local node configurationJoel Becker3-3/+46
2007-07-11ocfs2: Depend on configfs heartbeat items.Joel Becker7-17/+92
2007-07-11configfs: config item dependancies.Joel Becker2-3/+248
2007-07-11configfs: accessing item hierarchy during rmdir(2)Joel Becker1-1/+28
2007-07-11[PATCH] configsfs buffer: use mutexJohannes Berg1-7/+8
2007-07-11configfs: Convert subsystem semaphore to mutexJoel Becker3-14/+14
2007-07-11[PATCH] configfs+dlm: Rename config_group_find_obj and state semantics clearlySatyam Sharma2-11/+9
2007-07-11[PATCH] configfs+dlm: Separate out __CONFIGFS_ATTR into configfs.hSatyam Sharma1-8/+0
2007-07-11configfs: misc cleanupsSatyam Sharma1-12/+3
2007-07-11configfs: consistent attribute sizeJoel Becker1-3/+10
2007-07-11Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-70/+97
2007-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds57-965/+2156
2007-07-11Merge branch 'splice-2.6.23' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds43-276/+488
2007-07-10[GFS2] Accept old format NFS filehandlesSteven Whitehouse1-0/+2
2007-07-10[S390] fixed cdl-format detection.Stefan Haberland1-70/+97
2007-07-10pipe: add documentation and commentsJens Axboe2-1/+64
2007-07-10pipe: change the ->pin() operation to ->confirm()Jens Axboe4-14/+15
2007-07-10Remove remnants of sendfile()Jens Axboe1-15/+11
2007-07-10xip sendfile removalCarsten Otte1-1/+0
2007-07-10splice: completely document external interface with kerneldocJens Axboe1-24/+85
2007-07-10sendfile: remove bad_sendfile() from bad_file_opsJens Axboe1-7/+0
2007-07-10pipe: allow passing around of ops private pointerJens Axboe1-0/+1
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerJens Axboe4-24/+8
2007-07-10sendfile: convert nfsd to splice_direct_to_actor()Jens Axboe1-16/+31
2007-07-10sendfile: convert nfs to using splice_read()Jens Axboe1-6/+9
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe37-131/+43
2007-07-10sys_sendfile: switch to using ->splice_read, if availableJens Axboe1-4/+20
2007-07-10vmsplice: add vmsplice-to-user supportJens Axboe2-29/+151
2007-07-10splice: abstract out actor dataJens Axboe2-32/+78
2007-07-10unexport bio_{,un}map_userAdrian Bunk1-2/+0
2007-07-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds26-1145/+1096
2007-07-09sched: scheduler debugging, coreIngo Molnar1-0/+69
2007-07-09sched: update delay-accounting to use CFS's precise statsBalbir Singh1-1/+1
2007-07-09sched: make use of precise accounting for /proc task statsIngo Molnar1-10/+47