1. 72b4357 ext2: fix a typo on comment in ext2/inode.c by Namhyung Kim · 14 years ago
  2. 0c6d7d5 fs/ecryptfs: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  3. 8209e2f fs/seq_file.c: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  4. 817f2c8 Fix various typos of valid in comments by Nikanth Karthikesan · 14 years ago
  5. 6396fc3 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  6. aca0fa3 jfs: don't allow os2 xattr namespace overlap with others by Dave Kleikamp · 14 years ago
  7. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  8. fc385c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  9. 7233e39 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  10. 26df6d1 tty: Add EXTPROC support for LINEMODE by hyc@symas.com · 14 years ago
  11. 26b5563 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 14 years ago
  12. e8a89ce Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 14 years ago
  13. 8196867 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bcopeland/omfs by Linus Torvalds · 14 years ago
  14. 8c8946f Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  15. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  16. fb8231a Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  17. 85c9fe8 vfs: fix warning: 'dirent' is used uninitialized in this function by Kevin Winchester · 14 years ago
  18. 7624ee7 mm: avoid resetting wb_start after each writeback round by Jan Kara · 14 years ago
  19. 51b1bd2 oom: deprecate oom_adj tunable by David Rientjes · 14 years ago
  20. a63d83f oom: badness heuristic rewrite by David Rientjes · 14 years ago
  21. 74bcbf4 oom: move badness() declaration into oom.h by Andrew Morton · 14 years ago
  22. 26ebc98 oom: /proc/<pid>/oom_score treat kernel thread honestly by KOSAKI Motohiro · 14 years ago
  23. dca3325 no need for list_for_each_entry_safe()/resetting with superblock list by Al Viro · 14 years ago
  24. 7a4dec5 Fix sget() race with failing mount by Al Viro · 14 years ago
  25. 4f331f0 vfs: don't hold s_umount over close_bdev_exclusive() call by Tejun Heo · 14 years ago
  26. 719f2c8 sysv: do not mark superblock dirty on remount by Artem Bityutskiy · 14 years ago
  27. 315671f sysv: do not mark superblock dirty on mount by Artem Bityutskiy · 14 years ago
  28. 696ac96 btrfs: remove junk sb_dirt change by Artem Bityutskiy · 14 years ago
  29. 4e29d50 BFS: clean up the superblock usage by Artem Bityutskiy · 14 years ago
  30. 7435d50 AFFS: wait for sb synchronization when needed by Artem Bityutskiy · 14 years ago
  31. 669d5f1 AFFS: clean up dirty flag usage by Artem Bityutskiy · 14 years ago
  32. 1b94746 cifs: truncate fallout by Christoph Hellwig · 14 years ago
  33. e566d48 mbcache: fix shrinker function return value by Andreas Gruenbacher · 14 years ago
  34. 2aec7c5 mbcache: Remove unused features by Andreas Gruenbacher · 14 years ago
  35. 365b181 add f_flags to struct statfs(64) by Christoph Hellwig · 14 years ago
  36. ebabe9a pass a struct path to vfs_statfs by Christoph Hellwig · 14 years ago
  37. b70a3e0 All filesystems that need invalidate_inode_buffers() are doing that explicitly by Al Viro · 14 years ago
  38. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  39. 45321ac Make ->drop_inode() just return whether inode needs to be dropped by Al Viro · 14 years ago
  40. 3014083 fs/inode.c:clear_inode() is gone by Al Viro · 14 years ago
  41. 644da59 fs/inode.c:evict() doesn't care about delete vs. non-delete paths now by Al Viro · 14 years ago
  42. 07958f9 ->delete_inode() is gone by Al Viro · 14 years ago
  43. 0930fcc convert ext4 to ->evict_inode() by Al Viro · 14 years ago
  44. 7da08fd convert logfs to ->evict_inode() by Al Viro · 14 years ago
  45. 8e22c1a logfs: get rid of magical inodes by Al Viro · 14 years ago
  46. 6fd1e5c convert nilfs2 to ->evict_inode() by Al Viro · 14 years ago
  47. 4ec70c9 convert exofs to ->evict_inode() by Al Viro · 14 years ago
  48. 845a2cc convert reiserfs to ->evict_inode() by Al Viro · 14 years ago
  49. bd55597 convert btrfs to ->evict_inode() by Al Viro · 14 years ago
  50. d5c1515 switch gfs2 to ->evict_inode() by Al Viro · 14 years ago
  51. 066d92d convert ocfs2 to ->evict_inode() by Al Viro · 14 years ago
  52. 94ee849 switch ncpfs to ->evict_inode() by Al Viro · 14 years ago
  53. 3aac2b6 switch udf to ->evict_inode() by Al Viro · 14 years ago
  54. d640e1b switch ubifs to ->evict_inode() by Al Viro · 14 years ago
  55. 62aff86 switch jfs to ->evict_inode() by Al Viro · 14 years ago
  56. ea54400 switch hpfs to ->evict_inode() by Al Viro · 14 years ago
  57. 33b0daa switch hppfs to ->evict_inode() by Al Viro · 14 years ago
  58. f8ad850 try to get rid of races in hostfs open() by Al Viro · 14 years ago
  59. f8d7e18 leak in hostfs_unlink() by Al Viro · 14 years ago
  60. e919305 hostfs: fix races in dentry_name() and inode_name() by Al Viro · 14 years ago
  61. c103135 new helper: __dentry_path() by Al Viro · 14 years ago
  62. d0352d3 hostfs: sanitize symlinks by Al Viro · 14 years ago
  63. c532222 hostfs: get rid of inode_dentry_name() by Al Viro · 14 years ago
  64. 4754b82 hostfs: get rid of file_type(), fold init_inode() by Al Viro · 14 years ago
  65. 39b743c switch stat_file() to passing a single struct rather than fsckloads of pointers by Al Viro · 14 years ago
  66. 5e2df28 hostfs: pass pathname to init_inode() by Al Viro · 14 years ago
  67. 52b209f get rid of hostfs_read_inode() by Al Viro · 14 years ago
  68. 601d2c3 hostfs: don't keep a field in each inode when we are using it only in root by Al Viro · 14 years ago
  69. e971a6d stop icache pollution in hostfs, switch to ->evict_inode() by Al Viro · 14 years ago
  70. f053ddd switch affs to ->evict_inode() by Al Viro · 14 years ago
  71. 69c9e75 switch omfs to ->evict_inode() by Al Viro · 14 years ago
  72. 9df2f85 switch bfs to ->evict_inode(), clean up by Al Viro · 14 years ago
  73. ac14a95 convert ext3 to ->evict_inode() by Al Viro · 14 years ago
  74. 58e8268 switch ufs to ->evict_inode() by Al Viro · 14 years ago
  75. deee3ce covert fatfs to ->evict_inode() by Al Viro · 14 years ago
  76. d3b4f9a switch smbfs to evict_inode() by Al Viro · 14 years ago
  77. d299ead switch sysv to ->evict_inode() by Al Viro · 14 years ago
  78. 72edc4d merge ext2 delete_inode and clear_inode, switch to ->evict_inode() by Al Viro · 14 years ago
  79. 3937871 Don't dirty the victim in ext2_xattr_delete_inode() by Al Viro · 14 years ago
  80. addacc7 Take dirtying the inode to callers of ext2_free_blocks() by Al Viro · 14 years ago
  81. 3889717 ext2: switch to dquot_free_block_nodirty() by Al Viro · 14 years ago
  82. 5ccb4a7 switch minix to ->evict_inode(), fix write_inode/delete_inode race by Al Viro · 14 years ago
  83. 01cd9fe switch sysfs to ->evict_inode() by Al Viro · 14 years ago
  84. 8267952 switch procfs to ->evict_inode() by Al Viro · 14 years ago
  85. 77b8a75 simplify get_cramfs_inode() by Al Viro · 14 years ago
  86. b0683aa new helper: end_writeback() by Al Viro · 14 years ago
  87. 661074e Take ->i_bdev/->i_cdev handling out of clear_inode() by Al Viro · 14 years ago
  88. c628731 generic_detach_inode() can be static now by Al Viro · 14 years ago
  89. 2bbbda3 switch hugetlbfs to ->evict_inode() by Al Viro · 14 years ago
  90. be7ce41 New method - evict_inode() by Al Viro · 14 years ago
  91. b4272d4 unify fs/inode.c callers of clear_inode() by Al Viro · 14 years ago
  92. a4ffdde simplify checks for I_CLEAR/I_FREEING by Al Viro · 15 years ago
  93. b5fc510 get rid of file_fsync() by Al Viro · 14 years ago
  94. fa9b227 xfs: new truncate sequence by Christoph Hellwig · 14 years ago
  95. 2f246fd exofs: New truncate sequence by Boaz Harrosh · 14 years ago
  96. 41cce64 jffs2: don't open-code iget_failed() by Al Viro · 14 years ago
  97. 2c27c65 check ATTR_SIZE contraints in inode_change_ok by Christoph Hellwig · 14 years ago
  98. db78b87 always call inode_change_ok early in ->setattr by Christoph Hellwig · 14 years ago
  99. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  100. eef2380 default to simple_setattr by Christoph Hellwig · 14 years ago