summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix missing iput of root inode for some mount error pathsManish Katiyar2011-02-271-2/+3
* ext4: make FIEMAP and delayed allocation play well togetherYongqiang Yang2011-02-271-39/+148
* ext4: suppress verbose debugging information if malloc-debug is offTheodore Ts'o2011-02-271-1/+2
* ext4: don't leave PageWriteback set after memory failureTheodore Ts'o2011-02-271-2/+2
* ext4: move setup of the mpd structure to write_cache_pages_da()Theodore Ts'o2011-02-261-22/+7
* ext4: don't lock the next page in write_cache_pages if not neededTheodore Ts'o2011-02-261-17/+10
* ext4: remove page_skipped hackery in ext4_da_writepages()Theodore Ts'o2011-02-261-10/+0
* ext4: clear the dirty bit for a page in writeback at the last minuteTheodore Ts'o2011-02-261-17/+11
* ext4: simple cleanups to write_cache_pages_da()Theodore Ts'o2011-02-261-67/+48
* ext4: fold __mpage_da_writepage() into write_cache_pages_da()Theodore Ts'o2011-02-261-115/+91
* ext4: enable mblk_io_submit by defaultTheodore Ts'o2011-02-261-2/+3
* ext4: fix ext4_da_block_invalidatepages() to handle page range properlyCurt Wohlgemuth2011-02-261-7/+4
* ext4: mark multi-page IO complete on mapping failureCurt Wohlgemuth2011-02-261-0/+3
* ext4: mballoc: don't replace the current preallocation group unnecessarilyColy Li2011-02-241-1/+1
* ext4: clarify description of ac_g_ex in struct ext4_allocation_contextColy Li2011-02-241-1/+1
* mballoc: add comments to ext4_mb_mark_free_simple()Coly Li2011-02-241-1/+6
* ext4: remove unncessary call mb_find_buddy() in debugging codeColy Li2011-02-241-1/+0
* ext4: code cleanup in mb_find_buddy()Coly Li2011-02-241-2/+3
* ext4: enable acls and user_xattr by defaultEric Sandeen2011-02-231-9/+5
* ext4: Adjust minlen with discard_granularity in the FITRIM ioctlLukas Czerner2011-02-231-0/+2
* ext4: check if device support discard in FITRIM ioctlLukas Czerner2011-02-231-0/+4
* ext4: mark file-local functions and variables as staticLukas Czerner2011-02-232-4/+5
* ext4: allow inode_readahead_blks=0 (linux-2.6.37)Alexander V. Lukyanov2011-02-211-2/+2
* ext4: Fix sparse warning: Using plain integer as NULL pointerPeter Huewe2011-02-217-23/+23
* ext4: fix compile warnings with EXT4FS_DEBUG enabledTheodore Ts'o2011-02-211-2/+2
* ext4: update ext4 documentationLukas Czerner2011-02-212-4/+216
* vfs: fix BUG_ON() in fs/namei.c:1461Linus Torvalds2011-02-161-5/+4
* Linux 2.6.38-rc5v2.6.38-rc5Linus Torvalds2011-02-151-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2011-02-1518-69/+165
|\
| * m68knommu: set flow handler for secondary interrupt controller of 5249Greg Ungerer2011-02-161-1/+3
| * m68knommu: remove use of IRQ_FLG_LOCK from 68360 platform supportGreg Ungerer2011-02-162-2/+2
| * m68knommu: fix dereference of port.ttyGreg Ungerer2011-02-161-15/+14
| * m68knommu: add missing linker __modver sectionGreg Ungerer2011-02-161-0/+6
| * m68knommu: fix mis-named variable int set_irq_chip loopGreg Ungerer2011-02-161-2/+2
| * m68knommu: add optimize memmove() functionGreg Ungerer2011-02-163-2/+107
| * m68k: remove arch specific non-optimized memcmp()Greg Ungerer2011-02-162-14/+1
| * m68knommu: fix use of un-defined _TIF_WORK_MASKGreg Ungerer2011-02-083-3/+0
| * m68knommu: Rename m548x_wdt.c to m54xx_wdt.cPhilippe De Muyter2011-02-083-4/+4
| * m68knommu: fix m548x_wdt.c compilation after headers renamingPhilippe De Muyter2011-02-081-25/+25
| * m68knommu: Remove dependencies on nonexistent M68KNOMMUGeert Uytterhoeven2011-02-082-2/+2
* | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-02-1546-302/+679
|\ \
| * | drm/radeon/kms: hopefully fix pll issues for real (v3)Alex Deucher2011-02-151-14/+8
| * | drm/radeon/kms: add bounds checking to avivo pll algoAlex Deucher2011-02-151-0/+10
| * | drm: fix wrong usages of drm_device in DRM Developer's GuideXiao Jiang2011-02-151-3/+3
| * | drm/radeon/kms: fix a few more atombios endian issuesAlex Deucher2011-02-152-7/+7
| * | Merge remote branch 'intel/drm-intel-fixes' of /ssd/git/drm-next into drm-fixesDave Airlie2011-02-1411-99/+229
| |\ \
| | * | drm/i915: Fix resume regression from 5d1d0ccChris Wilson2011-02-111-2/+1
| | * | drm/i915/tv: Use polling rather than interrupt-based hotplugChris Wilson2011-02-111-13/+30
| | * | drm/i915: Trigger modesetting if force-audio changesChris Wilson2011-02-113-18/+91
| | * | drm/i915/sdvo: If we have an EDID confirm it matches the mode of the connectionChris Wilson2011-02-091-5/+27