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