1. 49d99a2 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  2. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  3. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 12 years ago
  4. f074211 xfs: fallback to vmalloc for large buffers in xfs_getbmap by Dave Chinner · 12 years ago
  5. ad650f5 xfs: fallback to vmalloc for large buffers in xfs_attrmulti_attr_get by Dave Chinner · 12 years ago
  6. 6eb2466 xfs: remove remaining scraps of struct xfs_iomap by Dave Chinner · 12 years ago
  7. f30d500 xfs: fix inode lookup race by Dave Chinner · 12 years ago
  8. 8d2a5e6 xfs: clean up minor sparse warnings by Dave Chinner · 12 years ago
  9. a05931c xfs: remove the global xfs_Gqm structure by Christoph Hellwig · 12 years ago
  10. b84a3a9 xfs: remove the per-filesystem list of dquots by Christoph Hellwig · 12 years ago
  11. 9f920f1 xfs: use per-filesystem radix trees for dquot lookup by Christoph Hellwig · 12 years ago
  12. f8739c3 xfs: per-filesystem dquot LRU lists by Christoph Hellwig · 12 years ago
  13. 48776fd xfs: use common code for quota statistics by Christoph Hellwig · 12 years ago
  14. 8f639dd xfs: reimplement fdatasync support by Christoph Hellwig · 12 years ago
  15. f5d8d5c xfs: split in-core and on-disk inode log item fields by Christoph Hellwig · 12 years ago
  16. 339a5f5 xfs: make xfs_inode_item_size idempotent by Christoph Hellwig · 12 years ago
  17. 8a9c998 xfs: log timestamp updates by Christoph Hellwig · 12 years ago
  18. 281627d xfs: log file size updates at I/O completion time by Christoph Hellwig · 12 years ago
  19. 84803fb xfs: log file size updates as part of unwritten extent conversion by Christoph Hellwig · 12 years ago
  20. 6923e68 xfs: do not require an ioend for new EOF calculation by Christoph Hellwig · 12 years ago
  21. aa6bf01 xfs: use per-filesystem I/O completion workqueues by Christoph Hellwig · 12 years ago
  22. 8960501 xfs: include reservations in quota reporting by Christoph Hellwig · 12 years ago
  23. 18535a7 xfs: merge xfs_qm_export_dquot into xfs_qm_scall_getquota by Christoph Hellwig · 12 years ago
  24. ad637a1 xfs: only take the ILOCK in xfs_reclaim_inode() by Alex Elder · 12 years ago
  25. 9006fb9 xfs: split and cleanup xfs_log_reserve by Christoph Hellwig · 12 years ago
  26. 42ceedb xfs: share code for grant head availability checks by Christoph Hellwig · 12 years ago
  27. e179840d xfs: share code for grant head wakeups by Christoph Hellwig · 12 years ago
  28. 23ee3df xfs: share code for grant head waiting by Christoph Hellwig · 12 years ago
  29. a79bf2d xfs: add xlog_grant_head_wake_all by Christoph Hellwig · 12 years ago
  30. c303c5b xfs: add xlog_grant_head_init by Christoph Hellwig · 12 years ago
  31. 2849696 xfs: add the xlog_grant_head structure by Christoph Hellwig · 12 years ago
  32. 14a7235 xfs: remove log space waitqueues by Christoph Hellwig · 12 years ago
  33. cfb7cdc xfs: cleanup xfs_log_space_wake by Christoph Hellwig · 12 years ago
  34. 5b03ff1 xfs: remove xfs_trans_unlocked_item by Christoph Hellwig · 12 years ago
  35. 3af1de7 xfs: do exact log space wakeups in xlog_ungrant_log_space by Christoph Hellwig · 12 years ago
  36. 09a423a xfs: split tail_lsn assignments from log space wakeups by Christoph Hellwig · 12 years ago
  37. 70b5437 xfs: cleanup quota check on disk blocks and inodes reservations by Mitsuo Hayasaka · 12 years ago
  38. 33e0eda xfs: make inode quota check more general by Mitsuo Hayasaka · 12 years ago
  39. d0a3fe6 xfs: change available ranges of softlimit and hardlimit in quota check by Mitsuo Hayasaka · 12 years ago
  40. c922bbc xfs: make inode quota check more general by Mitsuo Hayasaka · 12 years ago
  41. 20f12d8 xfs: change available ranges of softlimit and hardlimit in quota check by Mitsuo Hayasaka · 12 years ago
  42. f65020a XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intended by Jesper Juhl · 12 years ago
  43. 0529348 XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intended by Jesper Juhl · 12 years ago
  44. 92b2e5b xfs: use a normal shrinker for the dquot freelist by Christoph Hellwig · 12 years ago
  45. 04da0c8 xfs: use a normal shrinker for the dquot freelist by Christoph Hellwig · 12 years ago
  46. 4177af3 Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usage by Chandra Seetharaman · 13 years ago
  47. 6bd92a2 Change xfs_sb_from_disk() interface to take a mount pointer by Chandra Seetharaman · 13 years ago
  48. 3673141 Define a new function xfs_inode_dquot() by Chandra Seetharaman · 13 years ago
  49. 6967b96 Define a new function xfs_this_quota_on() by Chandra Seetharaman · 13 years ago
  50. b995730 xfs: kill the unused XFS_BB_FSB_OFFSET macro by Amit Sahrawat · 13 years ago
  51. 021000e xfs: show uuid when mount fails due to duplicate uuid by Mitsuo Hayasaka · 13 years ago
  52. 4505360 xfs: pass KM_SLEEP flag to kmem_realloc() in xlog_recover_add_to_cnt_trans() by Mitsuo Hayasaka · 13 years ago
  53. 9b025eb xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink() by Jan Kara · 13 years ago
  54. d060646 xfs: cleanup xfs_file_aio_write by Christoph Hellwig · 13 years ago
  55. 5bf1f26 xfs: always return with the iolock held from xfs_file_aio_write_checks by Christoph Hellwig · 13 years ago
  56. 2813d68 xfs: remove the i_new_size field in struct xfs_inode by Christoph Hellwig · 13 years ago
  57. ce7ae15 xfs: remove the i_size field in struct xfs_inode by Christoph Hellwig · 13 years ago
  58. f392e63 xfs: replace i_pin_wait with a bit waitqueue by Christoph Hellwig · 13 years ago
  59. 474fce0 xfs: replace i_flock with a sleeping bitlock by Christoph Hellwig · 13 years ago
  60. 49e4c70 xfs: make i_flags an unsigned long by Christoph Hellwig · 13 years ago
  61. 8096b1e xfs: remove the if_ext_max field in struct xfs_ifork by Christoph Hellwig · 13 years ago
  62. 3d2b312 xfs: remove the unused dm_attrs structure by Christoph Hellwig · 13 years ago
  63. bf322d9 xfs: cleanup xfs_iomap_eof_align_last_fsb by Christoph Hellwig · 13 years ago
  64. 673e8e5 xfs: remove xfs_itruncate_data by Christoph Hellwig · 13 years ago
  65. 993ecff Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  66. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  67. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  68. 29ad0de Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  69. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  70. 576b1d6 xfs: propagate umode_t by Al Viro · 13 years ago
  71. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  72. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  73. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  74. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  75. 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 13 years ago
  76. a561be7 switch a bunch of places to mnt_want_write_file() by Al Viro · 13 years ago
  77. b1c770c xfs: fix endian conversion issue in discard code by Dave Chinner · 13 years ago
  78. be4f1ac xfs: log all dirty inodes in xfs_fs_sync_fs by Christoph Hellwig · 13 years ago
  79. 0b8fd30 xfs: log the inode in ->write_inode calls for kupdate by Christoph Hellwig · 13 years ago
  80. b00f4dc Merge branch 'master' into pm-sleep by Rafael J. Wysocki · 13 years ago
  81. 40d344e xfs: mark the xfssyncd workqueue as non-reentrant by Christoph Hellwig · 13 years ago
  82. 28fb588 xfs: simplify xfs_qm_detach_gdquots by Christoph Hellwig · 13 years ago
  83. 093019c xfs: fix acl count validation in xfs_acl_from_disk() by Xi Wang · 13 years ago
  84. 687d1c5 xfs: remove unused XBT_FORCE_SLEEP bit by Eric Sandeen · 13 years ago
  85. 7ae4440 xfs: remove XFS_QMOPT_DQSUSER by Christoph Hellwig · 13 years ago
  86. 97e7ade xfs: kill xfs_qm_idtodq by Christoph Hellwig · 13 years ago
  87. 49d35a5 xfs: merge xfs_qm_dqinit_core into the only caller by Christoph Hellwig · 13 years ago
  88. 78e5589 xfs: add a xfs_dqhold helper by Christoph Hellwig · 13 years ago
  89. ab680bb xfs: simplify xfs_qm_dqattach_grouphint by Christoph Hellwig · 13 years ago
  90. bf72de3 xfs: nest qm_dqfrlist_lock inside the dquot qlock by Christoph Hellwig · 13 years ago
  91. 9267855 xfs: flatten the dquot lock ordering by Christoph Hellwig · 13 years ago
  92. be7ffc3 xfs: implement lazy removal for the dquot freelist by Christoph Hellwig · 13 years ago
  93. 80a376b xfs: remove XFS_DQ_INACTIVE by Christoph Hellwig · 13 years ago
  94. 497507b xfs: cleanup xfs_qm_dqlookup by Christoph Hellwig · 13 years ago
  95. 800b484 xfs: cleanup dquot locking helpers by Christoph Hellwig · 13 years ago
  96. a7ef9bd xfs: remove the sync_mode argument to xfs_qm_dqflush_all by Christoph Hellwig · 13 years ago
  97. 34625c6 xfs: remove xfs_qm_sync by Christoph Hellwig · 13 years ago
  98. f2fba55 xfs: make sure to really flush all dquots in xfs_qm_quotacheck by Christoph Hellwig · 13 years ago
  99. fdedf28 xfs: untangle SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflush by Christoph Hellwig · 13 years ago
  100. b393421 xfs: remove the lid_size field in struct log_item_desc by Christoph Hellwig · 13 years ago