1. f429ee3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit by Linus Torvalds · 12 years ago
  2. 22b4eb5 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  3. d65773b Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  4. f9156c7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  5. e268337 proc: clean up and fix /proc/<pid>/mem handling by Linus Torvalds · 12 years ago
  6. 4043cde audit: do not call audit_getname on error by Eric Paris · 12 years ago
  7. 633b454 audit: only allow tasks to set their loginuid if it is -1 by Eric Paris · 12 years ago
  8. 0a300be audit: remove task argument to audit_set_loginuid by Eric Paris · 12 years ago
  9. d060646 xfs: cleanup xfs_file_aio_write by Christoph Hellwig · 13 years ago
  10. 5bf1f26 xfs: always return with the iolock held from xfs_file_aio_write_checks by Christoph Hellwig · 13 years ago
  11. 2813d68 xfs: remove the i_new_size field in struct xfs_inode by Christoph Hellwig · 13 years ago
  12. ce7ae151 xfs: remove the i_size field in struct xfs_inode by Christoph Hellwig · 13 years ago
  13. f392e63 xfs: replace i_pin_wait with a bit waitqueue by Christoph Hellwig · 13 years ago
  14. 474fce0 xfs: replace i_flock with a sleeping bitlock by Christoph Hellwig · 13 years ago
  15. 49e4c70 xfs: make i_flags an unsigned long by Christoph Hellwig · 13 years ago
  16. 8096b1e xfs: remove the if_ext_max field in struct xfs_ifork by Christoph Hellwig · 13 years ago
  17. a12587b Merge tag 'nfs-for-3.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  18. 96bdc7d Btrfs: use larger system chunks by Chris Mason · 12 years ago
  19. f248679 Btrfs: add a delalloc mutex to inodes for delalloc reservations by Josef Bacik · 12 years ago
  20. 8c2a3ca Btrfs: space leak tracepoints by Josef Bacik · 12 years ago
  21. 90290e1 Btrfs: protect orphan block rsv with spin_lock by Josef Bacik · 13 years ago
  22. 3f7de03 Btrfs: add allocator tracepoints by Josef Bacik · 13 years ago
  23. 45a8090 Btrfs: don't call btrfs_throttle in file write by Josef Bacik · 12 years ago
  24. ec39e18 Btrfs: release space on error in page_mkwrite by Josef Bacik · 12 years ago
  25. f70a9a6b Btrfs: fix btrfsck error 400 when truncating a compressed by Miao Xie · 12 years ago
  26. 7ad85bb Btrfs: do not use btrfs_end_transaction_throttle everywhere by Josef Bacik · 12 years ago
  27. c126dea Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/btrfs into integration by Chris Mason · 12 years ago
  28. 9785dbd Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integration by Chris Mason · 12 years ago
  29. d756bd2 Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integration by Chris Mason · 12 years ago
  30. 27263e2 Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into integration by Chris Mason · 12 years ago
  31. 64e0550 Merge branch 'allocation-fixes' into integration by Chris Mason · 12 years ago
  32. 19a39dc Btrfs: add balance progress reporting by Ilya Dryomov · 12 years ago
  33. de32226 Btrfs: allow for resuming restriper after it was paused by Ilya Dryomov · 12 years ago
  34. a7e99c6 Btrfs: allow for canceling restriper by Ilya Dryomov · 12 years ago
  35. 837d5b6 Btrfs: allow for pausing restriper by Ilya Dryomov · 12 years ago
  36. 9555c6c Btrfs: add skip_balance mount option by Ilya Dryomov · 12 years ago
  37. 5964101 Btrfs: recover balance on mount by Ilya Dryomov · 12 years ago
  38. 0940ebf Btrfs: save balance parameters to disk by Ilya Dryomov · 12 years ago
  39. cfa4c96 Btrfs: soft profile changing mode (aka soft convert) by Ilya Dryomov · 12 years ago
  40. e4d8ec0 Btrfs: implement online profile changing by Ilya Dryomov · 12 years ago
  41. 7092261 Btrfs: do not reduce profile in do_chunk_alloc() by Ilya Dryomov · 12 years ago
  42. ea67176 Btrfs: virtual address space subset filter by Ilya Dryomov · 12 years ago
  43. 94e60d5 Btrfs: devid subset filter by Ilya Dryomov · 12 years ago
  44. 409d404 Btrfs: devid filter by Ilya Dryomov · 12 years ago
  45. 5ce5b3c Btrfs: usage filter by Ilya Dryomov · 12 years ago
  46. ed25e9b Btrfs: profiles filter by Ilya Dryomov · 12 years ago
  47. f43ffb6 Btrfs: add basic infrastructure for selective balancing by Ilya Dryomov · 12 years ago
  48. c9e9f97 Btrfs: add basic restriper infrastructure by Ilya Dryomov · 12 years ago
  49. 10ea00f Btrfs: make avail_*_alloc_bits fields dynamic by Ilya Dryomov · 12 years ago
  50. a46d11a Btrfs: add BTRFS_AVAIL_ALLOC_BIT_SINGLE bit by Ilya Dryomov · 12 years ago
  51. 52ba692 Btrfs: introduce masks for chunk type and profile by Ilya Dryomov · 12 years ago
  52. 6fef8df Btrfs: get rid of *_alloc_profile fields by Ilya Dryomov · 12 years ago
  53. 122804e Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 12 years ago
  54. b3c9dd1 Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  55. a520458 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 12 years ago
  56. e234b5f UBIFS: fix non-debug configuration build by Dominique Martinet · 12 years ago
  57. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 12 years ago
  58. fed4748 fsnotify: don't BUG in fsnotify_destroy_mark() by Miklos Szeredi · 12 years ago
  59. 0a80939 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 12 years ago
  60. 0b48d42 Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  61. 69e4747 Unused iocbs in a batch should not be accounted as active. by Gleb Natapov · 12 years ago
  62. 96e80a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next by Linus Torvalds · 12 years ago
  63. 57e6a7d Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 12 years ago
  64. 94b1984 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 12 years ago
  65. 1a52bb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  66. 3d2b312 xfs: remove the unused dm_attrs structure by Christoph Hellwig · 13 years ago
  67. bf322d9 xfs: cleanup xfs_iomap_eof_align_last_fsb by Christoph Hellwig · 13 years ago
  68. 673e8e5 xfs: remove xfs_itruncate_data by Christoph Hellwig · 13 years ago
  69. 8638094 autofs4 - fix deal with autofs4_write races by Ian Kent · 12 years ago
  70. 515315a UBIFS: fix key printing by Artem Bityutskiy · 12 years ago
  71. beba006 UBIFS: use snprintf instead of sprintf when printing keys by Artem Bityutskiy · 12 years ago
  72. 0994695 Merge branch 'akpm' (aka "Andrew's patch-bomb, take two") by Linus Torvalds · 12 years ago
  73. b3f7f57 c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4 by Cyrill Gorcunov · 12 years ago
  74. 65dd2aa dio: optimize cache misses in the submission path by Andi Kleen · 12 years ago
  75. 87192a2 vfs: cache request_queue in struct block_device by Andi Kleen · 12 years ago
  76. ae55e1a fs/direct-io.c: calculate fs_count correctly in get_more_blocks() by Tao Ma · 12 years ago
  77. a6bc32b mm: compaction: introduce sync-light migration for use by compaction by Mel Gorman · 12 years ago
  78. b969c4a mm: compaction: determine if dirty pages can be migrated without blocking within ->migratepage by Mel Gorman · 12 years ago
  79. 28d82dc epoll: limit paths by Jason Baron · 12 years ago
  80. 2ccd4f4 pipe: fail cleanly when root tries F_SETPIPE_SZ with big size by Sasha Levin · 12 years ago
  81. a2ef990 proc: fix null pointer deref in proc_pid_permission() by Xiaotian Feng · 12 years ago
  82. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  83. 69116f2 module_param: avoid bool abuse, add bint for special cases. by Rusty Russell · 12 years ago
  84. 7c5465d pnfsblock: alloc short extent before submit bio by Peng Tao · 12 years ago
  85. c0411a9 pnfsblock: remove rpc_call_ops from struct parallel_io by Peng Tao · 12 years ago
  86. 72c5088 pnfsblock: move find lock page logic out of bl_write_pagelist by Peng Tao · 12 years ago
  87. 60c52e3 pnfsblock: cleanup bl_mark_sectors_init by Peng Tao · 12 years ago
  88. 74a6eeb pnfsblock: limit bio page count by Peng Tao · 12 years ago
  89. 93a3844 pnfsblock: don't spinlock when freeing block_dev by Peng Tao · 12 years ago
  90. 57582b3 pnfsblock: clean up _add_entry by Peng Tao · 12 years ago
  91. 82b906d pnfsblock: set read/write tk_status to pnfs_error by Peng Tao · 12 years ago
  92. 39e567a pnfsblock: acquire im_lock in _preload_range by Peng Tao · 12 years ago
  93. de040be NFS4: fix compile warnings in nfs4proc.c by Peng Tao · 12 years ago
  94. 363e0df0 nfs: check for integer overflow in decode_devicenotify_args() by Dan Carpenter · 12 years ago
  95. 13fff2f NFS: cleanup endian type in decode_ds_addr() by Dan Carpenter · 12 years ago
  96. 0e0243d NFS: add an endian notation by Dan Carpenter · 12 years ago
  97. 6733e54 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 12 years ago
  98. 83eb26a ceph: ensure prealloc_blob is in place when removing xattr by Alex Elder · 12 years ago
  99. a40dc6c ceph: enable/disable dentry complete flags via mount option by Sage Weil · 12 years ago
  100. 46f72b3 vfs: export symbol d_find_any_alias() by Sage Weil · 12 years ago