1. 35c2a7f tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking by Hugh Dickins · 12 years ago
  2. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  3. 60c7b4d Merge tag 'for-linus-v3.7-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  4. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  5. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  6. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  7. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  8. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  9. 64e09fa switch xfs_find_handle() to fget_light() by Al Viro · 12 years ago
  10. 1ea65c9 switch xfs_swapext() to fget_light() by Al Viro · 12 years ago
  11. 2ea0392 xfs: Make inode32 a remountable option by Carlos Maiolino · 12 years ago
  12. 4056c1d xfs: add inode64->inode32 transition into xfs_set_inode32() by Carlos Maiolino · 12 years ago
  13. 4c08372 xfs: Fix mp->m_maxagi update during inode64 remount by Carlos Maiolino · 12 years ago
  14. 2d2194f xfs: reduce code duplication handling inode32/64 options by Carlos Maiolino · 12 years ago
  15. 08bf540 xfs: make inode64 as the default allocation mode by Carlos Maiolino · 12 years ago
  16. 8aea3ff xfs: Fix m_agirotor reset during AG selection by Carlos Maiolino · 12 years ago
  17. c3a58fe Make inode64 a remountable option by Carlos Maiolino · 12 years ago
  18. 0ba6e53 xfs: stop the sync worker before xfs_unmountfs by Ben Myers · 12 years ago
  19. 431f197 userns: Convert quota netlink aka quota_send_warning by Eric W. Biederman · 12 years ago
  20. 74a8a10 userns: Convert qutoactl by Eric W. Biederman · 12 years ago
  21. 5f3a4a2 userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr by Eric W. Biederman · 12 years ago
  22. 4026c9f xfs: stop the sync worker before xfs_unmountfs by Ben Myers · 12 years ago
  23. 6fb8a90 xfs: fix race while discarding buffers [V4] by Carlos Maiolino · 12 years ago
  24. b686d1f xfs: xfs_seek_hole() refinement with hole searching from page cache for unwritten extents by Jeff Liu · 12 years ago
  25. 52f1acc xfs: xfs_seek_data() refinement with unwritten extents check up from page cache by Jeff Liu · 12 years ago
  26. d126d43 xfs: Introduce a helper routine to probe data or hole offset from page cache by Jeff Liu · 12 years ago
  27. 834ab12 xfs: Remove type argument from xfs_seek_data()/xfs_seek_hole() by Jeff Liu · 12 years ago
  28. e599b32 xfs: fix race while discarding buffers [V4] by Carlos Maiolino · 12 years ago
  29. a672e1b xfs: check for possible overflow in xfs_ioc_trim by Tomas Racek · 12 years ago
  30. 7612903 xfs: unlock the AGI buffer when looping in xfs_dialloc by Christoph Hellwig · 12 years ago
  31. 0b9e3f6 xfs: fix uninitialised variable in xfs_rtbuf_get() by Dave Chinner · 12 years ago
  32. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  33. 643bfc0 xfs: check for possible overflow in xfs_ioc_trim by Tomas Racek · 12 years ago
  34. c498211 xfs: unlock the AGI buffer when looping in xfs_dialloc by Christoph Hellwig · 12 years ago
  35. 1ed845d xfs: kill struct declarations in xfs_mount.h by Alex Elder · 12 years ago
  36. a76cccb xfs: fix uninitialised variable in xfs_rtbuf_get() by Dave Chinner · 12 years ago
  37. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  38. d9457dc xfs: Convert to new freezing code by Jan Kara · 12 years ago
  39. 37cd960 Merge tag 'for-linus-v3.6-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  40. 9a57fa8 xfs: wait for the write the superblock on unmount by Mark Tinguely · 12 years ago
  41. 8375f92 xfs: re-enable xfsaild idle mode and fix associated races by Brian Foster · 12 years ago
  42. 4f59af7 xfs: remove iolock lock classes by Christoph Hellwig · 12 years ago
  43. 5a15322 xfs: avoid the iolock in xfs_free_eofblocks for evicted inodes by Christoph Hellwig · 12 years ago
  44. 0b56185 xfs: do not take the iolock in xfs_inactive by Christoph Hellwig · 12 years ago
  45. fe67be0 xfs: remove xfs_inactive_attrs by Christoph Hellwig · 12 years ago
  46. b373e98 xfs: clean up xfs_inactive by Christoph Hellwig · 12 years ago
  47. be60fe5 xfs: do not read the AGI buffer in xfs_dialloc until nessecary by Christoph Hellwig · 12 years ago
  48. 55d6af6 xfs: refactor xfs_ialloc_ag_select by Christoph Hellwig · 12 years ago
  49. 4bb6106 xfs: add a short cut to xfs_dialloc for the non-NULL agbp case by Christoph Hellwig · 12 years ago
  50. 0835890 xfs: remove the alloc_done argument to xfs_dialloc by Christoph Hellwig · 12 years ago
  51. f2ecc5e xfs: split xfs_dialloc by Christoph Hellwig · 12 years ago
  52. a66d2c8 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  53. 765927b switch dentry_open() to struct path, make it grab references itself by Al Viro · 12 years ago
  54. 824c313 xfs: remove xfs_ialloc_find_free by Christoph Hellwig · 12 years ago
  55. 0d882a3 Prefix IO_XX flags with XFS_IO_XX to avoid namespace colision. by Alain Renaud · 12 years ago
  56. 129dbc9 xfs: remove xfs_inotobp by Christoph Hellwig · 12 years ago
  57. 475ee41 xfs: merge xfs_itobp into xfs_imap_to_bp by Christoph Hellwig · 12 years ago
  58. 6b7a03f xfs: handle EOF correctly in xfs_vm_writepage by Christoph Hellwig · 12 years ago
  59. 69ff282 xfs: implement ->update_time by Christoph Hellwig · 12 years ago
  60. 96ee34b xfs: fix comment typo of struct xfs_da_blkinfo. by Chen Baozi · 12 years ago
  61. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  62. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  63. 1632dcc xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacks by Christoph Hellwig · 12 years ago
  64. 40a9b79 xfs: prevent recursion in xfs_buf_iorequest by Christoph Hellwig · 12 years ago
  65. aa29284 xfs: don't defer metadata allocation to the workqueue by Dave Chinner · 12 years ago
  66. e3a746f5 xfs: really fix the cursor leak in xfs_alloc_ag_vextent_near by Dave Chinner · 12 years ago
  67. a2dcf5d xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacks by Christoph Hellwig · 12 years ago
  68. 08023d6 xfs: prevent recursion in xfs_buf_iorequest by Christoph Hellwig · 12 years ago
  69. eb71a12 xfs: don't defer metadata allocation to the workqueue by Dave Chinner · 12 years ago
  70. 1f432a8 xfs: really fix the cursor leak in xfs_alloc_ag_vextent_near by Dave Chinner · 12 years ago
  71. 9b73bd7 xfs: factor buffer reading from xfs_dir2_leaf_getdents by Dave Chinner · 12 years ago
  72. 1d9025e xfs: remove struct xfs_dabuf and infrastructure by Dave Chinner · 12 years ago
  73. 3605431 xfs: use discontiguous xfs_buf support in dabuf wrappers by Dave Chinner · 12 years ago
  74. 372cc85e xfs: support discontiguous buffers in the xfs_buf_log_item by Dave Chinner · 12 years ago
  75. de2a4f5 xfs: add discontiguous buffer support to transactions by Dave Chinner · 12 years ago
  76. 6dde270 xfs: add discontiguous buffer map interface by Dave Chinner · 12 years ago
  77. 3e85c86 xfs: convert internal buffer functions to pass maps by Dave Chinner · 12 years ago
  78. cbb7baab xfs: separate buffer indexing from block map by Dave Chinner · 12 years ago
  79. 77c1a08 xfs: struct xfs_buf_log_format isn't variable sized. by Dave Chinner · 12 years ago
  80. 9a8d2fd xfs: remove xlog_t typedef by Mark Tinguely · 12 years ago
  81. f7bdf03 xfs: rename log structure to xlog by Mark Tinguely · 12 years ago
  82. 8866fc6 xfs: shutdown xfs_sync_worker before the log by Ben Myers · 12 years ago
  83. 59c84ed0 xfs: Fix overallocation in xfs_buf_allocate_memory() by Jan Kara · 12 years ago
  84. 76d0953 xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_near by Dave Chinner · 12 years ago
  85. 9a3a5da xfs: check for stale inode before acquiring iflock on push by Brian Foster · 12 years ago
  86. ad223e6 xfs: rename log structure to xlog by Mark Tinguely · 12 years ago
  87. 11159a0 xfs: shutdown xfs_sync_worker before the log by Ben Myers · 12 years ago
  88. bcf62ab xfs: Fix overallocation in xfs_buf_allocate_memory() by Jan Kara · 12 years ago
  89. 079da28 xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_near by Dave Chinner · 12 years ago
  90. 76e8f13 xfs: check for stale inode before acquiring iflock on push by Brian Foster · 12 years ago
  91. 3b876c8 xfs: fix debug_object WARN at xfs_alloc_vextent() by Jeff Liu · 12 years ago
  92. 66f9311 xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2) by Alain Renaud · 12 years ago
  93. 51c8422 xfs: fix typo in comment of xfs_dinode_t. by Chen Baozi · 12 years ago
  94. 5276432 xfs: kill copy and paste segment checks in xfs_file_aio_read by Dave Chinner · 12 years ago
  95. 3297238 xfs: make largest supported offset less shouty by Dave Chinner · 12 years ago
  96. d2c2819 xfs: m_maxioffset is redundant by Dave Chinner · 12 years ago
  97. 0f2cf9d xfs: fix debug_object WARN at xfs_alloc_vextent() by Jeff Liu · 12 years ago
  98. 7d0fa3e xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2) by Alain Renaud · 12 years ago
  99. c3b2da3 fs: introduce inode operation ->update_time by Josef Bacik · 12 years ago
  100. b0b0382 ->encode_fh() API change by Al Viro · 12 years ago