1. 7ba3ec5 ext2: Fix fs corruption in ext2_get_xip_mem() by Jan Kara · 11 years ago
  2. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  3. 60545d0 [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now... by Al Viro · 11 years ago
  4. 8088629 [readdir] simple local unixlike: switch to ->iterate() by Al Viro · 11 years ago
  5. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  6. c288d29 ext2: Fix BUG_ON in evict() on inode deletion by Jan Kara · 11 years ago
  7. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  8. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  9. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  10. 712ddc5 Ext2: remove the static function release_blocks to optimize the kernel by Wang Shilong · 11 years ago
  11. 8e3dffc Ext2: mark inode dirty after the function dquot_free_block_nodirty is called by Wang Shilong · 11 years ago
  12. 98783e4 Ext2: remove the overhead check about sb in the function ext2_new_blocks by Wang Shilong · 11 years ago
  13. ab6a773 Ext2: return ENOMEM rather than EIO if sb_getblk fails by Wang Shilong · 11 years ago
  14. 2b0542a Ext2: use unlikely to improve the efficiency of the kernel by Wang Shilong · 11 years ago
  15. 8d8759e Ext2: free memory allocated and forget buffer head when io error happens by Wang Shilong · 11 years ago
  16. ae2cf42 ext2: fix return values on parse_options() failure by Zhao Hongjiang · 12 years ago
  17. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  18. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  19. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  20. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  21. af84df9 userns: Convert extN to support kuids and kgids in posix acls by Eric W. Biederman · 12 years ago
  22. 5f3a4a2 userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr by Eric W. Biederman · 12 years ago
  23. 4907cb7 treewide: fix comment/printk/variable typos by Anatol Pomozov · 12 years ago
  24. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  25. 1e8b212 ext2: Implement freezing by Jan Kara · 12 years ago
  26. ecd0afa ext2: use memweight() by Akinobu Mita · 12 years ago
  27. 08d9329 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  28. 8fc37ec don't expose I_NEW inodes via dentry->d_inode by Al Viro · 12 years ago
  29. a117782 quota: Move quota syncing to ->sync_fs method by Jan Kara · 12 years ago
  30. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  31. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  32. e124a32 ext2: cleanup the confused goto label by Wanlong Gao · 12 years ago
  33. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  34. ece78b7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  35. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  36. 0324876 ext2: trivial fix to comment for ext2_free_blocks by Wang Sheng-Hui · 12 years ago
  37. b8a9f9e userns: Convert ext2 to use kuid/kgid where appropriate. by Eric W. Biederman · 12 years ago
  38. aa9e939 ext2: remove the redundant comment for ext2_export_ops by Wang Sheng-Hui · 12 years ago
  39. e2a3fde ext2: Remove i_mutex use from ext2_quota_write() by Jan Kara · 12 years ago
  40. 26fe575 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 12 years ago
  41. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  42. f72cf5e ext2: do not register write_super within VFS by Artem Bityutskiy · 12 years ago
  43. b838ec2 ext2: Remove s_dirt handling by Jan Kara · 12 years ago
  44. f2b2242 ext2: write superblock only once on unmount by Artem Bityutskiy · 12 years ago
  45. f7699f2 migrate ext2_fs.h guts to fs/ext2/ext2.h by Al Viro · 12 years ago
  46. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  47. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  48. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 12 years ago
  49. d4a23ae ext2: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  50. 34b0784 ext2: protect inode changes in the SETVERSION and SETFLAGS ioctls by Djalal Harouni · 12 years ago
  51. ac69e09 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  52. 302bf2f ext2/3/4: delete unneeded includes of module.h by Paul Gortmaker · 12 years ago
  53. ef6919c ext2: Fix error handling on inode bitmap corruption by Jan Kara · 13 years ago
  54. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  55. 3ea40bc ext2: propagate umode_t by Al Viro · 13 years ago
  56. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  57. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  58. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  59. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  60. 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 13 years ago
  61. a561be7 switch a bunch of places to mnt_want_write_file() by Al Viro · 13 years ago
  62. d211858 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  63. 3411664 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 13 years ago
  64. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  65. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  66. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  67. f32948d ext2: fix the outdated comment in ext2_nfs_get_inode() by Li Haifeng · 13 years ago
  68. 6e3d6ca fs/ext2/balloc.c: delete useless initialization by Julia Lawall · 13 years ago
  69. 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
  70. 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
  71. d695212 switch posix_acl_equiv_mode() to umode_t * by Al Viro · 13 years ago
  72. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  73. 59ed2bb ext2: remove duplicate 'ext2_get_acl()' define by Linus Torvalds · 13 years ago
  74. 2ac232f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 13 years ago
  75. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  76. 826cae2 kill boilerplates around posix_acl_create_masq() by Al Viro · 13 years ago
  77. bc26ab5 kill boilerplate around posix_acl_chmod_masq() by Al Viro · 13 years ago
  78. e77819e vfs: move ACL cache lookup into generic code by Linus Torvalds · 13 years ago
  79. 03b5bb3 ext2: check xattr name_len before acquiring xattr_sem in ext2_xattr_get by Wang Sheng-Hui · 13 years ago
  80. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  81. aacfc19c fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 13 years ago
  82. 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago
  83. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  84. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  85. 9c2c703 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() by Al Viro · 13 years ago
  86. 9d8f13b security: new security_inode_init_security API adds function callback by Mimi Zohar · 13 years ago
  87. 4e299c1 ext2: fix error msg when mounting fs with too-large blocksize by Robin Dong · 13 years ago
  88. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  89. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  90. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  91. f312eff bitops: remove ext2 non-atomic bitops from asm/bitops.h by Akinobu Mita · 13 years ago
  92. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  93. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  94. e8a80c6 ext2: Fix link count corruption under heavy link+rename load by Josh Hunt · 13 years ago
  95. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  96. e9688f6 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  97. 40c73ab Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 13 years ago
  98. 0ed0cca ext2: Remove redundant unlikely() by Tobias Klauser · 14 years ago
  99. 40a063f ext2: speed up file creates by optimizing rec_len functions by Eric Sandeen · 14 years ago
  100. 1f605b3 ext2: remove dead code in ext2_xattr_get by Wang Sheng-Hui · 13 years ago