1. 3209f68 statx: Include a mask for stx_attributes in struct statx by David Howells · 8 years ago
  2. 99652ea ext4: Add statx support by David Howells · 8 years ago
  3. 1c23de6 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  4. a643f90 Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 8 years ago
  5. d67d64f ext4: fix two spelling nits by Theodore Ts'o · 8 years ago
  6. dac7a4b ext4: lock the xattr block before checksuming it by Theodore Ts'o · 8 years ago
  7. b9cf625 ext4: mark inode dirty after converting inline directory by Eric Biggers · 8 years ago
  8. 94840e3 fscrypt: eliminate ->prepare_context() operation by Eric Biggers · 8 years ago
  9. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  10. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  11. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  12. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  13. 3f8b6fb scripts/spelling.txt: add "comsume(r)" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  14. 9340747 fs: add i_blocksize() by Fabian Frederick · 8 years ago
  15. c791ace mm: replace FAULT_FLAG_SIZE with parameter to huge_fault by Dave Jiang · 8 years ago
  16. a2d5816 mm,fs,dax: change ->pmd_fault to ->huge_fault by Dave Jiang · 8 years ago
  17. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  18. bc49a78 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  19. a27fcb0 Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  20. f420039 mm, dax: change pmd_fault() to take only vmf parameter by Dave Jiang · 8 years ago
  21. d8a849e mm, dax: make pmd_fault() and friends be the same as fault() by Dave Jiang · 8 years ago
  22. cab7076 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  23. 6c24337 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 8 years ago
  24. e9be2ac ext4: rename EXT4_IOC_GOINGDOWN to EXT4_IOC_SHUTDOWN by Theodore Ts'o · 8 years ago
  25. 2ba3e6e ext4: fix fencepost in s_first_meta_bg validation by Theodore Ts'o · 8 years ago
  26. 0d06863 ext4: don't BUG when truncating encrypted inodes on the orphan list by Theodore Ts'o · 8 years ago
  27. 5469d7c ext4: do not use stripe_width if it is not set by Jan Kara · 8 years ago
  28. d9b22cf ext4: fix stripe-unaligned allocations by Jan Kara · 8 years ago
  29. ff5462e ext4: fix DAX write locking by Christoph Hellwig · 8 years ago
  30. 6f69f0e fscrypt: constify struct fscrypt_operations by Eric Biggers · 8 years ago
  31. 46f47e4 fscrypt: split supp and notsupp declarations into their own headers by Eric Biggers · 8 years ago
  32. 783d948 ext4: add EXT4_IOC_GOINGDOWN ioctl by Theodore Ts'o · 8 years ago
  33. 0db1ff2 ext4: add shutdown bit and check for it by Theodore Ts'o · 8 years ago
  34. 9549a16 ext4: rename s_resize_flags to s_ext4_flags by Theodore Ts'o · 8 years ago
  35. 4753d8a ext4: return EROFS if device is r/o and journal replay is needed by Theodore Ts'o · 8 years ago
  36. 97abd7d ext4: preserve the needs_recovery flag when the journal is aborted by Theodore Ts'o · 8 years ago
  37. eb5efbc ext4: fix inline data error paths by Theodore Ts'o · 8 years ago
  38. 1c83a9a ext4: move halfmd4 into hash.c directly by Jason A. Donenfeld · 8 years ago
  39. dd01b69 ext4: fix use-after-iput when fscrypt contexts are inconsistent by Eric Biggers · 8 years ago
  40. 8ff6daa iomap: constify struct iomap_ops by Christoph Hellwig · 8 years ago
  41. 3b13649 ext4: fix data corruption in data=journal mode by Jan Kara · 8 years ago
  42. cd648b8 ext4: trim allocation requests to group size by Jan Kara · 8 years ago
  43. 6affb9d dax: fix build warnings with FS_DAX and !FS_IOMAP by Ross Zwisler · 8 years ago
  44. 43c7322 ext4: replace BUG_ON with WARN_ON in mb_find_extent() by Theodore Ts'o · 8 years ago
  45. 01daf94 ext4: propagate error values from ext4_inline_data_truncate() by Theodore Ts'o · 8 years ago
  46. b907f2d ext4: avoid calling ext4_mark_inode_dirty() under unneeded semaphores by Theodore Ts'o · 8 years ago
  47. c755e25 ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea() by Theodore Ts'o · 8 years ago
  48. 670e987 ext4: add debug_want_extra_isize mount option by Theodore Ts'o · 8 years ago
  49. 03e916f ext4: do not polute the extents cache while shifting extents by Roman Pen · 8 years ago
  50. 2a9b8cb ext4: Include forgotten start block on fallocate insert range by Roman Pen · 8 years ago
  51. 56735be Merge branch 'fscrypt' into d by Theodore Ts'o · 8 years ago
  52. a5d431e fscrypt: make fscrypt_operations.key_prefix a string by Eric Biggers · 8 years ago
  53. 173b843 ext4: don't allow encrypted operations without keys by Theodore Ts'o · 8 years ago
  54. 54475f5 fscrypt: use ENOKEY when file cannot be created w/o key by Eric Biggers · 8 years ago
  55. 1db1754 ext4: Simplify DAX fault path by Jan Kara · 8 years ago
  56. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  57. 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
  58. 0110c35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  59. 80eabba Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  60. 5084fdf Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  61. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  62. a551d7c Merge branch 'fscrypt' into dev by Theodore Ts'o · 8 years ago
  63. bd7b829 fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page() by David Gstir · 8 years ago
  64. db717d8 fscrypto: move ioctl processing more fully into common code by Eric Biggers · 8 years ago
  65. 73b92a2 ext4: do not perform data journaling when data is encrypted by Sergey Karamov · 8 years ago
  66. 578620f ext4: return -ENOMEM instead of success by Dan Carpenter · 8 years ago
  67. 7e6e1ef ext4: reject inodes with negative size by Darrick J. Wong · 8 years ago
  68. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  69. 8c54ca9 quota: constify struct path in quota_on by Al Viro · 8 years ago
  70. 011c88e ext4: remove another test in ext4_alloc_file_blocks() by Dan Carpenter · 8 years ago
  71. ab04df7 ext4: fix checks for data=ordered and journal_async_commit options by Jan Kara · 8 years ago
  72. 4db0d88 ext4: fix reading new encrypted symlinks on no-journal file systems by Theodore Ts'o · 8 years ago
  73. 3a4b77c ext4: validate s_first_meta_bg at mount time by Eryu Guan · 8 years ago
  74. d7614cc ext4: correctly detect when an xattr value has an invalid size by Eric Biggers · 8 years ago
  75. 290ab23 ext4: don't read out of bounds when checking for in-inode xattrs by Eric Biggers · 8 years ago
  76. 2dc8d9e ext4: forbid i_extra_isize not divisible by 4 by Eric Biggers · 8 years ago
  77. ba67901 ext4: disable pwsalt ioctl when encryption disabled by config by Eric Biggers · 8 years ago
  78. 35997d1 ext4: get rid of ext4_sb_has_crypto() by Eric Biggers · 8 years ago
  79. 05ac5aa ext4: fix inode checksum calculation problem if i_extra_size is small by Daeho Jeong · 8 years ago
  80. 6dcc693 ext4: warn when page is dirtied without buffers by Jan Kara · 8 years ago
  81. d14e768 ext4: be more strict when verifying flags set via SETFLAGS ioctls by Jan Kara · 8 years ago
  82. f8011d9 ext4: add EXT4_JOURNAL_DATA_FL and EXT4_EXTENTS_FL to modifiable mask by Jan Kara · 8 years ago
  83. 9060dd2 ext4: fix mmp use after free during unmount by Eric Sandeen · 8 years ago
  84. 4f5a763 ext4: Add select for CONFIG_FS_IOMAP by Jan Kara · 8 years ago
  85. 2f8f5e7 ext4: avoid lockdep warning when inheriting encryption context by Eric Biggers · 8 years ago
  86. d086630 ext4: remove unused function ext4_aligned_io() by Ross Zwisler · 8 years ago
  87. 0bd2d5e ext4: rip out DAX handling from direct IO path by Jan Kara · 8 years ago
  88. e2ae766 ext4: convert DAX faults to iomap infrastructure by Jan Kara · 8 years ago
  89. 96f8ba3 ext4: avoid split extents for DAX writes by Jan Kara · 8 years ago
  90. 776722e ext4: DAX iomap write support by Jan Kara · 8 years ago
  91. 47e6935 ext4: use iomap for zeroing blocks in DAX mode by Jan Kara · 8 years ago
  92. 364443c ext4: convert DAX reads to iomap infrastructure by Jan Kara · 8 years ago
  93. a3caa24 ext4: only set S_DAX if DAX is really supported by Jan Kara · 8 years ago
  94. 213bcd9 ext4: factor out checks from ext4_file_write_iter() by Jan Kara · 8 years ago
  95. 8cdf337 ext4: sanity check the block and cluster size at mount time by Theodore Ts'o · 8 years ago
  96. c48ae41 ext4: add sanity checking to count_overhead() by Theodore Ts'o · 8 years ago
  97. cd6bb35 ext4: use more strict checks for inodes_per_block on mount by Theodore Ts'o · 8 years ago
  98. 5aee0f8 ext4: fix in-superblock mount options processing by Theodore Ts'o · 8 years ago
  99. 9e47a4c ext4: sanity check the block and cluster size at mount time by Theodore Ts'o · 8 years ago
  100. d5c8dab ext4: remove parameter from ext4_xattr_ibody_set() by Eric Whitney · 8 years ago