1. 1544fa0 NFS: Fix the mode calculation in nfs_find_open_context by Trond Myklebust · 14 years ago
  2. 80e6063 NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIR by Trond Myklebust · 14 years ago
  3. 2844a76 ceph: decode v5 of osdmap (pool names) [protocol change] by Sage Weil · 14 years ago
  4. 2f40842 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  5. 9ddd3a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  6. c15d0fc udf: add speciffic ->setattr callback by Dmitry Monakhov · 14 years ago
  7. 69ecbbe udf: potential integer overflow by Dan Carpenter · 14 years ago
  8. 04287f9 Have nfs ->d_revalidate() report errors properly by Al Viro · 14 years ago
  9. cc4fc29 fs-cache: order the debugfs stats correctly by David Howells · 14 years ago
  10. 116354d pagemap: fix pfn calculation for hugepage by Naoya Horiguchi · 14 years ago
  11. b1dd3b2 vfs: rename block_fsync() to blkdev_fsync() by Andrew Morton · 14 years ago
  12. 55ab3a1 raw: fsync method is now required by Anton Blanchard · 14 years ago
  13. f05337c not overwriting file_lock structure after GET_LK by Pavel Shilovsky · 14 years ago
  14. 309361e0 proc: copy_to_user() returns unsigned by Dan Carpenter · 14 years ago
  15. 9f680ce Btrfs: make sure the chunk allocator doesn't create zero length chunks by Chris Mason · 14 years ago
  16. 749d229 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  17. 795d580 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  18. ab6e2410 Btrfs: fix data enospc check overflow by Josef Bacik · 14 years ago
  19. 85a770a 9p: return on mutex_lock_interruptible() by Dan Carpenter · 14 years ago
  20. 109f6ae Btrfs: add check for changed leaves in setup_leaf_for_split by Chris Mason · 14 years ago
  21. 6bdb72d Btrfs: create snapshot references in same commit as snapshot by Sage Weil · 14 years ago
  22. b5cb160 Btrfs: fix small race with delalloc flushing waitqueue's by Josef Bacik · 14 years ago
  23. 28ecb609 Btrfs: use add_to_page_cache_lru, use __page_cache_alloc by Nick Piggin · 14 years ago
  24. 11e9b49 9p: Creating files with names too long should fail with ENAMETOOLONG. by Sripathi Kodi · 14 years ago
  25. 6d96d3a 9p: Make sure we are able to clunk the cached fid on umount by Aneesh Kumar K.V · 14 years ago
  26. d994f40 9p: drop nlink remove by Aneesh Kumar K.V · 14 years ago
  27. 5b0fa20 fs/9p: Clunk the fid resulting from partial walk of the name by Aneesh Kumar K.V · 14 years ago
  28. 476ada0 9p: Fix setting of protocol flags in v9fs_session_info structure. by Sripathi Kodi · 14 years ago
  29. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 14 years ago
  30. d82ef02 proc: pagemap: Hold mmap_sem during page walk by KAMEZAWA Hiroyuki · 14 years ago
  31. fd2dd9f ext4: Fix buffer head leaks after calls to ext4_get_inode_loc() by Curt Wohlgemuth · 14 years ago
  32. 8b472d7 ext4: Fix possible lost inode write in no journal mode by Curt Wohlgemuth · 14 years ago
  33. 6513a81 cifs: Fix a kernel BUG with remote OS/2 server (try #3) by Suresh Jayaraman · 14 years ago
  34. a24e2d7 [CIFS] initialize nbytes at the beginning of CIFSSMBWrite() by Steve French · 14 years ago
  35. 0afa80a Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  36. 0e0d5e0 ceph: fix ack counter reset on connection reset by Sage Weil · 14 years ago
  37. 308f441 nilfs2: Remove an uninitialization warning in nilfs_btree_propagate_v() by Li Hong · 14 years ago
  38. 819ccbf ceph: fix leaked inode ref due to snap metadata writeback race by Sage Weil · 14 years ago
  39. 6298a33 ceph: fix snap context reference leaks by Sage Weil · 14 years ago
  40. 80e755f ceph: allow writeback of snapped pages older than 'oldest' snapc by Sage Weil · 14 years ago
  41. b95c35e oom: fix the unsafe usage of badness() in proc_oom_score() by Oleg Nesterov · 14 years ago
  42. 30d1872 fat: fix buffer overflow in vfat_create_shortname() by Nikolaus Schulz · 14 years ago
  43. 7532340 nilfs2: fix a wrong type conversion in nilfs_ioctl() by Li Hong · 14 years ago
  44. 0cad8a11 Btrfs: fix chunk allocate size calculation by Josef Bacik · 14 years ago
  45. 287a0ab Btrfs: kill max_extent mount option by Josef Bacik · 14 years ago
  46. 1b1d1f6 Btrfs: fail to mount if we have problems reading the block groups by Josef Bacik · 14 years ago
  47. 6cf8bfb Btrfs: check btrfs_get_extent return for IS_ERR() by Dan Carpenter · 14 years ago
  48. c2b9692 Btrfs: handle kmalloc() failure in inode lookup ioctl by Dan Carpenter · 14 years ago
  49. 683be16 Btrfs: dereferencing freed memory by Dan Carpenter · 14 years ago
  50. f3eae7e Btrfs: Simplify num_stripes's calculation logical for __btrfs_alloc_chunk() by Zhao Lei · 14 years ago
  51. ab59381 Btrfs: Add error handle for btrfs_search_slot() in btrfs_read_chunk_tree() by Zhao Lei · 14 years ago
  52. 471fa17 Btrfs: Remove unnecessary finish_wait() in wait_current_trans() by Zhao Lei · 14 years ago
  53. 90d2c51d Btrfs: add NULL check for do_walk_down() by Miao Xie · 14 years ago
  54. 2f3014f Btrfs: remove duplicate include in ioctl.c by Andrea Gelmini · 14 years ago
  55. 9358c6d ceph: fix dentry rehashing on virtual .snap dir by Sage Weil · 14 years ago
  56. b7b7fa4 reiserfs: Fix locking BUG during mount failure by Jeff Mahoney · 14 years ago
  57. e05c378 [LogFS] Remove unused method by Joern Engel · 14 years ago
  58. 4660d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfs by Linus Torvalds · 14 years ago
  59. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  60. 9623e5a Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  61. 9f32160 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  62. de32982 ext3: fix broken handling of EXT3_STATE_NEW by Linus Torvalds · 14 years ago
  63. 6be7fa0 [LogFS] Erase new journal segments by Joern Engel · 14 years ago
  64. 0943846 [LogFS] Move reserved segments with journal by Joern Engel · 14 years ago
  65. a53f4f9 SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUG by David Howells · 14 years ago
  66. 94aa8ae ceph: fix use after free on mds __unregister_request by Sage Weil · 14 years ago
  67. 723b2ff [LogFS] Clear PagePrivate when moving journal by Joern Engel · 14 years ago
  68. 81def6b Simplify and fix pad_wbuf by Joern Engel · 14 years ago
  69. 1932191 Prevent data corruption in logfs_rewrite_block() by Joern Engel · 14 years ago
  70. 6f2e9e6 Use deactivate_locked_super by Joern Engel · 14 years ago
  71. 7db8064 Fix logfs_get_sb_final error path by Joern Engel · 14 years ago
  72. faaa27a Write out both superblocks on mismatch by Joern Engel · 14 years ago
  73. e326068 Prevent schedule while atomic in __logfs_readdir by Joern Engel · 14 years ago
  74. e07bf55 Plug memory leak in writeseg_end_io by Joern Engel · 14 years ago
  75. 59fe27c Limit max_pages for insane devices by Joern Engel · 14 years ago
  76. 49137f2 Open segment file before using it by Joern Engel · 14 years ago
  77. 810627a0 [CIFS] Add mmap for direct, nobrl cifs mount types by Pavel Shilovsky · 14 years ago
  78. e4d5042 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 14 years ago
  79. e0df9c0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  80. 3e297b6 Restore LOOKUP_DIRECTORY hint handling in final lookup on open() by Al Viro · 14 years ago
  81. 39f1cd6 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  82. 6c75969 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  83. 1147d0f fscache: add missing unlock by Dan Carpenter · 14 years ago
  84. 61964eb do_sync_read/write() should set kiocb.ki_nbytes to be consistent by David Howells · 14 years ago
  85. 47568d4 FDPIC: For-loop in elf_core_vma_data_size() is incorrect by David Howells · 14 years ago
  86. 8e0cc81 fs/partition/msdos: fix unusable extended partition for > 512B sector by OGAWA Hirofumi · 14 years ago
  87. 3fbf586 fs/partitions/msdos: add support for large disks by Daniel Taylor · 14 years ago
  88. 4fd2c20 kcore: fix test for end of list by Dan Carpenter · 14 years ago
  89. 3f8b5ee reiserfs: properly honor read-only devices by Jeff Mahoney · 14 years ago
  90. 6cb4aff reiserfs: fix oops while creating privroot with selinux enabled by Jeff Mahoney · 14 years ago
  91. 7731d9a fs/binfmt_aout.c: fix pointer warnings by Borislav Petkov · 14 years ago
  92. c4caae2 ext4: Fixed inode allocator to correctly track a flex_bg's used_dirs by Eric Sandeen · 14 years ago
  93. ba69f9a ext4: Don't use delayed allocation by default when used instead of ext3 by Jan Kara · 14 years ago
  94. 37f328e ext4: Fix spelling of CONTIG_FS_EXT3 to CONFIG_FS_EXT3 by Theodore Ts'o · 14 years ago
  95. 1474147 ocfs2: Fix a race in o2dlm lockres mastery by Srinivas Eeda · 14 years ago
  96. b54c2ca Ocfs2: Handle deletion of reflinked oprhan inodes correctly. by Tristan Ye · 14 years ago
  97. 3939fda Ocfs2: Journaling i_flags and i_orphaned_slot when adding inode to orphan dir. by Tristan Ye · 14 years ago
  98. b4414ee ocfs2: Clear undo bits when local alloc is freed by Mark Fasheh · 14 years ago
  99. f4e60e6 eCryptfs: Strip metadata in xattr flag in encrypted view by Tyler Hicks · 14 years ago
  100. 1984c23 eCryptfs: Clear buffer before reading in metadata xattr by Tyler Hicks · 14 years ago