1. 578620f ext4: return -ENOMEM instead of success by Dan Carpenter · 8 years ago
  2. 7e6e1ef ext4: reject inodes with negative size by Darrick J. Wong · 8 years ago
  3. 011c88e ext4: remove another test in ext4_alloc_file_blocks() by Dan Carpenter · 8 years ago
  4. 9e645ab7 Documentation: fix description of ext4's block_validity mount option by Fabian Frederick · 8 years ago
  5. ab04df7 ext4: fix checks for data=ordered and journal_async_commit options by Jan Kara · 8 years ago
  6. b649668 mbcache: document that "find" functions only return reusable entries by Eric Biggers · 8 years ago
  7. 132d4e2 mbcache: use consistent type for entry count by Eric Biggers · 8 years ago
  8. 97c7b18 mbcache: remove unnecessary module_get/module_put by Eric Biggers · 8 years ago
  9. 21d0f4f mbcache: don't BUG() if entry cache cannot be allocated by Eric Biggers · 8 years ago
  10. 918b730 mbcache: correctly handle 'e_referenced' bit by Eric Biggers · 8 years ago
  11. 4db0d88 ext4: fix reading new encrypted symlinks on no-journal file systems by Theodore Ts'o · 8 years ago
  12. 3a4b77c ext4: validate s_first_meta_bg at mount time by Eryu Guan · 8 years ago
  13. d7614cc ext4: correctly detect when an xattr value has an invalid size by Eric Biggers · 8 years ago
  14. 290ab23 ext4: don't read out of bounds when checking for in-inode xattrs by Eric Biggers · 8 years ago
  15. 2dc8d9e ext4: forbid i_extra_isize not divisible by 4 by Eric Biggers · 8 years ago
  16. ba67901 ext4: disable pwsalt ioctl when encryption disabled by config by Eric Biggers · 8 years ago
  17. 35997d1 ext4: get rid of ext4_sb_has_crypto() by Eric Biggers · 8 years ago
  18. 05ac5aa ext4: fix inode checksum calculation problem if i_extra_size is small by Daeho Jeong · 8 years ago
  19. 6dcc693 ext4: warn when page is dirtied without buffers by Jan Kara · 8 years ago
  20. d14e768 ext4: be more strict when verifying flags set via SETFLAGS ioctls by Jan Kara · 8 years ago
  21. f8011d9 ext4: add EXT4_JOURNAL_DATA_FL and EXT4_EXTENTS_FL to modifiable mask by Jan Kara · 8 years ago
  22. 9060dd2 ext4: fix mmp use after free during unmount by Eric Sandeen · 8 years ago
  23. 4f5a763 ext4: Add select for CONFIG_FS_IOMAP by Jan Kara · 8 years ago
  24. 2f8f5e7 ext4: avoid lockdep warning when inheriting encryption context by Eric Biggers · 8 years ago
  25. d086630 ext4: remove unused function ext4_aligned_io() by Ross Zwisler · 8 years ago
  26. dd936e4 dax: rip out get_block based IO support by Jan Kara · 8 years ago
  27. 00697ee ext2: use iomap_zero_range() for zeroing truncated page in DAX path by Jan Kara · 8 years ago
  28. 0bd2d5e ext4: rip out DAX handling from direct IO path by Jan Kara · 8 years ago
  29. e2ae766 ext4: convert DAX faults to iomap infrastructure by Jan Kara · 8 years ago
  30. 96f8ba3 ext4: avoid split extents for DAX writes by Jan Kara · 8 years ago
  31. 776722e ext4: DAX iomap write support by Jan Kara · 8 years ago
  32. 47e6935 ext4: use iomap for zeroing blocks in DAX mode by Jan Kara · 8 years ago
  33. 364443c ext4: convert DAX reads to iomap infrastructure by Jan Kara · 8 years ago
  34. a3caa24 ext4: only set S_DAX if DAX is really supported by Jan Kara · 8 years ago
  35. 213bcd9 ext4: factor out checks from ext4_file_write_iter() by Jan Kara · 8 years ago
  36. c48ae41 ext4: add sanity checking to count_overhead() by Theodore Ts'o · 8 years ago
  37. cd6bb35 ext4: use more strict checks for inodes_per_block on mount by Theodore Ts'o · 8 years ago
  38. 5aee0f8 ext4: fix in-superblock mount options processing by Theodore Ts'o · 8 years ago
  39. 9e47a4c ext4: sanity check the block and cluster size at mount time by Theodore Ts'o · 8 years ago
  40. d5c8dab ext4: remove parameter from ext4_xattr_ibody_set() by Eric Whitney · 8 years ago
  41. 88e0387 ext4: allow inode expansion for nojournal file systems by Eric Whitney · 8 years ago
  42. eeca7ea ext4: use current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  43. 30a9d7a ext4: fix stack memory corruption with 64k block size by Chandan Rajendra · 8 years ago
  44. 69e43e8 ext4: fix mballoc breakage with 64k block size by Chandan Rajendra · 8 years ago
  45. 1566a48 ext4: don't lock buffer in ext4_commit_super if holding spinlock by Theodore Ts'o · 8 years ago
  46. d0abb36 ext4: allow ext4_ext_truncate() to return an error by Theodore Ts'o · 8 years ago
  47. 2c98eb5 ext4: allow ext4_truncate() to return an error by Theodore Ts'o · 8 years ago
  48. 6da2201 Merge branch 'fscrypt' into origin by Theodore Ts'o · 8 years ago
  49. a2f6d9c Merge branch 'dax-4.10-iomap-pmd' into origin by Theodore Ts'o · 8 years ago
  50. a6e0891 fscrypto: don't use on-stack buffer for key derivation by Eric Biggers · 8 years ago
  51. 08ae877 fscrypto: don't use on-stack buffer for filename encryption by Eric Biggers · 8 years ago
  52. 9c4bb8a fscrypt: Let fs select encryption index/tweak by David Gstir · 8 years ago
  53. 0b93e1b fscrypt: Constify struct inode pointer by David Gstir · 8 years ago
  54. 7821d4d fscrypt: Enable partial page encryption by David Gstir · 8 years ago
  55. b50f7b2 fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pages by David Gstir · 8 years ago
  56. 1c7dcf6 fscrypt: Add in-place encryption mode by David Gstir · 8 years ago
  57. 9484ab1 dax: Introduce IOMAP_FAULT flag by Jan Kara · 8 years ago
  58. 190b5ca dax: remove "depends on BROKEN" from FS_DAX_PMD by Ross Zwisler · 8 years ago
  59. 862f1b9 xfs: use struct iomap based DAX PMD fault path by Ross Zwisler · 8 years ago
  60. 642261a dax: add struct iomap based DAX PMD support by Ross Zwisler · 8 years ago
  61. 422476c dax: move put_(un)locked_mapping_entry() in dax.c by Ross Zwisler · 8 years ago
  62. fa28f72 dax: move RADIX_DAX_* defines to dax.h by Ross Zwisler · 8 years ago
  63. 1550290 dax: dax_iomap_fault() needs to call iomap_end() by Ross Zwisler · 8 years ago
  64. 333ccc9 dax: add dax_iomap_sector() helper function by Ross Zwisler · 8 years ago
  65. 11c59c9 dax: correct dax iomap code namespace by Ross Zwisler · 8 years ago
  66. b9fde04 dax: remove dax_pmd_fault() by Ross Zwisler · 8 years ago
  67. 63e95b5 dax: coordinate locking for offsets in PMD range by Ross Zwisler · 8 years ago
  68. e3ad61c dax: consistent variable naming for DAX entries by Ross Zwisler · 8 years ago
  69. aada54f dax: remove the last BUG_ON() from fs/dax.c by Ross Zwisler · 8 years ago
  70. ce95ab0 dax: make 'wait_table' global variable static by Ross Zwisler · 8 years ago
  71. 03e0990 ext2: remove support for DAX PMD faults by Ross Zwisler · 8 years ago
  72. fa0d3fc dax: remove buffer_size_valid() by Ross Zwisler · 8 years ago
  73. 547edce ext4: tell DAX the size of allocation holes by Ross Zwisler · 8 years ago
  74. bc33b0c Linux 4.9-rc4 by Linus Torvalds · 8 years ago
  75. bd060ac Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  76. ffbcbfc Merge branches 'sched-urgent-for-linus' and 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  77. 6c286e8 Merge tag 'md/4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  78. e12d8d5 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  79. f29b909 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  80. 03daa36 Merge tag 'firewire-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 8 years ago
  81. d8d1721 Merge tag 'media/v4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 8 years ago
  82. 41e6410 Merge tag 'pci-v4.9-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  83. 785bcb4 Merge tag 'for-linus-20161104' of git://git.infradead.org/linux-mtd by Linus Torvalds · 8 years ago
  84. d299704 Merge tag 'mmc-v4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 8 years ago
  85. 594aef6 Merge tag 'gpio-v4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  86. fb415f2 Merge tag 'nfsd-4.9-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  87. 46d7cbb Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 8 years ago
  88. bd30fac Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  89. d4c5f43 Merge tag 'drm-fixes-for-v4.9-rc4' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  90. 416379f PCI: designware: Check for iATU unroll support after initializing host by Niklas Cassel · 8 years ago
  91. 66cecb6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  92. 34c510b Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  93. f7df76e Merge branch 'parisc-4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  94. 147b36d i2c: core: fix NULL pointer dereference under race condition by Vladimir Zapolskiy · 8 years ago
  95. 16a767e MIPS: Fix max_low_pfn with disabled highmem by James Hogan · 8 years ago
  96. f92722d MIPS: Correct MIPS I FP sigcontext layout by Maciej W. Rozycki · 8 years ago
  97. 758ef0a MIPS: Fix ISA I/II FP signal context offsets by Maciej W. Rozycki · 8 years ago
  98. 6daaa32 MIPS: Remove FIR from ISA I FP signal context by Maciej W. Rozycki · 8 years ago
  99. 35938a0 MIPS: Fix ISA I FP sigcontext access violation handling by Maciej W. Rozycki · 8 years ago
  100. 5a1aca4 MIPS: Fix FCSR Cause bit handling for correct SIGFPE issue by Maciej W. Rozycki · 8 years ago