Age | Commit message (Expand) | Author | Files | Lines |
2007-07-11 | ocfs2: Support xfs style space reservation ioctls | Mark Fasheh | 6 | -16/+216 |
2007-07-11 | ocfs2: support for removing file regions | Mark Fasheh | 4 | -12/+262 |
2007-07-11 | ocfs2: update truncate handling of partial clusters | Mark Fasheh | 3 | -46/+35 |
2007-07-11 | ocfs2: btree support for removal of arbirtrary extents | Mark Fasheh | 1 | -0/+367 |
2007-07-11 | ocfs2: Support creation of unwritten extents | Mark Fasheh | 7 | -28/+105 |
2007-07-11 | ocfs2: support writing of unwritten extents | Mark Fasheh | 3 | -26/+84 |
2007-07-11 | ocfs2: small cleanup of ocfs2_write_begin_nolock() | Mark Fasheh | 1 | -32/+76 |
2007-07-11 | ocfs2: btree changes for unwritten extents | Mark Fasheh | 6 | -91/+1770 |
2007-07-11 | ocfs2: abstract btree growing calls | Mark Fasheh | 1 | -45/+74 |
2007-07-11 | ocfs2: use all extent block suballocators | Mark Fasheh | 2 | -12/+0 |
2007-07-11 | ocfs2: plug truncate into cached dealloc routines | Mark Fasheh | 5 | -94/+29 |
2007-07-11 | ocfs2: simplify deallocation locking | Mark Fasheh | 4 | -21/+242 |
2007-07-11 | ocfs2: harden buffer check during mapping of page blocks | Mark Fasheh | 1 | -1/+2 |
2007-07-11 | ocfs2: shared writeable mmap | Mark Fasheh | 4 | -39/+200 |
2007-07-11 | ocfs2: factor out write aops into nolock variants | Mark Fasheh | 1 | -40/+80 |
2007-07-11 | ocfs2: rework ocfs2_buffered_write_cluster() | Mark Fasheh | 3 | -438/+551 |
2007-07-11 | ocfs2: take ip_alloc_sem during entire truncate | Mark Fasheh | 2 | -6/+9 |
2007-07-11 | ocfs2: Add "preferred slot" mount option | Sunil Mushran | 3 | -5/+31 |
2007-07-11 | [KJ PATCH] Replacing memset(<addr>,0,PAGE_SIZE) with clear_page() in fs/ocfs2... | Shani Moideen | 1 | -1/+1 |
2007-07-11 | [PATCH] ocfs2: use list_for_each_entry where benefical | Christoph Hellwig | 6 | -105/+47 |
2007-07-11 | ocfs2: Wake up a starting region if it gets killed in the background. | Joel Becker | 1 | -1/+20 |
2007-07-11 | ocfs2: live heartbeat depends on the local node configuration | Joel Becker | 3 | -3/+46 |
2007-07-11 | ocfs2: Depend on configfs heartbeat items. | Joel Becker | 7 | -17/+92 |
2007-07-11 | configfs: config item dependancies. | Joel Becker | 2 | -3/+248 |
2007-07-11 | configfs: accessing item hierarchy during rmdir(2) | Joel Becker | 1 | -1/+28 |
2007-07-11 | [PATCH] configsfs buffer: use mutex | Johannes Berg | 1 | -7/+8 |
2007-07-11 | configfs: Convert subsystem semaphore to mutex | Joel Becker | 3 | -14/+14 |
2007-07-11 | [PATCH] configfs+dlm: Rename config_group_find_obj and state semantics clearly | Satyam Sharma | 2 | -11/+9 |
2007-07-11 | [PATCH] configfs+dlm: Separate out __CONFIGFS_ATTR into configfs.h | Satyam Sharma | 1 | -8/+0 |
2007-07-11 | configfs: misc cleanups | Satyam Sharma | 1 | -12/+3 |
2007-07-11 | configfs: consistent attribute size | Joel Becker | 1 | -3/+10 |
2007-07-11 | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 1 | -70/+97 |
2007-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds | 57 | -965/+2156 |
2007-07-11 | Merge branch 'splice-2.6.23' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 43 | -276/+488 |
2007-07-10 | [GFS2] Accept old format NFS filehandles | Steven Whitehouse | 1 | -0/+2 |
2007-07-10 | [S390] fixed cdl-format detection. | Stefan Haberland | 1 | -70/+97 |
2007-07-10 | pipe: add documentation and comments | Jens Axboe | 2 | -1/+64 |
2007-07-10 | pipe: change the ->pin() operation to ->confirm() | Jens Axboe | 4 | -14/+15 |
2007-07-10 | Remove remnants of sendfile() | Jens Axboe | 1 | -15/+11 |
2007-07-10 | xip sendfile removal | Carsten Otte | 1 | -1/+0 |
2007-07-10 | splice: completely document external interface with kerneldoc | Jens Axboe | 1 | -24/+85 |
2007-07-10 | sendfile: remove bad_sendfile() from bad_file_ops | Jens Axboe | 1 | -7/+0 |
2007-07-10 | pipe: allow passing around of ops private pointer | Jens Axboe | 1 | -0/+1 |
2007-07-10 | splice: divorce the splice structure/function definitions from the pipe header | Jens Axboe | 4 | -24/+8 |
2007-07-10 | sendfile: convert nfsd to splice_direct_to_actor() | Jens Axboe | 1 | -16/+31 |
2007-07-10 | sendfile: convert nfs to using splice_read() | Jens Axboe | 1 | -6/+9 |
2007-07-10 | sendfile: remove .sendfile from filesystems that use generic_file_sendfile() | Jens Axboe | 37 | -131/+43 |
2007-07-10 | sys_sendfile: switch to using ->splice_read, if available | Jens Axboe | 1 | -4/+20 |
2007-07-10 | vmsplice: add vmsplice-to-user support | Jens Axboe | 2 | -29/+151 |
2007-07-10 | splice: abstract out actor data | Jens Axboe | 2 | -32/+78 |