1. 3da40c7 ext4: only call ext4_truncate when size <= isize by Josef Bacik · 9 years ago
  2. 04e2241 ext4: make online defrag error reporting consistent by Eric Whitney · 9 years ago
  3. c27e43a ext4: minor cleanup of ext4_da_reserve_space() by Eric Whitney · 9 years ago
  4. 292db1b ext4: don't retry file block mapping on bigalloc fs with non-extent file by Darrick J. Wong · 9 years ago
  5. c5e298a ext4: prevent ext4_quota_write() from failing due to ENOSPC by Theodore Ts'o · 9 years ago
  6. 89d96a6 ext4: call sync_blockdev() before invalidate_bdev() in put_super() by Theodore Ts'o · 9 years ago
  7. 2143c19 jbd2: speedup jbd2_journal_dirty_metadata() by Jan Kara · 9 years ago
  8. 7b506b1 jbd2: get rid of open coded allocation retry loop by Michal Hocko · 9 years ago
  9. b03a2f7 ext4: improve warning directory handling messages by Andreas Dilger · 9 years ago
  10. 6f6a6fd jbd2: fix ocfs2 corrupt when updating journal superblock fails by Joseph Qi · 9 years ago
  11. 97b4af2 ext4: mballoc: avoid 20-argument function call by Rasmus Villemoes · 9 years ago
  12. 0d306dc ext4: wait for existing dio workers in ext4_alloc_file_blocks() by Lukas Czerner · 9 years ago
  13. 4134f5c ext4: recalculate journal credits as inode depth changes by Lukas Czerner · 9 years ago
  14. b4f1afc jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail() by Dmitry Monakhov · 9 years ago
  15. bf86546 ext4: use swap() in mext_page_double_lock() by Fabian Frederick · 9 years ago
  16. 4b7e2db ext4: use swap() in memswap() by Fabian Frederick · 9 years ago
  17. bdf9683 ext4: fix race between truncate and __ext4_journalled_writepage() by Theodore Ts'o · 9 years ago
  18. 1cb767c ext4 crypto: fail the mount if blocksize != pagesize by Theodore Ts'o · 9 years ago
  19. 331573f ext4: Add support FALLOC_FL_INSERT_RANGE for fallocate by Namjae Jeon · 9 years ago
  20. de92c8c jbd2: speedup jbd2_journal_get_[write|undo]_access() by Jan Kara · 9 years ago
  21. 8b00f40 jbd2: more simplifications in do_get_write_access() by Jan Kara · 9 years ago
  22. d012aa5 jbd2: simplify error path on allocation failure in do_get_write_access() by Jan Kara · 9 years ago
  23. ee57aba jbd2: simplify code flow in do_get_write_access() by Jan Kara · 9 years ago
  24. b4ab9e2 ext4 crypto: fix sparse warnings in fs/ext4/ioctl.c by Fabian Frederick · 9 years ago
  25. 8bc3b1e ext4: BUG_ON assertion repeated for inode1, not done for inode2 by David Moore · 9 years ago
  26. ad0a0ce ext4 crypto: fix ext4_get_crypto_ctx()'s calling convention in ext4_decrypt_one by Theodore Ts'o · 9 years ago
  27. 42ac184 ext4: return error code from ext4_mb_good_group() by Lukas Czerner · 9 years ago
  28. bbdc322 ext4: try to initialize all groups we can in case of failure on ppc64 by Lukas Czerner · 9 years ago
  29. 41e5b7e ext4: verify block bitmap even after fresh initialization by Lukas Czerner · 9 years ago
  30. 6ccaf3e jbd2: revert must-not-fail allocation loops back to GFP_NOFAIL by Michal Hocko · 9 years ago
  31. 3dbb5eb ext4 crypto: allocate bounce pages using GFP_NOWAIT by Theodore Ts'o · 9 years ago
  32. e298e73 ext4 crypto: release crypto resource on module exit by Chao Yu · 9 years ago
  33. abdd438 ext4 crypto: handle unexpected lack of encryption keys by Theodore Ts'o · 9 years ago
  34. 4d3c4e5 ext4 crypto: allocate the right amount of memory for the on-disk symlink by Theodore Ts'o · 9 years ago
  35. 82d0d3e ext4 crypto: clean up error handling in ext4_fname_setup_filename by Theodore Ts'o · 9 years ago
  36. d87f6d7 ext4 crypto: policies may only be set on directories by Theodore Ts'o · 9 years ago
  37. c2facca ext4 crypto: enforce crypto policy restrictions on cross-renames by Theodore Ts'o · 9 years ago
  38. e709e9d ext4 crypto: encrypt tmpfile located in encryption protected directory by Theodore Ts'o · 9 years ago
  39. 6bc445e ext4 crypto: make sure the encryption info is initialized on opendir(2) by Theodore Ts'o · 9 years ago
  40. 5555702 ext4 crypto: set up encryption info for new inodes in ext4_inherit_context() by Theodore Ts'o · 9 years ago
  41. 95ea68b ext4 crypto: fix memory leaks in ext4_encrypted_zeroout by Theodore Ts'o · 9 years ago
  42. c936e1e ext4 crypto: use per-inode tfm structure by Theodore Ts'o · 9 years ago
  43. 71dea01 ext4 crypto: require CONFIG_CRYPTO_CTR if ext4 encryption is enabled by Theodore Ts'o · 9 years ago
  44. 614def7 ext4 crypto: shrink size of the ext4_crypto_ctx structure by Theodore Ts'o · 9 years ago
  45. 1aaa6e8 ext4 crypto: get rid of ci_mode from struct ext4_crypt_info by Theodore Ts'o · 9 years ago
  46. 8ee03714 ext4 crypto: use slab caches by Theodore Ts'o · 9 years ago
  47. f5aed2c ext4: clean up superblock encryption mode fields by Theodore Ts'o · 9 years ago
  48. b7236e2 ext4 crypto: reorganize how we store keys in the inode by Theodore Ts'o · 9 years ago
  49. e2881b1b ext4 crypto: separate kernel and userspace structure for the key by Theodore Ts'o · 9 years ago
  50. d229959 ext4 crypto: don't allocate a page when encrypting/decrypting file names by Theodore Ts'o · 9 years ago
  51. 5b643f9 ext4 crypto: optimize filename encryption by Theodore Ts'o · 9 years ago
  52. 92752b5 Merge branch 'for-linus-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
  53. 6a8098a Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  54. c7309e8 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  55. 4b470f1 Merge branch 'parisc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  56. b9576fc ext4: fix an ext3 collapse range regression in xfstests by Theodore Ts'o · 9 years ago
  57. 499611e kernfs: do not account ino_ida allocations to memcg by Vladimir Davydov · 9 years ago
  58. e531d0b jbd2: fix r_count overflows leading to buffer overflow in journal recovery by Darrick J. Wong · 9 years ago
  59. 2f97486 ext4: check for zero length extent explicitly by Eryu Guan · 9 years ago
  60. 9d50659 ext4: fix NULL pointer dereference when journal restart fails by Lukas Czerner · 9 years ago
  61. 92c8263 ext4: remove unused function prototype from ext4.h by Theodore Ts'o · 9 years ago
  62. 1b46617 ext4: don't save the error information if the block device is read-only by Theodore Ts'o · 9 years ago
  63. 8f4d855 ext4: fix lazytime optimization by Theodore Ts'o · 9 years ago
  64. d045c77 parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards architectures by Helge Deller · 9 years ago
  65. 4cfceaf Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  66. 062c19e Btrfs: fix race when reusing stale extent buffers that leads to BUG_ON by Filipe Manana · 9 years ago
  67. ff1f825 Btrfs: fix race between block group creation and their cache writeout by Filipe Manana · 9 years ago
  68. 28aeeac Btrfs: fix panic when starting bg cache writeout after IO error by Filipe Manana · 9 years ago
  69. e43699d Btrfs: fix crash after inode cache writeback failure by Filipe Manana · 9 years ago
  70. 51dfcb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  71. 7e96c1b mnt: Fix fs_fully_visible to verify the root directory is visible by Eric W. Biederman · 9 years ago
  72. 95c607d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  73. f15133d path_openat(): fix double fput() by Al Viro · 9 years ago
  74. 766c4cb namei: d_is_negative() should be checked before ->d_seq validation by Al Viro · 9 years ago
  75. af64728 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  76. 1daac19 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  77. 68c2f356 Merge tag 'for-f2fs-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  78. 1d3c61c Btrfs: fix wrong mapping flags for free space inode by Filipe Manana · 9 years ago
  79. 3d54ac9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  80. 0ff28d9 splice: sendfile() at once fails for big files by Christophe Leroy · 9 years ago
  81. c102cb0 Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent by Ingo Molnar · 9 years ago
  82. b1432a2 ocfs2: dlm: fix race between purge and get lock resource by Junxiao Bi · 9 years ago
  83. d8fd150 nilfs2: fix sanity check of btree level in nilfs_btree_root_broken() by Ryusuke Konishi · 9 years ago
  84. f5b6977 configfs: init configfs module earlier at boot time by Daniel Baluta · 9 years ago
  85. 7263b1b f2fs: fix wrong error hanlder in f2fs_follow_link by Jaegeuk Kim · 9 years ago
  86. 5463e7c Revert "f2fs: enhance multi-threads performance" by Jaegeuk Kim · 9 years ago
  87. 4bd9e9b nfsd: skip CB_NULL probes for 4.1 or later by Christoph Hellwig · 9 years ago
  88. cba5f62 nfsd: fix callback restarts by Christoph Hellwig · 9 years ago
  89. ef2a1b3 nfsd: split transport vs operation errors for callbacks by Christoph Hellwig · 9 years ago
  90. 8287f00 nfsd: fix pNFS return on close semantics by Sachin Bhamare · 9 years ago
  91. ebe9cb3 nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_op by Christoph Hellwig · 9 years ago
  92. 40cdc7a nfsd/blocklayout: pretend we can send deviceid notifications by Christoph Hellwig · 9 years ago
  93. a718c92 hostfs: Use correct mask for file mode by Richard Weinberger · 9 years ago
  94. 8663da2 Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  95. 2c869b2 ext4: fix growing of tiny filesystems by Jan Kara · 9 years ago
  96. 280227a ext4: move check under lock scope to close a race. by Davide Italiano · 9 years ago
  97. d2dc317 ext4: fix data corruption caused by unwritten and delayed extents by Lukas Czerner · 9 years ago
  98. 9402bdc ext4 crypto: remove duplicated encryption mode definitions by Chanho Park · 9 years ago
  99. fb63e54 ext4 crypto: do not select from EXT4_FS_ENCRYPTION by Herbert Xu · 9 years ago
  100. a44cd7a ext4 crypto: add padding to filenames before encrypting by Theodore Ts'o · 9 years ago