1. cf475ad cgroups: add an owner to the mm_struct by Balbir Singh · 16 years ago
  2. 08ce5f1 cgroups: implement device whitelist by Serge E. Hallyn · 16 years ago
  3. 2f9b12a eCryptfs: protect crypt_stat->flags in ecryptfs_open() by Michael Halcrow · 16 years ago
  4. 6a3fd92 eCryptfs: make key module subsystem respect namespaces by Michael Halcrow · 16 years ago
  5. f66e883 eCryptfs: integrate eCryptfs device handle into the module. by Michael Halcrow · 16 years ago
  6. 8bf2deb eCryptfs: introduce device handle for userspace daemon communications by Michael Halcrow · 16 years ago
  7. 9c3580a ecryptfs: add missing lock around notify_change by Miklos Szeredi · 16 years ago
  8. 18d1dbf ecryptfs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  9. 05db67a remove ecryptfs_header_cache_0 by Adrian Bunk · 16 years ago
  10. 762873c vfs: fix unconditional write_super() call in file_fsync() by OGAWA Hirofumi · 16 years ago
  11. 8f0cfa5 xattr: add missing consts to function arguments by David Howells · 16 years ago
  12. 7ec02ef vfs: remove lives_below_in_same_fs() by Jan Blunck · 16 years ago
  13. c5c8be3 fs/inode.c: use hlist_for_each_entry() by Matthias Kaehlcke · 16 years ago
  14. af065b8 vfs: skip inodes without pages to free in drop_pagecache_sb() by Jan Kara · 16 years ago
  15. eccb95c vfs: fix lock inversion in drop_pagecache_sb() by Jan Kara · 16 years ago
  16. e1d2c8b fdpic: check that the size returned by kernel_read() is what we asked for by David Howells · 16 years ago
  17. 2e50b6c fs/binfmt_aout.c: use printk_ratelimit() by S.Caglar Onur · 16 years ago
  18. 3a2e7f4 binfmt_misc.c: avoid potential kernel stack overflow by Pavel Emelyanov · 16 years ago
  19. a2d416d codafs: fix build warning by Andrew Morton · 16 years ago
  20. 175a06a exec: remove argv_len from struct linux_binprm by Tetsuo Handa · 16 years ago
  21. 8d4b690 fs/affs/file.c: use BUG_ON by Julia Lawall · 16 years ago
  22. cd6fda3 hfsplus: handle match_strdup failure by Jim Meyering · 16 years ago
  23. 3fbe5c3 hfs: handle match_strdup failure by Jim Meyering · 16 years ago
  24. 6db27dd affs: handle match_strdup failure by Jim Meyering · 16 years ago
  25. 61d6457 fs: remove unused fops from struct char_device_struct by Jiri Olsa · 16 years ago
  26. f249fdd autofs4: fix sparse warning in root.c by Harvey Harrison · 16 years ago
  27. 3202e18 make BINFMT_FLAT a bool by Adrian Bunk · 16 years ago
  28. f1e3af7 make fs/buffer.c:cont_expand_zero() static by Adrian Bunk · 16 years ago
  29. 946a57b remove generic_commit_write() by Adrian Bunk · 16 years ago
  30. 45cc2b9 fs/timerfd.c should #include <linux/syscalls.h> by Adrian Bunk · 16 years ago
  31. d5470b5 fs/aio.c: make 3 functions static by Adrian Bunk · 16 years ago
  32. 07d45da fs/drop_caches.c: make 2 functions static by Adrian Bunk · 16 years ago
  33. f11b00f fs/fs-writeback.c: make 2 functions static by Adrian Bunk · 16 years ago
  34. 67cde59 make vfs_ioctl() static by Adrian Bunk · 16 years ago
  35. 6b09ae6 make __put_super() static by Adrian Bunk · 16 years ago
  36. 8b1919a fs/freevxfs/: proper externs by Adrian Bunk · 16 years ago
  37. 4b0a8da fs/hfsplus/: proper externs by Adrian Bunk · 16 years ago
  38. 4488c59 fs/ramfs/ extern cleanup by Adrian Bunk · 16 years ago
  39. 63e3453 befs: fix sparse warning in linuxvfs.c by Harvey Harrison · 16 years ago
  40. 9fe76c7 coda: add static to functions in dir.c by Harvey Harrison · 16 years ago
  41. e594905 adfs: work around bogus sparse warning by Harvey Harrison · 16 years ago
  42. cdac75e epoll: avoid kmemcheck warning by Davide Libenzi · 16 years ago
  43. 9f35485 fatfs: fix build warning with 64k PAGE_SIZE by Olof Johansson · 16 years ago
  44. 0607fd0 fat: detect media without partition table correctly by Frank Seidel · 16 years ago
  45. 73f20e5 FAT_VALID_MEDIA(): remove pointless test by Andrew Morton · 16 years ago
  46. c7a6c4e fat: use __getname() by OGAWA Hirofumi · 16 years ago
  47. f22032b vfat: bug fix for vfat cannot handle filename with 255 by Keith Mok · 16 years ago
  48. 061e974 Add balance_dirty_pages_ratelimited() to cont_expand_zero() by OGAWA Hirofumi · 16 years ago
  49. e69be4c fat: Remove fat_clusters_flush() by OGAWA Hirofumi · 16 years ago
  50. 606e423 fat: Update free_clusters even if it is untrusted by OGAWA Hirofumi · 16 years ago
  51. 1ae43f8 fat: Add allow_utime option by OGAWA Hirofumi · 16 years ago
  52. e97e8de fat: fat_setattr() fix by OGAWA Hirofumi · 16 years ago
  53. 1278fdd fat: fat_notify_change() and check_mode() cleanup by OGAWA Hirofumi · 16 years ago
  54. 3754a54 fat: kill is_bad_inode() check by OGAWA Hirofumi · 16 years ago
  55. d5dee5c reiserfs: unpack tails on quota files by Jan Kara · 16 years ago
  56. a2fe594 reiserfs: fix hang on umount with quotas when journal is aborted by Jan Kara · 16 years ago
  57. fbe5498 reiserfs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  58. 8acc570 reiserfs: fix more sparse warnings in do_balan.c by Harvey Harrison · 16 years ago
  59. e13601b reiserfs: fix sparse warning in journal.c by Harvey Harrison · 16 years ago
  60. 9e902df reiserfs: le*_add_cpu conversion by Marcin Slusarz · 16 years ago
  61. 78e917d udf: fix sparse warning in namei.c by Harvey Harrison · 16 years ago
  62. 36a53dd ufs: replace __inline with inline by Harvey Harrison · 16 years ago
  63. 0045eda ufs: remove unused fs64_add and fs64_sub by Marcin Slusarz · 16 years ago
  64. 9746077a7 ufs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  65. 3c5afae ufs: [bl]e*_add_cpu conversion by Marcin Slusarz · 16 years ago
  66. 08fc99b jbd: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  67. e05b6b5 ext3: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  68. fa1ff1e ext3: fix mount messages when quota disabled by Jan Kara · 16 years ago
  69. 2588ef8 ext3: retry block allocation if new blocks are allocated from system zone by Aneesh Kumar K.V · 16 years ago
  70. 07c9938 ext3: fix hang on umount with quotas when journal is aborted by Jan Kara · 16 years ago
  71. 0b23076 ext3: fix update of mtime and ctime on rename by Jan Kara · 16 years ago
  72. 5b9a499 jbd: fix possible journal overflow issues by Josef Bacik · 16 years ago
  73. 5bc833f jbd: fix the way the b_modified flag is cleared by Josef Bacik · 16 years ago
  74. 269b261 fs/ext3: use BUG_ON by Julia Lawall · 16 years ago
  75. 33575f8 ext3: check ext3_journal_get_write_access() errors by Akinobu Mita · 16 years ago
  76. e0e369a ext3: use ext3_get_group_desc() by Akinobu Mita · 16 years ago
  77. 22a5daf ext3: add missing ext3_journal_stop() by Akinobu Mita · 16 years ago
  78. 1eaafea ext3: use ext3_group_first_block_no() by Akinobu Mita · 16 years ago
  79. 1563300 make ext3_xattr_list() static by Adrian Bunk · 16 years ago
  80. e7f23eb ext3: convert byte order of constant instead of variable by Marcin Slusarz · 16 years ago
  81. 3d61f75 ext3: fdatasync should skip metadata writeout when overwriting by Hisashi Hifumi · 16 years ago
  82. 8b91582 ext2: retry block allocation if new blocks are allocated from system zone by Aneesh Kumar K.V · 16 years ago
  83. 605afd6 ext2: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  84. 2c11619 fs/ext2: use BUG_ON by Julia Lawall · 16 years ago
  85. 4c8b312 ext2: use ext2_fsblk_t type by Akinobu Mita · 16 years ago
  86. 24097d1 ext2: use ext2_group_first_block_no() by Akinobu Mita · 16 years ago
  87. bbff286 ext2: improve ext2_readdir() return value by Akinobu Mita · 16 years ago
  88. 31f68e1 ext2: convert byte order of constant instead of variable by Marcin Slusarz · 16 years ago
  89. fba4d39 ext2: le*_add_cpu conversion by Marcin Slusarz · 16 years ago
  90. 1b445a9 quota: reiserfs: make reiserfs handle quotaon on remount by Jan Kara · 16 years ago
  91. 6f28e08 quota: ext4: make ext4 handle quotaon on remount by Jan Kara · 16 years ago
  92. 2fd83a4 quota: ext3: make ext3 handle quotaon on remount by Jan Kara · 16 years ago
  93. 0ff5af8 quota: quota core changes for quotaon on remount by Jan Kara · 16 years ago
  94. 03f6e92 quota: various style cleanups by Jan Kara · 16 years ago
  95. 8794b5b quota: remove superfluous DQUOT_OFF() in fs/namespace.c by Jan Kara · 16 years ago
  96. 338bf9a quota: do not allow setting of quota limits to too high values by Andrew Perepechko · 16 years ago
  97. eee3754f ncpfs: fix sparse warning in ncpsign_kernel.c by Harvey Harrison · 16 years ago
  98. 305787e ncpfs: fix sparse warnings in ioctl.c by Harvey Harrison · 16 years ago
  99. cdf8803 ncpfs: add prototypes to ncp_fs.h by Harvey Harrison · 16 years ago
  100. 71fe804 mempolicy: use struct mempolicy pointer in shmem_sb_info by Lee Schermerhorn · 16 years ago