1. e4d5042 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 15 years ago
  2. e0df9c0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  3. 3e297b6 Restore LOOKUP_DIRECTORY hint handling in final lookup on open() by Al Viro · 15 years ago
  4. 39f1cd6 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  5. 6c75969 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  6. 1147d0f fscache: add missing unlock by Dan Carpenter · 15 years ago
  7. 61964eb do_sync_read/write() should set kiocb.ki_nbytes to be consistent by David Howells · 15 years ago
  8. 47568d4 FDPIC: For-loop in elf_core_vma_data_size() is incorrect by David Howells · 15 years ago
  9. 8e0cc81 fs/partition/msdos: fix unusable extended partition for > 512B sector by OGAWA Hirofumi · 15 years ago
  10. 3fbf586 fs/partitions/msdos: add support for large disks by Daniel Taylor · 15 years ago
  11. 4fd2c20 kcore: fix test for end of list by Dan Carpenter · 15 years ago
  12. 3f8b5ee reiserfs: properly honor read-only devices by Jeff Mahoney · 15 years ago
  13. 6cb4aff reiserfs: fix oops while creating privroot with selinux enabled by Jeff Mahoney · 15 years ago
  14. 7731d9a fs/binfmt_aout.c: fix pointer warnings by Borislav Petkov · 15 years ago
  15. c4caae2 ext4: Fixed inode allocator to correctly track a flex_bg's used_dirs by Eric Sandeen · 15 years ago
  16. ba69f9a ext4: Don't use delayed allocation by default when used instead of ext3 by Jan Kara · 15 years ago
  17. 37f328e ext4: Fix spelling of CONTIG_FS_EXT3 to CONFIG_FS_EXT3 by Theodore Ts'o · 15 years ago
  18. d067633 nilfs2: fix imperfect completion wait in nilfs_wait_on_logs by Ryusuke Konishi · 15 years ago
  19. 110d735 nilfs2: fix hang-up of cleaner after log writer returned with error by Ryusuke Konishi · 15 years ago
  20. 99b437a AFS: Potential null dereference by Dan Carpenter · 15 years ago
  21. 556ae3b NFS: don't try to decode GETATTR if DELEGRETURN returned error by Jeff Layton · 15 years ago
  22. 2d8428a nilfs2: fix duplicate call to nilfs_segctor_cancel_freev by Ryusuke Konishi · 15 years ago
  23. d812e57 NFS: Prevent another deadlock in nfs_release_page() by Trond Myklebust · 15 years ago
  24. fc7f99c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 15 years ago
  25. 0a492fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 15 years ago
  26. 441f405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  27. 7c34691a Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  28. 01d61d0 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 15 years ago
  29. 8ad6fca Btrfs: fix the inode ref searches done by btrfs_search_path_in_tree by Chris Mason · 15 years ago
  30. 1b53ac4 Btrfs: allow treeid==0 in the inode lookup ioctl by Chris Mason · 15 years ago
  31. 90fdde1 Btrfs: return keys for large items to the search ioctl by Chris Mason · 15 years ago
  32. abc6e13 Btrfs: fix key checks and advance in the search ioctl by Chris Mason · 15 years ago
  33. c4af964 ntfs: use bitmap_weight by Akinobu Mita · 15 years ago
  34. bcc54e2a jffs2: fix up rb_root initializations to use RB_ROOT by Venkatesh Pallipadi · 15 years ago
  35. e8c3753 xfs: don't warn about page discards on shutdown by Dave Chinner · 15 years ago
  36. 8a262e5 xfs: use scalable vmap API by Alex Elder · 15 years ago
  37. cd9640a xfs: remove old vmap cache by Alex Elder · 15 years ago
  38. 7fde62b Btrfs: buffer results in the space_info ioctl by Chris Mason · 15 years ago
  39. ce769a2 Btrfs: use __u64 types in ioctl.h by Sage Weil · 15 years ago
  40. 854d2c3 Btrfs: fix search_ioctl key advance by Sage Weil · 15 years ago
  41. cfbc068 NFS: ensure bdi_unregister is called on mount failure. by NeilBrown · 15 years ago
  42. 8212cf7 cifs: trivial white space by Dan Carpenter · 15 years ago
  43. ef5780c0 Btrfs: fix gfp flags masking in the compression code by Nick Piggin · 15 years ago
  44. 5ff7ba3 Btrfs: don't look at bio flags after submit_bio by Chris Mason · 15 years ago
  45. a343832 btrfs: using btrfs_stack_device_id() get devid by Xiao Guangrong · 15 years ago
  46. 9174846 btrfs: use memparse by Akinobu Mita · 15 years ago
  47. 1406e43 Btrfs: add a "df" ioctl for btrfs by Josef Bacik · 15 years ago
  48. 2ac55d4 Btrfs: cache the extent state everywhere we possibly can V2 by Josef Bacik · 15 years ago
  49. 5a1a3df Btrfs: cache ordered extent when completing io by Josef Bacik · 15 years ago
  50. c2a128d Btrfs: cache extent state in find_delalloc_range by Josef Bacik · 15 years ago
  51. 49958fd Btrfs: change the ordered tree to use a spinlock instead of a mutex by Josef Bacik · 15 years ago
  52. 4125bf7 Btrfs: finish read pages in the order they are submitted by Chris Mason · 15 years ago
  53. 0be2e98 btrfs: fix btrfs_mkdir goto for no free objectids by Miao Xie · 15 years ago
  54. 0bdb1db Btrfs: flush data on snapshot creation by Sage Weil · 15 years ago
  55. bd4d108 Btrfs: make df be a little bit more understandable by Josef Bacik · 15 years ago
  56. 3a0524d btrfs: Update existing btrfs_device for renaming device by TARUISI Hiroaki · 15 years ago
  57. 1e701a3 Btrfs: add new defrag-range ioctl. by Chris Mason · 15 years ago
  58. 940100a Btrfs: be more selective in the defrag ioctl by Chris Mason · 15 years ago
  59. 5168408 Btrfs: run the backing dev more often in the submit_bio helper by Chris Mason · 15 years ago
  60. 4849f01d Btrfs: make subvolid=0 mount the original default root by Josef Bacik · 15 years ago
  61. 6ef5ed0 Btrfs: add ioctl and incompat flag to set the default mount subvol by Josef Bacik · 15 years ago
  62. 73f7341 Btrfs: change how we mount subvolumes by Josef Bacik · 15 years ago
  63. 1253483 Btrfs: make set/get functions for the super compat_ro flags use compat_ro by Josef Bacik · 15 years ago
  64. ac8e981 Btrfs: add search and inode lookup ioctls by Chris Mason · 15 years ago
  65. 98d377a Btrfs: add a function to lookup a directory path by following backrefs by TARUISI Hiroaki · 15 years ago
  66. d330a5b ext4: Fix estimate of # of blocks needed to write indirect-mapped files by Jan Kara · 15 years ago
  67. f901e75 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 15 years ago
  68. ceb804c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 15 years ago
  69. c91cea1 nilfs2: remove whitespaces before quoted newlines by Ryusuke Konishi · 15 years ago
  70. 55480a0 nilfs2: remove spaces before tabs by Ryusuke Konishi · 15 years ago
  71. 7a65004 nilfs2: fix various typos in comments by Ryusuke Konishi · 15 years ago
  72. 1621562 nilfs2: fix typo "cout" -> "count" in error message by Ryusuke Konishi · 15 years ago
  73. 9ccf56c nilfs2: fix function name typos in docbook comments by Ryusuke Konishi · 15 years ago
  74. 6c477d4 nilfs2: fix discrepancy in use of static specifier by Ryusuke Konishi · 15 years ago
  75. 8cea4eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes by Linus Torvalds · 15 years ago
  76. f78233d 9p: Skip check for mandatory locks when unlocking by Sachin Prabhu · 15 years ago
  77. fc0f296 9p: Fixes a simple bug enabling writes beyond 2GB. by jvrao · 15 years ago
  78. 45bc21e 9p: Change the name of new protocol from 9p2010.L to 9p2000.L by Sripathi Kodi · 15 years ago
  79. fae4528 fs/9p: re-init the wstat in readdir loop by Aneesh Kumar K.V · 15 years ago
  80. 9d85929 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 15 years ago
  81. 3836a03 anon_inodes: mark the anon inode private by Eric Paris · 15 years ago
  82. 83c0fb6 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 by Linus Torvalds · 15 years ago
  83. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  84. ad25ad9 ufs: make solaris fsck happy by Evgeniy Dushistov · 15 years ago
  85. b3a0fd4 fs/ufs: recognize Solaris-specific file system state by Alex Viskovatoff · 15 years ago
  86. 5d0e528 Add generic sys_old_select() by Christoph Hellwig · 15 years ago
  87. 019b4d1 fs: buffer_head: remove kmem_cache constructor to reduce memory usage under slub by Richard Kennedy · 15 years ago
  88. 03affde fs/ocfs2/cluster/tcp.c: remove use of NIPQUAD, use %pI4 by Joe Perches · 15 years ago
  89. 720e774 GFS2: Skip check for mandatory locks when unlocking by Sachin Prabhu · 15 years ago
  90. bb6fbc4 NFS: Avoid a deadlock in nfs_release_page by Trond Myklebust · 15 years ago
  91. 2e95e3f GFS2: Allow the number of committed revokes to temporarily be negative by Benjamin Marzinski · 15 years ago
  92. b4d2314 NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode() by Trond Myklebust · 15 years ago
  93. ff215713 [CIFS] checkpatch cleanup by Steve French · 15 years ago
  94. abab095 cifs: add cifs_revalidate_file by Jeff Layton · 15 years ago
  95. 3a065fc udf: use ext2_find_next_bit by Akinobu Mita · 15 years ago
  96. 5833ded udf: Do not read inode before writing it by Jan Kara · 15 years ago
  97. aae917c udf: Fix unalloc space handling in udf_update_inode by Jan Kara · 15 years ago
  98. e9edb1d GFS2: do not select QUOTA by Christoph Hellwig · 15 years ago
  99. 51d0f6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  100. da495ec Btrfs: kfree correct pointer during mount option parsing by Josef Bacik · 15 years ago