summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * reiserfs: add atomic addition of selinux attributes during inode creationJeff Mahoney2009-03-305-6/+137
| * reiserfs: use generic readdir for operations across all xattrsJeff Mahoney2009-03-303-300/+131
| * reiserfs: journaled xattrsJeff Mahoney2009-03-307-49/+159
| * reiserfs: use generic xattr handlersJeff Mahoney2009-03-309-441/+258
| * reiserfs: remove i_has_xattr_dirJeff Mahoney2009-03-301-8/+1
| * reiserfs: make per-inode xattr locking more fine grainedJeff Mahoney2009-03-304-90/+55
| * reiserfs: eliminate per-super xattr lockJeff Mahoney2009-03-308-151/+74
| * reiserfs: simplify xattr internal file lookups/opensJeff Mahoney2009-03-301-127/+135
| * reiserfs: Clean up xattrs when REISERFS_FS_XATTR is unsetJeff Mahoney2009-03-304-357/+367
| * reiserfs: remove IS_PRIVATE helpersJeff Mahoney2009-03-307-33/+23
| * reiserfs: remove link detection codeJeff Mahoney2009-03-301-13/+0
| * reiserfs: xattr reiserfs_get_page takes offset instead of indexJeff Mahoney2009-03-301-6/+4
| * reiserfs: small variable cleanupJeff Mahoney2009-03-301-12/+8
| * reiserfs: use reiserfs_error()Jeff Mahoney2009-03-309-110/+107
| * reiserfs: introduce reiserfs_error()Jeff Mahoney2009-03-302-0/+29
| * reiserfs: rearrange journal abortJeff Mahoney2009-03-303-21/+6
| * reiserfs: rework reiserfs_panicJeff Mahoney2009-03-3013-183/+200
| * reiserfs: add locking around error bufferJeff Mahoney2009-03-301-1/+4
| * reiserfs: eliminate reiserfs_warning from uniqueness functionsJeff Mahoney2009-03-301-5/+2
| * reiserfs: prepare_error_buf wrongly consumes va_argJeff Mahoney2009-03-301-9/+3
| * reiserfs: rework reiserfs_warningJeff Mahoney2009-03-3017-426/+454
| * reiserfs: make some warnings informationalJeff Mahoney2009-03-303-17/+13
| * reiserfs: use more consistent printk formattingJeff Mahoney2009-03-301-14/+14
| * reiserfs: use buffer_info for leaf_paste_entriesJeff Mahoney2009-03-303-13/+11
| * reiserfs: audit transaction ids to always be unsigned intsJeff Mahoney2009-03-305-31/+31
| * reiserfs: add support for mount count incrementingJeff Mahoney2009-03-303-2/+13
* | Merge branch 'x86-stage-3-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-03-30145-3583/+6465
|\ \
| * | Revert "cpuacct: reduce one NULL check in fast-path"Ingo Molnar2009-03-301-3/+2
| * | Merge branch 'linus' into x86/coreIngo Molnar2009-03-283171-128729/+252172
| |\ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'x86/apic', 'x86/cleanups' and 'x86/mm' into x86/coreIngo Molnar2009-03-286-39/+27
| |\ \ \ \
| | | * | | x86: early_ioremap_init(), use __fix_to_virt(), because we are sure it's safeWang Chen2009-03-251-1/+1
| | * | | | Merge branch 'x86/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jasw...Ingo Molnar2009-03-245-38/+26
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | x86: e820 fix various signedness issues in setup.c and e820.cJaswinder Singh Rajput2009-03-232-6/+6
| | | * | | x86: apic/io_apic.c define msi_ir_chip and ir_ioapic_chip all the timeJaswinder Singh Rajput2009-03-231-5/+4
| | | * | | x86: irq.c keep CONFIG_X86_LOCAL_APIC interrupts togetherJaswinder Singh Rajput2009-03-231-9/+6
| | | * | | x86: irq.c use same path for show_interruptsJaswinder Singh Rajput2009-03-231-8/+0
| | | * | | x86: cpu/cpu.h cleanupJaswinder Singh Rajput2009-03-231-10/+10
| * | | | | Revert "x86: don't compile vsmp_64 for 32bit"Ravikiran G Thirumalai2009-03-254-4/+14
| * | | | | x86: Correct behaviour of irq affinityRusty Russell2009-03-251-2/+3
| * | | | | x86: use default_cpu_mask_to_apicid for 64bitYinghai Lu2009-03-242-26/+12
| * | | | | x86: fix set_extra_move_desc callingYinghai Lu2009-03-241-1/+2
| |/ / / /
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---------. \ \ \ Merge branches 'x86/apic', 'x86/cleanups', 'x86/mm', 'x86/pat', 'x86/setup' a...Ingo Molnar2009-03-2496-2355/+2008
| |\ \ \ \ \ \ \ \ \ | | | | | | | | |_|/ | | | | | | | |/| |
| | | | | | * | | | x86: signal: check signal stack overflow properlyHiroshi Shimamoto2009-03-201-21/+27
| | | | | | | |/ / | | | | | | |/| |
| | | | | * | | | x86/dmi: fix dmi_alloc() section mismatchesJeremy Fitzhardinge2009-03-231-1/+4
| | | | | |/ / /
| | | | * | | | x86, PAT, PCI: Change vma prot in pci_mmap to reflect inherited protPallipadi, Venkatesh2009-03-241-0/+3
| | | | |/ / /
| | | * | | | Revert "x86: create a non-zero sized bm_pte only when needed"Jeremy Fitzhardinge2009-03-211-16/+3
| | | * | | | x86, CPA: Add set_pages_arrayuc and set_pages_array_wbvenkatesh.pallipadi@intel.com2009-03-202-0/+66
| | | * | | | x86, PAT: Add support for struct page pointer array in cpa set_clrvenkatesh.pallipadi@intel.com2009-03-201-29/+50
| | | * | | | x86, CPA: Add a flag parameter to cpa set_clr()venkatesh.pallipadi@intel.com2009-03-201-5/+5
| | | |/ / /
| | * | | | x86: Fix a couple of sparse warnings in arch/x86/kernel/apic/io_apic.cDmitri Vorobiev2009-03-221-2/+2
OpenPOWER on IntegriCloud