1. 42ceedb xfs: share code for grant head availability checks by Christoph Hellwig · 12 years ago
  2. e179840d xfs: share code for grant head wakeups by Christoph Hellwig · 12 years ago
  3. 23ee3df xfs: share code for grant head waiting by Christoph Hellwig · 12 years ago
  4. a79bf2d xfs: add xlog_grant_head_wake_all by Christoph Hellwig · 12 years ago
  5. c303c5b xfs: add xlog_grant_head_init by Christoph Hellwig · 12 years ago
  6. 2849696 xfs: add the xlog_grant_head structure by Christoph Hellwig · 12 years ago
  7. 14a7235 xfs: remove log space waitqueues by Christoph Hellwig · 12 years ago
  8. cfb7cdc xfs: cleanup xfs_log_space_wake by Christoph Hellwig · 12 years ago
  9. 5b03ff1 xfs: remove xfs_trans_unlocked_item by Christoph Hellwig · 12 years ago
  10. 3af1de7 xfs: do exact log space wakeups in xlog_ungrant_log_space by Christoph Hellwig · 12 years ago
  11. 09a423a xfs: split tail_lsn assignments from log space wakeups by Christoph Hellwig · 12 years ago
  12. 70b5437 xfs: cleanup quota check on disk blocks and inodes reservations by Mitsuo Hayasaka · 12 years ago
  13. 33e0eda xfs: make inode quota check more general by Mitsuo Hayasaka · 12 years ago
  14. d0a3fe6 xfs: change available ranges of softlimit and hardlimit in quota check by Mitsuo Hayasaka · 12 years ago
  15. f65020a XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intended by Jesper Juhl · 12 years ago
  16. 92b2e5b3 xfs: use a normal shrinker for the dquot freelist by Christoph Hellwig · 13 years ago
  17. 4177af3 Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usage by Chandra Seetharaman · 13 years ago
  18. 6bd92a2 Change xfs_sb_from_disk() interface to take a mount pointer by Chandra Seetharaman · 13 years ago
  19. 3673141 Define a new function xfs_inode_dquot() by Chandra Seetharaman · 13 years ago
  20. 6967b96 Define a new function xfs_this_quota_on() by Chandra Seetharaman · 13 years ago
  21. b995730 xfs: kill the unused XFS_BB_FSB_OFFSET macro by Amit Sahrawat · 13 years ago
  22. 021000e xfs: show uuid when mount fails due to duplicate uuid by Mitsuo Hayasaka · 13 years ago
  23. 4505360 xfs: pass KM_SLEEP flag to kmem_realloc() in xlog_recover_add_to_cnt_trans() by Mitsuo Hayasaka · 13 years ago
  24. 9b025eb xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink() by Jan Kara · 13 years ago
  25. 567e479 Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  26. e19c29e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  27. 8bc5191 qnx4: don't leak ->BitMap on late failure exits by Al Viro · 13 years ago
  28. 4134bf8 qnx4: reduce the insane nesting in qnx4_checkroot() by Al Viro · 13 years ago
  29. 1aab323 qnx4: di_fname is an array, for crying out loud... by Al Viro · 13 years ago
  30. f429ee3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit by Linus Torvalds · 13 years ago
  31. 22b4eb5 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  32. d65773b Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  33. f9156c7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  34. e268337 proc: clean up and fix /proc/<pid>/mem handling by Linus Torvalds · 13 years ago
  35. 424a533 vfs: remove printk from set_nlink() by Miklos Szeredi · 13 years ago
  36. e161630 wake up s_wait_unfrozen when ->freeze_fs fails by Kazuya Mio · 13 years ago
  37. 4043cde audit: do not call audit_getname on error by Eric Paris · 13 years ago
  38. 633b454 audit: only allow tasks to set their loginuid if it is -1 by Eric Paris · 13 years ago
  39. 0a300be audit: remove task argument to audit_set_loginuid by Eric Paris · 13 years ago
  40. d060646 xfs: cleanup xfs_file_aio_write by Christoph Hellwig · 13 years ago
  41. 5bf1f26 xfs: always return with the iolock held from xfs_file_aio_write_checks by Christoph Hellwig · 13 years ago
  42. 2813d68 xfs: remove the i_new_size field in struct xfs_inode by Christoph Hellwig · 13 years ago
  43. ce7ae151 xfs: remove the i_size field in struct xfs_inode by Christoph Hellwig · 13 years ago
  44. f392e63 xfs: replace i_pin_wait with a bit waitqueue by Christoph Hellwig · 13 years ago
  45. 474fce0 xfs: replace i_flock with a sleeping bitlock by Christoph Hellwig · 13 years ago
  46. 49e4c70 xfs: make i_flags an unsigned long by Christoph Hellwig · 13 years ago
  47. 8096b1e xfs: remove the if_ext_max field in struct xfs_ifork by Christoph Hellwig · 13 years ago
  48. a12587b Merge tag 'nfs-for-3.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  49. 96bdc7d Btrfs: use larger system chunks by Chris Mason · 13 years ago
  50. f248679 Btrfs: add a delalloc mutex to inodes for delalloc reservations by Josef Bacik · 13 years ago
  51. 8c2a3ca Btrfs: space leak tracepoints by Josef Bacik · 13 years ago
  52. 90290e1 Btrfs: protect orphan block rsv with spin_lock by Josef Bacik · 13 years ago
  53. 3f7de03 Btrfs: add allocator tracepoints by Josef Bacik · 13 years ago
  54. 45a8090 Btrfs: don't call btrfs_throttle in file write by Josef Bacik · 13 years ago
  55. ec39e18 Btrfs: release space on error in page_mkwrite by Josef Bacik · 13 years ago
  56. f70a9a6b Btrfs: fix btrfsck error 400 when truncating a compressed by Miao Xie · 13 years ago
  57. 7ad85bb Btrfs: do not use btrfs_end_transaction_throttle everywhere by Josef Bacik · 13 years ago
  58. c126dea Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/btrfs into integration by Chris Mason · 13 years ago
  59. 9785dbd Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integration by Chris Mason · 13 years ago
  60. d756bd2 Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integration by Chris Mason · 13 years ago
  61. 27263e2 Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into integration by Chris Mason · 13 years ago
  62. 64e0550 Merge branch 'allocation-fixes' into integration by Chris Mason · 13 years ago
  63. 19a39dc Btrfs: add balance progress reporting by Ilya Dryomov · 13 years ago
  64. de32226 Btrfs: allow for resuming restriper after it was paused by Ilya Dryomov · 13 years ago
  65. a7e99c6 Btrfs: allow for canceling restriper by Ilya Dryomov · 13 years ago
  66. 837d5b6 Btrfs: allow for pausing restriper by Ilya Dryomov · 13 years ago
  67. 9555c6c Btrfs: add skip_balance mount option by Ilya Dryomov · 13 years ago
  68. 5964101 Btrfs: recover balance on mount by Ilya Dryomov · 13 years ago
  69. 0940ebf Btrfs: save balance parameters to disk by Ilya Dryomov · 13 years ago
  70. cfa4c96 Btrfs: soft profile changing mode (aka soft convert) by Ilya Dryomov · 13 years ago
  71. e4d8ec0 Btrfs: implement online profile changing by Ilya Dryomov · 13 years ago
  72. 7092261 Btrfs: do not reduce profile in do_chunk_alloc() by Ilya Dryomov · 13 years ago
  73. ea67176 Btrfs: virtual address space subset filter by Ilya Dryomov · 13 years ago
  74. 94e60d5 Btrfs: devid subset filter by Ilya Dryomov · 13 years ago
  75. 409d404 Btrfs: devid filter by Ilya Dryomov · 13 years ago
  76. 5ce5b3c Btrfs: usage filter by Ilya Dryomov · 13 years ago
  77. ed25e9b Btrfs: profiles filter by Ilya Dryomov · 13 years ago
  78. f43ffb6 Btrfs: add basic infrastructure for selective balancing by Ilya Dryomov · 13 years ago
  79. c9e9f97 Btrfs: add basic restriper infrastructure by Ilya Dryomov · 13 years ago
  80. 10ea00f Btrfs: make avail_*_alloc_bits fields dynamic by Ilya Dryomov · 13 years ago
  81. a46d11a Btrfs: add BTRFS_AVAIL_ALLOC_BIT_SINGLE bit by Ilya Dryomov · 13 years ago
  82. 52ba692 Btrfs: introduce masks for chunk type and profile by Ilya Dryomov · 13 years ago
  83. 6fef8df Btrfs: get rid of *_alloc_profile fields by Ilya Dryomov · 13 years ago
  84. f7e6746 sched/accounting, proc: Fix /proc/stat interrupts sum by Russell King · 13 years ago
  85. 122804e Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 13 years ago
  86. b3c9dd1 Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  87. a520458 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 13 years ago
  88. e234b5f UBIFS: fix non-debug configuration build by Dominique Martinet · 13 years ago
  89. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  90. fed4748 fsnotify: don't BUG in fsnotify_destroy_mark() by Miklos Szeredi · 13 years ago
  91. 0a80939 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 13 years ago
  92. 0b48d42 Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  93. 69e4747 Unused iocbs in a batch should not be accounted as active. by Gleb Natapov · 13 years ago
  94. 96e80a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next by Linus Torvalds · 13 years ago
  95. 57e6a7d Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 13 years ago
  96. 94b1984 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 13 years ago
  97. 1a52bb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  98. 3d2b312 xfs: remove the unused dm_attrs structure by Christoph Hellwig · 13 years ago
  99. bf322d9 xfs: cleanup xfs_iomap_eof_align_last_fsb by Christoph Hellwig · 13 years ago
  100. 673e8e5 xfs: remove xfs_itruncate_data by Christoph Hellwig · 13 years ago