1. 40a1984 jbd2: Submit writes to the journal using WRITE_SYNC by Theodore Ts'o · 16 years ago
  2. 4a9bf99 jbd2: Add pid and journal device name to the "kjournald2 starting" message by Theodore Ts'o · 16 years ago
  3. ba80b10 ext4: Add markers for better debuggability by Theodore Ts'o · 16 years ago
  4. c319106 ext4: Remove code to create the journal inode by Theodore Ts'o · 16 years ago
  5. c39a7f8 ext4: provide function to release metadata pages under memory pressure by Toshiyuki Okajima · 16 years ago
  6. 6b082b5 ext3: provide function to release metadata pages under memory pressure by Toshiyuki Okajima · 16 years ago
  7. 87d8fe1 add releasepage hooks to block devices which can be used by file systems by Theodore Ts'o · 16 years ago
  8. 0087d9f ext4: Fix s_dirty_blocks_counter if block allocation failed with nodelalloc by Aneesh Kumar K.V · 16 years ago
  9. 29eaf02 ext4: Init the complete page while building buddy cache by Aneesh Kumar K.V · 16 years ago
  10. 8556e8f ext4: Don't allow new groups to be added during block allocation by Aneesh Kumar K.V · 16 years ago
  11. 648f587 ext4: mark the blocks/inode bitmap beyond end of group as used by Aneesh Kumar K.V · 16 years ago
  12. 2ccb5fb ext4: Use new buffer_head flag to check uninit group bitmaps initialization by Aneesh Kumar K.V · 16 years ago
  13. 3934186 ext4: Fix the race between read_inode_bitmap() and ext4_new_inode() by Aneesh Kumar K.V · 16 years ago
  14. 3300bed ext4: code cleanup by Aneesh Kumar K.V · 16 years ago
  15. 560671a ext4: Use high 16 bits of the block group descriptor's free counts fields by Aneesh Kumar K.V · 16 years ago
  16. e8134b2 ext4: Fix race between read_block_bitmap() and mark_diskspace_used() by Aneesh Kumar K.V · 16 years ago
  17. 5d1b1b3 ext4: fix BUG when calling ext4_error with locked block group by Aneesh Kumar K.V · 16 years ago
  18. b7be019 ext4: Fix lockdep recursive locking warning by Aneesh Kumar K.V · 16 years ago
  19. 7a2fcbf ext4: don't use blocks freed but not yet committed in buddy cache init by Aneesh Kumar K.V · 16 years ago
  20. fb68407 jbd2: Call journal commit callback without holding j_list_lock by Aneesh Kumar K.V · 16 years ago
  21. c3a326a ext4: cleanup mballoc header files by Aneesh Kumar K.V · 16 years ago
  22. 920313a ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize by Aneesh Kumar K.V · 16 years ago
  23. e21675d ext4: Add blocks added during resize to bitmap by Aneesh Kumar K.V · 16 years ago
  24. 3a06d77 ext4: sparse fixes by Aneesh Kumar K.V · 16 years ago
  25. 1a0d378 jbd2: Remove a large array of bh's from the stack of the checkpoint routine by Theodore Ts'o · 16 years ago
  26. 498e5f2 ext4: Change unsigned long to unsigned int by Theodore Ts'o · 16 years ago
  27. a9df9a4 ext4: Make ext4_group_t be an unsigned int by Theodore Ts'o · 16 years ago
  28. cde6436 ext4: Remove i_ext_generation from ext4_inode_info structure by Theodore Ts'o · 16 years ago
  29. 3077384 ext4: add fsync batch tuning knobs by Theodore Ts'o · 16 years ago
  30. d7cfa46 ext4: display average commit time by Theodore Ts'o · 16 years ago
  31. e07f718 jbd2: improve jbd2 fsync batching by Josef Bacik · 16 years ago
  32. 032115f ext4: Don't overwrite allocation_context ac_status by Aneesh Kumar K.V · 16 years ago
  33. fde4d95 ext4: remove extraneous newlines from calls to ext4_error() and ext4_warning() by Theodore Ts'o · 16 years ago
  34. fd98496 jbd2: Add barrier not supported test to journal_wait_on_commit_record by Theodore Ts'o · 16 years ago
  35. 0390131 ext4: Allow ext4 to run without a journal by Frank Mayhar · 16 years ago
  36. ff7ef32 ext4: Widen type of ext4_sb_info.s_mb_maxs[] by Yasunori Goto · 16 years ago
  37. 93c0d86 ext4: When resizing set the EXT4_BG_INODE_ZEROED flag for new block groups by Solofo.Ramangalahy@bull.net · 16 years ago
  38. 23475e2 ext4: Use simple_strtol() instead of simple_strtoul() in ext4_ui_proc_open by Roel Kluin · 16 years ago
  39. 171bbfb jbd2: Add BH_JBDPrivateStart by Mark Fasheh · 16 years ago
  40. 25f1ee3 ext4: fix build warning by Wu Fengguang · 16 years ago
  41. 565a961 ext4: avoid ext4_error when mounting a fs with a single bg by Aneesh Kumar K.V · 16 years ago
  42. 791b7f0 ext4: Fix the delalloc writepages to allocate blocks at the right offset. by Aneesh Kumar K.V · 16 years ago
  43. 2a21e37 ext4: tone down ext4_da_writepages warnings by Theodore Ts'o · 16 years ago
  44. 97df5d1 ext4: remove do_blk_alloc() by Theodore Ts'o · 16 years ago
  45. cfe82c8 ext4: remove ext4_new_meta_block() by Theodore Ts'o · 16 years ago
  46. 815a113 ext4: remove ext4_new_blocks() and call ext4_mb_new_blocks() directly by Theodore Ts'o · 16 years ago
  47. 8e1a485 Update Documentation/filesystems/ext4.txt by Theodore Ts'o · 16 years ago
  48. 59e315b ext3/4: Fix loop index in do_split() so it is signed by Theodore Ts'o · 16 years ago
  49. f99b258 ext4: Add support for non-native signed/unsigned htree hash algorithms by Theodore Ts'o · 16 years ago
  50. 5e1f8c9 ext3: Add support for non-native signed/unsigned htree hash algorithms by Theodore Ts'o · 16 years ago
  51. 8f72fbd ext4: fix printk format warning by Alexander Beregalov · 16 years ago
  52. fe0bdec Merge branch 'audit.b61' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 16 years ago
  53. 099e657 rtc: add alarm/update irq interfaces by Alessandro Zummo · 16 years ago
  54. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 16 years ago
  55. e687d69 viafb: fix crashes due to 4k stack overflow by Bruno Prémont · 16 years ago
  56. c644f0e fs: introduce bgl_lock_ptr() by Pekka Enberg · 16 years ago
  57. 0a30c5c spi.h uses/needs device.h by Randy Dunlap · 16 years ago
  58. 2e4e27c vmalloc.c: fix flushing in vmap_page_range() by Adam Lackorzynski · 16 years ago
  59. 7b574b7 cgroups: fix a race between cgroup_clone and umount by Li Zefan · 16 years ago
  60. 5af75d8 audit: validate comparison operations, store them in sane form by Al Viro · 16 years ago
  61. 36c4f1b1 clean up audit_rule_{add,del} a bit by Al Viro · 16 years ago
  62. e048e02 make sure that filterkey of task,always rules is reported by Al Viro · 16 years ago
  63. e45aa21 audit rules ordering, part 2 by Al Viro · 16 years ago
  64. 0590b93 fixing audit rule ordering mess, part 1 by Al Viro · 16 years ago
  65. 1a9d079 audit_update_lsm_rules() misses the audit_inode_hash[] ones by Al Viro · 16 years ago
  66. 57f71a0 sanitize audit_log_capset() by Al Viro · 16 years ago
  67. 157cf64 sanitize audit_fd_pair() by Al Viro · 16 years ago
  68. 564f699 sanitize audit_mq_open() by Al Viro · 16 years ago
  69. c32c8af sanitize AUDIT_MQ_SENDRECV by Al Viro · 16 years ago
  70. 20114f7 sanitize audit_mq_notify() by Al Viro · 16 years ago
  71. 7392906 sanitize audit_mq_getsetattr() by Al Viro · 16 years ago
  72. e816f37 sanitize audit_ipc_set_perm() by Al Viro · 16 years ago
  73. a33e675 sanitize audit_ipc_obj() by Al Viro · 16 years ago
  74. f3298dc sanitize audit_socketcall by Al Viro · 16 years ago
  75. 4f6b434 don't reallocate buffer in every audit_sockaddr() by Al Viro · 16 years ago
  76. 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 · 16 years ago
  77. 269b012 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu by Linus Torvalds · 16 years ago
  78. f60a0a7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 16 years ago
  79. 2f98357 sparseirq: move set/get_timer_rand_state back to .c by Yinghai Lu · 16 years ago
  80. e9e67a8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 16 years ago
  81. ad6b646 Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 16 years ago
  82. 61420f5 Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  83. d97106a Make %p print '(null)' for NULL pointers by Linus Torvalds · 16 years ago
  84. 3bfacef get rid of special-casing the /sbin/loader on alpha by Al Viro · 16 years ago
  85. 17580d7 sanitize ifdefs in binfmt_aout by Al Viro · 16 years ago
  86. fe30af9 remove the rudiment of a.out for sparc by Al Viro · 16 years ago
  87. e0b685d Updated contact info for CREDITS file by Hugh Blemings · 16 years ago
  88. ab14398 x86: setup_per_cpu_areas() cleanup by Cyrill Gorcunov · 16 years ago
  89. 8fd2d2d cpumask: fix compile error when CONFIG_NR_CPUS is not defined by Mike Travis · 16 years ago
  90. 80855f7 cpumask: use alloc_cpumask_var_node where appropriate by Mike Travis · 16 years ago
  91. 2fdf66b cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t by Rusty Russell · 16 years ago
  92. ee943a8 x86: use cpumask_var_t in acpi/boot.c by Rusty Russell · 16 years ago
  93. 9628937 x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_ids by Mike Travis · 16 years ago
  94. 6ca09df sched: put back some stack hog changes that were undone in kernel/sched.c by Mike Travis · 16 years ago
  95. 730cf27 x86: enable cpus display of kernel_max and offlined cpus by Mike Travis · 16 years ago
  96. 6bdf197 ia64: cpumask fix for is_affinity_mask_valid() by Ingo Molnar · 16 years ago
  97. 263ec64 cpumask: convert RCU implementations, fix by Ingo Molnar · 16 years ago
  98. 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 · 16 years ago
  99. 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 · 16 years ago
  100. 065a6d6 AMD IOMMU: remove now unnecessary #ifdefs by Joerg Roedel · 16 years ago