1. 2aec7c5 mbcache: Remove unused features by Andreas Gruenbacher · 14 years ago
  2. 365b181 add f_flags to struct statfs(64) by Christoph Hellwig · 14 years ago
  3. ebabe9a pass a struct path to vfs_statfs by Christoph Hellwig · 14 years ago
  4. 336fb3b update VFS documentation for method changes. by Al Viro · 14 years ago
  5. b70a3e0 All filesystems that need invalidate_inode_buffers() are doing that explicitly by Al Viro · 14 years ago
  6. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  7. 45321ac Make ->drop_inode() just return whether inode needs to be dropped by Al Viro · 14 years ago
  8. 3014083 fs/inode.c:clear_inode() is gone by Al Viro · 14 years ago
  9. 644da59 fs/inode.c:evict() doesn't care about delete vs. non-delete paths now by Al Viro · 14 years ago
  10. 07958f9 ->delete_inode() is gone by Al Viro · 14 years ago
  11. 0930fcc convert ext4 to ->evict_inode() by Al Viro · 14 years ago
  12. 7da08fd convert logfs to ->evict_inode() by Al Viro · 14 years ago
  13. 8e22c1a logfs: get rid of magical inodes by Al Viro · 14 years ago
  14. 6fd1e5c convert nilfs2 to ->evict_inode() by Al Viro · 14 years ago
  15. 4ec70c9 convert exofs to ->evict_inode() by Al Viro · 14 years ago
  16. 845a2cc convert reiserfs to ->evict_inode() by Al Viro · 14 years ago
  17. bd55597 convert btrfs to ->evict_inode() by Al Viro · 14 years ago
  18. d5c1515 switch gfs2 to ->evict_inode() by Al Viro · 14 years ago
  19. 066d92d convert ocfs2 to ->evict_inode() by Al Viro · 14 years ago
  20. 94ee849 switch ncpfs to ->evict_inode() by Al Viro · 14 years ago
  21. 3aac2b6 switch udf to ->evict_inode() by Al Viro · 14 years ago
  22. d640e1b switch ubifs to ->evict_inode() by Al Viro · 14 years ago
  23. 62aff86 switch jfs to ->evict_inode() by Al Viro · 14 years ago
  24. ea54400 switch hpfs to ->evict_inode() by Al Viro · 14 years ago
  25. 33b0daa switch hppfs to ->evict_inode() by Al Viro · 14 years ago
  26. f8ad850 try to get rid of races in hostfs open() by Al Viro · 14 years ago
  27. f8d7e18 leak in hostfs_unlink() by Al Viro · 14 years ago
  28. e919305 hostfs: fix races in dentry_name() and inode_name() by Al Viro · 14 years ago
  29. c103135 new helper: __dentry_path() by Al Viro · 14 years ago
  30. d0352d3 hostfs: sanitize symlinks by Al Viro · 14 years ago
  31. c532222 hostfs: get rid of inode_dentry_name() by Al Viro · 14 years ago
  32. 4754b82 hostfs: get rid of file_type(), fold init_inode() by Al Viro · 14 years ago
  33. 39b743c switch stat_file() to passing a single struct rather than fsckloads of pointers by Al Viro · 14 years ago
  34. 5e2df28 hostfs: pass pathname to init_inode() by Al Viro · 14 years ago
  35. 52b209f7 get rid of hostfs_read_inode() by Al Viro · 14 years ago
  36. 601d2c3 hostfs: don't keep a field in each inode when we are using it only in root by Al Viro · 14 years ago
  37. e971a6d stop icache pollution in hostfs, switch to ->evict_inode() by Al Viro · 14 years ago
  38. f053ddd switch affs to ->evict_inode() by Al Viro · 14 years ago
  39. 69c9e75 switch omfs to ->evict_inode() by Al Viro · 14 years ago
  40. 9df2f85 switch bfs to ->evict_inode(), clean up by Al Viro · 14 years ago
  41. ac14a95 convert ext3 to ->evict_inode() by Al Viro · 14 years ago
  42. 0f3f63a spufs conversion to ->evict_inode() by Al Viro · 14 years ago
  43. 58e8268 switch ufs to ->evict_inode() by Al Viro · 14 years ago
  44. deee3ce covert fatfs to ->evict_inode() by Al Viro · 14 years ago
  45. d3b4f9a switch smbfs to evict_inode() by Al Viro · 14 years ago
  46. d299ead switch sysv to ->evict_inode() by Al Viro · 14 years ago
  47. 1f895f7 switch shmem.c to ->evice_inode() by Al Viro · 14 years ago
  48. 6d8af64 switch mqueue to ->evict_inode() by Al Viro · 14 years ago
  49. 72edc4d merge ext2 delete_inode and clear_inode, switch to ->evict_inode() by Al Viro · 14 years ago
  50. 3937871 Don't dirty the victim in ext2_xattr_delete_inode() by Al Viro · 14 years ago
  51. addacc7 Take dirtying the inode to callers of ext2_free_blocks() by Al Viro · 14 years ago
  52. 3889717 ext2: switch to dquot_free_block_nodirty() by Al Viro · 14 years ago
  53. 5ccb4a7 switch minix to ->evict_inode(), fix write_inode/delete_inode race by Al Viro · 14 years ago
  54. 01cd9fe switch sysfs to ->evict_inode() by Al Viro · 14 years ago
  55. 8267952 switch procfs to ->evict_inode() by Al Viro · 14 years ago
  56. 77b8a75 simplify get_cramfs_inode() by Al Viro · 14 years ago
  57. b69257f switch hypfs to ->evict_inode() by Al Viro · 14 years ago
  58. b0683aa new helper: end_writeback() by Al Viro · 14 years ago
  59. 661074e Take ->i_bdev/->i_cdev handling out of clear_inode() by Al Viro · 14 years ago
  60. c628731 generic_detach_inode() can be static now by Al Viro · 14 years ago
  61. 2bbbda3 switch hugetlbfs to ->evict_inode() by Al Viro · 14 years ago
  62. be7ce41 New method - evict_inode() by Al Viro · 14 years ago
  63. b4272d4 unify fs/inode.c callers of clear_inode() by Al Viro · 14 years ago
  64. a4ffdde simplify checks for I_CLEAR/I_FREEING by Al Viro · 14 years ago
  65. b5fc510 get rid of file_fsync() by Al Viro · 14 years ago
  66. fa9b227 xfs: new truncate sequence by Christoph Hellwig · 14 years ago
  67. 2f246fd exofs: New truncate sequence by Boaz Harrosh · 14 years ago
  68. 41cce64 jffs2: don't open-code iget_failed() by Al Viro · 14 years ago
  69. 1e23173 update documentation for the new truncate sequence by Christoph Hellwig · 14 years ago
  70. 2c27c65 check ATTR_SIZE contraints in inode_change_ok by Christoph Hellwig · 14 years ago
  71. db78b87 always call inode_change_ok early in ->setattr by Christoph Hellwig · 14 years ago
  72. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  73. eef2380 default to simple_setattr by Christoph Hellwig · 14 years ago
  74. 6a1a90a rename generic_setattr by Christoph Hellwig · 14 years ago
  75. d39aae9 add missing setattr methods by Christoph Hellwig · 14 years ago
  76. 155130a get rid of block_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  77. 6e1db88 introduce __block_write_begin by Christoph Hellwig · 14 years ago
  78. f4e420d clean up write_begin usage for directories in pagecache by Christoph Hellwig · 14 years ago
  79. 282dc17 get rid of cont_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  80. ea0f04e get rid of nobh_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  81. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  82. 2562495 fix leak in __logfs_create() by Al Viro · 14 years ago
  83. 0e4f6a7 Fix reiserfs_file_release() by Al Viro · 14 years ago
  84. 918377b missing include in hppfs by Al Viro · 14 years ago
  85. 005a59e Deal with missing exports for hostfs by Al Viro · 15 years ago
  86. 94597ab iwlagn: fix rts cts protection by Johannes Berg · 14 years ago
  87. fe100ac cfg80211: fix locking in action frame TX by Johannes Berg · 14 years ago
  88. a9fda88 libertas: fix build break by including linux/sched.h by John W. Linville · 14 years ago
  89. 2190a1e zorro: Fix reading of proc/bus/zorro/* in small chunks by Geert Uytterhoeven · 14 years ago
  90. d50ac46 zorro: BKL removal by Geert Uytterhoeven · 14 years ago
  91. d643e2d m68k/mac: Fix RTC on PMU machines by Finn Thain · 14 years ago
  92. 1b46010 m68k/mac: Add color classic ii support by Finn Thain · 14 years ago
  93. 2b9e12d arch/m68k/sun3/leds.c: Checkpatch cleanup by Andrea Gelmini · 14 years ago
  94. 21edad3 ecryptfs: dont call lookup_one_len to avoid NULL nameidata by Lino Sanfilippo · 14 years ago
  95. aa40d6b drm/i915: Set up a render context on Ironlake by Zou Nan hai · 14 years ago
  96. 1cafd34 drm/i915 invalidate indirect state pointers at end of ring exec by Zou Nan hai · 14 years ago
  97. ceeab92 fs/ecryptfs/file.c: introduce missing free by Julia Lawall · 14 years ago
  98. e78d73b drm/i915: Wake-up wait_request() from elapsed hang-check (v2) by Chris Wilson · 14 years ago
  99. 6eeefaf drm/i915: Apply i830 errata for cursor alignment by Chris Wilson · 14 years ago
  100. 560b85b drm/i915: Only update i845/i865 CURBASE when disabled (v2) by Chris Wilson · 14 years ago