1. 4427f0c repair bfs_write_inode(), switch bfs to simple_fsync() by Al Viro · 15 years ago
  2. 224c886 Fix adfs GET_FRAG_ID() on big-endian by Al Viro · 15 years ago
  3. ffdc906 repair adfs ->write_inode(), switch to simple_fsync() by Al Viro · 15 years ago
  4. bea6b64 switch omfs to simple_fsync() by Al Viro · 15 years ago
  5. 90de066 switch udf to simple_fsync() by Al Viro · 15 years ago
  6. a932801 switch ufs to simple_fsync() by Al Viro · 15 years ago
  7. 05459ca repair sysv_write_inode(), switch sysv to simple_fsync() by Al Viro · 15 years ago
  8. 0d7916d switch minix to simple_fsync() by Al Viro · 15 years ago
  9. e1740a4 switch ext2 to simple_fsync() by Al Viro · 15 years ago
  10. b522412 Sanitize ->fsync() for FAT by Al Viro · 15 years ago
  11. 964f536 fs/qnx4: sanitize includes by Al Viro · 15 years ago
  12. 79d2576 Sanitize qnx4 fsync handling by Al Viro · 15 years ago
  13. d5aacad New helper - simple_fsync() by Al Viro · 15 years ago
  14. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  15. 4195f73 fs: block_dump missing dentry locking by Nick Piggin · 15 years ago
  16. 545b9fd fs: remove incorrect I_NEW warnings by Nick Piggin · 15 years ago
  17. 8688b86 linux/magic.h: move cramfs magic out of cramfs_fs.h by Mike Frysinger · 15 years ago
  18. f950221 xfs: remove ->write_super and stop maintaining ->s_dirt by Christoph Hellwig · 15 years ago
  19. 13205fb ntfs: remove old debug check for dirty data in ntfs_put_super() by Jens Axboe · 15 years ago
  20. 28ad0c1 fs: Rearrange inode structure elements to avoid waste due to padding by Theodore Ts'o · 15 years ago
  21. 9fd5746 fs: Remove i_cindex from struct inode by Theodore Ts'o · 15 years ago
  22. ebc1ac1 ->write_super lock_super pushdown by Christoph Hellwig · 15 years ago
  23. 01ba687 jffs2: move jffs2_write_super to super.c by Christoph Hellwig · 15 years ago
  24. 4aa98cf Push BKL down into do_remount_sb() by Al Viro · 15 years ago
  25. 7f78d4c Push BKL down beyond VFS-only parts of do_mount() by Al Viro · 15 years ago
  26. 6fac98d Push BKL into do_mount() by Al Viro · 15 years ago
  27. bbd6851 Push lock_super() into the ->remount_fs() of filesystems that care about it by Al Viro · 15 years ago
  28. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  29. a9e220f No need to do lock_super() for exclusion in generic_shutdown_super() by Al Viro · 15 years ago
  30. 62c6943 Trim a bit of crap from fs.h by Al Viro · 15 years ago
  31. 443b94b Make sure that all callers of remount hold s_umount exclusive by Al Viro · 15 years ago
  32. 5af7926 enforce ->sync_fs is only called for rw superblock by Christoph Hellwig · 15 years ago
  33. e500475 cleanup sync_supers by Christoph Hellwig · 15 years ago
  34. f3da392 dcache: extrace and use d_unlinked() by Alexey Dobriyan · 15 years ago
  35. 8c85e12 remove ->write_super call in generic_shutdown_super by Christoph Hellwig · 15 years ago
  36. 517bfae qnx4: remove ->write_super by Christoph Hellwig · 15 years ago
  37. 94cb993 ocfs2: remove ->write_super and stop maintaining ->s_dirt by Christoph Hellwig · 15 years ago
  38. b7d245d gfs2: remove ->write_super and stop maintaining ->s_dirt by Christoph Hellwig · 15 years ago
  39. ca41f7b ext3: remove ->write_super and stop maintaining ->s_dirt by Christoph Hellwig · 15 years ago
  40. 59d697b btrfs: remove ->write_super and stop maintaining ->s_dirt by Christoph Hellwig · 15 years ago
  41. c3f8a40 quota: Introduce writeout_quota_sb() (version 4) by Jan Kara · 15 years ago
  42. 850b201 quota: cleanup dquota sync functions (version 4) by Christoph Hellwig · 15 years ago
  43. 60b0680 vfs: Rename fsync_super() to sync_filesystem() (version 4) by Jan Kara · 15 years ago
  44. c15c54f vfs: Move syncing code from super.c to sync.c (version 4) by Jan Kara · 15 years ago
  45. 5cee581 vfs: Make sys_sync() use fsync_super() (version 4) by Jan Kara · 15 years ago
  46. 429479f vfs: Make __fsync_super() a static function (version 4) by Jan Kara · 15 years ago
  47. bfe8812 vfs: Call ->sync_fs() even if s_dirt is 0 (version 4) by Jan Kara · 15 years ago
  48. 5a3e5cb vfs: Fix sys_sync() and fsync_super() reliability (version 4) by Jan Kara · 15 years ago
  49. 876a9f7 remove s_async_list by Christoph Hellwig · 15 years ago
  50. 864d7c4 fs: move mark_files_ro into file_table.c by npiggin@suse.de · 15 years ago
  51. 96029c4 fs: introduce mnt_clone_write by npiggin@suse.de · 15 years ago
  52. d3ef3d7 fs: mnt_want_write speedup by npiggin@suse.de · 15 years ago
  53. 3174c21 Move junk from proc_fs.h to fs/proc/internal.h by Al Viro · 16 years ago
  54. 1c755af switch lookup_mnt() by Al Viro · 15 years ago
  55. 79ed022 switch follow_mount() by Al Viro · 15 years ago
  56. 9393bd0 switch follow_down() by Al Viro · 15 years ago
  57. 589ff87 Switch collect_mounts() to struct path by Al Viro · 15 years ago
  58. bab77eb switch follow_up() to struct path by Al Viro · 15 years ago
  59. e64c390 switch rqst_exp_parent() by Al Viro · 15 years ago
  60. 91c9fa8 switch rqst_exp_get_by_name() by Al Viro · 15 years ago
  61. 5bf3bd2 switch exp_parent() to struct path by Al Viro · 15 years ago
  62. 55430e2 nfsd struct path use: exp_get_by_name() by Al Viro · 15 years ago
  63. dd5cae6 Don't bother with check_mnt() in do_add_mount() on shrinkable ones by Al Viro · 16 years ago
  64. 5b85711 Make vfs_path_lookup() use starting point as root by Al Viro · 16 years ago
  65. 2a73787 Cache root in nameidata by Al Viro · 16 years ago
  66. 9b4a9b1 Preparations to caching root in path_walk() by Al Viro · 16 years ago
  67. 4e44b68 Get rid of path_lookup in autofs4 by Al Viro · 16 years ago
  68. 7342281 reiserfs: allow exposing privroot w/ xattrs enabled by Jeff Mahoney · 15 years ago
  69. 10f52dd Merge commit 'jwb/next' into next by Benjamin Herrenschmidt · 15 years ago
  70. 17d0cdf net: ntohs() misuse by Eric Dumazet · 15 years ago
  71. 3ee40c3 Merge branch 'linux-2.6.31.y' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimax by David S. Miller · 15 years ago
  72. 24992ea netfilter: ip_tables: fix build error by Patrick McHardy · 15 years ago
  73. 8c5dd8f x86: handle initrd that extends into unusable memory by Yinghai Lu · 15 years ago
  74. 35fd035 Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfs by Felix Blyakher · 15 years ago
  75. 0d59597 Merge branch 'linus' into x86/mce3 by Ingo Molnar · 15 years ago
  76. a525890 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  77. 3bb66d7 Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 15 years ago
  78. ca8cbc8 [ARM] 5552/1: ep93xx get_uart_rate(): use EP93XX_SYSCON_PWRCNT and EP93XX_SYSCON_PWRCN by Matthias Kaehlcke · 15 years ago
  79. 512626a Merge branch 'for-linus' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  80. 8a1ca8c Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  81. b640f04 Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 15 years ago
  82. 26a28fa add generic lib/checksum.c by Arnd Bergmann · 15 years ago
  83. eed417d asm-generic: add a generic uaccess.h by Arnd Bergmann · 15 years ago
  84. 5c01b46 asm-generic: add generic NOMMU versions of some headers by Arnd Bergmann · 15 years ago
  85. 3f7e212 asm-generic: add generic atomic.h and io.h by Arnd Bergmann · 15 years ago
  86. ae49e80 asm-generic: add legacy I/O header files by Arnd Bergmann · 15 years ago
  87. aafe4db asm-generic: add generic versions of common headers by Arnd Bergmann · 15 years ago
  88. 9858c60 asm-generic: make bitops.h usable by Arnd Bergmann · 15 years ago
  89. d7c4f1b asm-generic: make pci.h usable directly by Arnd Bergmann · 15 years ago
  90. 3aef392 asm-generic: make get_rtc_time overridable by Arnd Bergmann · 15 years ago
  91. 5b17e1c asm-generic: rename page.h and uaccess.h by Arnd Bergmann · 15 years ago
  92. 72099ed asm-generic: rename atomic.h to atomic-long.h by Arnd Bergmann · 15 years ago
  93. e64a161 asm-generic: add a generic unistd.h by Arnd Bergmann · 15 years ago
  94. 6103ec5 asm-generic: add generic ABI headers by Arnd Bergmann · 15 years ago
  95. 2864d32 asm-generic: add generic sysv ipc headers by Arnd Bergmann · 15 years ago
  96. c31ae4b asm-generic: introduce asm/bitsperlong.h by Arnd Bergmann · 15 years ago
  97. 63b852a asm-generic: rename termios.h, signal.h and mman.h by Arnd Bergmann · 15 years ago
  98. a092ee2 fsnotify: allow groups to set freeing_mark to null by Eric Paris · 15 years ago
  99. e42e277 inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILD by Eric Paris · 15 years ago
  100. ce61856 dnotify: do not bother to lock entry->lock when reading mask by Eric Paris · 15 years ago