1. 4947555 sysv: Add forgotten superblock lock init for v7 fs by Lubomir Rintel · 11 years ago
  2. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  3. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  4. 8088629 [readdir] simple local unixlike: switch to ->iterate() by Al Viro · 11 years ago
  5. fa7614dd fs: Readd the fs module aliases. by Eric W. Biederman · 11 years ago
  6. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  7. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  8. fa4d62a sysv: drop vmtruncate by Marco Stornelli · 12 years ago
  9. c07cb01 sysv: drop lock/unlock super by Marco Stornelli · 12 years ago
  10. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  11. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  12. a726ecc userns: Convert the sysv filesystem to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  13. 9d46be2 fs/sysv: stop using write_super and s_dirt by Artem Bityutskiy · 12 years ago
  14. eee4589 fs/sysv: remove another useless write_super call by Artem Bityutskiy · 12 years ago
  15. a4d05d3 fs/sysv: remove useless write_super call by Artem Bityutskiy · 12 years ago
  16. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  17. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  18. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  19. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  20. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 12 years ago
  21. d8c9584 vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb by Al Viro · 13 years ago
  22. dd716e6 sysv: propagate umode_t by Al Viro · 13 years ago
  23. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  24. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  25. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  26. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  27. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  28. 873ae4d sysv: remove unnecessary dentry_unhash from rmdir, dir rename by Sage Weil · 13 years ago
  29. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  30. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  31. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  32. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  33. 4787d45 sysv: i_nlink races in rename() by Al Viro · 13 years ago
  34. 30304ab switch sysv by Al Viro · 14 years ago
  35. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  36. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  37. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 13 years ago
  38. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  39. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  40. 6d0b545 fs/sysv/super.c: add support for non-PDP11 v7 filesystems by Lubomir Rintel · 14 years ago
  41. 496ee9b8 V7: Adjust sanity checks for some volumes by Lubomir Rintel · 14 years ago
  42. b76212d Add v7 alias by Lubomir Rintel · 14 years ago
  43. 719f2c8 sysv: do not mark superblock dirty on remount by Artem Bityutskiy · 14 years ago
  44. 315671f sysv: do not mark superblock dirty on mount by Artem Bityutskiy · 14 years ago
  45. d299ead switch sysv to ->evict_inode() by Al Viro · 14 years ago
  46. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  47. d39aae9 add missing setattr methods by Christoph Hellwig · 14 years ago
  48. 155130a get rid of block_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  49. 6e1db88 introduce __block_write_begin by Christoph Hellwig · 14 years ago
  50. f4e420d clean up write_begin usage for directories in pagecache by Christoph Hellwig · 14 years ago
  51. 46c23d7 sysvfs: fix NULL deref. when allocating new inode by Lubomir Rintel · 14 years ago
  52. 4c9002d fix fs/sysv s_dirt handling by Al Viro · 14 years ago
  53. 1b061d9 rename the generic fsync implementations by Christoph Hellwig · 14 years ago
  54. 85640bd sysv: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 14 years ago
  55. 404e781 fs/sysv: dereferencing ERR_PTR() by Dan Carpenter · 14 years ago
  56. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  57. 5ac3455 get rid of BKL in fs/sysv by Al Viro · 15 years ago
  58. ad43ffd sysv: add ->sync_fs by Christoph Hellwig · 15 years ago
  59. 05459ca repair sysv_write_inode(), switch sysv to simple_fsync() by Al Viro · 15 years ago
  60. ebc1ac1 ->write_super lock_super pushdown by Christoph Hellwig · 15 years ago
  61. bbd6851 Push lock_super() into the ->remount_fs() of filesystems that care about it by Al Viro · 15 years ago
  62. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  63. 8c85e12 remove ->write_super call in generic_shutdown_super by Christoph Hellwig · 15 years ago
  64. 1c5b454 fs/sysv: return f_fsid for statfs(2) by Coly Li · 15 years ago
  65. e16404e constify dentry_operations: misc filesystems by Al Viro · 15 years ago
  66. 8af915b fs/Kconfig: move sysv out by Alexey Dobriyan · 15 years ago
  67. 21acaf8 sysv: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
  68. fc7333d CRED: Wrap task credential accesses in the SYSV filesystem by David Howells · 16 years ago
  69. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  70. 0713292 sysv: [bl]e*_add_cpu conversion by Marcin Slusarz · 16 years ago
  71. b8e1343 iget: stop the SYSV filesystem from using iget() and read_inode() by David Howells · 16 years ago
  72. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  73. 26a6441 sysv: convert to new aops by Nick Piggin · 17 years ago
  74. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  75. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  76. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  77. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  78. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  79. 6fe6900 mm: make read_cache_page synchronous by Nick Piggin · 17 years ago
  80. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  81. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 17 years ago
  82. 3b2b96a [PATCH] fs/sysv/: proper prototypes for 2 functions by Adrian Bunk · 18 years ago
  83. 5495ca65 [PATCH] struct path: convert sysv by Josef Sipek · 18 years ago
  84. 3982cd9 [PATCH] fs/sysv/: doc cleanup by Adrian Bunk · 18 years ago
  85. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  86. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  87. 2ecd05a [PATCH] fs/*: use BUILD_BUG_ON by Alexey Dobriyan · 18 years ago
  88. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  89. 543ade1 [PATCH] Streamline generic_file_* interfaces and filemap cleanups by Badari Pulavarty · 18 years ago
  90. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  91. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  92. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  93. 090d2b1 [PATCH] read_mapping_page for address space by Pekka Enberg · 18 years ago
  94. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  95. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  96. d6735bf BUG_ON() Conversion in fs/sysv/ by Eric Sesterhenn · 18 years ago
  97. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  98. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  99. e8c96f8 [PATCH] fs: Use ARRAY_SIZE macro by Tobias Klauser · 18 years ago
  100. 4e907c3 [PATCH] sysv: switch to inode_inc_count, inode_dec_count by Alexey Dobriyan · 18 years ago