1. c11d2c2 Btrfs: add ioctl to get and reset the device stats by Stefan Behrens · 13 years ago
  2. 442a4f6 Btrfs: add device counters for detected IO and checksum errors by Stefan Behrens · 13 years ago
  3. d07eb91 btrfs: Drop unused function btrfs_abort_devices() by Asias He · 13 years ago
  4. 762f226 Btrfs: fix the same inode id problem when doing auto defragment by Miao Xie · 13 years ago
  5. 2adcac1 Btrfs: fall back to non-inline if we don't have enough space by Josef Bacik · 13 years ago
  6. 8a35d95 Btrfs: fix how we deal with the orphan block rsv by Josef Bacik · 13 years ago
  7. 72ac3c0 Btrfs: convert the inode bit field to use the actual bit operations by Josef Bacik · 13 years ago
  8. cd023e7 Btrfs: merge contigous regions when loading free space cache by Josef Bacik · 13 years ago
  9. 9ba1f6e Btrfs: do not do balance in readonly mode by Liu Bo · 13 years ago
  10. d1ac6e4 Btrfs: use fastpath in extent state ops as much as possible by Liu Bo · 13 years ago
  11. f8c5d0b Btrfs: fix wrong error returned by adding a device by Liu Bo · 13 years ago
  12. 5fd0204 Btrfs: finish ordered extents in their own thread by Josef Bacik · 13 years ago
  13. 4e89915 Btrfs: do not check delalloc when updating disk_i_size by Josef Bacik · 13 years ago
  14. f60d16a Btrfs: avoid buffer overrun in mount option handling by Jim Meyering · 13 years ago
  15. a27202f Btrfs: NUL-terminate path buffer in DEV_INFO ioctl result by Jim Meyering · 13 years ago
  16. f07c9a7 Btrfs: avoid buffer overrun in btrfs_printk by Jim Meyering · 13 years ago
  17. 2eec6c8 Fix minor type issues by Daniel J Blueman · 13 years ago
  18. 0d2450a btrfs: allow changing 'thread_pool' size at remount time by Sergei Trofimovich · 13 years ago
  19. 0885ef5 Btrfs: do not do filemap_write_and_wait_range in fsync by Josef Bacik · 13 years ago
  20. 551ebb2 Btrfs: remove useless waiting and extra filemap work by Josef Bacik · 13 years ago
  21. d7dbe9e Btrfs: fix compile warnings in extent_io.c by Josef Bacik · 13 years ago
  22. 30f8fe3 Btrfs: cache no acl on new inodes by Josef Bacik · 13 years ago
  23. 0c4d2d9 Btrfs: use i_version instead of our own sequence by Josef Bacik · 13 years ago
  24. a25c75d Btrfs: cleanup: use consistent lock naming by Dan Carpenter · 13 years ago
  25. e06baab Btrfs: change integrity checker to support big blocks by Stefan Behrens · 13 years ago
  26. fd5e62a Btrfs: remove the useless assignment to *entry in function tree_insert of file extent_io.c by Wang Sheng-Hui · 13 years ago
  27. 477d7ea Btrfs: fix the comment for find_first_extent_bit by Wang Sheng-Hui · 13 years ago
  28. 39bab87 Btrfs: fix btrfs_release_extent_buffer_page with the right usage of num_extent_pages by Wang Sheng-Hui · 13 years ago
  29. 1b303fc Btrfs: cleanup the comment for clear_state_bit in extent_io.c by Wang Sheng-Hui · 13 years ago
  30. f775738 btrfs/ctree.c: remove the unnecessary 'return -1;' at the end of bin_search by Wang Sheng-Hui · 13 years ago
  31. 271fd5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  32. b9fab91 Btrfs: avoid sleeping in verify_parent_transid while atomic by Chris Mason · 13 years ago
  33. 6f24f89 hfsplus: Fix potential buffer overflows by Greg Kroah-Hartman · 13 years ago
  34. c6de168 Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  35. ea9947b Btrfs: fix crash in scrub repair code when device is missing by Stefan Behrens · 13 years ago
  36. d04b1de btrfs: Fix mismatching struct members in ioctl.h by Alexander Block · 13 years ago
  37. 17de39a Btrfs: fix page leak when allocing extent buffers by Josef Bacik · 13 years ago
  38. e5846fc Btrfs: Add properly locking around add_root_to_dirty_list by Chris Mason · 13 years ago
  39. d8f2799 fs/cifs: fix parsing of dfs referrals by Stefan Metzmacher · 13 years ago
  40. e419b4c vfs: make word-at-a-time accesses handle a non-existing page by Linus Torvalds · 13 years ago
  41. a557b97 cifs: make sure we ignore the credentials= and cred= options by Jeff Layton · 13 years ago
  42. f966424 [CIFS] Update cifs version to 1.78 by Steve French · 13 years ago
  43. 936ad90 cifs - check S_AUTOMOUNT in revalidate by Ian Kent · 13 years ago
  44. 529acf5 Merge tag 'nfs-for-3.4-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  45. 58fa015 cifs: add missing initialization of server->req_lock by Jeff Layton · 13 years ago
  46. 8f71465 cifs: don't cap ra_pages at the same level as default_backing_dev_info by Jeff Layton · 13 years ago
  47. 156d179 CIFS: Fix indentation in cifs_show_options by Sachin Prabhu · 13 years ago
  48. 8a7dc4b nfsd: fix nfs4recover.c printk format warning by Randy Dunlap · 13 years ago
  49. 3617e50 NFSv4.1: Use the correct hostname in the client identifier string by Trond Myklebust · 13 years ago
  50. 64f371b autofs: make the autofsv5 packet file descriptor use a packetized pipe by Linus Torvalds · 13 years ago
  51. 9883035 pipes: add a "packetized pipe" mode for writing by Linus Torvalds · 13 years ago
  52. 71dfc5f NFS: get module in idmap PipeFS notifier callback by Stanislav Kinsbursky · 13 years ago
  53. f7b0069 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  54. fcbf94b Revert "autofs: work around unhappy compat problem on x86-64" by Linus Torvalds · 13 years ago
  55. c629eaf Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  56. dc7fdde Btrfs: reduce lock contention during extent insertion by Chris Mason · 13 years ago
  57. fede766 Btrfs: avoid deadlocks from GFP_KERNEL allocations during btrfs_real_readdir by Chris Mason · 13 years ago
  58. e245d42 NFS: Remove unused function nfs_lookup_with_sec() by Bryan Schumaker · 13 years ago
  59. 7e6eb68 NFS: Honor the authflavor set in the clone mount data by Bryan Schumaker · 13 years ago
  60. f05d147 NFS: Fix following referral mount points with different security by Bryan Schumaker · 13 years ago
  61. 72de53e NFS: Do secinfo as part of lookup by Bryan Schumaker · 13 years ago
  62. db0a959 NFS: Handle exceptions coming out of nfs4_proc_fs_locations() by Bryan Schumaker · 13 years ago
  63. 31e4dda NFS: Fix SECINFO_NO_NAME by Bryan Schumaker · 13 years ago
  64. 5794d21 Avoid beyond bounds copy while caching ACL by Sachin Prabhu · 13 years ago
  65. 7654b72 Btrfs: Fix space checking during fs resize by Daniel J Blueman · 13 years ago
  66. 1f699d3 Btrfs: fix block_rsv and space_info lock ordering by Stefan Behrens · 13 years ago
  67. 1daf354 Btrfs: Prevent root_list corruption by Daniel J Blueman · 13 years ago
  68. 3e74317 Btrfs: fix repair code for RAID10 by Jan Schmidt · 13 years ago
  69. 996d282 Btrfs: do not start delalloc inodes during sync by Josef Bacik · 13 years ago
  70. 5a00689 Avoid reading past buffer when calling GETACL by Sachin Prabhu · 13 years ago
  71. 110a5c8 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  72. 10bd295 fix page number calculation bug for block layout decode buffer by Jim Rees · 13 years ago
  73. e5265a0 NFSv4.1 fix page number calculation bug for filelayout decode buffers by Andy Adamson · 13 years ago
  74. 9526b2b pnfs-obj: Remove unused variable from objlayout_get_deviceinfo() by Sachin Bhamare · 13 years ago
  75. 1aba156 nfs4: fix referrals on mounts that use IPv6 addrs by Weston Andros Adamson · 13 years ago
  76. 2300fd6 Merge tag 'nfs-for-3.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  77. 63f61a6 revert "proc: clear_refs: do not clear reserved pages" by Will Deacon · 13 years ago
  78. 65ed760 hugetlbfs: lockdep annotate root inode properly by Aneesh Kumar K.V · 13 years ago
  79. 61065a3 fs/buffer.c: remove BUG() in possible but rare condition by Glauber Costa · 13 years ago
  80. 13d5180 epoll: clear the tfile_check_list on -ELOOP by Jason Baron · 13 years ago
  81. 28f8881 Use correct conversion specifiers in cifs_show_options by Sachin Prabhu · 13 years ago
  82. 3c7c87f CIFS: Show backupuid/gid in /proc/mounts by Sachin Prabhu · 13 years ago
  83. 4c569a7 GFS2: Instruct DLM to avoid queue convert slowdown by Bob Peterson · 13 years ago
  84. 95f7147 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  85. db7e5c6 super.c: unused variable warning without CONFIG_QUOTA by Eldad Zack · 13 years ago
  86. 99aa784 jbd2: use GFP_NOFS for blkdev_issue_flush by Shaohua Li · 13 years ago
  87. 721b024 Merge tag 'dlm-fixes-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 13 years ago
  88. 53ad1c9 dlm: fix QUECVT when convert queue is empty by David Teigland · 13 years ago
  89. 7bf97bc NFSv4: Keep dropped state owners on the LRU list for a while by Trond Myklebust · 13 years ago
  90. c77365c NFSv4: Ensure that we don't drop a state owner more than once by Trond Myklebust · 13 years ago
  91. bfce281 kill mm argument of vm_munmap() by Al Viro · 13 years ago
  92. 936af15 aio: don't bother with unmapping when aio_free_ring() is coming from exit_aio() by Al Viro · 13 years ago
  93. 95b72eb NFSv4: Ensure we do not reuse open owner names by Trond Myklebust · 13 years ago
  94. 6be5ceb VM: add "vm_mmap()" helper function by Linus Torvalds · 13 years ago
  95. a46ef99 VM: add "vm_munmap()" helper function by Linus Torvalds · 13 years ago
  96. e4eb1ff VM: add "vm_brk()" helper function by Linus Torvalds · 13 years ago
  97. 98a2139 nfs: Enclose hostname in brackets when needed in nfs_do_root_mount by Jan Kara · 13 years ago
  98. 8ccd271 NFS: put open context on error in nfs_flush_multi by Fred Isaman · 13 years ago
  99. 73fb7bc NFS: put open context on error in nfs_pagein_multi by Fred Isaman · 13 years ago
  100. 3af9d8f cifs: fix offset handling in cifs_iovec_write by Jeff Layton · 13 years ago