1. aa3fc52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  2. 1bfe4ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes by Linus Torvalds · 14 years ago
  3. 5a92bc8 Btrfs: don't use migrate page without CONFIG_MIGRATION by Chris Mason · 14 years ago
  4. 163cf09 Btrfs: deal with DIO bios that span more than one ordered extent by Chris Mason · 14 years ago
  5. 7208364 Un-inline get_pipe_info() helper function by Linus Torvalds · 14 years ago
  6. c66fb34 Export 'get_pipe_info()' to other users by Linus Torvalds · 14 years ago
  7. 71993e6 Rename 'pipe_info()' to 'get_pipe_info()' by Linus Torvalds · 14 years ago
  8. 450ba0e Btrfs: setup blank root and fs_info for mount time by Josef Bacik · 14 years ago
  9. 975f84f Btrfs: fix fiemap by Josef Bacik · 14 years ago
  10. 619c8c7 Btrfs - fix race between btrfs_get_sb() and umount by Ian Kent · 14 years ago
  11. bc1cbf1 Btrfs: update inode ctime when using links by Josef Bacik · 14 years ago
  12. 0ed42a6 Btrfs: make sure new inode size is ok in fallocate by Josef Bacik · 14 years ago
  13. 55a61d1 Btrfs: fix typo in fallocate to make it honor actual size by Josef Bacik · 14 years ago
  14. 19650e8 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  15. 78daa87 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  16. 0a66a59 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 14 years ago
  17. da90587 reiserfs: fix inode mutex - reiserfs lock misordering by Frederic Weisbecker · 14 years ago
  18. ea251c1 pagemap: set pagemap walk limit to PMD boundary by Naoya Horiguchi · 14 years ago
  19. a0822c5 fuse: fix attributes after open(O_TRUNC) by Ken Sumrall · 14 years ago
  20. f6c26ec nilfs2: fix typo in comment of nilfs_dat_move function by Ryusuke Konishi · 14 years ago
  21. 103cfcf nilfs2: nilfs_iget_for_gc() returns ERR_PTR by Dan Carpenter · 14 years ago
  22. 0b26a0b NFS: Ensure we return the dirent->d_type when it is known by Trond Myklebust · 14 years ago
  23. 3020093f NFS: Correct the array bound calculation in nfs_readdir_add_to_array by Trond Myklebust · 14 years ago
  24. ece0b42 NFS: Don't ignore errors from nfs_do_filldir() by Trond Myklebust · 14 years ago
  25. 85f8607 NFS: Fix the error handling in "uncached_readdir()" by Trond Myklebust · 14 years ago
  26. 7a8e1dc NFS: Fix a page leak in uncached_readdir() by Trond Myklebust · 14 years ago
  27. e7c58e9 NFS: Fix a page leak in nfs_do_filldir() by Trond Myklebust · 14 years ago
  28. 5c34685 NFS: Assume eof if the server returns no readdir records by Trond Myklebust · 14 years ago
  29. 463a376 NFS: Buffer overflow in ->decode_dirent() should not be fatal by Trond Myklebust · 14 years ago
  30. b47d19d Pure nfs client performance using odirect. by Arun Bharadwaj · 14 years ago
  31. 45f49bc Btrfs: avoid NULL pointer deref in try_release_extent_buffer by Chris Mason · 14 years ago
  32. a1b075d Btrfs: make btrfs_add_nondir take parent inode as an argument by Josef Bacik · 14 years ago
  33. 495e867 Btrfs: hold i_mutex when calling btrfs_log_dentry_safe by Josef Bacik · 14 years ago
  34. 6a91221 Btrfs: use dget_parent where we can UPDATED by Josef Bacik · 14 years ago
  35. 7619585 Btrfs: fix more ESTALE problems with NFS by Josef Bacik · 14 years ago
  36. 2ede0da Btrfs: handle NFS lookups properly by Josef Bacik · 14 years ago
  37. 0410c94 btrfs: make 1-bit signed fileds unsigned by Mariusz Kozlowski · 14 years ago
  38. f209561 btrfs: Show device attr correctly for symlinks by Li Zefan · 14 years ago
  39. 5f3888f btrfs: Set file size correctly in file clone by Li Zefan · 14 years ago
  40. 2a6b8da btrfs: Check if dest_offset is block-size aligned before cloning file by Li Zefan · 14 years ago
  41. 0de9087 Btrfs: handle the space_cache option properly by Josef Bacik · 14 years ago
  42. 6f33434 btrfs: Fix early enospc because 'unused' calculated with wrong sign. by Arne Jansen · 14 years ago
  43. e65e153 btrfs: fix panic caused by direct IO by Miao Xie · 14 years ago
  44. 88f794e btrfs: cleanup duplicate bio allocating functions by Miao Xie · 14 years ago
  45. 0c56fa9 btrfs: fix free dip and dip->csums twice by Miao Xie · 14 years ago
  46. 784b4e2 Btrfs: add migrate page for metadata inode by Chris Mason · 14 years ago
  47. b86db47 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  48. e681c04 ext4: Add EXT4_IOC_TRIM ioctl to handle batched discard by Lukas Czerner · 14 years ago
  49. 93bb41f fs: Do not dispatch FITRIM through separate super_operation by Lukas Czerner · 14 years ago
  50. 76db8ac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  51. 5a9ae68 ext4: ext4_fill_super shouldn't return 0 on corruption by Darrick J. Wong · 14 years ago
  52. 14870b4 GFS2: Userland expects quota limit/warn/usage in 512b blocks by Abhijith Das · 14 years ago
  53. 3105c19 ceph: fix readdir EOVERFLOW on 32-bit archs by Sage Weil · 14 years ago
  54. 0587aa3 jbd2: fix /proc/fs/jbd2/<dev> when using an external journal by yangsheng · 14 years ago
  55. f4c8cc6 ext4: missing unlock in ext4_clear_request_list() by Dan Carpenter · 14 years ago
  56. 08da119 ext4: fix setting random pages PageUptodate by Markus Trippelsdorf · 14 years ago
  57. 460781b BKL: remove references to lock_kernel from comments by Arnd Bergmann · 14 years ago
  58. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  59. 04e4bd1 nfs: Ignore kmemleak false positive in nfs_readdir_make_qstr by Catalin Marinas · 14 years ago
  60. ac39612 NFS: readdir shouldn't read beyond the reply returned by the server by Trond Myklebust · 14 years ago
  61. 8cd51a0 NFS: Fix a couple of regressions in readdir. by Trond Myklebust · 14 years ago
  62. 23ebbd9 Revert "NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIR" by Trond Myklebust · 14 years ago
  63. 1e657bd Regression: fix mounting NFS when NFSv3 support is not compiled by Paulius Zaleckas · 14 years ago
  64. 8e35f8e NLM: Fix a regression in lockd by Trond Myklebust · 14 years ago
  65. 620751a Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes by Linus Torvalds · 14 years ago
  66. 044b941 GFS2: Fix inode deallocation race by Steven Whitehouse · 14 years ago
  67. d69b78b ioprio: grab rcu_read_lock in sys_ioprio_{set,get}() by Greg Thelen · 14 years ago
  68. 1ca7318 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  69. 1c66b36 ocfs2: Change some lock status member in ocfs2_lock_res to char. by Tao Ma · 14 years ago
  70. 8a9f772 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  71. fb1cb7b Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  72. 0f90933 Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  73. 52ca0e8 hugetlbfs: lessen the impact of a deprecation warning by Dave Jones · 14 years ago
  74. 7b88dad ceph: fix frag offset for non-leftmost frags by Sage Weil · 14 years ago
  75. a1629c3 ceph: fix dangling pointer by Sage Weil · 14 years ago
  76. ece413f xfs: remove incorrect assert in xfs_vm_writepage by Christoph Hellwig · 14 years ago
  77. 8896b93 locks: remove dead lease error-handling code by J. Bruce Fields · 14 years ago
  78. 3df057a locks: fix leak on merging leases by J. Bruce Fields · 14 years ago
  79. c6f6cd0 xfs: use hlist_add_fake by Christoph Hellwig · 14 years ago
  80. 5d2bf8a xfs: fix a few compiler warnings with CONFIG_XFS_QUOTA=n by Christoph Hellwig · 14 years ago
  81. 785ce41 xfs: tell lockdep about parent iolock usage in filestreams by Christoph Hellwig · 14 years ago
  82. bfe2741 xfs: move delayed write buffer trace by Dave Chinner · 14 years ago
  83. f83282a xfs: fix per-ag reference counting in inode reclaim tree walking by Dave Chinner · 14 years ago
  84. 6762b93 xfs: xfs_ioctl: fix information leak to userland by Kulikov Vasiliy · 14 years ago
  85. 5d0af85 xfs: remove experimental tag from the delaylog option by Christoph Hellwig · 14 years ago
  86. f85acd8 ioprio: rcu_read_lock/unlock protect find_task_by_vpid call (V2) by Sergey Senozhatsky · 14 years ago
  87. 1447399 ioprio: fix RCU locking around task dereference by Daniel J Blueman · 14 years ago
  88. cb4644c bio: take care not overflow page count when mapping/copying user data by Jens Axboe · 14 years ago
  89. f3f63c1 block: limit vec count in bio_kmalloc() and bio_alloc_map_data() by Jens Axboe · 14 years ago
  90. b7495fc ceph: make page alignment explicit in osd interface by Sage Weil · 14 years ago
  91. e98b6fe ceph: fix comment, remove extraneous args by Sage Weil · 14 years ago
  92. f6614b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  93. 3565bd4 cifs: fix a memleak in cifs_setattr_nounix() by Suresh Jayaraman · 14 years ago
  94. 0e15482 sparc: fix openpromfs compile by Meelis Roos · 14 years ago
  95. a7bcf21 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  96. 6187639 cifs: make cifs_ioctl handle NULL filp->private_data correctly by Jeff Layton · 14 years ago
  97. 7ff9c07 ext4: Add new ext4 inode tracepoints by Theodore Ts'o · 14 years ago
  98. b56ff9d ext4: Don't call sb_issue_discard() in ext4_free_blocks() by Theodore Ts'o · 14 years ago
  99. 87009d8 ext4: do not try to grab the s_umount semaphore in ext4_quota_off by Dmitry Monakhov · 14 years ago
  100. 83668e7 ext4: fix potential race when freeing ext4_io_page structures by Theodore Ts'o · 14 years ago