1. 5a2f3a0 Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into next by James Morris · 13 years ago
  2. 1b8e949 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  3. d695212 switch posix_acl_equiv_mode() to umode_t * by Al Viro · 13 years ago
  4. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  5. 333c066 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes by Linus Torvalds · 13 years ago
  6. 6006349 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  7. 1923703 GFS2: Fix mount hang caused by certain access pattern to sysfs files by Steven Whitehouse · 13 years ago
  8. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  9. 826cae2 kill boilerplates around posix_acl_create_masq() by Al Viro · 13 years ago
  10. bc26ab5 kill boilerplate around posix_acl_chmod_masq() by Al Viro · 13 years ago
  11. e77819e vfs: move ACL cache lookup into generic code by Linus Torvalds · 13 years ago
  12. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  13. 6c673ab simplify gfs2_lookup() by Al Viro · 13 years ago
  14. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  15. 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago
  16. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  17. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 13 years ago
  18. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  19. 9c2c703 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() by Al Viro · 13 years ago
  20. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  21. 9d8f13b security: new security_inode_init_security API adds function callback by Mimi Zohar · 13 years ago
  22. 46fcb2e GFS2: combine duplicated block freeing routines by Eric Sandeen · 13 years ago
  23. 9964afb GFS2: Add S_NOSEC support by Steven Whitehouse · 13 years ago
  24. 7cf8dcd GFS2: Automatically adjust glock min hold time by Bob Peterson · 13 years ago
  25. 17d539f GFS2: Cache dir hash table in a contiguous buffer by Steven Whitehouse · 13 years ago
  26. 380f7c6 GFS2: Resolve inode eviction and ail list interaction bug by Steven Whitehouse · 13 years ago
  27. 3942ae5 GFS2: Fix race during filesystem mount by Steven Whitehouse · 13 years ago
  28. 1ce5336 GFS2: force a log flush when invalidating the rindex glock by Benjamin Marzinski · 13 years ago
  29. d205df9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes by Linus Torvalds · 13 years ago
  30. b7c2f03 Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  31. 8d2c50e gfs2: Drop __TIME__ usage by Michal Marek · 13 years ago
  32. 1495f23 vmscan: change shrinker API by passing shrink_control struct by Ying Han · 13 years ago
  33. f90e5b5 GFS2: Processes waiting on inode glock that no processes are holding by Bob Peterson · 13 years ago
  34. 26b06a6 GFS2: Wait properly when flushing the ail list by Steven Whitehouse · 13 years ago
  35. 6d3117b GFS2: Wipe directory hash table metadata when deallocating a directory by Steven Whitehouse · 13 years ago
  36. 6c1b8d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 13 years ago
  37. f2741d9 GFS2: Move all locking inside the inode creation function by Steven Whitehouse · 13 years ago
  38. 160b402 GFS2: Clean up symlink creation by Steven Whitehouse · 13 years ago
  39. e2d0a13 GFS2: Clean up mkdir by Steven Whitehouse · 13 years ago
  40. 32e471e GFS2: Use UUID field in generic superblock by Steven Whitehouse · 13 years ago
  41. 2ab9cd1 GFS2: Rename ops_inode.c to inode.c by Steven Whitehouse · 13 years ago
  42. 64ea540 GFS2: Inode.c is empty now, remove it by Steven Whitehouse · 13 years ago
  43. 9eed04c GFS2: Move final part of inode.c into super.c by Steven Whitehouse · 13 years ago
  44. 194c011 GFS2: Move most of the remaining inode.c into ops_inode.c by Steven Whitehouse · 13 years ago
  45. d4b2cf1 GFS2: Move gfs2_refresh_inode() and friends into glops.c by Steven Whitehouse · 13 years ago
  46. 94fb763 GFS2: Remove gfs2_dinode_print() function by Steven Whitehouse · 13 years ago
  47. 3d6ecb7 GFS2: When adding a new dir entry, inc link count if it is a subdir by Steven Whitehouse · 13 years ago
  48. 855d23c GFS2: Make gfs2_dir_del update link count when required by Steven Whitehouse · 13 years ago
  49. 2baee03 GFS2: Don't use gfs2_change_nlink in link syscall by Steven Whitehouse · 13 years ago
  50. 588da3b GFS2: Don't use a try lock when promoting to a higher mode by Steven Whitehouse · 13 years ago
  51. d192a8e GFS2: Double check link count under glock by Steven Whitehouse · 13 years ago
  52. 8f065d3 GFS2: Improve bug trap code in ->releasepage() by Steven Whitehouse · 13 years ago
  53. 4f1de01 GFS2: Fix ail list traversal by Steven Whitehouse · 13 years ago
  54. 6905d9e GFS2: make sure fallocate bytes is a multiple of blksize by Benjamin Marzinski · 13 years ago
  55. 1879fd6 add hlist_bl_lock/unlock helpers by Christoph Hellwig · 13 years ago
  56. c83ae9c GFS2: Add an AIL writeback tracepoint by Steven Whitehouse · 13 years ago
  57. 4667a0e GFS2: Make writeback more responsive to system conditions by Steven Whitehouse · 13 years ago
  58. f42ab08 GFS2: Optimise glock lru and end of life inodes by Steven Whitehouse · 13 years ago
  59. 627c10b GFS2: Improve tracing support (adds two flags) by Steven Whitehouse · 13 years ago
  60. dba898b GFS2: Clean up fsync() by Steven Whitehouse · 13 years ago
  61. efc1a9c GFS2: Remove unused macro by Steven Whitehouse · 13 years ago
  62. 29687a2 GFS2: Alter point of entry to glock lru list for glocks with an address_space by Steven Whitehouse · 13 years ago
  63. 5ac048b GFS2: Use filemap_fdatawrite() to write back the AIL by Steven Whitehouse · 13 years ago
  64. 1027efa GFS2: Make ->write_inode() really write by Steven Whitehouse · 13 years ago
  65. 556bb17 GFS2: move function foreach_leaf to gfs2_dir_exhash_dealloc by Bob Peterson · 13 years ago
  66. ec038c8 GFS2: pass leaf_bh into leaf_dealloc by Bob Peterson · 13 years ago
  67. d24a7a4 GFS2: Combine transaction from gfs2_dir_exhash_dealloc by Bob Peterson · 13 years ago
  68. 0d95326 GFS2: remove *leaf_call_t and simplify leaf_dealloc by Bob Peterson · 13 years ago
  69. 95c8e17 GFS2: Dump better debug info if a bitmap inconsistency is detected by Bob Peterson · 13 years ago
  70. 44ad37d GFS2: filesystem hang caused by incorrect lock order by Bob Peterson · 13 years ago
  71. 001e8e8 GFS2: Don't try to deallocate unlinked inodes when mounted ro by Steven Whitehouse · 13 years ago
  72. 0ee5320 GFS2: directly write blocks past i_size by Benjamin Marzinski · 13 years ago
  73. deab72d GFS2: write_end error path fails to unlock transaction lock by Bob Peterson · 13 years ago
  74. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  75. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  76. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  77. a44f99c Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  78. 0ccd234 fs: change to new flag variable by matt mooney · 14 years ago
  79. 0f6e0e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  80. 3ae2a1ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 13 years ago
  81. a002951 Merge branch 'next' into for-linus by James Morris · 13 years ago
  82. 7e32d02 GFS2: Don't use _raw version of RCU dereference by Steven Whitehouse · 13 years ago
  83. 6c474f7 GFS2: Adding missing unlock_page() by Maxim · 13 years ago
  84. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 14 years ago
  85. c618e87 GFS2: Update to AIL list locking by Steven Whitehouse · 13 years ago
  86. d6a079e GFS2: introduce AIL lock by Dave Chinner · 13 years ago
  87. e4a7b7b GFS2: fix block allocation check for fallocate by Benjamin Marzinski · 13 years ago
  88. fa1bbde GFS2: Optimize glock multiple-dequeue code by Bob Peterson · 13 years ago
  89. 53fe924 gfs2: fix d_revalidate oopsen on NFS exports by Al Viro · 13 years ago
  90. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 13 years ago
  91. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 13 years ago
  92. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  93. 0a33443 GFS2: Remove potential race in flock code by Steven Whitehouse · 13 years ago
  94. fc0e38d GFS2: Fix glock deallocation race by Steven Whitehouse · 13 years ago
  95. 662e3a5 GFS2: quota allows exceeding hard limit by Abhijith Das · 13 years ago
  96. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  97. 4c16c36 GFS2: deallocation performance patch by Bob Peterson · 13 years ago
  98. 2aa1589 mm: prevent concurrent unmap_mapping_range() on the same inode by Miklos Szeredi · 13 years ago
  99. 58a69cb workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable' by Tejun Heo · 13 years ago
  100. e79a46a GFS2: panics on quotacheck update by Abhijith Das · 13 years ago