1. 47a4694 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  2. ec3904d fs/ext4/super.c: use strreplace() in ext4_fill_super() by Rasmus Villemoes · 9 years ago
  3. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  4. bfffa1c Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  5. d857da7 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  6. a2fd66d ext4: set lazytime on remount if MS_LAZYTIME is set by mount by Theodore Ts'o · 9 years ago
  7. 052b398 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  8. 3da40c7 ext4: only call ext4_truncate when size <= isize by Josef Bacik · 9 years ago
  9. 04e2241 ext4: make online defrag error reporting consistent by Eric Whitney · 9 years ago
  10. c27e43a ext4: minor cleanup of ext4_da_reserve_space() by Eric Whitney · 9 years ago
  11. 292db1b ext4: don't retry file block mapping on bigalloc fs with non-extent file by Darrick J. Wong · 9 years ago
  12. c5e298a ext4: prevent ext4_quota_write() from failing due to ENOSPC by Theodore Ts'o · 9 years ago
  13. 89d96a6 ext4: call sync_blockdev() before invalidate_bdev() in put_super() by Theodore Ts'o · 9 years ago
  14. b03a2f7 ext4: improve warning directory handling messages by Andreas Dilger · 9 years ago
  15. 97b4af2 ext4: mballoc: avoid 20-argument function call by Rasmus Villemoes · 9 years ago
  16. 0d306dc ext4: wait for existing dio workers in ext4_alloc_file_blocks() by Lukas Czerner · 9 years ago
  17. 4134f5c ext4: recalculate journal credits as inode depth changes by Lukas Czerner · 9 years ago
  18. bf86546 ext4: use swap() in mext_page_double_lock() by Fabian Frederick · 9 years ago
  19. 4b7e2db ext4: use swap() in memswap() by Fabian Frederick · 9 years ago
  20. bdf9683 ext4: fix race between truncate and __ext4_journalled_writepage() by Theodore Ts'o · 9 years ago
  21. 1cb767c ext4 crypto: fail the mount if blocksize != pagesize by Theodore Ts'o · 9 years ago
  22. 331573f ext4: Add support FALLOC_FL_INSERT_RANGE for fallocate by Namjae Jeon · 9 years ago
  23. b4ab9e2 ext4 crypto: fix sparse warnings in fs/ext4/ioctl.c by Fabian Frederick · 9 years ago
  24. 8bc3b1e ext4: BUG_ON assertion repeated for inode1, not done for inode2 by David Moore · 9 years ago
  25. ad0a0ce ext4 crypto: fix ext4_get_crypto_ctx()'s calling convention in ext4_decrypt_one by Theodore Ts'o · 9 years ago
  26. 42ac184 ext4: return error code from ext4_mb_good_group() by Lukas Czerner · 9 years ago
  27. bbdc322 ext4: try to initialize all groups we can in case of failure on ppc64 by Lukas Czerner · 9 years ago
  28. 41e5b7e ext4: verify block bitmap even after fresh initialization by Lukas Czerner · 9 years ago
  29. 3dbb5eb ext4 crypto: allocate bounce pages using GFP_NOWAIT by Theodore Ts'o · 9 years ago
  30. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 10 years ago
  31. e298e73 ext4 crypto: release crypto resource on module exit by Chao Yu · 9 years ago
  32. abdd438 ext4 crypto: handle unexpected lack of encryption keys by Theodore Ts'o · 9 years ago
  33. 4d3c4e5 ext4 crypto: allocate the right amount of memory for the on-disk symlink by Theodore Ts'o · 9 years ago
  34. 82d0d3e ext4 crypto: clean up error handling in ext4_fname_setup_filename by Theodore Ts'o · 9 years ago
  35. d87f6d7 ext4 crypto: policies may only be set on directories by Theodore Ts'o · 9 years ago
  36. c2facca ext4 crypto: enforce crypto policy restrictions on cross-renames by Theodore Ts'o · 9 years ago
  37. e709e9d ext4 crypto: encrypt tmpfile located in encryption protected directory by Theodore Ts'o · 9 years ago
  38. 6bc445e ext4 crypto: make sure the encryption info is initialized on opendir(2) by Theodore Ts'o · 9 years ago
  39. 5555702 ext4 crypto: set up encryption info for new inodes in ext4_inherit_context() by Theodore Ts'o · 9 years ago
  40. 95ea68b ext4 crypto: fix memory leaks in ext4_encrypted_zeroout by Theodore Ts'o · 9 years ago
  41. c936e1e ext4 crypto: use per-inode tfm structure by Theodore Ts'o · 9 years ago
  42. 71dea01 ext4 crypto: require CONFIG_CRYPTO_CTR if ext4 encryption is enabled by Theodore Ts'o · 9 years ago
  43. 614def7 ext4 crypto: shrink size of the ext4_crypto_ctx structure by Theodore Ts'o · 9 years ago
  44. b25de9d block: remove BIO_EOPNOTSUPP by Christoph Hellwig · 10 years ago
  45. 1aaa6e8 ext4 crypto: get rid of ci_mode from struct ext4_crypt_info by Theodore Ts'o · 10 years ago
  46. 8ee03714 ext4 crypto: use slab caches by Theodore Ts'o · 10 years ago
  47. f5aed2c ext4: clean up superblock encryption mode fields by Theodore Ts'o · 10 years ago
  48. b7236e2 ext4 crypto: reorganize how we store keys in the inode by Theodore Ts'o · 10 years ago
  49. e2881b1b ext4 crypto: separate kernel and userspace structure for the key by Theodore Ts'o · 10 years ago
  50. d229959 ext4 crypto: don't allocate a page when encrypting/decrypting file names by Theodore Ts'o · 10 years ago
  51. 5b643f9 ext4 crypto: optimize filename encryption by Theodore Ts'o · 10 years ago
  52. b9576fc ext4: fix an ext3 collapse range regression in xfstests by Theodore Ts'o · 10 years ago
  53. 2f97486 ext4: check for zero length extent explicitly by Eryu Guan · 10 years ago
  54. 9d50659 ext4: fix NULL pointer dereference when journal restart fails by Lukas Czerner · 10 years ago
  55. 92c8263 ext4: remove unused function prototype from ext4.h by Theodore Ts'o · 10 years ago
  56. 1b46617 ext4: don't save the error information if the block device is read-only by Theodore Ts'o · 10 years ago
  57. 8f4d855 ext4: fix lazytime optimization by Theodore Ts'o · 10 years ago
  58. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 10 years ago
  59. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 10 years ago
  60. 75e7566 ext4: switch to simple_follow_link() by Al Viro · 10 years ago
  61. a7a67e8 ext4: split inode_operations for encrypted symlinks off the rest by Al Viro · 10 years ago
  62. 8663da2 Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  63. 2c869b2 ext4: fix growing of tiny filesystems by Jan Kara · 10 years ago
  64. 280227a ext4: move check under lock scope to close a race. by Davide Italiano · 10 years ago
  65. d2dc317 ext4: fix data corruption caused by unwritten and delayed extents by Lukas Czerner · 10 years ago
  66. 9402bdc ext4 crypto: remove duplicated encryption mode definitions by Chanho Park · 10 years ago
  67. fb63e54 ext4 crypto: do not select from EXT4_FS_ENCRYPTION by Herbert Xu · 10 years ago
  68. a44cd7a ext4 crypto: add padding to filenames before encrypting by Theodore Ts'o · 10 years ago
  69. 5de0b4d ext4 crypto: simplify and speed up filename encryption by Theodore Ts'o · 10 years ago
  70. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  71. fe0f07d direct-io: only inc/dec inode->i_dio_count for file systems by Jens Axboe · 10 years ago
  72. 6162e4b Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  73. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  74. 84588e7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  75. 6ddb244 ext4 crypto: enable encryption feature flag by Theodore Ts'o · 10 years ago
  76. f348c25 ext4 crypto: add symlink encryption by Theodore Ts'o · 10 years ago
  77. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  78. be64f88 dax: unify ext2/4_{dax,}_file_operations by Boaz Harrosh · 10 years ago
  79. 0e3b210 dax: use pfn_mkwrite to update c/mtime + freeze protection by Boaz Harrosh · 10 years ago
  80. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  81. 4461471 ext4 crypto: enable filename encryption by Michael Halcrow · 10 years ago
  82. 1f3862b ext4 crypto: filename encryption modifications by Michael Halcrow · 10 years ago
  83. b309848 ext4 crypto: partial update to namei.c for fname crypto by Michael Halcrow · 10 years ago
  84. 4bdfc87 ext4 crypto: insert encrypted filenames into a leaf directory block by Michael Halcrow · 10 years ago
  85. 2f61830 ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenames by Theodore Ts'o · 10 years ago
  86. d5d0e8c ext4 crypto: filename encryption facilities by Michael Halcrow · 10 years ago
  87. c9c7429 ext4 crypto: implement the ext4 decryption read path by Michael Halcrow · 10 years ago
  88. 2058f83 ext4 crypto: implement the ext4 encryption write path by Michael Halcrow · 10 years ago
  89. dde680c ext4 crypto: inherit encryption policies on inode and directory create by Michael Halcrow · 10 years ago
  90. d9cdc903 ext4 crypto: enforce context consistency by Theodore Ts'o · 10 years ago
  91. 88bd6cc ext4 crypto: add encryption key management facilities by Michael Halcrow · 10 years ago
  92. b30ab0e ext4 crypto: add ext4 encryption facilities by Michael Halcrow · 10 years ago
  93. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 10 years ago
  94. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 10 years ago
  95. e768d7f ext4_file_write_iter: move generic_write_checks() up by Al Viro · 10 years ago
  96. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 10 years ago
  97. 5f380c7 lift generic_write_checks() into callers of __generic_file_write_iter() by Al Viro · 10 years ago
  98. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
  99. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 10 years ago
  100. a95cd63 Remove rw from dax_{do_,}io() by Omar Sandoval · 10 years ago