1. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  2. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  3. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  4. 208adb6 qnx4: clean qnx4_fill_super() up by Al Viro · 10 years ago
  5. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  6. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  7. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  8. 511728d userns: Convert the qnx4 filesystem to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  9. 7cd916f qnx4: new helper - try_extent() by Al Viro · 12 years ago
  10. 8f82eca qnx4: get rid of qnx4_bread/qnx4_getblk by Al Viro · 12 years ago
  11. 516cdb6 qnx4fs: small cleanup by Kai Bankett · 12 years ago
  12. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  13. 8bc5191 qnx4: don't leak ->BitMap on late failure exits by Al Viro · 12 years ago
  14. 4134bf8 qnx4: reduce the insane nesting in qnx4_checkroot() by Al Viro · 12 years ago
  15. 1aab323 qnx4: di_fname is an array, for crying out loud... by Al Viro · 12 years ago
  16. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  17. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 12 years ago
  18. 67c50a7 qnx4fs: Use kmemdup rather than duplicating its implementation by Thomas Meyer · 13 years ago
  19. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  20. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  21. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  22. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  23. 073c214 BKL: remove BKL from qnx4 by Arnd Bergmann · 14 years ago
  24. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  25. 282dc17 get rid of cont_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  26. 7e2a108 fs/qnx4: decrement sizeof size in strncmp by Julia Lawall · 15 years ago
  27. ca120b2 qnx4fs: remove remains of the (defunct) write support by Anders Larsen · 14 years ago
  28. 891ddb9 qnx4fs: add missing KERN_xxx to printk() calls by Anders Larsen · 15 years ago
  29. 945ffe5 qnx4: remove write support by Christoph Hellwig · 15 years ago
  30. 964f536 fs/qnx4: sanitize includes by Al Viro · 15 years ago
  31. 79d2576 Sanitize qnx4 fsync handling by Al Viro · 15 years ago
  32. 517bfae qnx4: remove ->write_super by Christoph Hellwig · 15 years ago
  33. 5b76dc0 fs/qnx4: return f_fsid for statfs(2) by Coly Li · 15 years ago
  34. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  35. 2b7e5bc iget: stop QNX4 from using iget() and read_inode() by David Howells · 16 years ago
  36. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  37. f870618 qnx4: convert to new aops by Nick Piggin · 17 years ago
  38. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  39. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  40. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  41. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  42. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 17 years ago
  43. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 17 years ago
  44. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  45. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  46. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  47. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  48. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  49. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  50. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  51. fffb60f [PATCH] cpuset memory spread: slab cache format by Paul Jackson · 18 years ago
  52. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  53. fef2665 [PATCH] update filesystems for new delete_inode behavior by Mark Fasheh · 19 years ago
  54. 75043cb [PATCH] fs/qnx4/*: fix sparse warnings by Alexey Dobriyan · 19 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago