1. c3a326a ext4: cleanup mballoc header files by Aneesh Kumar K.V · 16 years ago
  2. 920313a ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize by Aneesh Kumar K.V · 15 years ago
  3. e21675d ext4: Add blocks added during resize to bitmap by Aneesh Kumar K.V · 15 years ago
  4. 3a06d77 ext4: sparse fixes by Aneesh Kumar K.V · 16 years ago
  5. 1a0d378 jbd2: Remove a large array of bh's from the stack of the checkpoint routine by Theodore Ts'o · 16 years ago
  6. 498e5f2 ext4: Change unsigned long to unsigned int by Theodore Ts'o · 16 years ago
  7. a9df9a4 ext4: Make ext4_group_t be an unsigned int by Theodore Ts'o · 15 years ago
  8. cde6436 ext4: Remove i_ext_generation from ext4_inode_info structure by Theodore Ts'o · 16 years ago
  9. 3077384 ext4: add fsync batch tuning knobs by Theodore Ts'o · 15 years ago
  10. d7cfa46 ext4: display average commit time by Theodore Ts'o · 16 years ago
  11. e07f718 jbd2: improve jbd2 fsync batching by Josef Bacik · 16 years ago
  12. 032115f ext4: Don't overwrite allocation_context ac_status by Aneesh Kumar K.V · 15 years ago
  13. fde4d95 ext4: remove extraneous newlines from calls to ext4_error() and ext4_warning() by Theodore Ts'o · 15 years ago
  14. fd98496 jbd2: Add barrier not supported test to journal_wait_on_commit_record by Theodore Ts'o · 15 years ago
  15. 0390131 ext4: Allow ext4 to run without a journal by Frank Mayhar · 15 years ago
  16. ff7ef32 ext4: Widen type of ext4_sb_info.s_mb_maxs[] by Yasunori Goto · 16 years ago
  17. 93c0d86 ext4: When resizing set the EXT4_BG_INODE_ZEROED flag for new block groups by Solofo.Ramangalahy@bull.net · 16 years ago
  18. 23475e2 ext4: Use simple_strtol() instead of simple_strtoul() in ext4_ui_proc_open by Roel Kluin · 16 years ago
  19. 171bbfb jbd2: Add BH_JBDPrivateStart by Mark Fasheh · 16 years ago
  20. 25f1ee3 ext4: fix build warning by Wu Fengguang · 16 years ago
  21. 565a961 ext4: avoid ext4_error when mounting a fs with a single bg by Aneesh Kumar K.V · 15 years ago
  22. 791b7f0 ext4: Fix the delalloc writepages to allocate blocks at the right offset. by Aneesh Kumar K.V · 15 years ago
  23. 2a21e37 ext4: tone down ext4_da_writepages warnings by Theodore Ts'o · 16 years ago
  24. 97df5d1 ext4: remove do_blk_alloc() by Theodore Ts'o · 16 years ago
  25. cfe82c8 ext4: remove ext4_new_meta_block() by Theodore Ts'o · 16 years ago
  26. 815a113 ext4: remove ext4_new_blocks() and call ext4_mb_new_blocks() directly by Theodore Ts'o · 15 years ago
  27. 8e1a485 Update Documentation/filesystems/ext4.txt by Theodore Ts'o · 15 years ago
  28. 59e315b ext3/4: Fix loop index in do_split() so it is signed by Theodore Ts'o · 16 years ago
  29. f99b258 ext4: Add support for non-native signed/unsigned htree hash algorithms by Theodore Ts'o · 16 years ago
  30. 5e1f8c9 ext3: Add support for non-native signed/unsigned htree hash algorithms by Theodore Ts'o · 16 years ago
  31. 8f72fbd ext4: fix printk format warning by Alexander Beregalov · 16 years ago
  32. fe0bdec Merge branch 'audit.b61' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 15 years ago
  33. 099e657 rtc: add alarm/update irq interfaces by Alessandro Zummo · 15 years ago
  34. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 15 years ago
  35. e687d69 viafb: fix crashes due to 4k stack overflow by Bruno Prémont · 15 years ago
  36. c644f0e fs: introduce bgl_lock_ptr() by Pekka Enberg · 15 years ago
  37. 0a30c5c spi.h uses/needs device.h by Randy Dunlap · 15 years ago
  38. 2e4e27c vmalloc.c: fix flushing in vmap_page_range() by Adam Lackorzynski · 15 years ago
  39. 7b574b7 cgroups: fix a race between cgroup_clone and umount by Li Zefan · 15 years ago
  40. 5af75d8 audit: validate comparison operations, store them in sane form by Al Viro · 16 years ago
  41. 36c4f1b1 clean up audit_rule_{add,del} a bit by Al Viro · 16 years ago
  42. e048e02 make sure that filterkey of task,always rules is reported by Al Viro · 16 years ago
  43. e45aa21 audit rules ordering, part 2 by Al Viro · 16 years ago
  44. 0590b93 fixing audit rule ordering mess, part 1 by Al Viro · 16 years ago
  45. 1a9d079 audit_update_lsm_rules() misses the audit_inode_hash[] ones by Al Viro · 16 years ago
  46. 57f71a0 sanitize audit_log_capset() by Al Viro · 15 years ago
  47. 157cf64 sanitize audit_fd_pair() by Al Viro · 16 years ago
  48. 564f699 sanitize audit_mq_open() by Al Viro · 16 years ago
  49. c32c8af sanitize AUDIT_MQ_SENDRECV by Al Viro · 16 years ago
  50. 20114f7 sanitize audit_mq_notify() by Al Viro · 16 years ago
  51. 7392906 sanitize audit_mq_getsetattr() by Al Viro · 16 years ago
  52. e816f37 sanitize audit_ipc_set_perm() by Al Viro · 16 years ago
  53. a33e675 sanitize audit_ipc_obj() by Al Viro · 16 years ago
  54. f3298dc sanitize audit_socketcall by Al Viro · 16 years ago
  55. 4f6b434 don't reallocate buffer in every audit_sockaddr() by Al Viro · 16 years ago
  56. 7d3b56b Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  57. 269b012 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu by Linus Torvalds · 15 years ago
  58. f60a0a7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 15 years ago
  59. 2f98357 sparseirq: move set/get_timer_rand_state back to .c by Yinghai Lu · 15 years ago
  60. e9e67a8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 15 years ago
  61. ad6b646 Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 15 years ago
  62. 61420f5 Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 years ago
  63. d97106a Make %p print '(null)' for NULL pointers by Linus Torvalds · 15 years ago
  64. 3bfacef get rid of special-casing the /sbin/loader on alpha by Al Viro · 15 years ago
  65. 17580d7 sanitize ifdefs in binfmt_aout by Al Viro · 15 years ago
  66. fe30af9 remove the rudiment of a.out for sparc by Al Viro · 15 years ago
  67. e0b685d Updated contact info for CREDITS file by Hugh Blemings · 15 years ago
  68. ab14398 x86: setup_per_cpu_areas() cleanup by Cyrill Gorcunov · 15 years ago
  69. 8fd2d2d cpumask: fix compile error when CONFIG_NR_CPUS is not defined by Mike Travis · 15 years ago
  70. 80855f7 cpumask: use alloc_cpumask_var_node where appropriate by Mike Travis · 15 years ago
  71. 2fdf66b cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t by Rusty Russell · 15 years ago
  72. ee943a8 x86: use cpumask_var_t in acpi/boot.c by Rusty Russell · 15 years ago
  73. 9628937 x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_ids by Mike Travis · 15 years ago
  74. 6ca09df sched: put back some stack hog changes that were undone in kernel/sched.c by Mike Travis · 15 years ago
  75. 730cf27 x86: enable cpus display of kernel_max and offlined cpus by Mike Travis · 15 years ago
  76. 6bdf197 ia64: cpumask fix for is_affinity_mask_valid() by Ingo Molnar · 15 years ago
  77. 263ec64 cpumask: convert RCU implementations, fix by Ingo Molnar · 15 years ago
  78. e465b53 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into cpus4096-v2 by Ingo Molnar · 15 years ago
  79. 7eb1955 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumask by Mike Travis · 15 years ago
  80. 065a6d6 AMD IOMMU: remove now unnecessary #ifdefs by Joerg Roedel · 15 years ago
  81. b0a11f4 Merge branches 'iommu/api' and 'iommu/amd' into for-linus by Joerg Roedel · 15 years ago
  82. 0e93dd8 AMD IOMMU: prealloc_protection_domains should be static by Jaswinder Singh Rajput · 15 years ago
  83. 7398ca7 kvm/iommu: fix compile warning by Joerg Roedel · 15 years ago
  84. 8ecaf8f AMD IOMMU: add statistics about total number of map requests by Joerg Roedel · 16 years ago
  85. 5774f7c AMD IOMMU: add statistics about allocated io memory by Joerg Roedel · 16 years ago
  86. 18811f5 AMD IOMMU: add stats counter for domain tlb flushes by Joerg Roedel · 16 years ago
  87. f57d98a AMD IOMMU: add stats counter for single iommu domain tlb flushes by Joerg Roedel · 16 years ago
  88. c185897 AMD IOMMU: add stats counter for cross-page request by Joerg Roedel · 16 years ago
  89. 5d31ee7 AMD IOMMU: add stats counter for free_coherent requests by Joerg Roedel · 16 years ago
  90. c8f0fb3 AMD IOMMU: add stats counter for alloc_coherent requests by Joerg Roedel · 16 years ago
  91. 55877a6 AMD IOMMU: add stats counter for unmap_sg requests by Joerg Roedel · 16 years ago
  92. d03f067a AMD IOMMU: add stats counter for map_sg requests by Joerg Roedel · 16 years ago
  93. 146a691 AMD IOMMU: add stats counter for unmap_single requests by Joerg Roedel · 16 years ago
  94. 0f2a86f AMD IOMMU: add stats counter for map_single requests by Joerg Roedel · 16 years ago
  95. da49f6d AMD IOMMU: add stats counter for completion wait events by Joerg Roedel · 16 years ago
  96. 7f26508 AMD IOMMU: add init code for statistic collection by Joerg Roedel · 16 years ago
  97. a9dddbe AMD IOMMU: add necessary header defines for stats counting by Joerg Roedel · 16 years ago
  98. 2e11760 AMD IOMMU: add Kconfig entry for statistic collection code by Joerg Roedel · 16 years ago
  99. a4e267c AMD IOMMU: use dev_name in iommu_enable function by Joerg Roedel · 16 years ago
  100. edcb34d AMD IOMMU: use calc_devid in prealloc_protection_domains by Joerg Roedel · 16 years ago