1. 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  2. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  3. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  4. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 9 years ago
  5. 834b46c fs/coda: use linux/uaccess.h by Fabian Frederick · 10 years ago
  6. 6d6bd94 fs/coda: use __func__ by Fabian Frederick · 10 years ago
  7. f38cfb2 fs/coda: logging prefix uniformization by Fabian Frederick · 10 years ago
  8. d9b4b31 fs/coda: replace printk by pr_foo() by Fabian Frederick · 10 years ago
  9. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  10. 5f356fd fs/coda/inode.c: add __init to init_inodecache() by Fabian Frederick · 10 years ago
  11. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  12. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  13. 11d100d coda_revalidate_inode(): switch to passing inode... by Al Viro · 11 years ago
  14. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  15. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  16. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  17. 17499e3 coda: Cache permisions in struct coda_inode_info in a kuid_t. by Eric W. Biederman · 11 years ago
  18. 9fd973e coda: Restrict coda messages to the initial pid namespace by Eric W. Biederman · 11 years ago
  19. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  20. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  21. 78f7d75 switch coda get_device_index() to fget_light() by Al Viro · 12 years ago
  22. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  23. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  24. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  25. f56b0fb coda: clean failure exits in coda_fill_super() by Al Viro · 12 years ago
  26. f4947fb coda: switch coda_cnode_make() to sane API as well, clean coda_lookup() by Al Viro · 12 years ago
  27. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 12 years ago
  28. b2034d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  29. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  30. 31a203d take coda-private headers out of include/linux by Al Viro · 13 years ago
  31. 9501e4c switch coda by Al Viro · 13 years ago
  32. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  33. 747feca coda: kill redundant cast in coda_alloc_inode() by Jesper Juhl · 14 years ago
  34. 3c26ff6 convert get_sb_nodev() users by Al Viro · 14 years ago
  35. da47c19 Coda: replace BKL with mutex by Yoshihisa Abe · 14 years ago
  36. f7cc02b8 Coda: push BKL regions into coda_upcall() by Yoshihisa Abe · 14 years ago
  37. b5ce1d8 Coda: add spin lock to protect accesses to struct coda_inode_info. by Yoshihisa Abe · 14 years ago
  38. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  39. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  40. 5163d90 coda: add bdi backing to mount session by Jens Axboe · 14 years ago
  41. 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
  42. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  43. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  44. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  45. a1b0aa8 coda: remove struct coda_sb_info by Jan Harkes · 17 years ago
  46. fac1f0e coda: coda doesn't track atime by Jan Harkes · 17 years ago
  47. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  48. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  49. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  50. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 17 years ago
  51. d4176d3 [PATCH] struct path: convert coda by Josef Sipek · 18 years ago
  52. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  53. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  54. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  55. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  56. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  57. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  58. c98d8cf [PATCH] fs/coda/: proper prototypes by Adrian Bunk · 18 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago