1. 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 13 years ago
  2. 07cc6cf Fix extended security auth failure by Steve French · 13 years ago
  3. d4ffff1 CIFS: Add rwpidforward mount option by Pavel Shilovsky · 13 years ago
  4. 25c7f41 CIFS: Migrate to shared superblock model by Pavel Shilovsky · 13 years ago
  5. f87d39d [CIFS] Migrate from prefixpath logic by Steve French · 13 years ago
  6. 641a58d CIFS: Fix memory leak in cifs_do_mount by Pavel Shilovsky · 13 years ago
  7. bc9bc72 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 13 years ago
  8. 3eb8e74 fs/partitions/efi.c: corrupted GUID partition tables can cause kernel oops by Timo Warns · 13 years ago
  9. 997c136 fs/proc/vmcore.c: add hook to read_from_oldmem() to check for non-ram pages by Olaf Hering · 13 years ago
  10. 98bc93e proc: fix pagemap_read() error case by KOSAKI Motohiro · 13 years ago
  11. 30cd890 proc: put check_mem_permission after __get_free_page in mem_write by KOSAKI Motohiro · 13 years ago
  12. a4dbf0e proc/stat: use defined macro KMALLOC_MAX_SIZE by Yuanhan Liu · 13 years ago
  13. e130aa7 proc: constify status array by Mike Frysinger · 13 years ago
  14. 0a8cb8e fs/proc: convert to kstrtoX() by Alexey Dobriyan · 13 years ago
  15. 57cc083 coredump: add support for exe_file in core name by Jiri Slaby · 13 years ago
  16. 3864601 mm: extract exe_file handling from procfs by Jiri Slaby · 13 years ago
  17. 456f998 memcg: add the pagefault count into memcg stats by Ying Han · 13 years ago
  18. 1d58272 ufs: fix truncated values handling 64 bit metadata by Dan Carpenter · 13 years ago
  19. a47d6b7 Btrfs: setup free ino caching in a more asynchronous way by Li Zefan · 13 years ago
  20. 00d01bc btrfs scrub: don't coalesce pages that are logically discontiguous by Arne Jansen · 13 years ago
  21. c309df0 Btrfs: return -ENOMEM in clear_extent_bit by Chris Mason · 13 years ago
  22. 4cb5300 Btrfs: add mount -o auto_defrag by Chris Mason · 13 years ago
  23. b7c2f03 Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  24. f4fa342 block: fix oops on !disk->queue and sysfs discard alignment display by Jens Axboe · 13 years ago
  25. 6848b73 [CIFS] When mandatory encryption on share, fail mount by Steve French · 13 years ago
  26. fa2989f CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size by Pavel Shilovsky · 13 years ago
  27. a74b81b Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 13 years ago
  28. f8d613e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem by Linus Torvalds · 13 years ago
  29. 8a0599d Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  30. 35806b4 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  31. 32e51f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  32. ca16d14 mm: don't access vm_flags as 'int' by KOSAKI Motohiro · 13 years ago
  33. 1cfd8bd ocfs2: add cleancache support by Dan Magenheimer · 13 years ago
  34. 7abc52c ext4: add cleancache support by Dan Magenheimer · 13 years ago
  35. 90a887c btrfs: add cleancache support by Dan Magenheimer · 13 years ago
  36. d71bc6d ext3: add cleancache support by Dan Magenheimer · 13 years ago
  37. c515e1f mm/fs: add hooks to support cleancache by Dan Magenheimer · 13 years ago
  38. b6ff24a cifs: remove unnecessary dentry_unhash on rmdir/rename_dir by Sage Weil · 13 years ago
  39. 7ca5736 ocfs2: remove unnecessary dentry_unhash on rmdir/rename_dir by Sage Weil · 13 years ago
  40. 8cbfa53 exofs: remove unnecessary dentry_unhash on rmdir/rename_dir by Sage Weil · 13 years ago
  41. 052e2a1 nfs: remove unnecessary dentry_unhash on rmdir/rename_dir by Sage Weil · 13 years ago
  42. 5afcb94 ext2: remove unnecessary dentry_unhash on rmdir/rename_dir by Sage Weil · 13 years ago
  43. 5a61a245 ext3: remove unnecessary dentry_unhash on rmdir/rename_dir by Sage Weil · 13 years ago
  44. 40ebc0a ext4: remove unnecessary dentry_unhash on rmdir/rename_dir by Sage Weil · 13 years ago
  45. f64f58f8 btrfs: remove unnecessary dentry_unhash in rmdir/rename_dir by Sage Weil · 13 years ago
  46. 051e8f0e ceph: remove unnecessary dentry_unhash calls by Sage Weil · 13 years ago
  47. 51892bb vfs: clean up vfs_rename_other by Sage Weil · 13 years ago
  48. 9055cba vfs: clean up vfs_rename_dir by Sage Weil · 13 years ago
  49. 912dbc1 vfs: clean up vfs_rmdir by Sage Weil · 13 years ago
  50. b5afd2c vfs: fix vfs_rename_dir for FS_RENAME_DOES_D_MOVE filesystems by Miklos Szeredi · 13 years ago
  51. 5c5d3f3 libfs: drop unneeded dentry_unhash by Sage Weil · 13 years ago
  52. a71905f vfs: update dentry_unhash() comment by Sage Weil · 13 years ago
  53. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  54. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  55. 64252c7 vfs: remove dget() from dentry_unhash() by Sage Weil · 13 years ago
  56. 4829369 vfs: dentry_unhash immediately prior to rmdir by Sage Weil · 13 years ago
  57. ea13a86 vfs: Block mmapped writes while the fs is frozen by Jan Kara · 13 years ago
  58. 24da4fa vfs: Create __block_page_mkwrite() helper passing error values back by Jan Kara · 13 years ago
  59. 7c6e984 fs/namespace.c: bound mount propagation fix by Roman Borisov · 13 years ago
  60. 79fead4 exportfs: reallow building as a module by Jonas Gorski · 13 years ago
  61. 9f1fafe merge handle_reval_dot and nameidata_drop_rcu_last by Al Viro · 13 years ago
  62. 19660af consolidate nameidata_..._drop_rcu() by Al Viro · 13 years ago
  63. d7f2ff6 Squashfs: update email address by Phillip Lougher · 13 years ago
  64. 8d2c50e gfs2: Drop __TIME__ usage by Michal Marek · 13 years ago
  65. 75ce481 dlm: Drop __TIME__ usage by Michal Marek · 13 years ago
  66. ece928d Merge branch 'move_extents' of git://oss.oracle.com/git/tye/linux-2.6 into ocfs2-merge-window by Joel Becker · 13 years ago
  67. 3d1c182 Ocfs2: Teach local-mounted ocfs2 to handle unwritten_extents correctly. by Tristan Ye · 13 years ago
  68. 66effd3 ocfs2/dlm: Do not migrate resource to a node that is leaving the domain by Sunil Mushran · 13 years ago
  69. bddefde ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSG by Sunil Mushran · 13 years ago
  70. 4db70f7 tmpfs: fix XATTR N overriding POSIX_ACL Y by Eric Paris · 13 years ago
  71. 14d74e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd by Linus Torvalds · 13 years ago
  72. 3f5785e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  73. 3991b40 jbd2: fix a potential leak of a journal_head on an error path by Ding Dinghua · 13 years ago
  74. 1b16da7 ext4: teach ext4_ext_split to calculate extents efficiently by Yongqiang Yang · 13 years ago
  75. ae24f28 ext4: Convert ext4 to new truncate calling convention by Jan Kara · 13 years ago
  76. c28c89f cifs: add cifs_async_writev by Jeff Layton · 13 years ago
  77. f7910cb cifs: clean up wsize negotiation and allow for larger wsize by Jeff Layton · 13 years ago
  78. c3d17b6 cifs: convert cifs_writepages to use async writes by Jeff Layton · 13 years ago
  79. b2e5cd3 CIFS: Fix undefined behavior when mount fails by Pavel Shilovsky · 13 years ago
  80. 57bb559 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  81. 22e95ac Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 13 years ago
  82. 1094a4a Squashfs: add extra sanity checks at mount time by Phillip Lougher · 13 years ago
  83. 1cac63c Squashfs: add sanity checks to fragment reading at mount time by Phillip Lougher · 13 years ago
  84. ac51a0a Squashfs: add sanity checks to lookup table reading at mount time by Phillip Lougher · 13 years ago
  85. 37986f6 Squashfs: add sanity checks to id reading at mount time by Phillip Lougher · 13 years ago
  86. 6f04864 Squashfs: add sanity checks to xattr reading at mount time by Phillip Lougher · 13 years ago
  87. 76e002f Squashfs: reverse order of filesystem table reading by Phillip Lougher · 13 years ago
  88. 82de647 Squashfs: move table allocation into squashfs_read_table() by Phillip Lougher · 13 years ago
  89. 2a651c7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 13 years ago
  90. c88bc60 Merge branch 'for-2.6.40/splice' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  91. 798ce8f Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  92. 233eebb xfs: correctly decrement the extent buffer index in xfs_bmap_del_extent by Christoph Hellwig · 13 years ago
  93. 87bef18 xfs: check for valid indices in xfs_iext_get_ext and xfs_iext_idx_to_irec by Christoph Hellwig · 13 years ago
  94. ab1908a xfs: fix up asserts in xfs_iflush_fork by Christoph Hellwig · 13 years ago
  95. f1c63b7 xfs: do not do pointer arithmetic on extent records by Christoph Hellwig · 13 years ago
  96. 00239ac xfs: do not use unchecked extent indices in xfs_bunmapi by Christoph Hellwig · 13 years ago
  97. 5690f92 xfs: do not use unchecked extent indices in xfs_bmapi by Christoph Hellwig · 13 years ago
  98. 2f2b322 xfs: do not use unchecked extent indices in xfs_bmap_add_extent_* by Christoph Hellwig · 13 years ago
  99. ec90c55 xfs: remove if_lastex by Christoph Hellwig · 13 years ago
  100. 5489327 xfs: remove the unused XFS_BMAPI_RSVBLOCKS flag by Christoph Hellwig · 13 years ago