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