1. 9d8f13b security: new security_inode_init_security API adds function callback by Mimi Zohar · 13 years ago
  2. 4a33821 xfs: prevent bogus assert when trying to remove non-existent attribute by Dave Chinner · 13 years ago
  3. df4368a xfs: clear XFS_IDIRTY_RELEASE on truncate down by Dave Chinner · 13 years ago
  4. 778e24b xfs: reset inode per-lifetime state when recycling it by Dave Chinner · 13 years ago
  5. a27a263 xfs: make log devices with write back caches work by Christoph Hellwig · 13 years ago
  6. c46a131 xfs: fix ->mknod() return value on xfs_get_acl() failure by Al Viro · 13 years ago
  7. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  8. 8a0599d Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  9. 233eebb xfs: correctly decrement the extent buffer index in xfs_bmap_del_extent by Christoph Hellwig · 13 years ago
  10. 87bef18 xfs: check for valid indices in xfs_iext_get_ext and xfs_iext_idx_to_irec by Christoph Hellwig · 13 years ago
  11. ab1908a xfs: fix up asserts in xfs_iflush_fork by Christoph Hellwig · 13 years ago
  12. f1c63b7 xfs: do not do pointer arithmetic on extent records by Christoph Hellwig · 13 years ago
  13. 00239ac xfs: do not use unchecked extent indices in xfs_bunmapi by Christoph Hellwig · 13 years ago
  14. 5690f92 xfs: do not use unchecked extent indices in xfs_bmapi by Christoph Hellwig · 13 years ago
  15. 2f2b322 xfs: do not use unchecked extent indices in xfs_bmap_add_extent_* by Christoph Hellwig · 13 years ago
  16. ec90c55 xfs: remove if_lastex by Christoph Hellwig · 13 years ago
  17. 5489327 xfs: remove the unused XFS_BMAPI_RSVBLOCKS flag by Christoph Hellwig · 13 years ago
  18. 1495f23 vmscan: change shrinker API by passing shrink_control struct by Ying Han · 13 years ago
  19. 55a7bc5 xfs: do not discard alloc btree blocks by Christoph Hellwig · 13 years ago
  20. e84661a xfs: add online discard support by Christoph Hellwig · 13 years ago
  21. a77febb Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  22. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  23. bf59170 xfs: obey minleft values during extent allocation correctly by Dave Chinner · 13 years ago
  24. 4439647 xfs: reset buffer pointers before freeing them by Dave Chinner · 13 years ago
  25. ee58abd xfs: avoid getting stuck during async inode flushes by Dave Chinner · 13 years ago
  26. e573751 xfs: fix xfs_itruncate_start tracing by Dave Chinner · 13 years ago
  27. 1beb65a xfs: fix duplicate workqueue initialisation by Dave Chinner · 13 years ago
  28. e69522a xfs: kill off xfs_printk() by Joe Perches · 13 years ago
  29. 70f23fd treewide: fix a few typos in comments by Justin P. Mattock · 13 years ago
  30. 7ac9565 xfs: fix race condition in AIL push trigger by Dave Chinner · 13 years ago
  31. fe0da76 xfs: make AIL target updates and compares 32bit safe. by Dave Chinner · 13 years ago
  32. 50e8668 xfs: always push the AIL to the target by Dave Chinner · 13 years ago
  33. 9e7004e xfs: exit AIL push work correctly when AIL is empty by Dave Chinner · 13 years ago
  34. 228d62d xfs: ensure reclaim cursor is reset correctly at end of AG by Dave Chinner · 13 years ago
  35. e4d3c4a xfs: fix race condition in AIL push trigger by Dave Chinner · 13 years ago
  36. fd5670f xfs: make AIL target updates and compares 32bit safe. by Dave Chinner · 13 years ago
  37. cb64026 xfs: always push the AIL to the target by Dave Chinner · 13 years ago
  38. ea35a20 xfs: exit AIL push work correctly when AIL is empty by Dave Chinner · 13 years ago
  39. b223221 xfs: ensure reclaim cursor is reset correctly at end of AG by Dave Chinner · 13 years ago
  40. 8c1fdd0 xfs: add an x86 compat handler for XFS_IOC_ZERO_RANGE by Christoph Hellwig · 13 years ago
  41. 1a18a29 xfs: fix compiler warning in xfs_trace.h by Christoph Hellwig · 13 years ago
  42. 45c51b9 xfs: cleanup duplicate initializations by David Sterba · 13 years ago
  43. 8a072a4 xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busy by Christoph Hellwig · 13 years ago
  44. 97d3ac7 xfs: exact busy extent tracking by Christoph Hellwig · 13 years ago
  45. e26f050 xfs: do not immediately reuse busy extent ranges by Christoph Hellwig · 13 years ago
  46. a870acd xfs: optimize AGFL refills by Christoph Hellwig · 13 years ago
  47. 3eff126 xfs: fix duplicate message output by Dave Chinner · 13 years ago
  48. 1e05ff0 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  49. 39411f8 xfs_destroy_workqueues() should not be tagged with__exit by Luck, Tony · 13 years ago
  50. a1b7ea5 xfs: use proper interfaces for on-stack plugging by Christoph Hellwig · 13 years ago
  51. 957935d xfs: fix xfs_debug warnings by Christoph Hellwig · 13 years ago
  52. ecb697c xfs: fix variable set but not used warnings by Christoph Hellwig · 13 years ago
  53. da8a1a4 xfs: convert log tail checking to a warning by Dave Chinner · 13 years ago
  54. be65b18 xfs: catch bad block numbers freeing extents. by Dave Chinner · 13 years ago
  55. fd07484 xfs: push the AIL from memory reclaim and periodic sync by Dave Chinner · 13 years ago
  56. cd4a3c5 xfs: clean up code layout in xfs_trans_ail.c by Dave Chinner · 13 years ago
  57. 0bf6a5b xfs: convert the xfsaild threads to a workqueue by Dave Chinner · 13 years ago
  58. a7b339f xfs: introduce background inode reclaim work by Dave Chinner · 13 years ago
  59. 89e4cb5 xfs: convert ENOSPC inode flushing to use new syncd workqueue by Dave Chinner · 13 years ago
  60. c6d09b6 xfs: introduce a xfssyncd workqueue by Dave Chinner · 13 years ago
  61. e828776 xfs: fix extent format buffer allocation size by Dave Chinner · 13 years ago
  62. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  63. 89b3600 xfs: fix unreferenced var error in xfs_buf.c by Dave Chinner · 13 years ago
  64. c585015 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  65. 0e6e847 xfs: stop using the page cache to back the buffer cache by Dave Chinner · 13 years ago
  66. 704b290 xfs: register the inode cache shrinker before quotachecks by Dave Chinner · 13 years ago
  67. 7401aaf xfs: xfs_trans_read_buf() should return an error on failure by Dave Chinner · 13 years ago
  68. 1bfd8d0 xfs: introduce inode cluster buffer trylocks for xfs_iflush by Dave Chinner · 13 years ago
  69. a19fb38 vmap: flush vmap aliases when mapping fails by Dave Chinner · 13 years ago
  70. 8287889 xfs: preallocation transactions do not need to be synchronous by Dave Chinner · 13 years ago
  71. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  72. 3155fe6 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  73. a44f99c Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  74. 0ccd234 fs: change to new flag variable by matt mooney · 14 years ago
  75. 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
  76. bd2895e Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  77. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 13 years ago
  78. 0c9ba97 xfs: don't name variables "panic" by Alex Elder · 13 years ago
  79. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 13 years ago
  80. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 13 years ago
  81. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  82. ecb6928 xfs: factor agf counter updates into a helper by Christoph Hellwig · 13 years ago
  83. 86fa8af xfs: clean up the xfs_alloc_compute_aligned calling convention by Christoph Hellwig · 13 years ago
  84. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  85. 9130090 xfs: kill support/debug.[ch] by Dave Chinner · 13 years ago
  86. 0b932cc xfs: Convert remaining cmn_err() callers to new API by Dave Chinner · 13 years ago
  87. 8221112 xfs: convert the quota debug prints to new API by Dave Chinner · 13 years ago
  88. 6d4a8ec xfs: rename xfs_cmn_err_fsblock_zero() by Dave Chinner · 13 years ago
  89. 5348778 xfs: convert xfs_fs_cmn_err to new error logging API by Dave Chinner · 13 years ago
  90. af34e09 xfs: kill xfs_fs_mount_cmn_err() macro by Dave Chinner · 13 years ago
  91. 65333b4 xfs: kill xfs_fs_repair_cmn_err() macro by Dave Chinner · 13 years ago
  92. 6a19d93 xfs: convert xfs_cmn_err to xfs_alert_tag by Dave Chinner · 13 years ago
  93. a0fa2b6 xfs: Convert xlog_warn to new logging interface by Dave Chinner · 13 years ago
  94. 4f10700 xfs: Convert linux-2.6/ files to new logging interface by Dave Chinner · 13 years ago
  95. af24ee9 xfs: zero proper structure size for geometry calls by Alex Elder · 13 years ago
  96. 10e3839 xfs: introduce new logging API. by Dave Chinner · 13 years ago
  97. eeb2036 xfs: zero proper structure size for geometry calls by Alex Elder · 13 years ago
  98. 20ad9ea xfs: enable delaylog by default by Christoph Hellwig · 13 years ago
  99. ec3ba85 xfs: more sensible inode refcounting for ialloc by Christoph Hellwig · 13 years ago
  100. 1050c71 xfs: stop using xfs_trans_iget in the RT allocator by Christoph Hellwig · 13 years ago