summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (5278): Bt8xx/: possible cleanupsAdrian Bunk2007-04-273-76/+0Star
* V4L/DVB (5272): Add V4L2_CAP_VIDEO_OUTPUT_POS capabilityHans Verkuil2007-04-271-0/+3
* V4L/DVB (5268): Add support for three new MPEG controls.Hans Verkuil2007-04-274-5/+85
* V4L/DVB (5257): USB: add zr364xx V4L2 driverAntoine Jacquet2007-04-275-12/+1027
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2007-04-2715-773/+695Star
|\
| * selinux: preserve boolean values across policy reloadsStephen Smalley2007-04-261-0/+38
| * selinux: change numbering of boolean directory inodes in selinuxfsJames Carter2007-04-261-6/+5Star
| * selinux: remove unused enumeration constant from selinuxfsJames Carter2007-04-261-1/+0Star
| * selinux: explicitly number all selinuxfs inodesJames Carter2007-04-261-0/+6
| * selinux: export initial SID contexts via selinuxfsJames Carter2007-04-263-0/+76
| * selinux: remove userland security class and permission definitionsStephen Smalley2007-04-266-314/+21Star
| * SELinux: move security_skb_extlbl_sid() out of the security serverPaul Moore2007-04-263-35/+31Star
| * MAINTAINERS: update selinux entryStephen Smalley2007-04-261-1/+3
| * SELinux: rename selinux_netlabel.h to netlabel.hPaul Moore2007-04-263-2/+2
| * SELinux: extract the NetLabel SELinux support from the security serverPaul Moore2007-04-266-405/+481
| * NetLabel: convert a BUG_ON in the CIPSO code to a runtime checkPaul Moore2007-04-261-1/+3
| * NetLabel: cleanup and document CIPSO constantsPaul Moore2007-04-261-8/+29
* | make SysRq-T show all tasks againIngo Molnar2007-04-272-3/+3
* | seqlocks: trivial remove weird whitespaceDaniel Walker2007-04-271-4/+4
* | Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds2007-04-2730-0/+12114
|\ \
| * | UBI: remove unused variableArtem Bityutskiy2007-04-271-1/+0Star
| * | UBI: add me to MAINTAINERSArtem Bityutskiy2007-04-271-0/+8
| * | JFFS2: add UBI supportArtem Bityutskiy2007-04-273-0/+42
| * | UBI: Unsorted Block ImagesArtem B. Bityutskiy2007-04-2726-0/+12065
| |/
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-04-2731-2237/+4697
|\ \
| * | ocfs2: Cache extent recordsMark Fasheh2007-04-277-0/+289
| * | ocfs2: Remember rw lock level during direct ioMark Fasheh2007-04-273-7/+19
| * | ocfs2: Fix up i_blocks calculation to know about holesMark Fasheh2007-04-279-30/+25Star
| * | ocfs2: Fix extent lookup to return true size of holesMark Fasheh2007-04-275-12/+109
| * | ocfs2: Read from an unwritten extent returns zerosMark Fasheh2007-04-2710-23/+45
| * | ocfs2: make room for unwritten extents flagMark Fasheh2007-04-276-69/+151
| * | ocfs2: Use own splice write actorMark Fasheh2007-04-273-1/+162
| * | ocfs2: Use do_sync_mapping_range() in ocfs2_zero_tail_for_truncate()Mark Fasheh2007-04-271-1/+4
| * | [PATCH] Turn do_sync_file_range() into do_sync_mapping_range()Mark Fasheh2007-04-272-7/+10
| * | ocfs2: zero tail of sparse files on truncateMark Fasheh2007-04-277-25/+328
| * | ocfs2: Teach ocfs2_get_block() about holesMark Fasheh2007-04-271-38/+61
| * | ocfs2: remove ocfs2_prepare_write() and ocfs2_commit_write()Mark Fasheh2007-04-271-120/+5Star
| * | ocfs2: teach ocfs2_file_aio_write() about sparse filesMark Fasheh2007-04-277-57/+1076
| * | ocfs2: Turn off shared writeable mmap for local files systems with holes.Mark Fasheh2007-04-271-2/+5
| * | ocfs2: abstract out allocation lockingMark Fasheh2007-04-271-27/+77
| * | ocfs2: teach extend/truncate about sparse filesMark Fasheh2007-04-273-237/+320
| * | ocfs2: temporarily remove extent map cachingMark Fasheh2007-04-2714-996/+96Star
| * | ocfs2: sparse b-tree supportMark Fasheh2007-04-268-497/+2002
| * | ocfs2: small cleanup of ocfs2_request_delete()Mark Fasheh2007-04-261-33/+13Star
| * | ocfs2: remove unused codeTiger Yang2007-04-264-329/+7Star
| * | ocfs2: Remove delete inode voteTiger Yang2007-04-2610-38/+205
| * | ocfs2: filter more error printsMark Fasheh2007-04-262-3/+2Star
| * | ocfs2: Replace panic() with emergency_restart() when fencingSunil Mushran2007-04-261-1/+4
| * | ocfs2: Silence compiler warningsSunil Mushran2007-04-262-2/+2
| * | ocfs2: Local mounts should skip inode updatesMark Fasheh2007-04-261-12/+9Star