summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | m68knommu: move CPU reset code for the 520x ColdFire into its platform codeGreg Ungerer2009-06-112-6/+18
| | * | m68knommu: add CPU reset code for the 532x ColdFireGreg Ungerer2009-06-112-3/+21
| | * | m68knommu: add CPU reset code for the 5249 ColdFireGreg Ungerer2009-06-111-6/+12
| | * | m68knommu: add CPU reset code for the 5206e ColdFireGreg Ungerer2009-06-111-6/+12
| | * | m68knommu: add CPU reset code for the 5206 ColdFireGreg Ungerer2009-06-111-6/+12
| | * | m68knommu: add CPU reset code for the 5407 ColdFireGreg Ungerer2009-06-111-4/+12
| | * | m68knommu: add CPU reset code for the 5307 ColdFireGreg Ungerer2009-06-111-4/+12
| | * | m68knommu: merge system reset for code ColdFire 523x familyGreg Ungerer2009-06-111-11/+2
| | * | m68knommu: fix system reset for ColdFire 527x familyGreg Ungerer2009-06-111-8/+8
| * | | kvm: remove the duplicated cpumask_clearYinghai Lu2009-06-121-1/+0
| * | | x86: use zalloc_cpumask_var in arch_early_irq_initYinghai Lu2009-06-121-2/+2
| * | | perfcounters: remove powerpc definitions of perf_counter_do_pendingStephen Rothwell2009-06-122-3/+1
| | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-06-1129-2153/+7306
| |\ \
| | * | Btrfs: fix extent_buffer leak during tree log replayChris Mason2009-06-111-0/+1
| | * | Btrfs: fix oops when btrfs_inherit_iflags called with a NULL dirChris Mason2009-06-111-1/+6
| | * | Btrfs: fix -o nodatasum printk spellingChris Mason2009-06-111-1/+1
| | * | Btrfs: check duplicate backrefs for both data and metadataYan Zheng2009-06-111-11/+4
| | * | Btrfs: init worker struct fields before kthread-runShin Hong2009-06-111-1/+1
| | * | Btrfs: pin buffers during write_dev_supersHisashi Hifumi2009-06-101-14/+29
| | * | Btrfs: avoid races between super writeout and device list updatesChris Mason2009-06-103-2/+45
| | * | Fix btrfs when ACLs are configured outAl Viro2009-06-102-5/+4
| | * | Btrfs: fdatasync should skip metadata writeoutHisashi Hifumi2009-06-101-0/+2
| | * | Btrfs: remove crc32c.h and use libcrc32c directly.David Woodhouse2009-06-104-37/+7
| | * | Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONChristoph Hellwig2009-06-105-21/+200
| | * | Btrfs: autodetect SSD devicesChris Mason2009-06-105-0/+24
| | * | Btrfs: add mount -o ssd_spread to spread allocations outChris Mason2009-06-105-6/+22
| | * | Btrfs: avoid allocation clusters that are too spread outChris Mason2009-06-101-1/+2
| | * | Btrfs: Add mount -o nossdChris Mason2009-06-101-2/+7
| | * | Btrfs: avoid IO stalls behind congested devices in a multi-device FSChris Mason2009-06-101-1/+4
| | * | Btrfs: don't allow WRITE_SYNC bios to starve out regular writesChris Mason2009-06-101-7/+15
| | * | Btrfs: fix metadata dirty throttling limitsChris Mason2009-06-101-5/+2
| | * | Btrfs: reduce mount -o ssd CPU usageChris Mason2009-06-101-1/+1
| | * | Btrfs: balance btree more oftenChris Mason2009-06-101-2/+2
| | * | Btrfs: stop avoiding balancing at the end of the transaction.Chris Mason2009-06-101-7/+4
| | * | Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng2009-06-1020-2043/+6928
| | * | btrfs: Fix set/clear_extent_bit for 'end == (u64)-1'Yan Zheng2009-06-101-4/+14
| * | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2009-06-1123-662/+2813
| |\ \ \
| | * | | fsnotify: allow groups to set freeing_mark to nullEric Paris2009-06-112-8/+3
| | * | | inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILDEric Paris2009-06-113-3/+7
| | * | | dnotify: do not bother to lock entry->lock when reading maskEric Paris2009-06-111-2/+1
| | * | | dnotify: do not use ?true:false when assigning to a boolEric Paris2009-06-111-1/+1
| | * | | fsnotify: move events should indicate the event was on a childEric Paris2009-06-111-8/+4
| | * | | inotify: reimplement inotify using fsnotifyEric Paris2009-06-118-448/+585
| | * | | fsnotify: handle filesystem unmounts with fsnotify marksEric Paris2009-06-113-0/+77
| | * | | fsnotify: fsnotify marks on inodes pin them in coreEric Paris2009-06-111-0/+7
| | * | | fsnotify: allow groups to add private data to eventsEric Paris2009-06-113-9/+68
| | * | | fsnotify: add correlations between eventsEric Paris2009-06-114-25/+51
| | * | | fsnotify: include pathnames with entries when possibleEric Paris2009-06-114-21/+41
| | * | | fsnotify: generic notification queue and waitqEric Paris2009-06-114-7/+278
| | * | | dnotify: reimplement dnotify using fsnotifyEric Paris2009-06-117-183/+398