1. 3dcf545 ext4: move headers out of include/linux by Christoph Hellwig · 16 years ago
  2. 216553c ext4: fix wrong gfp type under transaction by Josef Bacik · 16 years ago
  3. 2887df1 ext4: Fix hang on umount with quotas when journal is aborted by Jan Kara · 16 years ago
  4. 53b7e9f ext4: Fix update of mtime and ctime on rename by Jan Kara · 16 years ago
  5. 329d291 jdb2: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  6. 46e665e ext4: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  7. 620de4e jbd2: only create debugfs and stats entries if init is successful by Duane Griffin · 16 years ago
  8. 5648ba5 jbd2: fix kernel-doc notation by Randy Dunlap · 16 years ago
  9. 8a9362e jbd2: replace potentially false assertion with if block by Duane Griffin · 16 years ago
  10. 83c4952 jbd2: eliminate duplicated code in revocation table init/destroy functions by Duane Griffin · 16 years ago
  11. 9fa27c8 jbd2: tidy up revoke cache initialisation and destruction by Duane Griffin · 16 years ago
  12. d3a95d4 ext4: make ext4_xattr_list() static by Mingming Cao · 16 years ago
  13. 14499f3 ext4: remove extra define of ext4_new_blocks_old from mballoc.c by Mingming Cao · 16 years ago
  14. a871611 ext4: check ext4_journal_get_write_access() errors by Akinobu Mita · 16 years ago
  15. c0a4ef3 ext4: use ext4_get_group_desc() by Akinobu Mita · 16 years ago
  16. d00a6d7 ext4: use ext4_group_first_block_no() by Akinobu Mita · 16 years ago
  17. 216c34b ext4: convert byte order of constant instead of variable by Marcin Slusarz · 16 years ago
  18. e8546d0 ext4: le*_add_cpu conversion by Marcin Slusarz · 16 years ago
  19. 9a0762c ext4: Convert list_for_each_rcu() to list_for_each_entry_rcu() by Aneesh Kumar K.V · 16 years ago
  20. 4ddfef7 ext4: reduce mballoc stack usage with noinline_for_stack by Eric Sandeen · 16 years ago
  21. 5cdd7b2 Convert ext4 to use unlocked_ioctl by Andi Kleen · 16 years ago
  22. 161e7b7 ext4: Cache the correct extent length for uninit extents by Aneesh Kumar K.V · 16 years ago
  23. 1a89734 ext4: Return unwritten buffer head when trying to read from prealloc space. by Aneesh Kumar K.V · 16 years ago
  24. e067ba0 ext4: make ext4_ext_get_blocks always return <= max_blocks by Aneesh Kumar K.V · 16 years ago
  25. fd28784 ext4: Fix fallocate to update the file size in each transaction by Aneesh Kumar K.V · 16 years ago
  26. 267e4db ext4: Fix race between migration and mmap write by Aneesh Kumar K.V · 16 years ago
  27. 3977c96 ext4: zero out small extents when writing to prealloc area. by Aneesh Kumar K.V · 16 years ago
  28. 093a088 ext4: ENOSPC error handling for writing to an uninitialized extent by Aneesh Kumar K.V · 16 years ago
  29. e65187e ext4: Enable extent format for symlinks. by Aneesh Kumar K.V · 16 years ago
  30. 95c3889 ext4: Fix fallocate error path by Aneesh Kumar K.V · 16 years ago
  31. f3f12fa ext4: fix mount option parsing by Josef Bacik · 16 years ago
  32. 53c550e ext4: fdatasync should skip metadata writeout when overwriting by Hisashi Hifumi · 16 years ago
  33. 97bd42b ext4: check return of ext4_orphan_get properly by Josef Bacik · 16 years ago
  34. 1dfc322 jbd2: fix possible journal overflow issues by Josef Bacik · 16 years ago
  35. 9fc7c63 jbd2: fix the way the b_modified flag is cleared by Josef Bacik · 16 years ago
  36. 355a469 trivial: fix user-visible typo in hfsplus by Dave Jones · 16 years ago
  37. bd5d435 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  38. 39fa003 aio: fix misleading comments by Jeff Moyer · 16 years ago
  39. 97a4feb ncpfs: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  40. 58d485d isofs: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  41. 8b3789e hfsplus: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  42. 803f445 fat: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  43. 9396d49 afs: support the CB.ProbeUuid RPC op by David Howells · 16 years ago
  44. 7c80bcc afs: the AFS RPC op CBGetCapabilities is actually CBTellMeAboutYourself by David Howells · 16 years ago
  45. 0ae52d6 afs: use the shorter LIST_HEAD for brevity by Robert P. J. Day · 16 years ago
  46. 801678c Remove duplicated unlikely() in IS_ERR() by Hirofumi Nakagawa · 16 years ago
  47. d7321cd sysctl: add the ->permissions callback on the ctl_table_root by Pavel Emelyanov · 16 years ago
  48. 7708bfb sysctl: merge equal proc_sys_read and proc_sys_write by Pavel Emelyanov · 16 years ago
  49. 79da366 jbd2: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  50. 19b4fc5 reiserfs: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  51. 46fe74f ext4: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  52. 21ac295 afs: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  53. 34b3723 nfs: use proc_create to setup de->proc_fops by Denis V. Lunev · 16 years ago
  54. 9ef2db2 nfsd: use proc_create to setup de->proc_fops by Denis V. Lunev · 16 years ago
  55. 59b7435 proc: introduce proc_create_data to setup de->data by Denis V. Lunev · 16 years ago
  56. b640a89 proc: convert /proc/tty/ldiscs to seq_file interface by Alexey Dobriyan · 16 years ago
  57. 8731f14 proc: remove ->get_info infrastructure by Alexey Dobriyan · 16 years ago
  58. c74c120 proc: remove proc_root from drivers by Alexey Dobriyan · 16 years ago
  59. 928b4d8 proc: remove proc_root_driver by Alexey Dobriyan · 16 years ago
  60. 36a5aeb proc: remove proc_root_fs by Alexey Dobriyan · 16 years ago
  61. 9c37066 proc: remove proc_bus by Alexey Dobriyan · 16 years ago
  62. 5e971dc proc: drop several "PDE valid/invalid" checks by Alexey Dobriyan · 16 years ago
  63. 7cee4e0 proc: less special case in xlate code by Alexey Dobriyan · 16 years ago
  64. f649d6d proc: simplify locking in remove_proc_entry() by Alexey Dobriyan · 16 years ago
  65. 638fa202 procfs: mem permission cleanup by Roland McGrath · 16 years ago
  66. 0d5c9f5 proc: switch to proc_create() by Alexey Dobriyan · 16 years ago
  67. 925d1c4 procfs task exe symlink by Matt Helsley · 16 years ago
  68. e93b4ea proc: print more information when removing non-empty directories by Alexey Dobriyan · 16 years ago
  69. 4220b7f elf: fix shadowed variables in fs/binfmt_elf.c by WANG Cong · 16 years ago
  70. 6970c8e BINFMT: fill_elf_header cleanup - use straight memset first by Cyrill Gorcunov · 16 years ago
  71. cf475ad cgroups: add an owner to the mm_struct by Balbir Singh · 16 years ago
  72. 08ce5f1 cgroups: implement device whitelist by Serge E. Hallyn · 16 years ago
  73. 2f9b12a eCryptfs: protect crypt_stat->flags in ecryptfs_open() by Michael Halcrow · 16 years ago
  74. 6a3fd92 eCryptfs: make key module subsystem respect namespaces by Michael Halcrow · 16 years ago
  75. f66e883 eCryptfs: integrate eCryptfs device handle into the module. by Michael Halcrow · 16 years ago
  76. 8bf2deb eCryptfs: introduce device handle for userspace daemon communications by Michael Halcrow · 16 years ago
  77. 9c3580a ecryptfs: add missing lock around notify_change by Miklos Szeredi · 16 years ago
  78. 18d1dbf ecryptfs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  79. 05db67a remove ecryptfs_header_cache_0 by Adrian Bunk · 16 years ago
  80. 762873c vfs: fix unconditional write_super() call in file_fsync() by OGAWA Hirofumi · 16 years ago
  81. 8f0cfa5 xattr: add missing consts to function arguments by David Howells · 16 years ago
  82. 7ec02ef vfs: remove lives_below_in_same_fs() by Jan Blunck · 16 years ago
  83. c5c8be3 fs/inode.c: use hlist_for_each_entry() by Matthias Kaehlcke · 16 years ago
  84. af065b8 vfs: skip inodes without pages to free in drop_pagecache_sb() by Jan Kara · 16 years ago
  85. eccb95c vfs: fix lock inversion in drop_pagecache_sb() by Jan Kara · 16 years ago
  86. e1d2c8b fdpic: check that the size returned by kernel_read() is what we asked for by David Howells · 16 years ago
  87. 2e50b6c fs/binfmt_aout.c: use printk_ratelimit() by S.Caglar Onur · 16 years ago
  88. 3a2e7f4 binfmt_misc.c: avoid potential kernel stack overflow by Pavel Emelyanov · 16 years ago
  89. a2d416d codafs: fix build warning by Andrew Morton · 16 years ago
  90. 175a06a exec: remove argv_len from struct linux_binprm by Tetsuo Handa · 16 years ago
  91. 8d4b690 fs/affs/file.c: use BUG_ON by Julia Lawall · 16 years ago
  92. cd6fda3 hfsplus: handle match_strdup failure by Jim Meyering · 16 years ago
  93. 3fbe5c3 hfs: handle match_strdup failure by Jim Meyering · 16 years ago
  94. 6db27dd affs: handle match_strdup failure by Jim Meyering · 16 years ago
  95. 61d6457 fs: remove unused fops from struct char_device_struct by Jiri Olsa · 16 years ago
  96. f249fdd autofs4: fix sparse warning in root.c by Harvey Harrison · 16 years ago
  97. 3202e18 make BINFMT_FLAT a bool by Adrian Bunk · 16 years ago
  98. f1e3af7 make fs/buffer.c:cont_expand_zero() static by Adrian Bunk · 16 years ago
  99. 946a57b remove generic_commit_write() by Adrian Bunk · 16 years ago
  100. 45cc2b9 fs/timerfd.c should #include <linux/syscalls.h> by Adrian Bunk · 16 years ago