1. b46980f iget: introduce a function to register iget failure by David Howells · 17 years ago
  2. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 17 years ago
  3. 25fad94 fs menu: small reorg by Randy Dunlap · 17 years ago
  4. aa81a7c VFS: factor out three helpers for FIBMAP/FIONBIO/FIOASYNC file ioctls by Erez Zadok · 17 years ago
  5. deb21db VFS: swap do_ioctl and vfs_ioctl names by Erez Zadok · 17 years ago
  6. c9845ff VFS: apply coding standards to fs/ioctl.c by Erez Zadok · 17 years ago
  7. eccba06 gfs2: make gfs2_glock.gl_owner_pid be a struct pid * by Pavel Emelyanov · 17 years ago
  8. b1e058d gfs2: make gfs2_holder.gh_owner_pid be a struct pid * by Pavel Emelyanov · 17 years ago
  9. 8a0dc95 9p: transport API reorganization by Eric Van Hensbergen · 17 years ago
  10. 14b8869 9p: fix mmap to be read-only by Eric Van Hensbergen · 17 years ago
  11. d199d65 9p: add support for sticky bit by Anthony Liguori · 17 years ago
  12. c55703d 9p: fix bug in attach-per-user by Eric Van Hensbergen · 17 years ago
  13. 3e6bdf4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 17 years ago
  14. 32a9323 brk randomization: introduce CONFIG_COMPAT_BRK by Ingo Molnar · 17 years ago
  15. bd1939d ext3: fix lock inversion in direct IO by Jan Kara · 17 years ago
  16. e1d7ae2 ext3: remove unused code from ext3_find_entry() by Mariusz Kozlowski · 17 years ago
  17. 859cb93 ext[234]: cleanup ext[234]_bg_num_gdb() by Akinobu Mita · 17 years ago
  18. fb01bfd ext[234]: remove unused argument for ext[234]_find_goal() by Akinobu Mita · 17 years ago
  19. 197cd65a ext[234]: use ext[234]_get_group_desc() by Akinobu Mita · 17 years ago
  20. 144704e ext[234]: fix comment for nonexistent variable by Akinobu Mita · 17 years ago
  21. 1eca93f ext3: change the default behaviour on error by Aneesh Kumar K.V · 17 years ago
  22. feda58d ext3: return after ext3_error in case of failures by Aneesh Kumar K.V · 17 years ago
  23. 5330838 make jbd/journal.c:__journal_abort_hard() static by Adrian Bunk · 17 years ago
  24. e86e143 BKL-removal: remove incorrect comment refering to lock_kernel() from jbd/jbd2 by Andi Kleen · 17 years ago
  25. d71cadd BKL-removal: remove incorrect BKL comment in ext2 by Andi Kleen · 17 years ago
  26. 14f9f7b BKL-removal: convert ext2 over to use unlocked_ioctl by Andi Kleen · 17 years ago
  27. f762e90 ext3: add block bitmap validation by Aneesh Kumar K.V · 17 years ago
  28. 01584fa ext2: add block bitmap validation by Aneesh Kumar K.V · 17 years ago
  29. d12def1 fuse: limit queued background requests by Miklos Szeredi · 17 years ago
  30. b57d426 fuse: save space in struct fuse_req by Miklos Szeredi · 17 years ago
  31. 0952b2a fuse: fix attribute caching after create by Miklos Szeredi · 17 years ago
  32. af440f5 ecryptfs: check for existing key_tfm at mount time by Eric Sandeen · 17 years ago
  33. 19e66a6 eCryptfs: change the type of cipher_code from u16 to u8 by Trevor Highland · 17 years ago
  34. 25bd817 eCryptfs: Minor fixes to printk messages by Michael Halcrow · 17 years ago
  35. 2830bfd ecryptfs: remove debug as mount option, and warn if set via modprobe by Eric Sandeen · 17 years ago
  36. 99db6e4 ecryptfs: make show_options reflect actual mount options by Eric Sandeen · 17 years ago
  37. 8e3a6f1 eCryptfs: set inode key only once per crypto operation by Trevor Highland · 17 years ago
  38. cc11bef eCryptfs: track header bytes rather than extents by Michael Halcrow · 17 years ago
  39. 7896b63 fs/ecryptfs/: possible cleanups by Adrian Bunk · 17 years ago
  40. 844fcc5 make sys_poll() wait at least timeout ms by Karsten Wiese · 17 years ago
  41. 13f14b4 Use ilog2() in fs/namespace.c by Eric Dumazet · 17 years ago
  42. b75cb06 partition: use DEFAULT_SGI_PARTITION for SGI_PARTION default by Thomas Bogendoerfer · 17 years ago
  43. a8e3eff ext2: xip check fix by Nick Piggin · 17 years ago
  44. bcf11cb fs/reiserfs/xattr.c: use LIST_HEAD instead of LIST_HEAD_INIT by Denis Cheng · 17 years ago
  45. 941d238 quota: improve inode list scanning in add_dquot_ref() by Jan Kara · 17 years ago
  46. 0d71bd5 inotify: remove debug code by Nick Piggin · 17 years ago
  47. d599e36 inotify: fix race by Nick Piggin · 17 years ago
  48. ba6f867 kill an unused PTR_ERR in bdev_cache_init() by Qi Yong · 17 years ago
  49. 9cfe015 get rid of NR_OPEN and introduce a sysctl_nr_open by Eric Dumazet · 17 years ago
  50. 774ed22 reiserfs: complement va_start() with va_end(). by Richard Knutsson · 17 years ago
  51. ece9591 inotify: send IN_ATTRIB events when link count changes by Jan Kara · 17 years ago
  52. 14b30d6 hfs: update comment to reflect actual init and exit routines by Robert P. J. Day · 17 years ago
  53. 55581d0 address hfs on-disk corruption robustness review comments by Eric Sandeen · 17 years ago
  54. 7c28cba NCPFS: update diagnostic strings to match routine names. by Robert P. J. Day · 17 years ago
  55. 797074e fs: use list_for_each_entry_reverse and kill sb_entry by Akinobu Mita · 17 years ago
  56. e8462ca fs: use hlist_unhashed by Akinobu Mita · 17 years ago
  57. 07a154b proc: loadavg reading race by Michal Schmidt · 17 years ago
  58. 0321155 fs: remove dead config CONFIG_HAS_COMPAT_EPOLL_EVENT symbol by Jiri Olsa · 17 years ago
  59. 7747cdb fs/eventfd.c should #include <linux/syscalls.h> by Adrian Bunk · 17 years ago
  60. 7ec37df fs/signalfd.c should #include <linux/syscalls.h> by Adrian Bunk · 17 years ago
  61. 12c2ab5 fs/utimes.c should #include <linux/syscalls.h> by Adrian Bunk · 17 years ago
  62. 011e3fc proper prototype for get_filesystem_list() by Adrian Bunk · 17 years ago
  63. ce88cc5 smbfs: fix calculation of kernel_recvmsg size parameter in smb_receive() by Jeff Layton · 17 years ago
  64. b4cf9c3 FAT: Fix printk format strings by Vegard Nossum · 17 years ago
  65. f74596d proper show_interrupts() prototype by Adrian Bunk · 17 years ago
  66. 0b03cfb MNT_UNBINDABLE fix by Andries E. Brouwer · 17 years ago
  67. bcfbf84 SIGIO-driven I/O with inotify queues by Dmitry Antipov · 17 years ago
  68. 14e11e1 ext2: change the default behaviour on error by Aneesh Kumar K.V · 17 years ago
  69. 7f0adae ext2: return after ext2_error in case of failures by Aneesh Kumar K.V · 17 years ago
  70. 1c17d18 A potential bug in inotify_user.c by Yan Zheng · 17 years ago
  71. 19c561a fs/fat/: refine chmod checks by Jan Engelhardt · 17 years ago
  72. c773633 deprecate smbfs in favour of cifs by Andrew Morton · 17 years ago
  73. d7b8851 uml: fix hostfs tv_usec calculations by Dominique Quatravaux · 17 years ago
  74. e338d26 Add 64-bit capability support to the kernel by Andrew Morgan · 17 years ago
  75. 4bea580 VFS: Reorder vfs_getxattr to avoid unnecessary calls to the LSM by David P. Quigley · 17 years ago
  76. 4249259 VFS/Security: Rework inode_getsecurity and callers to return resulting buffer by David P. Quigley · 17 years ago
  77. 8bc3be2 writeback: speed up writeback of big dirty files by Fengguang Wu · 17 years ago
  78. 2d54456 skip writing data pages when inode is under I_SYNC by Qi Yong · 17 years ago
  79. 7766755 Fix /proc dcache deadlock in do_exit by Andrea Arcangeli · 17 years ago
  80. 1e88328 maps4: make page monitoring /proc file optional by Matt Mackall · 17 years ago
  81. 304daa8 maps4: add /proc/kpageflags interface by Matt Mackall · 17 years ago
  82. 161f47b maps4: add /proc/kpagecount interface by Matt Mackall · 17 years ago
  83. 85863e4 maps4: add /proc/pid/pagemap interface by Matt Mackall · 17 years ago
  84. a619879 maps4: regroup task_mmu by interface by Matt Mackall · 17 years ago
  85. f248dcb maps4: move clear_refs code to task_mmu.c by Matt Mackall · 17 years ago
  86. 4752c36 maps4: simplify interdependence of maps and smaps by Matt Mackall · 17 years ago
  87. b3ae5ac maps4: use pagewalker in clear_refs and smaps by Matt Mackall · 17 years ago
  88. ec4dd3e maps4: add proportional set size accounting in smaps by Fengguang Wu · 17 years ago
  89. 75897d6 hugetlb: allow sticky directory mount option by Ken Chen · 17 years ago
  90. b98938c bufferhead: revert constructor removal by Christoph Lameter · 17 years ago
  91. 9e2779f is_vmalloc_addr(): Check if an address is within the vmalloc boundaries by Christoph Lameter · 17 years ago
  92. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 17 years ago
  93. 4d672e7 timerfd: new timerfd API by Davide Libenzi · 17 years ago
  94. ed5d2ca exec: rework the group exit and fix the race with kill by Oleg Nesterov · 17 years ago
  95. 59714d6 get_task_comm(): return the result by Andrew Morton · 17 years ago
  96. 0ccf831 lockdep: annotate epoll by Peter Zijlstra · 17 years ago
  97. f5bb3a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  98. 9853832 Merge branch 'locks' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  99. 2f98735 vm audit: add VM_DONTEXPAND to mmap for drivers that need it by Nick Piggin · 17 years ago
  100. ab1f161 pid-namespaces-vs-locks-interaction by Vitaliy Gusev · 17 years ago