1. 232c2f5 Merge branch 'xfs-filestreams-lookup' into for-next by Dave Chinner · 11 years ago
  2. fdd3a2a Merge branch 'xfs-unused-args-cleanup' into for-next by Dave Chinner · 11 years ago
  3. bc14782 xfs: negate xfs_icsb_init_counters error value by Dave Chinner · 11 years ago
  4. 4568764 xfs: negate mount workqueue init error value by Dave Chinner · 11 years ago
  5. 1919add xfs: don't create a slab cache for filestream items by Christoph Hellwig · 11 years ago
  6. 34dcefd xfs: remove unused args from xfs_alloc_buftarg() by Eric Sandeen · 11 years ago
  7. a96c415 xfs: remove unused blocksize arg from xfs_setsize_buftarg() by Eric Sandeen · 11 years ago
  8. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  9. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
  10. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
  11. 0dc83bd Revert "writeback: do not sync data dirtied after sync start" by Jan Kara · 11 years ago
  12. 7e1a1e9 Merge tag 'xfs-for-linus-v3.13-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  13. c4a391b writeback: do not sync data dirtied after sync start by Jan Kara · 11 years ago
  14. 632b89e xfs: fix static and extern sparse warnings by Dave Chinner · 11 years ago
  15. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  16. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  17. 5706278 xfs: unify directory/attribute format definitions by Dave Chinner · 11 years ago
  18. 70a9883c xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  19. 08e96e1 xfs: remove newlines from strings passed to __xfs_printk by Eric Sandeen · 11 years ago
  20. d948709 xfs: remove usage of is_bad_inode by Ben Myers · 11 years ago
  21. 9b17c62 fs: convert inode and dentry shrinking to be node aware by Dave Chinner · 11 years ago
  22. 0a234c6 shrinker: convert superblock shrinkers to new API by Dave Chinner · 11 years ago
  23. e546cb7 xfs: consolidate xfs_utils.c by Dave Chinner · 11 years ago
  24. c24b5df xfs: kill xfs_vnodeops.[ch] by Dave Chinner · 11 years ago
  25. 2b9ab5a xfs: reshuffle dir2 definitions around for userspace by Dave Chinner · 11 years ago
  26. 6ca1c90 xfs: separate dquot on disk format definitions out of xfs_quota.h by Dave Chinner · 11 years ago
  27. 7a378c9 xfs: WQ_NON_REENTRANT is meaningless and going away by Tejun Heo · 11 years ago
  28. d892d58 xfs: Start using pquotaino from the superblock. by Chandra Seetharaman · 12 years ago
  29. 83e782e xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD by Chandra Seetharaman · 12 years ago
  30. dc037ad xfs: implement inode change count by Dave Chinner · 12 years ago
  31. 3ebe7d2 xfs: Inode create log items by Dave Chinner · 12 years ago
  32. 39a45d8 xfs: Remove XFS_MOUNT_RETERR by Jie Liu · 12 years ago
  33. d3eaace xfs: disable noattr2/attr2 mount options for CRC enabled filesystems by Dave Chinner · 12 years ago
  34. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 12 years ago
  35. a17164e fs/xfs remove obsolete simple_strto<foo> by Abhijit Pawar · 12 years ago
  36. 579b62f xfs: add background scanning to clear eofblocks inodes by Brian Foster · 12 years ago
  37. 6d8b79c xfs: rename xfs_sync.[ch] to xfs_icache.[ch] by Dave Chinner · 12 years ago
  38. c75921a xfs: xfs_quiesce_attr() should quiesce the log like unmount by Dave Chinner · 12 years ago
  39. c7eea6f xfs: move xfs_quiesce_attr() into xfs_super.c by Dave Chinner · 12 years ago
  40. 34061f5 xfs: xfs_sync_fsdata is redundant by Dave Chinner · 12 years ago
  41. 5889608 xfs: syncd workqueue is no more by Dave Chinner · 12 years ago
  42. 9aa0500 xfs: xfs_sync_data is redundant. by Dave Chinner · 12 years ago
  43. f661f1e xfs: sync work is now only periodic log work by Dave Chinner · 12 years ago
  44. 7f7bebe xfs: don't run the sync work if the filesystem is read-only by Dave Chinner · 12 years ago
  45. 7e18530 xfs: rationalise xfs_mount_wq users by Dave Chinner · 12 years ago
  46. 33c7a2b xfs: xfs_syncd_stop must die by Dave Chinner · 12 years ago
  47. 60c7b4d Merge tag 'for-linus-v3.7-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  48. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  49. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  50. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  51. 2ea0392 xfs: Make inode32 a remountable option by Carlos Maiolino · 12 years ago
  52. 4056c1d xfs: add inode64->inode32 transition into xfs_set_inode32() by Carlos Maiolino · 12 years ago
  53. 4c08372 xfs: Fix mp->m_maxagi update during inode64 remount by Carlos Maiolino · 12 years ago
  54. 2d2194f xfs: reduce code duplication handling inode32/64 options by Carlos Maiolino · 12 years ago
  55. 08bf540 xfs: make inode64 as the default allocation mode by Carlos Maiolino · 12 years ago
  56. c3a58fe Make inode64 a remountable option by Carlos Maiolino · 12 years ago
  57. 0ba6e53 xfs: stop the sync worker before xfs_unmountfs by Ben Myers · 12 years ago
  58. 4026c9f xfs: stop the sync worker before xfs_unmountfs by Ben Myers · 12 years ago
  59. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  60. 4f59af7 xfs: remove iolock lock classes by Christoph Hellwig · 13 years ago
  61. 69ff282 xfs: implement ->update_time by Christoph Hellwig · 13 years ago
  62. 1d9025e xfs: remove struct xfs_dabuf and infrastructure by Dave Chinner · 13 years ago
  63. 77c1a08 xfs: struct xfs_buf_log_format isn't variable sized. by Dave Chinner · 13 years ago
  64. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  65. ad1e95c xfs: clean up xfs_bit.h includes by Dave Chinner · 13 years ago
  66. 4c2d542 xfs: Do background CIL flushes via a workqueue by Dave Chinner · 13 years ago
  67. 43ff212 xfs: on-stack delayed write buffer lists by Christoph Hellwig · 13 years ago
  68. 7582df5 xfs: using GFP_NOFS for blkdev_issue_flush by Shaohua Li · 13 years ago
  69. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 13 years ago
  70. 8a00ebe xfs: Ensure inode reclaim can run during quotacheck by Dave Chinner · 13 years ago
  71. da5bf95 xfs: don't fill statvfs with project quota for a directory if it was not enabled. by Jie Liu · 13 years ago
  72. f21ce8f Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  73. 5132ba8 xfs: don't cache inodes read through bulkstat by Dave Chinner · 13 years ago
  74. 49d99a2 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  75. c999a22 xfs: introduce an allocation workqueue by Dave Chinner · 13 years ago
  76. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  77. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 13 years ago
  78. a05931c xfs: remove the global xfs_Gqm structure by Christoph Hellwig · 13 years ago
  79. 8f639dd xfs: reimplement fdatasync support by Christoph Hellwig · 13 years ago
  80. 8a9c998 xfs: log timestamp updates by Christoph Hellwig · 13 years ago
  81. aa6bf01 xfs: use per-filesystem I/O completion workqueues by Christoph Hellwig · 13 years ago
  82. 4177af3 Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usage by Chandra Seetharaman · 13 years ago
  83. f392e63 xfs: replace i_pin_wait with a bit waitqueue by Christoph Hellwig · 13 years ago
  84. 474fce0 xfs: replace i_flock with a sleeping bitlock by Christoph Hellwig · 13 years ago
  85. 29ad0de Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  86. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  87. be4f1ac8 xfs: log all dirty inodes in xfs_fs_sync_fs by Christoph Hellwig · 13 years ago
  88. 0b8fd30 xfs: log the inode in ->write_inode calls for kupdate by Christoph Hellwig · 13 years ago
  89. 40d344e xfs: mark the xfssyncd workqueue as non-reentrant by Christoph Hellwig · 13 years ago
  90. 34625c6 xfs: remove xfs_qm_sync by Christoph Hellwig · 13 years ago
  91. 93b8a58 xfs: remove the deprecated nodelaylog option by Christoph Hellwig · 13 years ago
  92. 9508534 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Alex Elder · 13 years ago
  93. a9add83 xfs: remove XFS_bflush by Christoph Hellwig · 13 years ago
  94. ddc3415 xfs: simplify xfs_trans_ijoin* again by Christoph Hellwig · 13 years ago
  95. 4a06fd2 xfs: remove i_iocount by Christoph Hellwig · 13 years ago
  96. 0030807 xfs: revert to using a kthread for AIL pushing by Christoph Hellwig · 13 years ago
  97. 58d84c4 xfs: fix ->write_inode return values by Christoph Hellwig · 13 years ago
  98. 242d621 xfs: deprecate the nodelaylog mount option by Christoph Hellwig · 13 years ago
  99. c59d87c xfs: remove subdirectories by Christoph Hellwig · 13 years ago[Renamed from fs/xfs/linux-2.6/xfs_super.c]
  100. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago