1. 97443aa ext2: remove ext2_aops_xip by Matthew Wilcox · 9 years ago
  2. 6cd176a vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX by Matthew Wilcox · 9 years ago
  3. 0764238 ext2: remove xip.c and xip.h by Matthew Wilcox · 9 years ago
  4. ed87e92 ext2: remove ext2_use_xip by Matthew Wilcox · 9 years ago
  5. 0de4830 ext2: remove ext2_xip_verify_sb() by Matthew Wilcox · 9 years ago
  6. e748dcd vfs: remove get_xip_mem by Matthew Wilcox · 9 years ago
  7. 4c0ccfe dax,ext2: replace xip_truncate_page with dax_truncate_page by Matthew Wilcox · 9 years ago
  8. f7ca90b dax,ext2: replace the XIP page fault handler with the DAX page fault handler by Matthew Wilcox · 9 years ago
  9. 289c6ae dax,ext2: replace ext2_clear_xip_target with dax_clear_blocks by Matthew Wilcox · 9 years ago
  10. d475c63 dax,ext2: replace XIP read and write with DAX I/O by Matthew Wilcox · 9 years ago
  11. fbbbad4 vfs,ext2: introduce IS_DAX(inode) by Matthew Wilcox · 9 years ago
  12. 3e12cef Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  13. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  14. dd22f55 block: Change direct_access calling convention by Matthew Wilcox · 9 years ago
  15. 6424111 ext2: Convert to private i_dquot field by Jan Kara · 10 years ago
  16. 908c7f1 percpu_counter: add @gfp to percpu_counter_init() by Tejun Heo · 10 years ago
  17. e625b31 fs/ext2/super.c: Drop memory allocation cast by Himangi Saraogi · 10 years ago
  18. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 10 years ago
  19. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  20. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  21. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  22. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 10 years ago
  23. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  24. a7963eb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  25. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  26. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  27. 3e0d8a0 ext2: acl: remove unneeded include of linux/capability.h by Jakub Sitnicki · 10 years ago
  28. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  29. e878167 ext2/3: use prandom_u32() instead of get_random_bytes() by ZhangZhen · 10 years ago
  30. 17cd48e fs: Mark function as static in ext2/xattr_security.c by Rashika Kheria · 10 years ago
  31. 0903353 ext2: Add __init macro to init_inodecache by Fabian Frederick · 10 years ago
  32. 64e178a ext2/3/4: use generic posix ACL infrastructure by Christoph Hellwig · 10 years ago
  33. 37bc153 fs: make posix_acl_create more useful by Christoph Hellwig · 10 years ago
  34. 5bf3258 fs: make posix_acl_chmod more useful by Christoph Hellwig · 10 years ago
  35. df4e7ac ext2: Fix oops in ext2_get_block() called from ext2_quota_write() by Jan Kara · 10 years ago
  36. 7ba3ec5 ext2: Fix fs corruption in ext2_get_xip_mem() by Jan Kara · 11 years ago
  37. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  38. 60545d0 [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now... by Al Viro · 11 years ago
  39. 8088629 [readdir] simple local unixlike: switch to ->iterate() by Al Viro · 11 years ago
  40. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  41. c288d29 ext2: Fix BUG_ON in evict() on inode deletion by Jan Kara · 11 years ago
  42. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  43. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  44. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  45. 712ddc5 Ext2: remove the static function release_blocks to optimize the kernel by Wang Shilong · 11 years ago
  46. 8e3dffc Ext2: mark inode dirty after the function dquot_free_block_nodirty is called by Wang Shilong · 11 years ago
  47. 98783e4 Ext2: remove the overhead check about sb in the function ext2_new_blocks by Wang Shilong · 11 years ago
  48. ab6a773 Ext2: return ENOMEM rather than EIO if sb_getblk fails by Wang Shilong · 11 years ago
  49. 2b0542a Ext2: use unlikely to improve the efficiency of the kernel by Wang Shilong · 11 years ago
  50. 8d8759e Ext2: free memory allocated and forget buffer head when io error happens by Wang Shilong · 11 years ago
  51. ae2cf42 ext2: fix return values on parse_options() failure by Zhao Hongjiang · 12 years ago
  52. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  53. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  54. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  55. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  56. af84df9 userns: Convert extN to support kuids and kgids in posix acls by Eric W. Biederman · 12 years ago
  57. 5f3a4a2 userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr by Eric W. Biederman · 12 years ago
  58. 4907cb7 treewide: fix comment/printk/variable typos by Anatol Pomozov · 12 years ago
  59. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  60. 1e8b212 ext2: Implement freezing by Jan Kara · 12 years ago
  61. ecd0afa ext2: use memweight() by Akinobu Mita · 12 years ago
  62. 08d9329 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  63. 8fc37ec don't expose I_NEW inodes via dentry->d_inode by Al Viro · 12 years ago
  64. a117782 quota: Move quota syncing to ->sync_fs method by Jan Kara · 12 years ago
  65. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  66. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  67. e124a32 ext2: cleanup the confused goto label by Wanlong Gao · 12 years ago
  68. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  69. ece78b7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  70. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  71. 0324876 ext2: trivial fix to comment for ext2_free_blocks by Wang Sheng-Hui · 12 years ago
  72. b8a9f9e userns: Convert ext2 to use kuid/kgid where appropriate. by Eric W. Biederman · 12 years ago
  73. aa9e939 ext2: remove the redundant comment for ext2_export_ops by Wang Sheng-Hui · 12 years ago
  74. e2a3fde ext2: Remove i_mutex use from ext2_quota_write() by Jan Kara · 12 years ago
  75. 26fe575 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 12 years ago
  76. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  77. f72cf5e ext2: do not register write_super within VFS by Artem Bityutskiy · 12 years ago
  78. b838ec2 ext2: Remove s_dirt handling by Jan Kara · 12 years ago
  79. f2b2242 ext2: write superblock only once on unmount by Artem Bityutskiy · 12 years ago
  80. f7699f2 migrate ext2_fs.h guts to fs/ext2/ext2.h by Al Viro · 12 years ago
  81. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  82. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  83. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 12 years ago
  84. d4a23ae ext2: remove the second argument of k[un]map_atomic() by Cong Wang · 12 years ago
  85. 34b0784 ext2: protect inode changes in the SETVERSION and SETFLAGS ioctls by Djalal Harouni · 12 years ago
  86. ac69e09 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  87. 302bf2f ext2/3/4: delete unneeded includes of module.h by Paul Gortmaker · 12 years ago
  88. ef6919c ext2: Fix error handling on inode bitmap corruption by Jan Kara · 12 years ago
  89. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 12 years ago
  90. 3ea40bc ext2: propagate umode_t by Al Viro · 13 years ago
  91. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  92. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  93. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  94. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 12 years ago
  95. 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 12 years ago
  96. a561be7 switch a bunch of places to mnt_want_write_file() by Al Viro · 12 years ago
  97. d211858 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  98. 3411664 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 13 years ago
  99. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  100. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago