1. 6affb9d dax: fix build warnings with FS_DAX and !FS_IOMAP by Ross Zwisler · 8 years ago
  2. 1db1754 ext4: Simplify DAX fault path by Jan Kara · 8 years ago
  3. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  4. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  5. 0110c35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  6. 80eabba Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  7. 5084fdf Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  8. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  9. a551d7c Merge branch 'fscrypt' into dev by Theodore Ts'o · 8 years ago
  10. bd7b829 fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page() by David Gstir · 8 years ago
  11. db717d8 fscrypto: move ioctl processing more fully into common code by Eric Biggers · 8 years ago
  12. 73b92a2 ext4: do not perform data journaling when data is encrypted by Sergey Karamov · 8 years ago
  13. 578620f ext4: return -ENOMEM instead of success by Dan Carpenter · 8 years ago
  14. 7e6e1ef ext4: reject inodes with negative size by Darrick J. Wong · 8 years ago
  15. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  16. 8c54ca9 quota: constify struct path in quota_on by Al Viro · 8 years ago
  17. 011c88e ext4: remove another test in ext4_alloc_file_blocks() by Dan Carpenter · 8 years ago
  18. ab04df7 ext4: fix checks for data=ordered and journal_async_commit options by Jan Kara · 8 years ago
  19. 4db0d88 ext4: fix reading new encrypted symlinks on no-journal file systems by Theodore Ts'o · 8 years ago
  20. 3a4b77c ext4: validate s_first_meta_bg at mount time by Eryu Guan · 8 years ago
  21. d7614cc ext4: correctly detect when an xattr value has an invalid size by Eric Biggers · 8 years ago
  22. 290ab23 ext4: don't read out of bounds when checking for in-inode xattrs by Eric Biggers · 8 years ago
  23. 2dc8d9e ext4: forbid i_extra_isize not divisible by 4 by Eric Biggers · 8 years ago
  24. ba67901 ext4: disable pwsalt ioctl when encryption disabled by config by Eric Biggers · 8 years ago
  25. 35997d1 ext4: get rid of ext4_sb_has_crypto() by Eric Biggers · 8 years ago
  26. 05ac5aa ext4: fix inode checksum calculation problem if i_extra_size is small by Daeho Jeong · 8 years ago
  27. 6dcc693 ext4: warn when page is dirtied without buffers by Jan Kara · 8 years ago
  28. d14e768 ext4: be more strict when verifying flags set via SETFLAGS ioctls by Jan Kara · 8 years ago
  29. f8011d9 ext4: add EXT4_JOURNAL_DATA_FL and EXT4_EXTENTS_FL to modifiable mask by Jan Kara · 8 years ago
  30. 9060dd2 ext4: fix mmp use after free during unmount by Eric Sandeen · 8 years ago
  31. 4f5a763 ext4: Add select for CONFIG_FS_IOMAP by Jan Kara · 8 years ago
  32. 2f8f5e7 ext4: avoid lockdep warning when inheriting encryption context by Eric Biggers · 8 years ago
  33. d086630 ext4: remove unused function ext4_aligned_io() by Ross Zwisler · 8 years ago
  34. 0bd2d5e ext4: rip out DAX handling from direct IO path by Jan Kara · 8 years ago
  35. e2ae766 ext4: convert DAX faults to iomap infrastructure by Jan Kara · 8 years ago
  36. 96f8ba3 ext4: avoid split extents for DAX writes by Jan Kara · 8 years ago
  37. 776722e ext4: DAX iomap write support by Jan Kara · 8 years ago
  38. 47e6935 ext4: use iomap for zeroing blocks in DAX mode by Jan Kara · 8 years ago
  39. 364443c ext4: convert DAX reads to iomap infrastructure by Jan Kara · 8 years ago
  40. a3caa24 ext4: only set S_DAX if DAX is really supported by Jan Kara · 8 years ago
  41. 213bcd9 ext4: factor out checks from ext4_file_write_iter() by Jan Kara · 8 years ago
  42. 8cdf337 ext4: sanity check the block and cluster size at mount time by Theodore Ts'o · 8 years ago
  43. c48ae41 ext4: add sanity checking to count_overhead() by Theodore Ts'o · 8 years ago
  44. cd6bb35 ext4: use more strict checks for inodes_per_block on mount by Theodore Ts'o · 8 years ago
  45. 5aee0f8 ext4: fix in-superblock mount options processing by Theodore Ts'o · 8 years ago
  46. 9e47a4c ext4: sanity check the block and cluster size at mount time by Theodore Ts'o · 8 years ago
  47. d5c8dab ext4: remove parameter from ext4_xattr_ibody_set() by Eric Whitney · 8 years ago
  48. 88e0387 ext4: allow inode expansion for nojournal file systems by Eric Whitney · 8 years ago
  49. eeca7ea ext4: use current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  50. 30a9d7a ext4: fix stack memory corruption with 64k block size by Chandan Rajendra · 8 years ago
  51. 69e43e8 ext4: fix mballoc breakage with 64k block size by Chandan Rajendra · 8 years ago
  52. 1566a48 ext4: don't lock buffer in ext4_commit_super if holding spinlock by Theodore Ts'o · 8 years ago
  53. d0abb36 ext4: allow ext4_ext_truncate() to return an error by Theodore Ts'o · 8 years ago
  54. 2c98eb5 ext4: allow ext4_truncate() to return an error by Theodore Ts'o · 8 years ago
  55. 6da2201 Merge branch 'fscrypt' into origin by Theodore Ts'o · 8 years ago
  56. a2f6d9c Merge branch 'dax-4.10-iomap-pmd' into origin by Theodore Ts'o · 8 years ago
  57. 9c4bb8a fscrypt: Let fs select encryption index/tweak by David Gstir · 8 years ago
  58. 7821d4d fscrypt: Enable partial page encryption by David Gstir · 8 years ago
  59. b50f7b2 fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pages by David Gstir · 8 years ago
  60. 547edce ext4: tell DAX the size of allocation holes by Ross Zwisler · 8 years ago
  61. e64855c fs: Add helper to clean bdev aliases under a bh and use it by Jan Kara · 8 years ago
  62. 64e1c57 ext4: Use clean_bdev_aliases() instead of iteration by Jan Kara · 8 years ago
  63. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  64. d74f3d2 ext4: add missing KERN_CONT to a few more debugging uses by Joe Perches · 8 years ago
  65. 1996250 ext4: correct endianness conversion in __xattr_check_inode() by Eric Biggers · 8 years ago
  66. c4704a4 ext4: do not advertise encryption support when disabled by Eric Biggers · 8 years ago
  67. 651e1c3 ext4: super.c: Update logging style using KERN_CONT by Joe Perches · 8 years ago
  68. 5114a97 fs: use mapping_set_error instead of opencoded set_bit by Michal Hocko · 8 years ago
  69. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  70. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  71. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  72. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  73. b66484c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  74. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  75. dbe6ec8 ext2/4, xfs: call thp_get_unmapped_area() for pmd mappings by Toshi Kani · 8 years ago
  76. 2eee010 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  77. 1801747 ext4: remove unused variable by Eric Engestrom · 8 years ago
  78. 3c816de ext4: use journal inode to determine journal overhead by Eric Whitney · 8 years ago
  79. c6cb7e7 ext4: create function to read journal inode by Eric Whitney · 8 years ago
  80. 9b623df ext4: unmap metadata when zeroing blocks by Jan Kara · 8 years ago
  81. 51e8137 ext4: remove plugging from ext4_file_write_iter() by Jan Kara · 8 years ago
  82. 4b0524a ext4: allow unlocked direct IO when pages are cached by Jan Kara · 8 years ago
  83. 9a200d0 ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICY by Richard Weinberger · 8 years ago
  84. cc91542 ext4: do not unnecessarily null-terminate encrypted symlink data by Eric Biggers · 8 years ago
  85. e81d447 ext4: release bh in make_indexed_dir by gmail · 8 years ago
  86. 16c5468 ext4: Allow parallel DIO reads by Jan Kara · 8 years ago
  87. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  88. cca32b7 ext4: allow DAX writeback for hole punch by Ross Zwisler · 8 years ago
  89. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  90. 0739310 posix_acl: Clear SGID bit when setting file permissions by Jan Kara · 8 years ago
  91. ef1eb3a fscrypto: make filename crypto functions return 0 on success by Eric Biggers · 8 years ago
  92. dcce7a4 ext4: fix memory leak when symlink decryption fails by Eric Biggers · 8 years ago
  93. be32197 ext4: remove unused definition for MAX_32_NUM by Fabian Frederick · 8 years ago
  94. 518eaa6 ext4: create EXT4_MAX_BLOCKS() macro by Fabian Frederick · 8 years ago
  95. c3fe493 ext4: remove unneeded test in ext4_alloc_file_blocks() by Fabian Frederick · 8 years ago
  96. edf15aa ext4: fix memory leak in ext4_insert_range() by Fabian Frederick · 8 years ago
  97. 4e800c0 ext4: bugfix for mmaped pages in mpage_release_unused_pages() by wangguang · 8 years ago
  98. ba63f23 fscrypto: require write access to mount to set encryption policy by Eric Biggers · 8 years ago
  99. e22834f ext4: improve ext4lazyinit scalability by Dmitry Monakhov · 8 years ago
  100. 6ae4c5a ext4: cleanup ext4_sync_parent() by Jan Kara · 8 years ago