1. 1d5ccd1 ext[234]: move over to 'check_acl' permission model by Linus Torvalds · 15 years ago
  2. 5909ccaa Make 'check_acl()' a first-class filesystem op by Linus Torvalds · 15 years ago
  3. cb9179e Simplify exec_permission_lite(), part 3 by Linus Torvalds · 15 years ago
  4. f1ac9f6 Simplify exec_permission_lite() further by Linus Torvalds · 15 years ago
  5. b7a437b Simplify exec_permission_lite() logic by Linus Torvalds · 15 years ago
  6. e8e66ed Do not call 'ima_path_check()' for each path component by Linus Torvalds · 15 years ago
  7. acf7e24 GFS2: Be extra careful about deallocating inodes by Steven Whitehouse · 15 years ago
  8. 80e4246 ext4: print more sysadmin-friendly message in check_block_validity() by Theodore Ts'o · 15 years ago
  9. a827eaf ext4: Take page lock before looking at attached buffer_heads flags by Aneesh Kumar K.V · 15 years ago
  10. acd0c93 IMA: update ima_counts_put by Mimi Zohar · 15 years ago
  11. 44fc48f ext4: Fix small typo for move_extent_per_page() by Akira Fujita · 15 years ago
  12. 8d66691 ext4: Return exchanged blocks count to user space in failure by Akira Fujita · 15 years ago
  13. daea696 ext4: Remove unneeded BUG_ON() in ext4_move_extents() by Akira Fujita · 15 years ago
  14. 70d5d3d ext4: Fix wrong comparisons in mext_check_arguments() by Akira Fujita · 15 years ago
  15. 5f3481e ext4: fix cache flush in ext4_sync_file by Christoph Hellwig · 15 years ago
  16. 5136a6c Merge git://git.infradead.org/~dwmw2/mtd-2.6.31 by Linus Torvalds · 15 years ago
  17. 0edfa2b Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 15 years ago
  18. 5a09adf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 15 years ago
  19. 9de6886 ext2: fix unbalanced kmap()/kunmap() by Nicolas Pitre · 15 years ago
  20. ac7ac9f Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  21. a2a8474 exec: do not sleep in TASK_TRACED under ->cred_guard_mutex by Oleg Nesterov · 15 years ago
  22. d0646f7 ext4: Remove journal_checksum mount option and enable it by default by Theodore Ts'o · 15 years ago
  23. 7f1346a ext4: Declare seq_operations and file_operations structures as const by Tobias Klauser · 15 years ago
  24. 5e404e9 ocfs2: Pass ocfs2_caching_info into ocfs_init_*_extent_tree(). by Joel Becker · 16 years ago
  25. a1cf076 ocfs2: __ocfs2_mark_extent_written() doesn't need struct inode. by Joel Becker · 16 years ago
  26. f3868d0 ocfs2: Teach ocfs2_replace_extent_rec() to use an extent_tree. by Joel Becker · 16 years ago
  27. d231129 ocfs2: ocfs2_split_and_insert() no longer needs struct inode. by Joel Becker · 16 years ago
  28. dbdcf6a ocfs2: ocfs2_remove_extent() no longer needs struct inode. by Joel Becker · 16 years ago
  29. cbee7e1 ocfs2: ocfs2_add_clusters_in_btree() no longer needs struct inode. by Joel Becker · 16 years ago
  30. cc79d8c ocfs2: ocfs2_insert_extent() no longer needs struct inode. by Joel Becker · 16 years ago
  31. 92ba470 ocfs2: Make extent map insertion an extent_tree_operation. by Joel Becker · 16 years ago
  32. 627961b ocfs2: ocfs2_figure_insert_type() no longer needs struct inode. by Joel Becker · 16 years ago
  33. 1ef61b3 ocfs2: Remove inode from ocfs2_figure_extent_contig(). by Joel Becker · 16 years ago
  34. a297029 ocfs2: Swap inode for extent_tree in ocfs2_figure_merge_contig_type(). by Joel Becker · 16 years ago
  35. b4a1765 ocfs2: ocfs2_extent_contig() only requires the superblock. by Joel Becker · 16 years ago
  36. 3505bec ocfs2: ocfs2_do_insert_extent() and ocfs2_insert_path() no longer need an inode. by Joel Becker · 16 years ago
  37. c38e52b ocfs2: Give ocfs2_split_record() an extent_tree instead of an inode. by Joel Becker · 16 years ago
  38. d562862 ocfs2: ocfs2_insert_at_leaf() doesn't need struct inode. by Joel Becker · 16 years ago
  39. 4c911ee ocfs2: Make truncating the extent map an extent_tree_operation. by Joel Becker · 16 years ago
  40. 043beeb ocfs2: ocfs2_truncate_rec() doesn't need struct inode. by Joel Becker · 16 years ago
  41. d401dc1 ocfs2: ocfs2_grow_branch() and ocfs2_append_rec_to_path() lose struct inode. by Joel Becker · 16 years ago
  42. c495dd2 ocfs2: ocfs2_try_to_merge_extent() doesn't need struct inode. by Joel Becker · 16 years ago
  43. 4fe82c3 ocfs2: ocfs2_merge_rec_left/right() no longer need struct inode. by Joel Becker · 16 years ago
  44. 70f18c0 ocfs2: ocfs2_rotate_tree_left() no longer needs struct inode. by Joel Becker · 16 years ago
  45. e46f74d ocfs2: __ocfs2_rotate_tree_left() doesn't need struct inode. by Joel Becker · 16 years ago
  46. 1e2dd63 ocfs2: ocfs2_rotate_subtree_left() doesn't need struct inode. by Joel Becker · 16 years ago
  47. 09106ba ocfs2: ocfs2_update_edge_lengths() doesn't need struct inode. by Joel Becker · 16 years ago
  48. 1bbf0b8 ocfs2: ocfs2_rotate_tree_right() doesn't need struct inode. by Joel Becker · 16 years ago
  49. 6136ca5 ocfs2: Drop struct inode from ocfs2_extent_tree_operations. by Joel Becker · 16 years ago
  50. 7dc0280 ocfs2: Pass ocfs2_extent_tree to ocfs2_get_subtree_root() by Joel Becker · 16 years ago
  51. 5c601ab ocfs2: Get inode out of ocfs2_rotate_subtree_root_right(). by Joel Becker · 16 years ago
  52. 4619c73 ocfs2: ocfs2_complete_edge_insert() doesn't need struct inode at all. by Joel Becker · 16 years ago
  53. 6641b0c ocfs2: Pass ocfs2_extent_tree to ocfs2_unlink_path() by Joel Becker · 16 years ago
  54. 42a5a7a ocfs2: ocfs2_create_new_meta_bhs() doesn't need struct inode. by Joel Becker · 16 years ago
  55. facdb77 ocfs2: ocfs2_find_path() only needs the caching info by Joel Becker · 16 years ago
  56. 3d03a30 ocfs2: Pass ocfs2_caching_info to ocfs2_read_extent_block(). by Joel Becker · 16 years ago
  57. d9a0a1f ocfs2: Store the ocfs2_caching_info on ocfs2_extent_tree. by Joel Becker · 16 years ago
  58. 0cf2f76 ocfs2: Pass struct ocfs2_caching_info to the journal functions. by Joel Becker · 16 years ago
  59. 292dd27 ocfs2: move ip_created_trans to struct ocfs2_caching_info by Joel Becker · 16 years ago
  60. 66fb345 ocfs2: move ip_last_trans to struct ocfs2_caching_info by Joel Becker · 16 years ago
  61. 8cb471e ocfs2: Take the inode out of the metadata read/write paths. by Joel Becker · 16 years ago
  62. 6e5a3d7 ocfs2: Change metadata caching locks to an operations structure. by Joel Becker · 16 years ago
  63. 47460d6 ocfs2: Make the ocfs2_caching_info structure self-contained. by Joel Becker · 16 years ago
  64. 8379e7c ocfs2: ocfs2_write_begin_nolock() should handle len=0 by Sunil Mushran · 15 years ago
  65. aed100f nfsd: fix leak on error in nfsv3 readdir by J. Bruce Fields · 15 years ago
  66. 8177e6d nfsd: clean up readdirplus encoding by J. Bruce Fields · 15 years ago
  67. 1be10a8 nfsd4: filehandle leak or error exit from fh_compose() by J. Bruce Fields · 15 years ago
  68. 91e0955 jffs2: move jffs2_gcd_mtd threads to the new kthread API by Gerard Lledo · 15 years ago
  69. 2671a4b NFSd: Fix filehandle leak in exp_pseudoroot() and nfsd4_path() by Trond Myklebust · 15 years ago
  70. 9162ab2 cifs: consolidate reconnect logic in smb_init routines by Jeff Layton · 15 years ago
  71. bc8cec0 JFFS2: add missing verify buffer allocation/deallocation by Massimo Cirillo · 15 years ago
  72. bc6c53d nfsd: move fsid_type choice out of fh_compose by J. Bruce Fields · 15 years ago
  73. 8e49875 nfsd: move some of fh_compose into helper functions by J. Bruce Fields · 15 years ago
  74. 6c1488f IMA: open new file for read by Mimi Zohar · 15 years ago
  75. 988abe4 xfs: xfs_showargs() reports group *and* project quotas enabled by Alex Elder · 15 years ago
  76. e0e8173 CRED: Add some configurable debugging [try #6] by David Howells · 15 years ago
  77. f14eff1 Merge commit 'v2.6.31-rc8' into sched/core by Ingo Molnar · 15 years ago
  78. 557ce26 nfsd41: replace page based DRC with buffer based DRC by Andy Adamson · 15 years ago
  79. bdac86e nfsd41: replace nfserr_resource in pure nfs41 responses by Andy Adamson · 15 years ago
  80. a8dfdae nfsd41: use session maxreqs for sequence target and highest slotid by Andy Adamson · 15 years ago
  81. a649637 nfsd41: bound forechannel drc size by memory usage by Andy Adamson · 15 years ago
  82. 81e2517 xfs: un-static xfs_inobt_lookup by Christoph Hellwig · 15 years ago
  83. a06b126 NFSD: Fix a bug in the NFSv4 'supported attrs' mandatory attribute by Trond Myklebust · 15 years ago
  84. 6ab409b cifs: Replace wrtPending with a real reference count by Dave Kleikamp · 15 years ago
  85. 1b49c55 cifs: protect GlobalOplock_Q with its own spinlock by Jeff Layton · 15 years ago
  86. 8e047d0 cifs: use tcon pointer in cifs_show_options by Jeff Layton · 15 years ago
  87. 8c58b54 cifs: send IPv6 addr in upcall with colon delimiters by Jeff Layton · 15 years ago
  88. 3725867 xfs: actually enable the swapext compat handler by Christoph Hellwig · 15 years ago
  89. f4378b6 xfs: actually enable the swapext compat handler by Christoph Hellwig · 15 years ago
  90. aa72a5c xfs: simplify xfs_trans_iget by Christoph Hellwig · 15 years ago
  91. 13e6d5c xfs: merge fsync and O_SYNC handling by Christoph Hellwig · 15 years ago
  92. bd16956 xfs: speed up free inode search by Dave Chinner · 15 years ago
  93. 2187550 xfs: rationalize xfs_inobt_lookup* by Christoph Hellwig · 15 years ago
  94. 4254b0b xfs: untangle xfs_dialloc by Christoph Hellwig · 15 years ago
  95. 0b48db8 xfs: factor out debug checks from xfs_dialloc and xfs_difree by Dave Chinner · 15 years ago
  96. afabc24 xfs: improve xfs_inobt_update prototype by Christoph Hellwig · 15 years ago
  97. 2e287a7 xfs: improve xfs_inobt_get_rec prototype by Christoph Hellwig · 15 years ago
  98. 85c0b2a xfs: factor out inode initialisation by Dave Chinner · 15 years ago
  99. ca43e3b [CIFS] Fix checkpatch warnings by Steve French · 15 years ago
  100. bdb97ad PATCH] cifs: fix broken mounts when a SSH tunnel is used (try #4) by Suresh Jayaraman · 15 years ago