1. 61604a2 fs: add i_blocksize() by Fabian Frederick · 7 years ago
  2. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  3. dba1e98 Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 8 years ago
  4. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  5. b18db6d jfs: Remove terminating newlines from jfs_info, jfs_warn, jfs_err uses by Joe Perches · 8 years ago
  6. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  7. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  8. a2a1704 fs/jfs: remove unnecessary new_valid_dev() checks by Yaowei Bai · 9 years ago
  9. 7d2ac45 jfs: %pf is only for function pointers by Scott Wood · 9 years ago
  10. 648695c jfs: Deletion of an unnecessary check before the function call "unload_nls" by Markus Elfring · 9 years ago
  11. 507e1fa jfs: Convert to private i_dquot field by Jan Kara · 10 years ago
  12. 9bb8730 jfs: don't hash direct inode by Al Viro · 10 years ago
  13. bb5e50a fs/jfs/super.c: convert simple_str to kstr by Fabian Frederick · 10 years ago
  14. 789602e fs/jfs/super.c: remove 0 assignment to static + code clean-up by Fabian Frederick · 10 years ago
  15. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  16. 2cc6a5a jfs: use generic posix ACL infrastructure by Christoph Hellwig · 10 years ago
  17. eb8630d jfs: Update jfs_error by Joe Perches · 11 years ago
  18. e9b3766 jfs: Several bugs in jfs_freeze() and jfs_unfreeze() by Vahram Martirosyan · 11 years ago
  19. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  20. 4de8027 fs/jfs: Fix typo in comment : 'how may' -> 'how many' by Philippe De Muyter · 11 years ago
  21. eb0ad9c Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 12 years ago
  22. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  23. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  24. c18cdc1 userns: Convert jfs to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  25. b40c2e6 fs/jfs: TRIM support for JFS Filesystem by Tino Reichardt · 12 years ago
  26. a117782 quota: Move quota syncing to ->sync_fs method by Jan Kara · 12 years ago
  27. 76bf09f jfs: mising cleanup on register_filesystem() failure by Al Viro · 12 years ago
  28. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  29. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 12 years ago
  30. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 12 years ago
  31. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 12 years ago
  32. c818b68 jfs: remove unnecessary nlink setting by Miklos Szeredi · 13 years ago
  33. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  34. 94b77bd switch jfs to ->s_d_op, close exportfs races by Al Viro · 13 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. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  38. 22b26db BKL: Remove BKL from JFS by Jan Blunck · 14 years ago
  39. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  40. 62aff86 switch jfs to ->evict_inode() by Al Viro · 14 years ago
  41. 287a809 quota: rename default quotactl methods to dquot_ by Christoph Hellwig · 14 years ago
  42. 123e9ca quota: explicitly set ->dq_op and ->s_qcop by Christoph Hellwig · 14 years ago
  43. e0ccfd9 quota: move unmount handling into the filesystem by Christoph Hellwig · 14 years ago
  44. 0f0dd62 quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers by Christoph Hellwig · 14 years ago
  45. c79d967 quota: move remount handling into the filesystem by Christoph Hellwig · 14 years ago
  46. 684bdc7 JFS: Free sbi memory in error path by Jan Blunck · 14 years ago
  47. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  48. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 14 years ago
  49. 257ba15 dquot: move dquot drop responsibility into the filesystem by Christoph Hellwig · 14 years ago
  50. 28ba0ec jfs: Fix 32bit build warning by Alan Cox · 15 years ago
  51. 6d729e4 fs: Make unload_nls() NULL pointer safe by Thomas Gleixner · 15 years ago
  52. 05fc079 switch jfs to inode->i_acl by Al Viro · 15 years ago
  53. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  54. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  55. 9c83633 missing unlock in jfs_quota_write() by Dan Carpenter · 15 years ago
  56. 8db0c5d Merge branch 'master' of /home/shaggy/git/linus-clean/ by Dave Kleikamp · 15 years ago
  57. b5c816a jfs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  58. c4be0c1 filesystem freeze: add error handling of write_super_lockfs/unlockfs by Takashi Sato · 15 years ago
  59. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  60. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  61. 74abb98 quota: move function-macros from quota.h to quotaops.h by Jan Kara · 16 years ago
  62. 6536d28 JFS: skip bad iput() call in error path by Dave Kleikamp · 16 years ago
  63. eab1df7 iget: stop JFS from using iget() and read_inode() by David Howells · 16 years ago
  64. 5c5e32c mount options: fix jfs by Miklos Szeredi · 16 years ago
  65. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
  66. d425de7 jfs: new export ops by Christoph Hellwig · 17 years ago
  67. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  68. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  69. 5ca2960 knfsd: exportfs: remove iget abuse by Christoph Hellwig · 17 years ago
  70. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  71. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  72. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  73. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  74. 4a6e617 [PATCH] fs/*: trivial vsnprintf() conversion by Alexey Dobriyan · 17 years ago
  75. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 17 years ago
  76. 63f83c9 JFS: White space cleanup by Dave Kleikamp · 18 years ago
  77. 087387f [PATCH] JFS: return correct error when i-node allocation failed by Akinobu Mita · 18 years ago
  78. 8bcb283 JFS: Fix bug in quota code. tmp_bh.b_size must be initialized by Dave Kleikamp · 18 years ago
  79. 115ff50 JFS: Quota support broken, no quota_read and quota_write by Dave Kleikamp · 18 years ago
  80. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  81. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  82. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  83. fffb60f [PATCH] cpuset memory spread: slab cache format by Paul Jackson · 18 years ago
  84. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  85. 69eb66d JFS: add uid, gid, and umask mount options by Dave Kleikamp · 18 years ago
  86. 5b3030e JFS: kzalloc conversion by Eric Sesterhenn · 18 years ago
  87. 91dbb4d JFS: Use the kthread_ API by Christoph Hellwig · 18 years ago
  88. 1de8744 JFS: semaphore to mutex conversion. by Ingo Molnar · 18 years ago
  89. 28fd129 [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait) by OGAWA Hirofumi · 18 years ago
  90. ac17b8b JFS: make special inodes play nicely with page balancing by Dave Kleikamp · 19 years ago
  91. 8fc2751 [PATCH] disk quotas fail when /etc/mtab is symlinked to /proc/mounts by Mark Bellon · 19 years ago
  92. 8a9cd6d JFS: Fix race in txLock by Dave Kleikamp · 19 years ago
  93. cbc3d65 JFS: Improve sync barrier processing by Dave Kleikamp · 19 years ago
  94. 9a59f45 [PATCH] remove <linux/xattr_acl.h> by Christoph Hellwig · 19 years ago
  95. 1868f4a JFS: fix sparse warnings by moving extern declarations to headers by Dave Kleikamp · 19 years ago
  96. 1c62782 [PATCH] JFS: Write journal sync points more often by Dave Kleikamp · 19 years ago
  97. 7fab479 [PATCH] JFS: Support page sizes greater than 4K by Dave Kleikamp · 19 years ago
  98. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago