summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-29btrfs: replace path->slots[0] with otherwise unused variable 'slot'Valentina Giusti1-2/+2
2014-01-29btrfs: remove unused variable from scrub_fixup_nodatasumValentina Giusti1-2/+0
2014-01-29btrfs: remove unused variable from setup_cluster_no_bitmapValentina Giusti1-2/+0
2014-01-29btrfs: remove unused variables from extent_io.cValentina Giusti1-7/+0
2014-01-29btrfs: remove unused variable from find_free_extentValentina Giusti1-2/+0
2014-01-29btrfs: remove unused variables from disk-io.cValentina Giusti1-11/+0
2014-01-29btrfs: remove unused variable from btrfs_new_inodeValentina Giusti1-6/+0
2014-01-29btrfs: publish fs label in sysfsJeff Mahoney1-0/+44
2014-01-29btrfs: publish device membership in sysfsJeff Mahoney2-0/+33
2014-01-29btrfs: publish allocation data in sysfsJeff Mahoney4-5/+238
2014-01-29btrfs: add ioctl to export size of global metadata reservationJeff Mahoney2-0/+17
2014-01-29btrfs: use feature attribute names to print better error messagesJeff Mahoney3-6/+64
2014-01-29btrfs: add ability to change features via sysfsJeff Mahoney2-4/+117
2014-01-29btrfs: publish unknown feature bits in sysfsJeff Mahoney1-1/+107
2014-01-29btrfs: publish per-super features in sysfsJeff Mahoney1-16/+65
2014-01-29btrfs: publish per-super attributes in sysfsJeff Mahoney4-0/+57
2014-01-29btrfs: publish supported featured in sysfsJeff Mahoney2-0/+87
2014-01-29kobject: export kobj_sysfs_opsJeff Mahoney1-0/+1
2014-01-29btrfs: add ioctls to query/change feature bits onlineJeff Mahoney3-0/+163
2014-01-29Btrfs: skip merge part for delayed data refsLiu Bo1-0/+7
2014-01-29Btrfs: introduce a head ref rbtreeLiu Bo5-60/+99
2014-01-29Btrfs: fix check-integrity to look at the referenced data properlyJosef Bacik2-4/+12
2014-01-29Btrfs: incompatible format change to remove hole extentsJosef Bacik6-56/+373
2014-01-20Linux 3.13v3.13Linus Torvalds1-1/+1
2014-01-20drm/nouveau/mxm: fix null deref on loadIlia Mirkin1-2/+2
2014-01-20Merge tag 'acpi-3.13-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+0
2014-01-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-8/+63
2014-01-18Revert "ACPI: Add BayTrail SoC GPIO and LPSS ACPI IDs"Rafael J. Wysocki2-2/+0
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds25-130/+169
2014-01-18s390/bpf,jit: fix 32 bit divisions, use unsigned divide instructionsHeiko Carstens1-8/+8
2014-01-18parisc: fix SO_MAX_PACING_RATE typoEric Dumazet1-1/+1
2014-01-18ipv6: simplify detection of first operational link-local address on interfaceHannes Frederic Sowa2-22/+17
2014-01-18tcp: metrics: Avoid duplicate entries with the same destination-IPChristoph Paasch1-19/+32
2014-01-18net: rds: fix per-cpu helper usageGerald Schaefer1-4/+3
2014-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds3-3/+8
2014-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2014-01-17Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-1/+1
2014-01-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2014-01-17percpu_counter: unbreak __percpu_counter_add()Hugh Dickins1-1/+1
2014-01-17e1000e: Fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg1-6/+2
2014-01-16Revert "arm64: Fix memory shareability attribute for ioremap_wc/cache"Catalin Marinas1-1/+1
2014-01-16perf/x86/amd/ibs: Fix waking up from S3 for AMD family 10hRobert Richter1-8/+45
2014-01-16x86, mm, perf: Allow recursive faults from interruptsPeter Zijlstra1-0/+18
2014-01-16Merge branches 'sched-urgent-for-linus' and 'timers-urgent-for-linus' of git:...Linus Torvalds2-9/+14
2014-01-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-15/+26
2014-01-16Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2014-01-16Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds6-5/+8
2014-01-16Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+9
2014-01-16Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2014-01-16bpf: do not use reciprocal divideEric Dumazet6-46/+45