1. 664dbd5 ocfs2: Use generic helpers for quotaon and quotaoff by Jan Kara · 10 years ago
  2. 1fa5efe ext4: Use generic helpers for quotaon and quotaoff by Jan Kara · 10 years ago
  3. 3e2af67 quota: Add ->quota_{enable,disable} callbacks for VFS quotas by Jan Kara · 10 years ago
  4. d3b8632 quota: Wire up ->quota_{enable,disable} callbacks into Q_QUOTA{ON,OFF} by Jan Kara · 10 years ago
  5. 38e478c quota: Split ->set_xstate callback into two by Jan Kara · 10 years ago
  6. 1cd6b7b Merge branch 'for_linus' into for_next by Jan Kara · 9 years ago
  7. 14bf61f quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units by Jan Kara · 10 years ago
  8. b07ef35 udf: Release preallocation on last writeable close by Jan Kara · 9 years ago
  9. a394270 xfs: Remove some pointless quota checks by Jan Kara · 10 years ago
  10. fbf64b3 xfs: Remove some useless flags tests by Jan Kara · 10 years ago
  11. 8a2fdd4 xfs: Remove useless test by Jan Kara · 10 years ago
  12. ca6cb091 quota: Verify flags passed to Q_SETINFO by Jan Kara · 10 years ago
  13. 9c45101 quota: Cleanup flags definitions by Jan Kara · 10 years ago
  14. 96827ad ocfs2: Move OLQF_CLEAN flag out of generic quota flags by Jan Kara · 10 years ago
  15. c119c5b quota: Don't store flags for v2 quota format by Jan Kara · 10 years ago
  16. c38fda3 jbd: drop jbd_ENOSYS debug by Davidlohr Bueso · 10 years ago
  17. 188c901 Merge branch 'leds-fixes-for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 10 years ago
  18. 0c133dd Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 10 years ago
  19. 0c86ac2 leds: netxbig: fix oops at probe time by Simon Guinot · 10 years ago
  20. 43239cb kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val) by Christian Borntraeger · 10 years ago
  21. e7a823b Merge tag 'linux-kselftest-3.19-rc-5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 10 years ago
  22. 613d4ce Merge tag 'stable/for-linus-3.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  23. 4f7a42d Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 10 years ago
  24. f221b04 x86/xen: properly retrieve NMI reason by Jan Beulich · 10 years ago
  25. 971780b Merge tag 'gpio-v3.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  26. 904a980 Merge tag 'mmc-v3.19-3' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 10 years ago
  27. fb43bd0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  28. 721c21c mm: mmu_gather: use tlb->end != 0 only for TLB invalidation by Will Deacon · 10 years ago
  29. 9a17ad7 xen: check for zero sized area when invalidating memory by Juergen Gross · 10 years ago
  30. e86f949 xen: use correct type for physical addresses by Juergen Gross · 10 years ago
  31. f241b0b xen: correct race in alloc_p2m_pmd() by Juergen Gross · 10 years ago
  32. 82c92ed xen: correct error for building p2m list on 32 bits by Juergen Gross · 10 years ago
  33. bbe48dd udf: destroy sbi mutex in put_super by Fabian Frederick · 10 years ago
  34. 1f7f265 mmc: sdhci-pci: Add support for Intel SPT by Adrian Hunter · 10 years ago
  35. d0ed8e6 mmc: sdhci-acpi: Add ACPI HID INT344D by Adrian Hunter · 10 years ago
  36. 2836766 mmc: sdhci: Fix sleep in atomic after inserting SD card by Krzysztof Kozlowski · 10 years ago
  37. aa8165f mmc: sdhci-pxav3: do the mbus window configuration after enabling clocks by Thomas Petazzoni · 10 years ago
  38. b5540ce mmc: sdhci: Disable re-tuning for HS400 by Adrian Hunter · 10 years ago
  39. 38e40bf mmc: sdhci: Simplify use of tuning timer by Adrian Hunter · 10 years ago
  40. d519c86 mmc: sdhci: Add out_unlock to sdhci_execute_tuning by Adrian Hunter · 10 years ago
  41. ac00531 mmc: sdhci: Tuning should not change max_blk_count by Adrian Hunter · 10 years ago
  42. eaa27f3 linux 3.19-rc4 by Linus Torvalds · 10 years ago
  43. 0cbaed1 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  44. 505569d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  45. 5ab551d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  46. ddb321a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  47. 1e6c3e8 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  48. b800c91 mm: fix corner case in anon_vma endless growing prevention by Konstantin Khlebnikov · 10 years ago
  49. 690eac5 mm: Don't count the stack guard page towards RLIMIT_STACK by Linus Torvalds · 10 years ago
  50. 8e654dd Merge branch 'core/urgent' into locking/urgent, to collect all pending locking fixes by Ingo Molnar · 10 years ago
  51. 4850d37 Merge tag 'vfio-v3.19-rc4' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 10 years ago
  52. aff8ad5 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  53. eb74926 Merge tag 'sound-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  54. 28023d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 10 years ago
  55. 1dd34da Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  56. d80b34c9 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  57. aa92913 Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 10 years ago
  58. dc9319f Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  59. 20ebb34 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  60. 03c751a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  61. 8060b8d iscsi-target: Fix typos in enum cmd_flags_table by Andy Grover · 10 years ago
  62. 2b70e5f MAINTAINERS: Add entry for iSER target driver by Sagi Grimberg · 10 years ago
  63. 1ecc758 target: Allow Write Exclusive non-reservation holders to READ by Lee Duncan · 10 years ago
  64. 7216dc0 target: Drop left-over fabric_max_sectors attribute by Nicholas Bellinger · 10 years ago
  65. 046ba64 target: Drop arbitrary maximum I/O size limit by Nicholas Bellinger · 10 years ago
  66. b3d574a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  67. 1e34792 ARM: 8275/1: mm: fix PMD_SECT_RDONLY undeclared compile error by Victor Kamensky · 10 years ago
  68. 606185b HID: roccat: potential out of bounds in pyra_sysfs_write_settings() by Dan Carpenter · 10 years ago
  69. a63b03e mutex: Always clear owner field upon mutex_unlock() by Chris Wilson · 10 years ago
  70. 7f1a169 sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group() by Tetsuo Handa · 10 years ago
  71. 269ad80 sched/deadline: Avoid double-accounting in case of missed deadlines by Luca Abeni · 10 years ago
  72. 6a503c3 sched/deadline: Fix migration of SCHED_DEADLINE tasks by Luca Abeni · 10 years ago
  73. 32a8df4 sched: Fix odd values in effective_load() calculations by Yuyang Du · 10 years ago
  74. 536ebe9ca sched, fanotify: Deal with nested sleeps by Peter Zijlstra · 10 years ago
  75. 5306c31 perf/x86/uncore/hsw-ep: Handle systems with only two SBOXes by Andi Kleen · 10 years ago
  76. 86c269f perf/x86_64: Improve user regs sampling by Andy Lutomirski · 10 years ago
  77. 88a7c26 perf: Move task_pt_regs sampling into arch code by Andy Lutomirski · 10 years ago
  78. 0f363b2 x86: Fix off-by-one in instruction decoder by Peter Zijlstra · 10 years ago
  79. 300176a Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 10 years ago
  80. 96b932b gpio: dln2: use bus_sync_unlock instead of scheduling work by Octavian Purdila · 10 years ago
  81. 9e5e366 mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being killed by Vlastimil Babka · 10 years ago
  82. 4bdfc1c memcg: fix destination cgroup leak on task charges migration by Vladimir Davydov · 10 years ago
  83. 24d404d mm: memcontrol: switch soft limit default back to infinity by Johannes Weiner · 10 years ago
  84. 70ecb3c mm/debug_pagealloc: remove obsolete Kconfig options by Joonsoo Kim · 10 years ago
  85. 75069f2 vfs: renumber FMODE_NONOTIFY and add to uniqueness check by David Drysdale · 10 years ago
  86. 9de93e78 arch/blackfin/mach-bf533/boards/stamp.c: add linux/delay.h by Oleg Nesterov · 10 years ago
  87. 53dc20b ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when link file by Xue jiufei · 10 years ago
  88. 75dd112 MAINTAINERS: update rydberg's addresses by Henrik Rydberg · 10 years ago
  89. 2d6d7f9 mm: protect set_page_dirty() from ongoing truncation by Johannes Weiner · 10 years ago
  90. 7a3ef20 mm: prevent endless growth of anon_vma hierarchy by Konstantin Khlebnikov · 10 years ago
  91. 3245d6a exit: fix race between wait_consider_task() and wait_task_zombie() by Oleg Nesterov · 10 years ago
  92. eb4f73b ocfs2: remove bogus check in dlm_process_recovery_data by Joseph Qi · 10 years ago
  93. 11c8f01 Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  94. 90ac086 Makefile: include arch/*/include/generated/uapi before .../generated by Michal Marek · 10 years ago
  95. c4ccac4 Merge tag 'pinctrl-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 10 years ago
  96. 74e59ea Merge tag 'pm+acpi-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  97. 086b2a9 Merge tag 'keys-fixes-20150107' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 10 years ago
  98. b11ecb2 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 10 years ago
  99. 1c16938 Merge tag 'iommu-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 10 years ago
  100. 716c13a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago