1. fca0e39 Merge tag 'xfs-4.15-fixes-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  2. 68c58e9 xfs: only skip rmap owner checks for unknown-owner rmap removal by Darrick J. Wong · 7 years ago
  3. 33df3a9 xfs: always honor OWN_UNKNOWN rmap removal requests by Darrick J. Wong · 7 years ago
  4. 0525e95 xfs: queue deferred rmap ops for cow staging extent alloc/free in the right order by Darrick J. Wong · 7 years ago
  5. 86d692b xfs: set cowblocks tag for direct cow writes too by Darrick J. Wong · 7 years ago
  6. 10ddf64 xfs: remove leftover CoW reservations when remounting ro by Darrick J. Wong · 7 years ago
  7. 363e59b xfs: don't be so eager to clear the cowblocks tag on truncate by Darrick J. Wong · 7 years ago
  8. 91aae6b xfs: track cowblocks separately in i_flags by Darrick J. Wong · 7 years ago
  9. 779f4e1 Revert "exec: avoid RLIMIT_STACK races with prlimit()" by Kees Cook · 7 years ago
  10. b9f5fb1 cramfs: fix MTD dependency by Arnd Bergmann · 7 years ago
  11. 73d080d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  12. 1c6b942 Merge tag 'ext4_for_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  13. d025fbf Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  14. f6f3732 Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths" by Linus Torvalds · 7 years ago
  15. dd3d66b8 Merge tag 'ceph-for-4.15-rc4' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  16. 227701e Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  17. dc4fd9a nfs: don't wait on commit in nfs_commit_inode() if there were no commit requests by Scott Mayhew · 7 years ago
  18. c156618 nfs: fix a deadlock in nfs client initialization by Scott Mayhew · 7 years ago
  19. 18d40ea Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  20. bdcf0a4 kernel: make groups_sort calling a responsibility group_info allocators by Thiago Rafael Becker · 7 years ago
  21. 3756f64 exec: avoid gcc-8 warning for get_task_comm by Arnd Bergmann · 7 years ago
  22. 302ec30 autofs: fix careless error in recent commit by NeilBrown · 7 years ago
  23. d455df0 Merge tag '4.15-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  24. a192de2 xfs: allow CoW remap transactions to use reserve blocks by Darrick J. Wong · 7 years ago
  25. 9d40fba xfs: avoid infinite loop when cancelling CoW blocks after writeback failure by Darrick J. Wong · 7 years ago
  26. 73353f4 xfs: relax is_reflink_inode assert in xfs_reflink_find_cow_mapping by Darrick J. Wong · 7 years ago
  27. 5c989a0 xfs: remove dest file's post-eof preallocations before reflinking by Darrick J. Wong · 7 years ago
  28. c54854a4 xfs: move xfs_iext_insert tracepoint to report useful information by Darrick J. Wong · 7 years ago
  29. 8c57b88 xfs: account for null transactions in bunmapi by Darrick J. Wong · 7 years ago
  30. 6e643cd xfs: hold xfs_buf locked between shortform->leaf conversion and the addition of an attribute by Darrick J. Wong · 7 years ago
  31. b7b2846 xfs: add the ability to join a held buffer to a defer_ops by Darrick J. Wong · 7 years ago
  32. da2e6b7 ovl: fix overlay: warning prefix by Amir Goldstein · 7 years ago
  33. 7c5cac1 Merge tag 'xfs-4.15-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  34. 9d5afec ext4: fix crash when a directory's i_size is too small by Chandan Rajendra · 7 years ago
  35. 7879cb4 ovl: Use PTR_ERR_OR_ZERO() by Vasyl Gomonovych · 7 years ago
  36. e8d4bfe ovl: Sync upper dirty data when syncing overlayfs by Chengguang Xu · 7 years ago
  37. b02a16e ovl: update ctx->pos on impure dir iteration by Amir Goldstein · 7 years ago
  38. 08d8f8a ovl: Pass ovl_get_nlink() parameters in right order by Vivek Goyal · 7 years ago
  39. 438c84c ovl: don't follow redirects if redirect_dir=off by Miklos Szeredi · 7 years ago
  40. 996fc44 ext4: add missing error check in __ext4_new_inode() by Theodore Ts'o · 7 years ago
  41. 98087c0 hpfs: don't bother with the i_version counter or f_version by Jeff Layton · 7 years ago
  42. 51090c5 Merge tag 'for-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  43. d7ee946 VFS: Handle lazytime in do_mount() by Markus Trippelsdorf · 7 years ago
  44. b7e0b6f xfs: make iomap_begin functions trim iomaps consistently by Darrick J. Wong · 7 years ago
  45. f59cf5c xfs: remove "no-allocation" reservations for file creations by Christoph Hellwig · 7 years ago
  46. eaf0ec3 fs: xfs: remove duplicate includes by Pravin Shedge · 7 years ago
  47. 040d786 ceph: drop negative child dentries before try pruning inode's alias by Yan, Zheng · 7 years ago
  48. ba3edf1f proc: show si_ptr in /proc/<pid>/timers without hashing by Linus Torvalds · 7 years ago
  49. c8bcbfbd btrfs: Fix possible off-by-one in btrfs_search_path_in_tree by Nikolay Borisov · 7 years ago
  50. 1b9e619 Btrfs: disable FUA if mounted with nobarrier by Omar Sandoval · 7 years ago
  51. e19182c btrfs: fix missing error return in btrfs_drop_snapshot by Jeff Mahoney · 7 years ago
  52. 692826b btrfs: handle errors while updating refcounts in update_ref_for_cow by Jeff Mahoney · 7 years ago
  53. b430b77 btrfs: Fix quota reservation leak on preallocated files by Justin Maggard · 7 years ago
  54. 5702591 CIFS: don't log STATUS_NOT_FOUND errors for DFS by Aurelien Aptel · 7 years ago
  55. a821df3 cifs: fix NULL deref in SMB2_read by Ronnie Sahlberg · 7 years ago
  56. ca0168e alloc_super(): do ->s_umount initialization earlier by Al Viro · 7 years ago
  57. c894aa9 ext4: fix fdatasync(2) after fallocate(2) operation by Eryu Guan · 7 years ago
  58. fc82228 ext4: support fast symlinks from ext3 file systems by Andi Kleen · 7 years ago
  59. 2db767d Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  60. 788c1da Merge tag 'xfs-4.15-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  61. f8de483 afs: Properly reset afs_vnode (inode) fields by David Howells · 7 years ago
  62. 1bcab12 afs: Fix permit refcounting by David Howells · 7 years ago
  63. 9c41180 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  64. 373b058 xfs: Properly retry failed dquot items in case of error during buffer writeback by Carlos Maiolino · 7 years ago
  65. 3b42d38 xfs: scrub inode mode properly by Darrick J. Wong · 7 years ago
  66. 2d5f4b5 xfs: remove unused parameter from xfs_writepage_map by Darrick J. Wong · 7 years ago
  67. 22a6c83 xfs: ubsan fixes by Darrick J. Wong · 7 years ago
  68. a0908a1b7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  69. 72639e6 fs/hugetlbfs/inode.c: change put_page/unlock_page order in hugetlbfs_fallocate() by Nadav Amit · 7 years ago
  70. 5d38f04 autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored" by Ian Kent · 7 years ago
  71. 43694d4 autofs: revert "autofs: take more care to not update last_used on path walk" by Ian Kent · 7 years ago
  72. b6e8e12 fs/fat/inode.c: fix sb_rdonly() change by OGAWA Hirofumi · 7 years ago
  73. d5dabd6 fs/mbcache.c: make count_objects() more robust by Jiang Biao · 7 years ago
  74. 04e35f4 exec: avoid RLIMIT_STACK races with prlimit() by Kees Cook · 7 years ago
  75. c7da82b mm: replace pmd_write with pmd_access_permitted in fault + gup paths by Dan Williams · 7 years ago
  76. b915176 Merge tag 'nfsd-4.15-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  77. 26cd947 Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  78. 445f288 NFSv4: Ensure gcc 4.4.4 can compile initialiser for "invalid_stateid" by Trond Myklebust · 7 years ago
  79. 88bc0ed quota: Check for register_shrinker() failure. by Tetsuo Handa · 7 years ago
  80. 712d361 xfs: calculate correct offset in xfs_scrub_quota_item by Eric Sandeen · 7 years ago
  81. eda6bc27 xfs: fix uninitialized variable in xfs_scrub_quota by Eric Sandeen · 7 years ago
  82. d41c617 xfs: fix leaks on corruption errors in xfs_bmap.c by Eric Sandeen · 7 years ago
  83. d210a98 xfs: fortify xfs_alloc_buftarg error handling by Michal Hocko · 7 years ago
  84. ea37d59 Btrfs: incremental send, fix wrong unlink path after renaming file by Filipe Manana · 7 years ago
  85. 1a6152d quota: propagate error from __dquot_initialize by Chao Yu · 7 years ago
  86. 69fc6cb btrfs: tree-checker: Fix false panic for sanity test by Qu Wenruo · 7 years ago
  87. 8f5abe8 proc: don't report kernel addresses in /proc/<pid>/stack by Linus Torvalds · 7 years ago
  88. 81833de lockd: fix "list_add double add" caused by legacy signal interface by Vasily Averin · 7 years ago
  89. 9e137ed nlm_shutdown_hosts_net() cleanup by Vasily Averin · 7 years ago
  90. 2317dc5 race of nfsd inetaddr notifiers vs nn->nfsd_serv change by Vasily Averin · 7 years ago
  91. 6b18dd1 race of lockd inetaddr notifiers vs nlmsvc_rqst change by Vasily Averin · 7 years ago
  92. ae2e408 NFSD: make cache_detail structures const by Bhumika Goyal · 7 years ago
  93. ae254dac nfsd: check for use of the closed special stateid by Andrew Elble · 7 years ago
  94. 64ebe124 nfsd: fix panic in posix_unblock_lock called from nfs4_laundromat by Naofumi Honda · 7 years ago
  95. 3a2b19d lockd: lost rollback of set_grace_period() in lockd_down_net() by Vasily Averin · 7 years ago
  96. a3152f1 lockd: added cleanup checks in exit_net hook by Vasily Averin · 7 years ago
  97. b872285 grace: replace BUG_ON by WARN_ONCE in exit_net hook by Vasily Averin · 7 years ago
  98. 4f34bd0 nfsd: fix locking validator warning on nfs4_ol_stateid->st_mutex class by Andrew Elble · 7 years ago
  99. e919b07 lockd: remove net pointer from messages by Vasily Averin · 7 years ago
  100. ba58952 nfsd: remove net pointer from debug messages by Vasily Averin · 7 years ago