1. e246468 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  2. 00e3f5c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 8 years ago
  3. 772950e Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  4. cc67375 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  5. fa7d9a1 Merge tag 'nfs-for-4.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  6. e62e560 vfs: abort dedupe loop if fatal signals are pending by Darrick J. Wong · 8 years ago
  7. 1d5cfdb tree wide: use kvfree() than conditional kfree()/vfree() by Tetsuo Handa · 8 years ago
  8. eab95db dax: never rely on bh.b_dev being set by get_block() by Ross Zwisler · 8 years ago
  9. 5eb88dc xfs: call dax_pfn_mkwrite() for DAX fsync/msync by Ross Zwisler · 8 years ago
  10. d5be7a0 ext4: call dax_pfn_mkwrite() for DAX fsync/msync by Ross Zwisler · 8 years ago
  11. 80b4adc ext2: call dax_pfn_mkwrite() for DAX fsync/msync by Ross Zwisler · 8 years ago
  12. 9973c98 dax: add support for fsync/sync by Ross Zwisler · 8 years ago
  13. f9fe48b dax: support dirty DAX entries in radix tree by Ross Zwisler · 8 years ago
  14. de14b9c dax: fix conversion of holes to PMDs by Ross Zwisler · 8 years ago
  15. d4bbe70 dax: fix NULL pointer dereference in __dax_dbg() by Ross Zwisler · 8 years ago
  16. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  17. 2101ae4 Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  18. 391f2a1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  19. d5ffdf8 Merge tag 'xfs-for-linus-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  20. eadee0c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  21. 6d45c04 Merge branch 'bugfixes' by Trond Myklebust · 8 years ago
  22. 082fa37 pNFS/flexfiles: Fix an XDR encoding bug in layoutreturn by Trond Myklebust · 8 years ago
  23. b1b1e15 ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lock by Tariq Saeed · 8 years ago
  24. ff7d080 reiserfs: fix dereference of ERR_PTR by Sudip Mukherjee · 8 years ago
  25. b6ec57f thp: change pmd_trans_huge_lock() interface to return ptl by Kirill A. Shutemov · 8 years ago
  26. 117aa41 [regression] fix braino in fs/dlm/user.c by Al Viro · 8 years ago
  27. 6272dcc NFS: Simplify nfs_request_add_commit_list() arguments by Anna Schumaker · 8 years ago
  28. b819ed4 pNFS/flexfiles: Improve merging of errors in LAYOUTRETURN by Trond Myklebust · 8 years ago
  29. eae2177 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  30. e9f57eb Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  31. 5c89e9e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  32. 99c88e6 ceph: use i_size_{read,write} to get/set i_size by Yan, Zheng · 8 years ago
  33. 5be0389 ceph: re-send AIO write request when getting -EOLDSNAP error by Yan, Zheng · 8 years ago
  34. c8fe9b1 ceph: Asynchronous IO support by Yan, Zheng · 8 years ago
  35. 458c470 ceph: Avoid to propagate the invalid page point by Minfei Huang · 8 years ago
  36. f9cac5a ceph: fix double page_unlock() in page_mkwrite() by Yan, Zheng · 8 years ago
  37. 71e4634 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  38. 90d6cd5 fs/adfs/adfs.h: tidy up comments by Andrew Morton · 8 years ago
  39. e458bcd fs/overlayfs/super.c needs pagemap.h by Andrew Morton · 8 years ago
  40. a3b609e proc read mm's {arg,env}_{start,end} with mmap semaphore taken. by Mateusz Guzik · 8 years ago
  41. ac94b6e fs/coredump: prevent "" / "." / ".." core path components by Jann Horn · 8 years ago
  42. caaee62 ptrace: use fsuid, fsgid, effective creds for fs access checks by Jann Horn · 8 years ago
  43. 8992de4 fat: constify fatent_operations structures by Julia Lawall · 8 years ago
  44. 16fab20 fat: permit to return phy block number by fibmap in fallocated region by Namjae Jeon · 8 years ago
  45. 7e0f236 fat: skip cluster allocation on fallocated region by Namjae Jeon · 8 years ago
  46. b13bb33 fat: add fat_fallocate operation by Namjae Jeon · 8 years ago
  47. a3082d5 fat: add simple validation for directory inode by OGAWA Hirofumi · 8 years ago
  48. a513d86 fat: allow time_offset to be up to 24 hours by Jan Kara · 8 years ago
  49. 2c35dea fs/hfs/catalog.c: use list_for_each_entry in hfs_cat_delete by Geliang Tang · 8 years ago
  50. df0108c epoll: add EPOLLEXCLUSIVE flag by Jason Baron · 8 years ago
  51. f4be615 fs/proc/task_mmu.c: add workaround for old compilers by Kirill A. Shutemov · 8 years ago
  52. d9569f0 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  53. a6111d1 btrfs: raid56: Use raid_write_end_io for scrub by Zhao Lei · 8 years ago
  54. 748f4ef btrfs: Remove unnecessary ClearPageUptodate for raid56 by Zhao Lei · 8 years ago
  55. 915e229 btrfs: use rbio->nr_pages to reduce calculation by Zhao Lei · 9 years ago
  56. b7178a5 btrfs: Use unified stripe_page's index calculation by Zhao Lei · 9 years ago
  57. bfca9a6 btrfs: Fix calculation of rbio->dbitmap's size calculation by Zhao Lei · 9 years ago
  58. e1746e8 btrfs: Fix no_space in write and rm loop by Zhao Lei · 8 years ago
  59. 0bc19f90 btrfs: merge functions for wait snapshot creation by Zhao Lei · 8 years ago
  60. ee22f0c btrfs: delete unused argument in btrfs_copy_from_user by Zhao Lei · 8 years ago
  61. ad1ba2a btrfs: Use direct way to determine raid56 write/recover mode by Zhao Lei · 8 years ago
  62. 94a97df btrfs: Small cleanup for get index_srcdev loop by Zhao Lei · 8 years ago
  63. f04b772 btrfs: Enhance chunk validation check by Qu Wenruo · 8 years ago
  64. 319e4d0 btrfs: Enhance super validation check by Qu Wenruo · 8 years ago
  65. c2d6cb1 Btrfs: fix deadlock running delayed iputs at transaction commit time by Filipe Manana · 8 years ago
  66. fedc004 Btrfs: fix typo in log message when starting a balance by Filipe Manana · 8 years ago
  67. 326f784 Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 8 years ago
  68. acc3085 Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 8 years ago
  69. 759c011 pipe: limit the per-user amount of pages allocated in pipes by Willy Tarreau · 8 years ago
  70. eb4bc07 ELF: Also pass any interpreter's file header to `arch_check_elf' by Maciej W. Rozycki · 9 years ago
  71. 7c24d9f Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  72. 558041d find_filesystem(): simplify comparison by Al Viro · 8 years ago
  73. fb75d85 btrfs: remove duplicate const specifier by Colin Ian King · 8 years ago
  74. ee3804d Merge branch 'xfs-misc-fixes-for-4.5-3' into for-next by Dave Chinner · 8 years ago
  75. 85bec54 xfs: log mount failures don't wait for buffers to be released by Dave Chinner · 8 years ago
  76. 3e85286 Revert "xfs: clear PF_NOFREEZE for xfsaild kthread" by Dave Chinner · 8 years ago
  77. 4c931f7 Merge branch 'xfs-setxattr-promotion' into for-next by Dave Chinner · 8 years ago
  78. c1a198d Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  79. 5807fca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  80. 4c416f4 fs/stat.c: drop the last new_valid_dev check by Yaowei Bai · 8 years ago
  81. 4aae8d1 mm/hugetlbfs: unmap pages if page fault raced with hole punch by Mike Kravetz · 8 years ago
  82. 9aacdd3 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list() by Mike Kravetz · 8 years ago
  83. 88f306b mm: fix locking order in mm_take_all_locks() by Kirill A. Shutemov · 8 years ago
  84. 654a0dd cgroup, memcg, writeback: drop spurious rcu locking around mem_cgroup_css_from_page() by Tejun Heo · 8 years ago
  85. c046c32 dax: re-enable dax pmd mappings by Dan Williams · 8 years ago
  86. cbb38e4 dax: provide diagnostics for pmd mapping failures by Dan Williams · 8 years ago
  87. f25748e3 mm, dax: convert vmf_insert_pfn_pmd() to pfn_t by Dan Williams · 8 years ago
  88. 01c8f1c mm, dax, gpu: convert vm_insert_mixed to pfn_t by Dan Williams · 8 years ago
  89. 34c0fd5 mm, dax, pmem: introduce pfn_t by Dan Williams · 8 years ago
  90. 59bf4fb dax: Split pmd map when fallback on COW by Toshi Kani · 8 years ago
  91. b2e0d16 dax: fix lifetime of in-kernel dax mappings with dax_map_atomic() by Dan Williams · 8 years ago
  92. fe683ad dax: guarantee page aligned results from bdev_direct_access() by Dan Williams · 8 years ago
  93. 0e749e5 dax: increase granularity of dax_clear_blocks() operations by Dan Williams · 8 years ago
  94. 52db400 pmem, dax: clean up clear_pmem() by Dan Williams · 8 years ago
  95. e1534ae mm: differentiate page_mapped() from page_mapcount() for compound pages by Kirill A. Shutemov · 8 years ago
  96. 4b471e8 mm, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 8 years ago
  97. afd9883 mm, proc: adjust PSS calculation by Kirill A. Shutemov · 8 years ago
  98. 48c935a page-flags: define PG_locked behavior on compound pages by Kirill A. Shutemov · 8 years ago
  99. cc80fe0 Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  100. 1d3671d Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago