1. f6151df mm: introduce coredump parameter structure by Masami Hiramatsu · 15 years ago
  2. 9cd80bb do_wait() optimization: do not place sub-threads on task_struct->children list by Oleg Nesterov · 15 years ago
  3. 0f67b0b nommu: ramfs: remove unused local var by Mike Frysinger · 15 years ago
  4. ec8e2f7 reiserfs: truncate blocks not used by a write by Jan Kara · 15 years ago
  5. b6e3224 Revert "task_struct: make journal_info conditional" by Linus Torvalds · 15 years ago
  6. a2770d8 Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)" by Linus Torvalds · 15 years ago
  7. eaff807 kill I_LOCK by Christoph Hellwig · 15 years ago
  8. 7a0ad10 fold do_sync_file_range into sys_sync_file_range by Christoph Hellwig · 15 years ago
  9. 1b8ab81 VFS/fsstack: handle 32-bit smp + preempt + large files in fsstack_copy_inode_size by Erez Zadok · 15 years ago
  10. 9afa2fb fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_all by Erez Zadok · 15 years ago
  11. cb59861 vfs: remove extraneous NULL d_inode check from do_filp_open by Jeff Layton · 15 years ago
  12. a3a065e3 fs: no games with DCACHE_UNHASHED by Nick Piggin · 15 years ago
  13. b9aff02 fs: anon_inodes implement dname by Nick Piggin · 15 years ago
  14. 06777d3 dio: fix use-after-free by Al Viro · 15 years ago
  15. bea4c89 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 15 years ago
  16. 73efc46 re-export alloc_file() by Roland Dreier · 15 years ago
  17. d4220f9 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  18. bac5e54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  19. 3fc98b1 XFS: Free buffer pages array unconditionally by Dave Chinner · 15 years ago
  20. a5f9be5 xfs: kill xfs_bmbt_rec_32/64 types by Christoph Hellwig · 15 years ago
  21. 2ee1aba xfs: improve metadata I/O merging in the elevator by Dave Chinner · 15 years ago
  22. b44b112 xfs: check for not fully initialized inodes in xfs_ireclaim by Christoph Hellwig · 15 years ago
  23. e4bdda1 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  24. 37c24b3 Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  25. 337e4a1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 15 years ago
  26. 60d9aa7 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  27. 2cfd30a ocfs: stop using do_sync_mapping_range by Christoph Hellwig · 15 years ago
  28. 1e431f5 cleanup blockdev_direct_IO locking by Christoph Hellwig · 15 years ago
  29. 1c7c474 make generic_acl slightly more generic by Christoph Hellwig · 15 years ago
  30. 431547b sanitize xattr handler prototypes by Christoph Hellwig · 15 years ago
  31. ef26ca9 libfs: move EXPORT_SYMBOL for d_alloc_name by H Hartley Sweeten · 15 years ago
  32. 39159de vfs: force reval of target when following LAST_BIND symlinks (try #7) by Jeff Layton · 15 years ago
  33. 1429b3e Untangling ima mess, part 3: kill dead code in ima by Al Viro · 15 years ago
  34. b65a9cf Untangling ima mess, part 2: deal with counters by Al Viro · 15 years ago
  35. 0552f87 Untangling ima mess, part 1: alloc_file() by Al Viro · 15 years ago
  36. 7715b52 O_TRUNC open shouldn't fail after file truncation by Al Viro · 15 years ago
  37. e81e3f4 fs: move get_empty_filp() deffinition to internal.h by Eric Paris · 15 years ago
  38. b75b508 Sanitize exec_permission_lite() by Al Viro · 15 years ago
  39. 6e6b1bd Kill cached_lookup() and real_lookup() by Al Viro · 15 years ago
  40. 2dd6d1f Kill path_lookup_open() by Al Viro · 15 years ago
  41. 3cac260 Take hash recalculation into do_lookup() by Al Viro · 15 years ago
  42. e9496ff fix mismerge with Trond's stuff (create_mnt_ns() export is gone now) by Al Viro · 15 years ago
  43. b0446be switch cachefiles to kern_path() by Al Viro · 15 years ago
  44. 6de88d7 kill __link_path_walk()/link_path_walk() distinction by Al Viro · 15 years ago
  45. 258fa99 lift path_put(path) to callers of __do_follow_link() by Al Viro · 15 years ago
  46. d231412 switch create_read_pipe() to alloc_file() by Al Viro · 15 years ago
  47. 2c48b9c switch alloc_file() to passing struct path by Al Viro · 15 years ago
  48. a95161a switch nilfs2 to deactivate_locked_super() by Al Viro · 15 years ago
  49. 3d1e463 get rid of init_file() by Al Viro · 15 years ago
  50. 7327412 unexport get_empty_filp() by Al Viro · 15 years ago
  51. 825f969 switched inotify_init1() to alloc_file() by Al Viro · 15 years ago
  52. 868d648 qnx4: use hweight8 by Akinobu Mita · 15 years ago
  53. ca120b2 qnx4fs: remove remains of the (defunct) write support by Anders Larsen · 15 years ago
  54. 5fe878a direct-io: cleanup blockdev_direct_IO locking by Christoph Hellwig · 15 years ago
  55. 23aee09 dio: don't zero out the pages array inside struct dio by Jeff Moyer · 15 years ago
  56. fac046a aio: remove unused field by Shaohua Li · 15 years ago
  57. ea58ceb FS-Cache: Avoid maybe-used-uninitialised warning on variable by David Howells · 15 years ago
  58. 698ba7b elf: kill USE_ELF_CORE_DUMP by Christoph Hellwig · 15 years ago
  59. 1d81a18 fatfs: use common time_to_tm in fat_time_unix2fat() by Zhaolei · 15 years ago
  60. f4c54fc hpfs: use bitmap_weight() by Akinobu Mita · 15 years ago
  61. c2923c3 hpfs: use hweight32 by Akinobu Mita · 15 years ago
  62. e3c96f5 reiserfs: don't compile procfs.o at all if no support by Alexey Dobriyan · 15 years ago
  63. 904e8129 reiserfs: remove /proc/fs/reiserfs/version by Alexey Dobriyan · 15 years ago
  64. f3e2a52 ufs: NFS support by Alexey Dobriyan · 15 years ago
  65. 0804970 ufs: pass qstr instead of dentry where necessary for NFS by Alexey Dobriyan · 15 years ago
  66. 48bde86 ext2: report metadata errors during fsync by Jan Kara · 15 years ago
  67. 7bf0dc9 ext2: avoid WARN() messages when failing to write to the superblock by Theodore Ts'o · 15 years ago
  68. 213614d autofs4: always use lookup for lookup by Ian Kent · 15 years ago
  69. cb4b492 autofs4: rename dentry to expiring in autofs4_lookup_expiring() by Ian Kent · 15 years ago
  70. e4d5ade autofs4: rename dentry to active in autofs4_lookup_active() by Ian Kent · 15 years ago
  71. c42c7f7 autofs4: eliminate d_unhashed in path walk checks by Ian Kent · 15 years ago
  72. 6510c9d autofs4: cleanup active and expire lookup by Ian Kent · 15 years ago
  73. 90387c9 autofs4: renamer unhashed to active in autofs4_lookup() by Ian Kent · 15 years ago
  74. aa952eb autofs4: use autofs_info for pending flag by Ian Kent · 15 years ago
  75. 36b6413 autofs4: use helper function for need mount check by Ian Kent · 15 years ago
  76. c4cd70b autofs4: use helper functions for expiring list by Ian Kent · 15 years ago
  77. 4f8427d autofs4: use helper functions for active list handling by Ian Kent · 15 years ago
  78. 135d565 proc: rename de_get() to pde_get() and inline it by Alexey Dobriyan · 15 years ago
  79. 1a9b5b7 mm: export stable page flags by Wu Fengguang · 15 years ago
  80. 2e16cfc jffs2: Fix long-standing bug with symlink garbage collection. by David Woodhouse · 15 years ago
  81. 3804541 NFSv4: Fix a regression in the NFSv4 state manager by Trond Myklebust · 15 years ago
  82. 7663dac nfsd: remove pointless paths in file headers by J. Bruce Fields · 15 years ago
  83. 1557aca nfsd: move most of nfsfh.h to fs/nfsd by J. Bruce Fields · 15 years ago
  84. 774b147 nfsd: make V4ROOT exports read-only by J. Bruce Fields · 15 years ago
  85. 72211db NFSv4: Release the sequence id before restarting a CLOSE rpc call by Trond Myklebust · 15 years ago
  86. 03a816b nfsd: restrict filehandles accepted in V4ROOT case by Steve Dickson · 15 years ago
  87. f2ca715 nfsd: allow exports of symlinks by J. Bruce Fields · 15 years ago
  88. 3227fa4 nfsd: filter readdir results in V4ROOT case by J. Bruce Fields · 15 years ago
  89. 82ead7f nfsd: filter lookup results in V4ROOT case by J. Bruce Fields · 15 years ago
  90. 3b6cee7bc nfsd4: don't continue "under" mounts in V4ROOT case by J. Bruce Fields · 15 years ago
  91. eb4c86c nfsd: introduce export flag for v4 pseudoroot by Steve Dickson · 15 years ago
  92. 68bf05e nfs41: fix session fore channel negotiation by Andy Adamson · 15 years ago
  93. a5523b8 nfs41: do not zero seqid portion of stateid on close by Andy Adamson · 15 years ago
  94. 5601a00 nfs: run state manager in privileged mode by Alexandros Batsakis · 15 years ago
  95. b257957 nfs: make recovery state manager operations privileged by Alexandros Batsakis · 15 years ago
  96. 689cf5c nfs: enforce FIFO ordering of operations trying to acquire slot by Alexandros Batsakis · 15 years ago
  97. 40ead58 nfs: remove rpc_task argument from nfs4_find_slot by Alexandros Batsakis · 15 years ago
  98. afe6c27 nfs: change nfs4_do_setlk params to identify recovery type by Alexandros Batsakis · 15 years ago
  99. 0f7e720 nfs: do not do a LOOKUP after open by Alexandros Batsakis · 15 years ago
  100. 3bfb0fc nfs: minor cleanup of session draining by Alexandros Batsakis · 15 years ago