aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-07-16
|\
| * [PATCH] ocfs2: zero_user_page conversionEric Sandeen2007-07-10
| * ocfs2: Support xfs style space reservation ioctlsMark Fasheh2007-07-10
| * ocfs2: support for removing file regionsMark Fasheh2007-07-10
| * ocfs2: update truncate handling of partial clustersMark Fasheh2007-07-10
| * ocfs2: btree support for removal of arbirtrary extentsMark Fasheh2007-07-10
| * ocfs2: Support creation of unwritten extentsMark Fasheh2007-07-10
| * ocfs2: support writing of unwritten extentsMark Fasheh2007-07-10
| * ocfs2: small cleanup of ocfs2_write_begin_nolock()Mark Fasheh2007-07-10
| * ocfs2: btree changes for unwritten extentsMark Fasheh2007-07-10
| * ocfs2: abstract btree growing callsMark Fasheh2007-07-10
| * ocfs2: use all extent block suballocatorsMark Fasheh2007-07-10
| * ocfs2: plug truncate into cached dealloc routinesMark Fasheh2007-07-10
| * ocfs2: simplify deallocation lockingMark Fasheh2007-07-10
| * ocfs2: harden buffer check during mapping of page blocksMark Fasheh2007-07-10
| * ocfs2: shared writeable mmapMark Fasheh2007-07-10
| * ocfs2: factor out write aops into nolock variantsMark Fasheh2007-07-10
| * ocfs2: rework ocfs2_buffered_write_cluster()Mark Fasheh2007-07-10
| * ocfs2: take ip_alloc_sem during entire truncateMark Fasheh2007-07-10
| * ocfs2: Add "preferred slot" mount optionSunil Mushran2007-07-10
| * [KJ PATCH] Replacing memset(<addr>,0,PAGE_SIZE) with clear_page() in fs/ocfs2...Shani Moideen2007-07-10
| * [PATCH] ocfs2: use list_for_each_entry where beneficalChristoph Hellwig2007-07-10
| * ocfs2: Wake up a starting region if it gets killed in the background.Joel Becker2007-07-10
| * ocfs2: live heartbeat depends on the local node configurationJoel Becker2007-07-10
| * ocfs2: Depend on configfs heartbeat items.Joel Becker2007-07-10
| * configfs: config item dependancies.Joel Becker2007-07-10
| * configfs: accessing item hierarchy during rmdir(2)Joel Becker2007-07-10
| * [PATCH] configsfs buffer: use mutexJohannes Berg2007-07-10
| * configfs: Convert subsystem semaphore to mutexJoel Becker2007-07-10
| * [PATCH] configfs+dlm: Rename config_group_find_obj and state semantics clearlySatyam Sharma2007-07-10
| * [PATCH] configfs+dlm: Separate out __CONFIGFS_ATTR into configfs.hSatyam Sharma2007-07-10
| * configfs: misc cleanupsSatyam Sharma2007-07-10
| * configfs: consistent attribute sizeJoel Becker2007-07-10
* | Merge branch 'bsg' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-07-16
|\ \
| * | bsg: Kconfig updatesFUJITA Tomonori2007-07-16
| * | bsg: add SCSI transport-level request supportFUJITA Tomonori2007-07-16
| * | bsg: add bidi supportFUJITA Tomonori2007-07-16
| * | add a struct request pointer to the request structureFUJITA Tomonori2007-07-16
| * | bsg: fix the deadlock on discarding done commandsFUJITA Tomonori2007-07-16
| * | bsg: fix a blocking read bugFUJITA Tomonori2007-07-16
| * | bsg: minor bug fixesFUJITA Tomonori2007-07-16
| * | improve bsg device allocationFUJITA Tomonori2007-07-16
| * | bind bsg to all SCSI devicesFUJITA Tomonori2007-07-16
| * | bsg: bind bsg to request_queue instead of gendiskFUJITA Tomonori2007-07-16
| * | bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori2007-07-16
| * | bsg: simplify __bsg_alloc_command failpathFUJITA Tomonori2007-07-16
| * | bsg: add cheasy error checks for sysfs stuffJens Axboe2007-07-16
| * | Add queue resizing supportJens Axboe2007-07-16
| * | Replace s32, u32 and u64 with __s32, __u32 and __u64 in bsg.h for userspaceFUJITA Tomonori2007-07-16
| * | bsg: silence a bogus gcc warningJens Axboe2007-07-16