1. f41683a Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  2. 681c46b ext4: add "static" to ext4_seq_##name##_fops struct by Xu Cang · 9 years ago
  3. 5a1c7f4 ext4: fix an endianness bug in ext4_encrypted_follow_link() by Al Viro · 9 years ago
  4. e2c9e0b ext4: fix an endianness bug in ext4_encrypted_zeroout() by Al Viro · 9 years ago
  5. a4dad1a ext4: Fix handling of extended tv_sec by David Turner · 9 years ago
  6. ef83b6e ext2, ext4: warn when mounting with dax enabled by Dan Williams · 9 years ago
  7. 5d2eb54 Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  8. d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
  9. 842cf0b Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  10. 5c50002 vfs: remove unused wrapper block_page_mkwrite() by Ross Zwisler · 9 years ago
  11. 79211c8 remove abs64() by Andrew Morton · 9 years ago
  12. ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  13. 75021d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  14. c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
  15. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  16. 7130098 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  17. 1873499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  18. be69e1c fs/ext4: remove unnecessary new_valid_dev check by Yaowei Bai · 9 years ago
  19. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  20. 1617503 ext4: fix abs() usage in ext4_mb_check_group_pa by John Stultz · 9 years ago
  21. 1e381f6 ext4: do not allow journal_opts for fs w/o journal by Dmitry Monakhov · 9 years ago
  22. c93cf2d ext4: explicit mount options parsing cleanup by Dmitry Monakhov · 9 years ago
  23. 4327ba5 ext4, jbd2: ensure entering into panic after recording an error in superblock by Daeho Jeong · 9 years ago
  24. 904dad4 [PATCH] fix calculation of meta_bg descriptor backups by Andy Leiserson · 9 years ago
  25. 6934da9 ext4: fix potential use after free in __ext4_journal_stop by Lukas Czerner · 9 years ago
  26. 9c02ac9 ext4: fix xfstest generic/269 double revoked buffer bug with bigalloc by Daeho Jeong · 9 years ago
  27. 9008a58 ext4: make the bitmap read routines return real error codes by Darrick J. Wong · 9 years ago
  28. e2b911c ext4: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  29. 6a797d2 ext4: call out CRC and corruption errors with specific error codes by Darrick J. Wong · 9 years ago
  30. 8c81bd8 ext4: store checksum seed in superblock by Darrick J. Wong · 9 years ago
  31. 8b4953e ext4: reserve code points for the project quota feature by Theodore Ts'o · 9 years ago
  32. 3d87518 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  33. 063d99b mm, fs: obey gfp_mapping for add_to_page_cache() by Michal Hocko · 9 years ago
  34. b90197b ext4: use private version of page_zero_new_buffers() for data=journal mode by Theodore Ts'o · 9 years ago
  35. 36086d4 ext4 crypto: fix bugs in ext4_encrypted_zeroout() by Theodore Ts'o · 9 years ago
  36. 687c3c3 ext4 crypto: replace some BUG_ON()'s with error checks by Theodore Ts'o · 9 years ago
  37. 3684de8 ext4 crypto: ext4_page_crypto() doesn't need a encryption context by Theodore Ts'o · 9 years ago
  38. cccd147 ext4: optimize ext4_writepage() for attempted 4k delalloc writes by Theodore Ts'o · 9 years ago
  39. 937d7b8 ext4 crypto: fix memory leak in ext4_bio_write_page() by Theodore Ts'o · 9 years ago
  40. a1c8368 fs: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  41. d4eb6de ext4: Update EXT4_USE_FOR_EXT2 description by Jean Delvare · 9 years ago
  42. ebd173b ext4: move procfs registration code to fs/ext4/sysfs.c by Theodore Ts'o · 9 years ago
  43. 76d33bc ext4: refactor sysfs support code by Theodore Ts'o · 9 years ago
  44. b579901 ext4: move sysfs code from super.c to fs/ext4/sysfs.c by Theodore Ts'o · 9 years ago
  45. 01a33b4 ext4: start transaction before calling into DAX by Matthew Wilcox · 9 years ago
  46. ed923b5 ext4: add ext4_get_block_dax() by Matthew Wilcox · 9 years ago
  47. e676a4c ext4: use ext4_get_block_write() for DAX by Matthew Wilcox · 9 years ago
  48. 11bd1a9 ext4: huge page fault support by Matthew Wilcox · 9 years ago
  49. c94c2ac dax: move DAX-related functions to a new header by Matthew Wilcox · 9 years ago
  50. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  51. ea814ab Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  52. e31fb9e Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  53. bdfe0cbd Revert "ext4: remove block_device_ejected" by Theodore Ts'o · 9 years ago
  54. e294a53 ext4: ratelimit the file system mounted message by Theodore Ts'o · 9 years ago
  55. da0b5e4 ext4: silence a format string false positive by Dan Carpenter · 9 years ago
  56. 9810446 ext4: simplify some code in read_mmp_block() by Dan Carpenter · 9 years ago
  57. c642dc9 ext4: don't manipulate recovery flag when freezing no-journal fs by Eric Sandeen · 9 years ago
  58. b54ffb7 block: remove bio_get_nr_vecs() by Kent Overstreet · 9 years ago
  59. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  60. 923ae47 ext4 crypto: remove duplicate header file by zilong.liu · 9 years ago
  61. 911af57 ext4: update c/mtime on truncate up by Eryu Guan · 9 years ago
  62. 926631c ext4: memory leak on error in ext4_symlink() by Dan Carpenter · 9 years ago
  63. c8962f4 ext4: Improve ext4 Kconfig test by Jan Kara · 9 years ago
  64. c290ea0 fs: Remove ext3 filesystem driver by Jan Kara · 9 years ago
  65. a7cdade ext4: Handle error from dquot_initialize() by Jan Kara · 9 years ago
  66. 564bc40 ext4, jbd2: add REQ_FUA flag when recording an error in the superblock by Daeho Jeong · 9 years ago
  67. bb9a4e7 ext4 crypto: fix spelling typo in comment by Laurent Navet · 9 years ago
  68. d76d99b ext4 crypto: exit cleanly if ext4_derive_key_aes() fails by Laurent Navet · 9 years ago
  69. 5ba92bc ext4: reject journal options for ext2 mounts by Carlos Maiolino · 9 years ago
  70. 001e4a8 ext4: implement cgroup writeback support by Tejun Heo · 9 years ago
  71. 5a33911 ext4: replace ext4_io_submit->io_op with ->io_wbc by Tejun Heo · 9 years ago
  72. 27977b6 ext4 crypto: check for too-short encrypted file names by Theodore Ts'o · 9 years ago
  73. 806c24a ext4 crypto: use a jbd2 transaction when adding a crypto policy by Theodore Ts'o · 9 years ago
  74. 9abea2d ioctl_compat: handle FITRIM by Mikulas Patocka · 9 years ago
  75. 1c4c715 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  76. 7444a07 ext4: replace open coded nofail allocation in ext4_free_blocks() by Michal Hocko · 9 years ago
  77. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  78. 8974fec ext4: correctly migrate a file with a hole at the beginning by Eryu Guan · 9 years ago
  79. d6f123a ext4: be more strict when migrating to non-extent based file by Eryu Guan · 9 years ago
  80. 9705acd ext4: fix reservation release on invalidatepage for delalloc fs by Lukas Czerner · 9 years ago
  81. c45653c ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp by Nikolay Borisov · 9 years ago
  82. 0f0ff9a ext4: fix fencepost error in lazytime optimization by Theodore Ts'o · 9 years ago
  83. 68b4449 Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  84. 47a4694 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  85. ec3904d fs/ext4/super.c: use strreplace() in ext4_fill_super() by Rasmus Villemoes · 9 years ago
  86. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  87. bfffa1c Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  88. d857da7 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  89. 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 9 years ago
  90. a2fd66d ext4: set lazytime on remount if MS_LAZYTIME is set by mount by Theodore Ts'o · 9 years ago
  91. 052b398 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  92. 3da40c7 ext4: only call ext4_truncate when size <= isize by Josef Bacik · 9 years ago
  93. 04e2241 ext4: make online defrag error reporting consistent by Eric Whitney · 9 years ago
  94. c27e43a ext4: minor cleanup of ext4_da_reserve_space() by Eric Whitney · 9 years ago
  95. 292db1b ext4: don't retry file block mapping on bigalloc fs with non-extent file by Darrick J. Wong · 9 years ago
  96. c5e298a ext4: prevent ext4_quota_write() from failing due to ENOSPC by Theodore Ts'o · 9 years ago
  97. 89d96a6 ext4: call sync_blockdev() before invalidate_bdev() in put_super() by Theodore Ts'o · 9 years ago
  98. b03a2f7 ext4: improve warning directory handling messages by Andreas Dilger · 9 years ago
  99. 97b4af2 ext4: mballoc: avoid 20-argument function call by Rasmus Villemoes · 9 years ago
  100. 0d306dc ext4: wait for existing dio workers in ext4_alloc_file_blocks() by Lukas Czerner · 9 years ago