1. 323ee8f hfsplus: switch to ->iterate_shared() by Al Viro · 8 years ago
  2. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  3. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  4. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  5. 89ac9b4 hfsplus: fix longname handling by Sougata Santra · 10 years ago
  6. b73f3d0 fs/hfsplus: fix pr_foo() and hfs_dbg formats by Fabian Frederick · 10 years ago
  7. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  8. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  9. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  10. 95e0d7d hfsplus: implement attributes file creation functionality by Vyacheslav Dubeyko · 11 years ago
  11. d614267 hfs/hfsplus: convert printks to pr_<level> by Joe Perches · 11 years ago
  12. c2b3e1f hfs/hfsplus: convert dprint to hfs_dbg by Joe Perches · 11 years ago
  13. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  14. 324ef39 hfsplus: add support of manipulation by attributes file by Vyacheslav Dubeyko · 11 years ago
  15. bffdd66 hfsplus: add error message for the case of failure of sync fs in delayed_sync_fs() method by Vyacheslav Dubeyko · 12 years ago
  16. 81cc7fa hfsplus: rework processing of hfs_btree_write() returned error by Vyacheslav Dubeyko · 12 years ago
  17. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  18. 497d48b hfsplus: use -ENOMEM when kzalloc() fails by Namjae Jeon · 12 years ago
  19. 9e6c582 hfsplus: get rid of write_super by Artem Bityutskiy · 12 years ago
  20. 58770d7 hfsplus: remove useless check by Artem Bityutskiy · 12 years ago
  21. b7a90e8 hfsplus: amend debugging print by Artem Bityutskiy · 12 years ago
  22. 0a81861 hfsplus: make hfsplus_sync_fs static by Artem Bityutskiy · 12 years ago
  23. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  24. 68acb8e hfsplus: switch to d_make_root() by Al Viro · 12 years ago
  25. b3f2a92 hfsplus: creation of hidden dir on mount can fail 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. f1fcd9f hfsplus: fix filesystem size checks by Christoph Hellwig · 13 years ago
  28. f588c96 hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error path by Seth Forshee · 13 years ago
  29. 6596528 hfsplus: ensure bio requests are not smaller than the hardware sectors by Seth Forshee · 13 years ago
  30. dd7f3d5 hfsplus: Add error propagation for hfsplus_ext_write_extent_locked by Alexey Khoroshilov · 13 years ago
  31. 5bd9d99 hfsplus: add error checking for hfs_find_init() by Alexey Khoroshilov · 13 years ago
  32. c6d5f5f hfsplus: lift the 2TB size limit by Christoph Hellwig · 13 years ago
  33. 032016a hfsplus: Fix double iput of the same inode in hfsplus_fill_super() by Alexey Khoroshilov · 13 years ago
  34. c5b8d0b hfsplus: fix failed mount handling by Christoph Hellwig · 13 years ago
  35. eddf790 switch hfsplus by Al Viro · 14 years ago
  36. 0c21e3a Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus by Linus Torvalds · 14 years ago
  37. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  38. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  39. 2753cc2 hfsplus: over 80 character lines clean-up by Anton Salikhmetov · 14 years ago
  40. 34a2d31 hfsplus: flush disk caches in sync and fsync by Christoph Hellwig · 14 years ago
  41. e349470 hfsplus: optimize fsync by Christoph Hellwig · 14 years ago
  42. b33b792 hfsplus: split up inode flags by Christoph Hellwig · 14 years ago
  43. f02e26f hfsplus: avoid useless work in hfsplus_sync_fs by Christoph Hellwig · 14 years ago
  44. 7dc4f00 hfsplus: make sure sync writes out all metadata by Christoph Hellwig · 14 years ago
  45. 52399b1 hfsplus: use raw bio access for the volume headers by Christoph Hellwig · 14 years ago
  46. 3b5ce8a hfsplus: always use hfsplus_sync_fs to write the volume header by Christoph Hellwig · 14 years ago
  47. 6d1bbfc hfsplus: silence a few debug printks by Christoph Hellwig · 14 years ago
  48. 6f80dfe hfsplus: fix option parsing during remount by Christoph Hellwig · 14 years ago
  49. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  50. 84adede hfsplus: use atomic bitops for the superblock flags by Christoph Hellwig · 14 years ago
  51. 7ac9fb9 hfsplus: add per-superblock lock for volume header updates by Christoph Hellwig · 14 years ago
  52. 58a818f hfsplus: remove the rsrc_inodes list by Christoph Hellwig · 14 years ago
  53. 66e5db0 hfsplus: do not cache and write next_alloc by Christoph Hellwig · 14 years ago
  54. b5080f7 hfsplus: clean up hfsplus_write_inode by Christoph Hellwig · 14 years ago
  55. fc4fff8 hfsplus: clean up hfsplus_iget by Christoph Hellwig · 14 years ago
  56. 6af502d hfsplus: fix HFSPLUS_I calling convention by Christoph Hellwig · 14 years ago
  57. dd73a01 hfsplus: fix HFSPLUS_SB calling convention by Christoph Hellwig · 14 years ago
  58. e753a62 hfsplus: remove BKL from hfsplus_put_super by Christoph Hellwig · 14 years ago
  59. a9fdbf8 hfsplus: use alloc_mutex in hfsplus_sync_fs by Christoph Hellwig · 14 years ago
  60. 40bf48a hfsplus: introduce alloc_mutex by Christoph Hellwig · 14 years ago
  61. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  62. b5fc510 get rid of file_fsync() by Al Viro · 14 years ago
  63. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  64. 6d729e4 fs: Make unload_nls() NULL pointer safe by Thomas Gleixner · 15 years ago
  65. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  66. 7fbc6df hfsplus: add ->sync_fs by Christoph Hellwig · 15 years ago
  67. ebc1ac1 ->write_super lock_super pushdown by Christoph Hellwig · 15 years ago
  68. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  69. 8c85e12 remove ->write_super call in generic_shutdown_super by Christoph Hellwig · 15 years ago
  70. 25564dd fs/hfsplus: return f_fsid for statfs(2) by Coly Li · 15 years ago
  71. 81a7371 hfsplus: quieten down mounting hfsplus journaled fs read only by Mike Crowe · 16 years ago
  72. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  73. 895c23f hfsplus: convert the extents_lock in a mutex by Matthias Kaehlcke · 16 years ago
  74. 20c79e7 hfs/hfsplus: be*_add_cpu conversion by Marcin Slusarz · 16 years ago
  75. 355a469 trivial: fix user-visible typo in hfsplus by Dave Jones · 16 years ago
  76. 6352539 iget: stop HFSPLUS from using iget() and read_inode() by David Howells · 16 years ago
  77. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  78. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  79. d45bce8 HFS+: add custom dentry hash and comparison operations by Duane Griffin · 17 years ago
  80. a5001a2 HFSPlus: change kmalloc/memset to kzalloc by Wyatt Banks · 17 years ago
  81. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  82. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  83. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  84. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 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. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  88. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  89. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  90. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  91. 2179d37 [PATCH] hfs: add HFSX support by David Elliott · 19 years ago
  92. 634725a [PATCH] hfs: cleanup HFS+ prints by Roman Zippel · 19 years ago
  93. 9979ead [PATCH] fs/hfsplus/: remove the hfsplus_inode_check() debug function by Adrian Bunk · 19 years ago
  94. bd6a59b [PATCH] hfsplus oops fix by Joshua Kwan · 19 years ago
  95. b0b623c [PATCH] hfsplus: don't modify journaled volume by Roman Zippel · 19 years ago
  96. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  97. 94c1d31 [PATCH] Fix HFS+ to free up the space when a file is deleted. by Peter Wainwright · 19 years ago
  98. e39f07c [PATCH] Change HFS+ to not use ll_rw_block() by Jan Kara · 19 years ago
  99. 717dd80e [PATCH] hfs: show_options support by Roman Zippel · 19 years ago
  100. 945b092 [PATCH] hfs, hfsplus: don't leak s_fs_info and fix an oops by Colin Leroy · 19 years ago