1. ca16d14 mm: don't access vm_flags as 'int' by KOSAKI Motohiro · 13 years ago
  2. 3d48ae4 mm: Convert i_mmap_lock to a mutex by Peter Zijlstra · 13 years ago
  3. bd65cb8 mm: hugetlbfs: change remove_from_page_cache by Minchan Kim · 13 years ago
  4. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  5. 52ca0e8 hugetlbfs: lessen the impact of a deprecation warning by Dave Jones · 14 years ago
  6. 3c26ff6 convert get_sb_nodev() users by Al Viro · 14 years ago
  7. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  8. f1ebdd6 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 14 years ago
  9. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  10. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  11. 290408d hugetlb: hugepage migration core by Naoya Horiguchi · 14 years ago
  12. b0683aa new helper: end_writeback() by Al Viro · 14 years ago
  13. 2bbbda3 switch hugetlbfs to ->evict_inode() by Al Viro · 14 years ago
  14. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  15. 1b061d9 rename the generic fsync implementations by Christoph Hellwig · 14 years ago
  16. 0552f87 Untangling ima mess, part 1: alloc_file() by Al Viro · 15 years ago
  17. 2c48b9c switch alloc_file() to passing struct path by Al Viro · 15 years ago
  18. 6c5daf0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  19. ef1ff6b hugetlbfs: do not call user_shm_lock() for MAP_HUGETLB fix by From: Mel Gorman · 15 years ago
  20. 22fe4042 vfs: split generic_forget_inode() so that hugetlbfs does not have to copy it by Jan Kara · 15 years ago
  21. 1fd7317d Move magic numbers into magic.h by Nick Black · 15 years ago
  22. 6bfde05 hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs internal mount by Eric B Munson · 15 years ago
  23. d993831 writeback: add name to backing_dev_info by Jens Axboe · 15 years ago
  24. 353d5c3 mm: fix hugetlb bug due to user_shm_unlock call by Hugh Dickins · 15 years ago
  25. 2c9e703 Merge branch 'master' into next by James Morris · 15 years ago
  26. c9d9ac5 integrity: move ima_counts_get by Mimi Zohar · 15 years ago
  27. f2deae9 Remove implementation of readpage from the hugetlbfs_aops by Mel Gorman · 15 years ago
  28. c12ddba hugetlbfs: return negative error code for bad mount option by Akinobu Mita · 15 years ago
  29. 2584e51 mm: reintroduce and deprecate rlimit based access for SHM_HUGETLB by Ravikiran G Thirumalai · 15 years ago
  30. 8a0bdec mm: fix SHM_HUGETLB to work with users in hugetlb_shm_group by Ravikiran G Thirumalai · 15 years ago
  31. 5a6fe12 Do not account for the address space used by hugetlbfs using VM_ACCOUNT by Mel Gorman · 15 years ago
  32. 91bf189c hugetlb: unsigned ret cannot be negative by Roel Kluin · 15 years ago
  33. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  34. 86a264a CRED: Wrap current->cred and a few other accessors by David Howells · 16 years ago
  35. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  36. 77c70de CRED: Wrap task credential accesses in the hugetlbfs filesystem by David Howells · 16 years ago
  37. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  38. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  39. a137e1c hugetlbfs: per mount huge page sizes by Andi Kleen · 16 years ago
  40. a551643 hugetlb: modular state for hugetlb page size by Andi Kleen · 16 years ago
  41. 04f2cbe hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE) on hugetlbfs will succeed by Mel Gorman · 16 years ago
  42. a1e7877 hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until fork() by Mel Gorman · 16 years ago
  43. e4ad08f mm: bdi: add separate writeback accounting capability by Miklos Szeredi · 16 years ago
  44. 71fe804 mempolicy: use struct mempolicy pointer in shmem_sb_info by Lee Schermerhorn · 16 years ago
  45. 028fec4 mempolicy: support optional mode flags by David Rientjes · 16 years ago
  46. b4d232e [PATCH] double iput() on failure exit in hugetlb by Al Viro · 16 years ago
  47. 10f19a8 mount options: fix hugetlbfs by Miklos Szeredi · 16 years ago
  48. 75897d6 hugetlb: allow sticky directory mount option by Ken Chen · 16 years ago
  49. 9a119c0 hugetlb: allow bulk updating in hugetlb_*_quota() by Adam Litke · 17 years ago
  50. c79fb75 hugetlb: fix quota management for private mappings by Adam Litke · 17 years ago
  51. ce8d2cd r/o bind mounts: filesystem helpers for custom 'struct file's by Dave Hansen · 17 years ago
  52. 1c0eeaf introduce I_SYNC by Joern Engel · 17 years ago
  53. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  54. e0bf68d mm: bdi init hooks by Peter Zijlstra · 17 years ago
  55. e63e1e5 hugetlbfs read() support by Badari Pulavarty · 17 years ago
  56. 7aa91e1 hugetlb: allow extending ftruncate on hugetlbfs by Ken Chen · 17 years ago
  57. 800d15a implement simple fs aops by Nick Piggin · 17 years ago
  58. dec4ad8 hugepage: fix broken check for offset alignment in hugepage mappings by David Gibson · 17 years ago
  59. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  60. b4c07bc hugetlbfs: handle empty options string by Lee Schermerhorn · 17 years ago
  61. e73a75f hugetlbfs: use lib/parser, fix docs by Randy Dunlap · 17 years ago
  62. 9d66586 shm: fix the filename of hugetlb sysv shared memory by Eric W. Biederman · 17 years ago
  63. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  64. 5bc9859 hugetlbfs: add NULL check in hugetlb_zero_setup() by Akinobu Mita · 17 years ago
  65. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  66. 036e085 get_unmapped_area handles MAP_FIXED in hugetlbfs by Benjamin Herrenschmidt · 17 years ago
  67. d85f338 Make page->private usable in compound pages by Christoph Lameter · 17 years ago
  68. d2ba27e8 proper prototype for hugetlb_get_unmapped_area() by Adrian Bunk · 17 years ago
  69. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  70. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  71. 6649a38 [PATCH] hugetlb: preserve hugetlb pte dirty state by Ken Chen · 17 years ago
  72. fba2591 VM: Remove "clear_page_dirty()" and "test_clear_page_dirty()" functions by Linus Torvalds · 17 years ago
  73. b39424e [PATCH] struct path: convert hugetlbfs by Josef Sipek · 18 years ago
  74. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  75. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  76. 68589bc [PATCH] hugetlb: prepare_hugepage_range check offset too by Hugh Dickins · 18 years ago
  77. 856fc29 [PATCH] hugetlb: fix prio_tree unit by Hugh Dickins · 18 years ago
  78. b9d7e6a [PATCH] hugetlb: fix size=4G parsing by Hugh Dickins · 18 years ago
  79. 502717f [PATCH] hugetlb: fix linked list corruption in unmap_hugepage_range() by Chen, Kenneth W · 18 years ago
  80. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  81. ddc0a51 [PATCH] hugetlbfs: add lock annotation to hugetlbfs_forget_inode() by Josh Triplett · 18 years ago
  82. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  83. b6174df [PATCH] mmap zero-length hugetlb file with PROT_NONE to protect a hugetlb virtual area by Zhang, Yanmin · 18 years ago
  84. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  85. a43a8c3 [PATCH] tightening hugetlb strict accounting by Chen, Kenneth W · 18 years ago
  86. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  87. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  88. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  89. bba1e9b [PATCH] convert hugetlbfs_counter to atomic by Chen, Kenneth W · 18 years ago
  90. b45b5bd [PATCH] hugepage: Strict page reservation for hugepage inodes by David Gibson · 18 years ago
  91. 4e6a510 [PATCH] mm: hugepage accounting fix by Hugh Dickins · 18 years ago
  92. 7339ff8 [PATCH] Add tmpfs options for memory placement policies by Robin Holt · 18 years ago
  93. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 18 years ago
  94. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  95. 1e8f889 [PATCH] Hugetlb: Copy on Write support by David Gibson · 18 years ago
  96. 74a8a65 [PATCH] Fix hugetlbfs_statfs() reporting of block limits by David Gibson · 19 years ago
  97. 8d3d81c [PATCH] fs/hugetlbfs/inode.c: make a function static by Adrian Bunk · 19 years ago
  98. 2e9b367 [PATCH] hugetlb: overcommit accounting check by Adam Litke · 19 years ago
  99. 4c88726 [PATCH] hugetlb: demand fault handler by Adam Litke · 19 years ago
  100. 0b1533f [PATCH] cleanup hugelbfs_forget_inode by Christoph Hellwig · 19 years ago