1. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  2. 0b166a5 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 7 months ago
  3. 051c355 Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 7 months ago
  4. 10c5db2 fs: move the fiemap definitions out of fs.h by Christoph Hellwig · 4 years, 7 months ago
  5. d438834 fs: convert mpage_readpages to mpage_readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  6. 91a0871 ext2: code cleanup by removing ifdef macro surrounding by Chengguang Xu · 4 years, 7 months ago
  7. 8939a3a ext2: Fix i_op setting for special inode by Chengguang Xu · 4 years, 7 months ago
  8. 44a5202 ext2: fix empty body warnings when -Wextra is used by Randy Dunlap · 4 years, 9 months ago
  9. 3230208 ext2: fix debug reference to ext2_xattr_cache by Jan Kara · 4 years, 10 months ago
  10. c2d0699 ext2: xattr.h: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  11. bc36dff ext2: Silence lockdep warning about reclaim under xattr_sem by Jan Kara · 4 years, 10 months ago
  12. 359c92c Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years, 11 months ago
  13. d9e9866 ext2: Adjust indentation in ext2_fill_super by Nathan Chancellor · 5 years ago
  14. 3f666c5 dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range() by Vivek Goyal · 5 years ago
  15. 34e9254 ext2: set proper errno in error case of ext2_fill_super() by Chengguang Xu · 5 years ago
  16. b8072d5 Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 5 years ago
  17. 545886fe ext2: code cleanup for descriptor_loc() by Chengguang Xu · 5 years ago
  18. 355b9aa ext2: fix improper function comment by Chengguang Xu · 5 years ago
  19. 44dd616 ext2: code cleanup for ext2_try_to_allocate() by Chengguang Xu · 5 years ago
  20. ac3820f ext2: skip unnecessary operations in ext2_try_to_allocate() by Chengguang Xu · 5 years ago
  21. cf4eb32 ext2: Simplify initialization in ext2_try_to_allocate() by Jan Kara · 5 years ago
  22. 90f3741 ext2: code cleanup by calling ext2_group_last_block_no() by Chengguang Xu · 5 years ago
  23. eb9e47f ext2: introduce new helper ext2_group_last_block_no() by Chengguang Xu · 5 years ago
  24. e705f4b ext2: check err when partial != NULL by Chengguang Xu · 5 years ago
  25. 30ef0e4 ext2: don't set *count in the case of failure in ext2_try_to_allocate() by Chengguang Xu · 5 years ago
  26. acd1f04 ext2: return error when fail to allocating memory in ioctl by Chengguang Xu · 5 years ago
  27. ba1af2e ext2: add missing brelse in ext2_new_blocks() by Chengguang Xu · 5 years ago
  28. c039b99 iomap: use a srcmap for a read-modify-write I/O by Goldwyn Rodrigues · 5 years ago
  29. 158be76 ext2: adjust block num when retry allocation by Chengguang Xu · 5 years ago
  30. 7ce1e15 Merge tag 'for_v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 5 years ago
  31. 18c2433 ext2: Delete an unnecessary check before brelse() by Markus Elfring · 5 years ago
  32. 22b1396 fs: Fill in max and min timestamps in superblock by Deepa Dinamani · 5 years ago
  33. b6aeffc ext2: code cleanup for ext2_free_blocks() by Chengguang Xu · 5 years ago
  34. e5d3959 ext2: fix block range in ext2_data_block_valid() by Chengguang Xu · 5 years ago
  35. 5010fe9 Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  36. 682f7c5 Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 5 years ago
  37. 90f15ac ext2: Use kmemdup rather than duplicating its implementation by Fuqian Huang · 5 years ago
  38. 5aca284 vfs: create a generic checking and prep function for FS_IOC_SETFLAGS by Darrick J. Wong · 6 years ago
  39. 936bbf3 ext2: Always brelse bh on failure in ext2_iget() by Jan Kara · 6 years ago
  40. edb895d ext2: add missing brelse() in ext2_iget() by Chengguang Xu · 6 years ago
  41. fdbd3e8 ext2: Fix a typo in ext2_getattr argument by Fumiya Shigemitsu · 6 years ago
  42. 1fe0341 ext2: fix a typo in comment by Chengguang Xu · 6 years ago
  43. dc1f738 ext2: add missing brelse() in ext2_new_inode() by Chengguang Xu · 6 years ago
  44. 1eaf5faa ext2: optimize ext2_xattr_get() by Chengguang Xu · 6 years ago
  45. d561d4d ext2: introduce new helper for xattr entry comparison by Chengguang Xu · 6 years ago
  46. 9bb1d7a ext2: merge xattr next entry check to ext2_xattr_entry_valid() by Chengguang Xu · 6 years ago
  47. 7f58351 ext2: code cleanup for ext2_preread_inode() by Chengguang Xu · 6 years ago
  48. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  49. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  50. 38fa0e8e ext2: code cleanup by using test_opt() and clear_opt() by Chengguang Xu · 6 years ago
  51. 6c71b48 ext2: Strengthen xattr block checks by Jan Kara · 6 years ago
  52. 8cd0f2b ext2: Merge loops in ext2_xattr_set() by Jan Kara · 6 years ago
  53. f4c3fb8 ext2: introduce helper for xattr entry validation by Chengguang Xu · 6 years ago
  54. 02475de ext2: introduce helper for xattr header validation by Chengguang Xu · 6 years ago
  55. 29c079c Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  56. a2d1b88 ext2: switch to ->free_inode() by Al Viro · 6 years ago
  57. 1206d02 ext2: Adjust the comment of function ext2_alloc_branch by Shuning Zhang · 6 years ago
  58. a9913f2 Merge tag 'fs_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  59. 93bc420 ext2: support statx syscall by yangerkun · 6 years ago
  60. 1c2d142 ext2: Fix underflow in ext2_max_size() by Jan Kara · 6 years ago
  61. 4bc74ba ext2: Fix a typo in comment by Liu Xiang · 6 years ago
  62. 0b7a814 ext2: Remove redundant check for finding no group by Liu Xiang · 6 years ago
  63. f068ebd ext2: Annotate implicit fall through in __ext2_truncate_blocks by Mathieu Malaterre · 6 years ago
  64. 032cdc3 ext2: Set superblock revision when enabling xattr feature by Jan Kara · 6 years ago
  65. f6f5014 ext2: Remove redundant check on s_inode_size by Liu Xiang · 6 years ago
  66. 6a03e6a ext2: set proper return code by Chengguang Xu · 6 years ago
  67. e108921 ext2: use common file type conversion by Phillip Potter · 6 years ago
  68. e01799a Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  69. ecebf55 ext2: fix potential use after free by Pan Bian · 6 years ago
  70. e5f5b71 ext2: initialize opts.s_mount_opt as zero before using it by xingaopeng · 6 years ago
  71. 3e159b9 ext2: change reusable parameter to true when calling mb_cache_entry_create() by Chengguang Xu · 6 years ago
  72. 569ae92 ext2: remove redundant condition check by Chengguang Xu · 6 years ago
  73. c0ed7b5 ext2: avoid unnecessary operation in ext2_error() by Chengguang Xu · 6 years ago
  74. e64433d Merge tag 'filesystems_for_v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  75. 2aad26f ext2: remove redundant building macro check by Chengguang Xu · 6 years ago
  76. 9e796c9 ext2, dax: set ext2_dax_aops for dax files by Toshi Kani · 6 years ago
  77. 59fed3b ext2: cache NULL when both default_acl and acl are NULL by Chengguang Xu · 6 years ago
  78. 6ada4e2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  79. e1fb4a0 dax: remove VM_MIXEDMAP for fsdax and device dax by Dave Jiang · 6 years ago
  80. 46e62a0 Merge tag 'for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  81. 0ea97a2 Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  82. 2e5afe5 ext2: make sure that partially set up inodes won't be returned by ext2_iget() by Al Viro · 7 years ago
  83. fe2c325 ext2: use ktime_get_real_seconds for timestamps by Arnd Bergmann · 7 years ago
  84. 27e6ed5 ext2: add warning when specifying nocheck option by Chengguang Xu · 7 years ago
  85. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  86. 6567af7 Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  87. 80660f2 dax: change bdev_dax_supported() to support boolean returns by Dave Jiang · 7 years ago
  88. ba23cba fs: allow per-device dax status checking for filesystems by Darrick J. Wong · 7 years ago
  89. 5997aab Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  90. 5aa1437 ext2: fix a block leak by Al Viro · 7 years ago
  91. 1e2e547 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 7 years ago
  92. 0d9cf33 Merge tag 'for_v4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  93. 0685693 fs: ext2: Adding new return type vm_fault_t by Souptick Joarder · 7 years ago
  94. 9f3a094 Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  95. fb094c9 ext2, dax: introduce ext2_dax_aops by Dan Williams · 7 years ago
  96. d090990 ext2: change return code to -ENOMEM when failing memory allocation by Chengguang Xu · 7 years ago
  97. 6fbac20 Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  98. fe803f8 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  99. 3ff1b28 Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  100. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago