1. a7963eb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  2. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  3. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  4. f294d3e ext3: explicitly remove inode from orphan list after failed direct io by Eric Sandeen · 10 years ago
  5. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  6. 2299432 ext3: Speedup WB_SYNC_ALL pass by Jan Kara · 10 years ago
  7. d680104 ext3: Update outdated comment before ext3_ordered_writepage() by Jan Kara · 10 years ago
  8. 99128ad ext3: Update PF_MEMALLOC handling in ext3_write_inode() by Jan Kara · 10 years ago
  9. e878167 ext2/3: use prandom_u32() instead of get_random_bytes() by ZhangZhen · 10 years ago
  10. 4ddb987 ext3: remove an unneeded check in ext3_new_blocks() by Dan Carpenter · 10 years ago
  11. f8cb556 ext3: remove unneeded check in ext3_ordered_writepage() by Dan Carpenter · 10 years ago
  12. 7d6c2113 fs: Mark function as static in ext3/xattr_security.c by Rashika Kheria · 10 years ago
  13. 8ccb154 fs: Mark function as static in ext3/dir.c by Rashika Kheria · 10 years ago
  14. 1da8b82 ext3: Add __init macro to init_inodecache by Fabian Frederick · 10 years ago
  15. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  16. 64e178a ext2/3/4: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  17. 37bc153 fs: make posix_acl_create more useful by Christoph Hellwig · 11 years ago
  18. 5bf3258 fs: make posix_acl_chmod more useful by Christoph Hellwig · 11 years ago
  19. ed8f686 fs-ext3-use-rbtree-postorder-iteration-helper-instead-of-opencoding-fix by Andrew Morton · 10 years ago
  20. b1c8047 fs/ext3: use rbtree postorder iteration helper instead of opencoding by Cody P Schafer · 10 years ago
  21. a301245 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  22. 2046fd1 ext3: Count journal as bsddf overhead in ext3_statfs by Eric Sandeen · 11 years ago
  23. 43ae9e3 ext[34]: fix double put in tmpfile by Miklos Szeredi · 11 years ago
  24. ec0ad73 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  25. 70261f5 ext4: Fix misspellings using 'codespell' tool by Anatol Pomozov · 11 years ago
  26. cf7eff4 ext3: allow specifying external journal by pathname mount option by Eric Sandeen · 11 years ago
  27. dda5690 ext3: fix a BUG when opening a file with O_TMPFILE flag by Zheng Liu · 11 years ago
  28. 1f792dd Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  29. 3df3219 ext3: Fix fsync error handling after filesystem abort. by Dmitry Monakhov · 11 years ago
  30. b459722 mm: vmscan: take page buffers dirty and locked state into account by Mel Gorman · 11 years ago
  31. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  32. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  33. 64cb927 ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree() by Al Viro · 11 years ago
  34. e6bbef9 ext3 ->tmpfile() support by Al Viro · 11 years ago
  35. 5ded75e [readdir] convert ext3 by Al Viro · 11 years ago
  36. d8c8900 jbd: change journal_invalidatepage() to accept length by Lukas Czerner · 11 years ago
  37. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  38. 5af43c2 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  39. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  40. 4385bab make blkdev_put() return void by Al Viro · 11 years ago
  41. 14a9e5c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  42. 713685111 mm: make snapshotting pages for stable writes a per-bio operation by Darrick J. Wong · 11 years ago
  43. e643692 ext3: fix data=journal fast mount/umount hang by Jan Kara · 11 years ago
  44. 8d0c2d1 ext3: Fix format string issues by Lars-Peter Clausen · 11 years ago
  45. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  46. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  47. bbbd27e Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  48. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  49. ffecfd1 block: optionally snapshot page contents to provide stable pages during write by Darrick J. Wong · 11 years ago
  50. c04e88e Ext3: return ENOMEM rather than EIO if sb_getblk fails by Wang Shilong · 11 years ago
  51. 1b7d76e Ext3: use unlikely to improve the efficiency of the kernel by Wang Shilong · 11 years ago
  52. 61f43e6 Ext3: add necessary check in case IO error happens by Wang Shilong · 11 years ago
  53. f56426a ext3: Fix memory leak when quota options are specified multiple times by Jan Kara · 11 years ago
  54. 306a749 ext3, ext4, ocfs2: remove unused macro NAMEI_RA_INDEX by Guo Chao · 12 years ago
  55. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
  56. 4789775 ext3: drop if around WARN_ON by Julia Lawall · 12 years ago
  57. 195c0f9 ext3: get rid of the duplicate code on ext3_fill_super by Zhao Hongjiang · 12 years ago
  58. ae49eee ext3: Avoid underflow of in ext3_trim_fs() by Lukas Czerner · 12 years ago
  59. 5d5c5dc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  60. 67e2c19 ext3: drop lock/unlock super by Marco Stornelli · 12 years ago
  61. 66415f6 ext3: fix return values on parse_options() failure by Zhao Hongjiang · 12 years ago
  62. c3d59ad ext3: ext3_bread usage audit by Carlos Maiolino · 12 years ago
  63. aa96601 ext3: fix possible non-initialized variable on htree_dirblock_to_tree() by Carlos Maiolino · 12 years ago
  64. e1cc485 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  65. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  66. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  67. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  68. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  69. 4c376dc userns: Convert struct dquot dq_id to be a struct kqid by Eric W. Biederman · 12 years ago
  70. af84df9 userns: Convert extN to support kuids and kgids in posix acls by Eric W. Biederman · 12 years ago
  71. 5f3a4a2 userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr by Eric W. Biederman · 12 years ago
  72. 76f59b3 ext3: Replace 0 with NULL for pointer in super.c file by Sachin Kamat · 12 years ago
  73. e423010 ext3: don't clear orphan list on ro mount with errors by Eric Sandeen · 12 years ago
  74. 156bddd ext3: Fix fdatasync() for files with only i_size changes by Jan Kara · 12 years ago
  75. 4907cb7 treewide: fix comment/printk/variable typos by Anatol Pomozov · 12 years ago
  76. d3009c6 ext3: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  77. 10d4708 ext3: use memweight() by Akinobu Mita · 12 years ago
  78. 08d9329 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  79. 8fc37ec don't expose I_NEW inodes via dentry->d_inode by Al Viro · 12 years ago
  80. de9b942 ext3: pass custom EOF to generic_file_llseek_size() by Eric Sandeen · 12 years ago
  81. e8b96eb vfs: allow custom EOF in generic_file_llseek code by Eric Sandeen · 12 years ago
  82. a117782 quota: Move quota syncing to ->sync_fs method by Jan Kara · 12 years ago
  83. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  84. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  85. 44f4f72 ext3: Check return value of blkdev_issue_flush() by Jan Kara · 12 years ago
  86. f007dbf ext3: force ro mount if ext3_setup_super() fails by Eric Sandeen · 12 years ago
  87. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  88. ece78b7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  89. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  90. 1523299 userns: Convert ext3 to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  91. d7dab39 ext3: return 32/64-bit dir name hash according to usage type by Eric Sandeen · 12 years ago
  92. 905c393 ext3: Remove i_mutex use from ext3_quota_write() by Jan Kara · 12 years ago
  93. 26fe575 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 12 years ago
  94. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  95. ac0dd24 ext3: remove max_debt in find_group_orlov() by Akira Fujita · 12 years ago
  96. 4613ad1 ext3: move headers to fs/ext3/ by Al Viro · 12 years ago
  97. 9a7259d Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  98. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  99. e703c20 ext3: fix start and len arguments handling in ext3_trim_fs() by Lukas Czerner · 12 years ago
  100. ac1334b ext3: Update ctime in ext3_splice_branch() only when needed by Kazuya Mio · 12 years ago