1. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  2. 77812a1 fs: consolidate dentry kill sequence by Nick Piggin · 14 years ago
  3. ec33679 fs: use RCU in shrink_dentry_list to reduce lock nesting by Nick Piggin · 14 years ago
  4. be182bf fs: reduce dcache_inode_lock width in lru scanning by Nick Piggin · 14 years ago
  5. 89e6054 fs: dcache reduce prune_one_dentry locking by Nick Piggin · 14 years ago
  6. a734eb4 fs: dcache reduce d_parent locking by Nick Piggin · 14 years ago
  7. dc0474b fs: dcache rationalise dget variants by Nick Piggin · 14 years ago
  8. 357f8e6 fs: dcache reduce dcache_inode_lock by Nick Piggin · 14 years ago
  9. 89ad485 fs: dcache reduce locking in d_alloc by Nick Piggin · 14 years ago
  10. 61f3dee fs: dcache reduce dput locking by Nick Piggin · 14 years ago
  11. 58db63d fs: dcache avoid starvation in dcache multi-step operations by Nick Piggin · 14 years ago
  12. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  13. 949854d fs: Use rename lock and RCU for multi-step operations by Nick Piggin · 14 years ago
  14. 9abca36 fs: increase d_name lock coverage by Nick Piggin · 14 years ago
  15. b23fb0a fs: scale inode alias list by Nick Piggin · 14 years ago
  16. 2fd6b7f fs: dcache scale subdirs by Nick Piggin · 14 years ago
  17. da50295 fs: dcache scale d_unhashed by Nick Piggin · 14 years ago
  18. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 14 years ago
  19. 2304450 fs: dcache scale lru by Nick Piggin · 14 years ago
  20. 789680d fs: dcache scale hash by Nick Piggin · 14 years ago
  21. ec2447c hostfs: simplify locking by Nick Piggin · 14 years ago
  22. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 14 years ago
  23. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 14 years ago
  24. fb2d5b8 fs: name case update method by Nick Piggin · 14 years ago
  25. 2bc334d jfs: dont overwrite dentry name in d_revalidate by Nick Piggin · 14 years ago
  26. 79eb4dd cifs: dont overwrite dentry name in d_revalidate by Nick Piggin · 14 years ago
  27. fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
  28. fbc8d4c0 config fs: avoid switching ->d_op on live dentry by Nick Piggin · 14 years ago
  29. 3e880fb fs: use fast counters for vfs caches by Nick Piggin · 14 years ago
  30. 86c8749 vfs: revert per-cpu nr_unused counters for dentry and inodes by Nick Piggin · 14 years ago
  31. 786a5e1 fs: d_validate fixes by Nick Piggin · 14 years ago
  32. 9e9bc97 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 14 years ago
  33. 168f2e1 pstore: fix build warning for unused return value from sysfs_create_file by Tony Luck · 14 years ago
  34. 3c0cb7c Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  35. d035c36 NFSv4: Ensure continued open and lockowner name uniqueness by Trond Myklebust · 14 years ago
  36. d3978bb NFS: Move cl_delegations to the nfs_server struct by Chuck Lever · 14 years ago
  37. dda4b22 NFS: Introduce nfs_detach_delegations() by Chuck Lever · 14 years ago
  38. 24d292b NFS: Move cl_state_owners and related fields to the nfs_server struct by Chuck Lever · 14 years ago
  39. fca5238 NFS: Allow walking nfs_client.cl_superblocks list outside client.c by Chuck Lever · 14 years ago
  40. f7e8917 pnfs: layout roc code by Fred Isaman · 14 years ago
  41. 3684037 pnfs: update nfs4_callback_recallany to handle layouts by Alexandros Batsakis · 14 years ago
  42. 43f1b3d pnfs: add CB_LAYOUTRECALL handling by Fred Isaman · 14 years ago
  43. f2a6256 pnfs: CB_LAYOUTRECALL xdr code by Fred Isaman · 14 years ago
  44. cc6e534 pnfs: change lo refcounting to atomic_t by Fred Isaman · 14 years ago
  45. fc1794c pnfs: check that partial LAYOUTGET return is ignored by Fred Isaman · 14 years ago
  46. 2130ff6 pnfs: add layout to client list before sending rpc by Fred Isaman · 14 years ago
  47. cf7d63f pnfs: serialize LAYOUTGET(openstateid) by Fred Isaman · 14 years ago
  48. c31663d pnfs: layoutget rpc code cleanup by Fred Isaman · 14 years ago
  49. 4541d16 pnfs: change how lsegs are removed from layout list by Fred Isaman · 14 years ago
  50. fd6002e pnfs: change layout state seqlock to a spinlock by Fred Isaman · 14 years ago
  51. b7edfaa pnfs: add prefix to struct pnfs_layout_hdr fields by Fred Isaman · 14 years ago
  52. 566052c pnfs: add prefix to struct pnfs_layout_segment fields by Fred Isaman · 14 years ago
  53. daaa82d pnfs: remove unnecessary field lgp->status by Fred Isaman · 14 years ago
  54. 52fabd7 pnfs: fix incorrect comment in destroy_lseg by Fred Isaman · 14 years ago
  55. 4a19de0 NFS rename client back channel transport field by Andy Adamson · 14 years ago
  56. 42acd02 NFS add session back channel draining by Andy Adamson · 14 years ago
  57. ece0de6 NFS RPC_AUTH_GSS unsupported on v4.1 back channel by Andy Adamson · 14 years ago
  58. c36fca5 NFS refactor nfs_find_client and reference client across callback processing by Andy Adamson · 14 years ago
  59. 2c2618c NFS associate sessionid with callback connection by Andy Adamson · 14 years ago
  60. f4eecd5 NFS implement v4.0 callback_ident by Andy Adamson · 14 years ago
  61. ea00528 NFS do not clear minor version at nfs_client free by Andy Adamson · 14 years ago
  62. 01c9a0b NFS use svc_create_xprt for NFSv4.1 callback service by Andy Adamson · 14 years ago
  63. 7e12edd CIFS: Simplify cifs_open code by Pavel Shilovsky · 14 years ago
  64. eeb910a CIFS: Simplify non-posix open stuff (try #2) by Pavel Shilovsky · 14 years ago
  65. 4b88613 CIFS: Add match_port check during looking for an existing connection (try #4) by Pavel Shilovsky · 14 years ago
  66. a9f1b85 CIFS: Simplify ipv*_connect functions into one (try #4) by Pavel Shilovsky · 14 years ago
  67. df8fbc24 cifs: Support NTLM2 session security during NTLMSSP authentication [try #5] by Shirish Pargaonkar · 14 years ago
  68. 262f86a cifs: don't overwrite dentry name in d_revalidate by Nick Piggin · 14 years ago
  69. 65b2074 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  70. b08b272 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 14 years ago
  71. a4264b3 UDF: Close small mem leak in udf_find_entry() by Jesper Juhl · 14 years ago
  72. 4651c59 udf: Fix directory corruption after extent merging by Jan Kara · 14 years ago
  73. 8754a3f udf: Protect udf_file_aio_write from possible races by Jan Kara · 14 years ago
  74. 9db9f9e udf: Remove unnecessary bkl usages by Alessio Igor Bogani · 14 years ago
  75. 7db09be udf: Use of s_alloc_mutex to serialize udf_relocate_blocks() execution by Alessio Igor Bogani · 14 years ago
  76. 4d0fb62 udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info struct by Alessio Igor Bogani · 14 years ago
  77. d1668fe udf: Remove BKL from free space counting functions by Jan Kara · 14 years ago
  78. 7abc2e4 udf: Call udf_add_free_space() for more blocks at once in udf_free_blocks() by Jan Kara · 14 years ago
  79. 0484b1c udf: Remove BKL from udf_put_super() and udf_remount_fs() by Jan Kara · 14 years ago
  80. c03cad2 udf: Protect default inode credentials by rwlock by Jan Kara · 14 years ago
  81. 949f4a7 udf: Protect all modifications of LVID with s_alloc_mutex by Jan Kara · 14 years ago
  82. d664b6a udf: Move handling of uniqueID into a helper function and protect it by a s_alloc_mutex by Jan Kara · 14 years ago
  83. 49521de udf: Remove BKL from udf_update_inode by Jan Kara · 14 years ago
  84. f2a6cc1 udf: Convert UDF_SB(sb)->s_flags to use bitops by Jan Kara · 14 years ago
  85. fab3c858 fs/udf: Add printf format/argument verification by Joe Perches · 14 years ago
  86. ed2ae6f fs/udf: Use vzalloc by Joe Perches · 14 years ago
  87. ad1857a ext3: Add journal error check into ext3_rename() by Namhyung Kim · 14 years ago
  88. 5026e90 ext3: Use search_dirblock() in ext3_dx_find_entry() by Theodore Ts'o · 14 years ago
  89. f0cad89 ext3: Avoid uninitialized memory references with a corrupted htree directory by Theodore Ts'o · 14 years ago
  90. ad692bf ext3: Return error code from generic_check_addressable by Darrick J. Wong · 14 years ago
  91. fbcae8e ext3: Add journal error check into ext3_delete_entry() by Namhyung Kim · 14 years ago
  92. 2b543ed ext3: Add error check in ext3_mkdir() by Namhyung Kim · 14 years ago
  93. 99fbb1e fs/ext3/super.c: Use printf extension %pV by Joe Perches · 14 years ago
  94. 23a2ad6 fs/ext2/super.c: Use printf extension %pV by Joe Perches · 14 years ago
  95. 31d710a ext3: don't update sb journal_devnum when RO dev by Maciej Żenczykowski · 14 years ago
  96. 31edf27 Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'versatile' into devel by Russell King · 14 years ago
  97. 09e099d block: fix accounting bug on cross partition merges by Jerome Marchand · 14 years ago
  98. 27066fd4 Merge commit 'v2.6.37' into sched/core by Ingo Molnar · 14 years ago
  99. d3a23e1 Revert "fs: use RCU read side protection in d_validate" by Nick Piggin · 14 years ago
  100. 6f3d772 nfs4: set source address when callback is generated by Takuma Umeya · 14 years ago