1. 021f601 Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  2. 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 7 years ago
  3. 6e20350 Merge tag 'ceph-for-4.12-rc6' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  4. 77e9ce3 ufs: fix the logics for tail relocation by Al Viro · 7 years ago
  5. c0ef65d ufs_iget(): fail with -ESTALE on deleted inode by Al Viro · 7 years ago
  6. 23ac7cb fix signedness of timestamps on ufs1 by Al Viro · 7 years ago
  7. adc3110 Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  8. c8636b9 Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  9. ccd3d90 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  10. 64c2b20 userfaultfd: shmem: handle coredumping in handle_userfault() by Andrea Arcangeli · 7 years ago
  11. ab2789b Merge tag 'configfs-for-4.12' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 7 years ago
  12. 20223f0 fs: pass on flags in compat_writev by Christoph Hellwig · 7 years ago
  13. 4068367 fs: don't forget to put old mntns in mntns_install by Andrei Vagin · 7 years ago
  14. 81be24d Hang/soft lockup in d_invalidate with simultaneous calls by Al Viro · 7 years ago
  15. 54ed0f7 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  16. a8fad98 ufs_truncate_blocks(): fix the case when size is in the last direct block by Al Viro · 7 years ago
  17. 289dec5 ufs: more deadlock prevention on tail unpacking by Al Viro · 7 years ago
  18. 09bf4f5 ufs: avoid grabbing ->truncate_mutex if possible by Al Viro · 7 years ago
  19. 267309f ufs_get_locked_page(): make sure we have buffer_heads by Al Viro · 7 years ago
  20. c596961 ufs: fix s_size/s_dsize users by Al Viro · 7 years ago
  21. b451cec ufs: fix reserved blocks check by Al Viro · 7 years ago
  22. fffd70f ufs: make ufs_freespace() return signed by Al Viro · 7 years ago
  23. 96ecff1 ufs: fix logics in "ufs: make fsck -f happy" by Al Viro · 7 years ago
  24. 4ca2fea ceph: unify inode i_ctime update by Yan, Zheng · 7 years ago
  25. 5619901 ceph: use current_kernel_time() to get request time stamp by Yan, Zheng · 7 years ago
  26. 03f2190 ceph: check i_nlink while converting a file handle to dentry by Luis Henriques · 8 years ago
  27. 19e72d3 configfs: Introduce config_item_get_unless_zero() by Bart Van Assche · 8 years ago
  28. ba80aa9 configfs: Fix race between create_link and configfs_rmdir by Nicholas Bellinger · 7 years ago
  29. 5e38b72 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  30. 5faab9e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  31. 66cea28 Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 7 years ago
  32. 67a7001 ufs: we need to sync inode before freeing it by Al Viro · 7 years ago
  33. babef37 excessive checks in ufs_write_failed() and ufs_evict_inode() by Al Viro · 7 years ago
  34. 006351a ufs_getfrag_block(): we only grab ->truncate_mutex on block creation path by Al Viro · 7 years ago
  35. 940ef1a ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments() by Al Viro · 7 years ago
  36. 6b0d144 ufs: set correct ->s_maxsize by Al Viro · 7 years ago
  37. eb315d2 ufs: restore maintaining ->i_blocks by Al Viro · 7 years ago
  38. 414cf71 fix ufs_isblockset() by Al Viro · 7 years ago
  39. 8785d84 ufs: restore proper tail allocation by Al Viro · 7 years ago
  40. 70e7af2 Btrfs: fix delalloc accounting leak caused by u32 overflow by Omar Sandoval · 7 years ago
  41. 452e62b Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_io by Liu Bo · 7 years ago
  42. 286b92f btrfs: tree-log.c: Wrong printk information about namelen by Su Yue · 8 years ago
  43. 95989c4 xfs: fix spurious spin_is_locked() assert failures on non-smp kernels by Brian Foster · 7 years ago
  44. d41519a crypto: Work around deallocated stack frame reference gcc bug on sparc. by David Miller · 7 years ago
  45. 239e250 fs/ufs: Set UFS default maximum bytes per file by Richard Narron · 7 years ago
  46. 125f42b Merge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  47. 4f253e1 nfs: Mark unnecessarily extern functions as static by Jan Kara · 8 years ago
  48. f219764 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  49. e209392 dax: fix race between colliding PMD & PTE entries by Ross Zwisler · 7 years ago
  50. e6e6d07 Merge tag 'xfs-4.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  51. 3b1e342 Merge tag 'nfsd-4.12-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  52. 2f48641 Merge tag 'gcc-plugins-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  53. 0bb2303 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  54. a9b3311 btrfs: fix race with relocation recovery and fs_root setup by Jeff Mahoney · 8 years ago
  55. 896533a btrfs: fix memory leak in update_space_info failure path by Jeff Mahoney · 8 years ago
  56. cc2b702 btrfs: use correct types for page indices in btrfs_page_exists_in_range by David Sterba · 8 years ago
  57. d602fb6 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  58. 63db7c8 xfs: use ->b_state to fix buffer I/O accounting release race by Brian Foster · 7 years ago
  59. f511c0b "Yes, people use FOLL_FORCE ;)" by Linus Torvalds · 7 years ago
  60. 67a7d5f ext4: fix fdatasync(2) after extent manipulation operations by Jan Kara · 7 years ago
  61. a082c6f ovl: filter trusted xattr for non-admin by Miklos Szeredi · 7 years ago
  62. f3a1568 ovl: mark upper merge dir with type origin entries "impure" by Amir Goldstein · 8 years ago
  63. 7585d12 ocfs2: Use ERR_CAST() to avoid cross-structure cast by Kees Cook · 8 years ago
  64. fee2aa7 ntfs: Use ERR_CAST() to avoid cross-structure cast by Kees Cook · 8 years ago
  65. fe3b81b NFS: Use ERR_CAST() to avoid cross-structure cast by Kees Cook · 8 years ago
  66. a056bda ext4: fix data corruption for mmap writes by Jan Kara · 7 years ago
  67. 4f8caa6 ext4: fix data corruption with EXT4_GET_BLOCKS_ZERO by Jan Kara · 7 years ago
  68. cdbe020 Merge tag 'xfs-4.12-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  69. a54fba8 xfs: Move handling of missing page into one place in xfs_find_get_desired_pgoff() by Jan Kara · 8 years ago
  70. d7fd242 xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff() by Jan Kara · 8 years ago
  71. 5375023 xfs: Fix missed holes in SEEK_HOLE implementation by Jan Kara · 8 years ago
  72. 8affebe xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff() by Eryu Guan · 8 years ago
  73. a4d768e xfs: fix unaligned access in xfs_btree_visit_blocks by Eric Sandeen · 8 years ago
  74. b8cb5a5 ext4: fix quota charging for shared xattr blocks by Tahsin Erdogan · 8 years ago
  75. c41d342 ext4: remove redundant check for encrypted file on dio write path by Eric Biggers · 8 years ago
  76. d6b9755 ext4: remove unused d_name argument from ext4_search_dir() et al. by Eric Biggers · 8 years ago
  77. e546579 ext4: fix off-by-one error when writing back pages before dio read by Eric Biggers · 8 years ago
  78. 624327f ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff() by Eryu Guan · 8 years ago
  79. 42c99fc ceph: check that the new inode size is within limits in ceph_fallocate() by Luis Henriques · 8 years ago
  80. b49c15f NFSv4.0: Fix a lock leak in nfs40_walk_client_list by Trond Myklebust · 8 years ago
  81. 08cb5b0 pnfs: Fix the check for requests in range of layout segment by Benjamin Coddington · 8 years ago
  82. 662f9a1 pNFS/flexfiles: missing error code in ff_layout_alloc_lseg() by Dan Carpenter · 8 years ago
  83. 6d3b5d8 NFS fix COMMIT after COPY by Olga Kornievskaia · 8 years ago
  84. d8747d6 reiserfs: Make flush bios explicitely sync by Jan Kara · 8 years ago
  85. 0f0b9b6 gfs2: Make flush bios explicitely sync by Jan Kara · 8 years ago
  86. 9a30740 nfsd4: fix null dereference on replay by J. Bruce Fields · 8 years ago
  87. 887a973 ext4: keep existing extra fields when inode expands by Konstantin Khlebnikov · 8 years ago
  88. 9651e6b ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errors by Konstantin Khlebnikov · 8 years ago
  89. 3f1d5ba ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff() by Jan Kara · 8 years ago
  90. 7d95edd ext4: fix SEEK_HOLE by Jan Kara · 8 years ago
  91. b470906 jbd2: preserve original nofs flag during journal restart by Tahsin Erdogan · 8 years ago
  92. 964edf6 ext4: clear lockdep subtype for quota files on quota off by Jan Kara · 8 years ago
  93. 894e216 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  94. 8c3fc16 Merge branch 'libnvdimm-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  95. 3ecb3ac xfs: avoid mount-time deadlock in CoW extent recovery by Darrick J. Wong · 8 years ago
  96. ee1d6d37 ovl: mark upper dir with type origin entries "impure" by Amir Goldstein · 8 years ago
  97. 3d27573 ovl: remove unused arg from ovl_lookup_temp() by Miklos Szeredi · 8 years ago
  98. 21a2287 ovl: handle rename when upper doesn't support xattr by Amir Goldstein · 8 years ago
  99. 6266d46 ovl: don't fail copy-up if upper doesn't support xattr by Miklos Szeredi · 8 years ago
  100. 82b749b ovl: check on mount time if upper fs supports setting xattr by Amir Goldstein · 8 years ago