1. d5bb68a another race fix in jfs_check_acl() by Al Viro · 15 years ago
  2. 72c0490 Get "no acls for this inode" right, fix shmem breakage by Al Viro · 15 years ago
  3. 936940a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  4. d7ed9c0 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 by Linus Torvalds · 15 years ago
  5. 1cbd20d switch xfs to generic acl caching helpers by Al Viro · 15 years ago
  6. 073aaa1 helpers for acl caching + switch to those by Al Viro · 15 years ago
  7. 281eede switch reiserfs to inode->i_acl by Al Viro · 15 years ago
  8. 7a77b15 switch reiserfs to usual conventions for caching ACLs by Al Viro · 15 years ago
  9. e68888b reiserfs: minimal fix for ACL caching by Al Viro · 15 years ago
  10. d441b1c switch nilfs2 to inode->i_acl by Al Viro · 15 years ago
  11. 5affd88 switch btrfs to inode->i_acl by Al Viro · 15 years ago
  12. 290c263 switch jffs2 to inode->i_acl by Al Viro · 15 years ago
  13. 05fc079 switch jfs to inode->i_acl by Al Viro · 15 years ago
  14. d4bfe2f switch ext4 to inode->i_acl by Al Viro · 15 years ago
  15. 6582a0e switch ext3 to inode->i_acl by Al Viro · 15 years ago
  16. 5e78b43 switch ext2 to inode->i_acl by Al Viro · 15 years ago
  17. f19d4a8 add caching of ACLs in struct inode by Al Viro · 15 years ago
  18. 3e63cbb fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs ioctls by Ankit Jain · 15 years ago
  19. 01c0319 cleanup __writeback_single_inode by Christoph Hellwig · 15 years ago
  20. f21f622 ... and the same for vfsmount id/mount group id by Al Viro · 15 years ago
  21. c63e09e Make allocation of anon devices cheaper by Al Viro · 15 years ago
  22. f6cc746 devpts: remove module-related code by H. Peter Anvin · 15 years ago
  23. 3b22edc VFS: Switch init_mount_tree() to use the new create_mnt_ns() helper by Trond Myklebust · 15 years ago
  24. 654f562 vfs: fix nd->root leak in do_filp_open() by J. R. Okajima · 15 years ago
  25. b5450d9 reiserfs: remove stray unlock_super in reiserfs_resize by Christoph Hellwig · 15 years ago
  26. 3391faa udf: remove redundant tests on unsigned by Roel Kluin · 15 years ago
  27. cf5434e Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  28. b88f8a5 NFS: Correct the NFS mount path when following a referral by Trond Myklebust · 15 years ago
  29. 0b75b35 NFS: Fix nfs_path() to always return a '/' at the beginning of the path by Trond Myklebust · 15 years ago
  30. c02d7ad NFSv4: Replace nfs4_path_walk() with VFS path lookup in a private namespace by Trond Myklebust · 15 years ago
  31. cf8d2c1 VFS: Add VFS helper functions for setting up private namespaces by Trond Myklebust · 15 years ago
  32. 616511d VFS: Uninline the function put_mnt_ns() by Trond Myklebust · 15 years ago
  33. ac1b7c3 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  34. d246ab3 ocfs2/trivial: Wrap ocfs2_sysfile_cluster_lock_key within define. by Tao Ma · 15 years ago
  35. cb25797 ocfs2: Add lockdep annotations by Jan Kara · 15 years ago
  36. 9a7aa12 vfs: Set special lockdep map for dirs only if not set by fs by Jan Kara · 15 years ago
  37. df152c2 ocfs2: Disable orphan scanning for local and hard-ro mounts by Sunil Mushran · 15 years ago
  38. 3211949 ocfs2: Do not initialize lvb in ocfs2_orphan_scan_lock_res_init() by Sunil Mushran · 15 years ago
  39. 692684e ocfs2: Stop orphan scan as early as possible during umount by Sunil Mushran · 15 years ago
  40. c3d3884 ocfs2: Fix ocfs2_osb_dump() by Sunil Mushran · 15 years ago
  41. 94e41ec ocfs2: Pin journal head before accessing jh->b_committed_data by Sunil Mushran · 15 years ago
  42. 1962f39 ocfs2: Update atime in splice read if necessary. by Tao Ma · 15 years ago
  43. 1c520df ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API. by Joel Becker · 15 years ago
  44. 7e0338c Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsd by Linus Torvalds · 15 years ago
  45. df36b43 Merge branch 'for-2.6.31' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  46. e38be99 Making fs/minix/minix.h double including safe by Hitoshi Mitake · 15 years ago
  47. 578e458 nfs41: Move initialization of nfs4_opendata seq_res to nfs4_init_opendata_res by Benny Halevy · 15 years ago
  48. 12e24f3 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  49. 3e10760 fat: Fix the removal of opts->fs_dmask by OGAWA Hirofumi · 15 years ago
  50. bee89ab Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 15 years ago
  51. 31583d6a Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  52. 528da3e inotify: inotify_destroy_mark_entry could get called twice by Eric Paris · 15 years ago
  53. 90c699a block: rename CONFIG_LBD to CONFIG_LBDAF by Bartlomiej Zolnierkiewicz · 15 years ago
  54. ab52ae6 nfsd41: Backchannel: minorversion support for the back channel by Andy Adamson · 15 years ago
  55. ef52bff nfsd41: Backchannel: cleanup nfs4.0 callback encode routines by Andy Adamson · 15 years ago
  56. 1f84603 Merge branch 'devel-for-2.6.31' into for-2.6.31 by Trond Myklebust · 15 years ago
  57. 6ddbbbf nfsd41: Remove ip address collision detection case by Mike Sager · 15 years ago
  58. 0732f87 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  59. 0b92360 seq_file: add function to write binary data by Peter Oberparleiter · 15 years ago
  60. 3b34fc5 elf_core_dump: use rcu_read_lock() to access ->real_parent by Oleg Nesterov · 15 years ago
  61. 1d965fe reiserfs: fix warnings with gcc 4.4 by Jeff Mahoney · 15 years ago
  62. 37044c8 ufs: sector_t cannot be negative by Roel Kluin · 15 years ago
  63. 5404ac8 isofs: cleanup mount option processing by Jan Kara · 15 years ago
  64. 5c4a656 isofs: fix setting of uid and gid to 0 by Jan Kara · 15 years ago
  65. 52b680c isofs: let mode and dmode mount options override rock ridge mode setting by Jan Kara · 15 years ago
  66. ef43618 ext3: make sure inode is deleted from orphan list after truncate by Jan Kara · 15 years ago
  67. 6f3f1cb jbd: clean up journal_try_to_free_buffers() by Hisashi Hifumi · 15 years ago
  68. e8ef7aa ext3: fix chain verification in ext3_get_blocks() by Jan Kara · 15 years ago
  69. 39fe755 ext2: Do not update mtime of a moved directory by Jan Kara · 15 years ago
  70. 2f6d311 proc: vmcore - use kzalloc in get_new_element() by Cyrill Gorcunov · 15 years ago
  71. bcac2b1 procfs: remove sparse errors in proc_devtree.c by Michal Simek · 15 years ago
  72. 3fe4a97 epoll: fix nested calls support by Davide Libenzi · 15 years ago
  73. d3d64df proc: export statistics for softirq to /proc by Keika Kobayashi · 15 years ago
  74. 671e1fc nfsd: optimise the starting of zero threads when none are running. by NeilBrown · 15 years ago
  75. 82e12fe nfsd: don't take nfsd_mutex twice when setting number of threads. by NeilBrown · 15 years ago
  76. d3a9262 fs: Provide empty .set_page_dirty() aop for anon inodes by Peter Zijlstra · 15 years ago
  77. 24a5d59 udf: Use device size when drive reported bogus number of written blocks by Jan Kara · 15 years ago
  78. 4bf259e nfs: remove unnecessary NFS_INO_INVALID_ACL checks by James Morris · 15 years ago
  79. a5a16ba NFS: More "sloppy" parsing problems by Chuck Lever · 15 years ago
  80. d23c45f NFS: Invalid mount option values should always fail, even with "sloppy" by Chuck Lever · 15 years ago
  81. 065015e NFS: Remove unused XDR decoder functions by Chuck Lever · 15 years ago
  82. 8e02f6b NFS: Update MNT and MNT3 reply decoding functions by Chuck Lever · 15 years ago
  83. a14017d NFS: add XDR decoder for mountd version 3 auth-flavor lists by Chuck Lever · 15 years ago
  84. 4fdcd99 NFS: add new file handle decoders to in-kernel mountd client by Chuck Lever · 15 years ago
  85. fb12529 NFS: Add separate mountd status code decoders for each mountd version by Chuck Lever · 15 years ago
  86. 99835db NFS: remove unused function in fs/nfs/mount_clnt.c by Chuck Lever · 15 years ago
  87. 29a1bd6 NFS: Use xdr_stream-based XDR encoder for MNT's dirpath argument by Chuck Lever · 15 years ago
  88. 2ad7809 NFS: Clean up MNT program definitions by Chuck Lever · 15 years ago
  89. 0e5c263 lockd: Don't bother with RPC ping for NSM upcalls by Chuck Lever · 15 years ago
  90. 6c9dc425 lockd: Update NSM state from SM_MON replies by Chuck Lever · 15 years ago
  91. 18fc316 NFS: Fix false error return from nfs_callback_up() if ipv6.ko is not available by Chuck Lever · 15 years ago
  92. a21bdd9 NFS: Return error code from nfs_callback_up() to user space by Chuck Lever · 15 years ago
  93. c381ad2 NFS: Do not display the setting of the "intr" mount option by Chuck Lever · 15 years ago
  94. bf40d34 NFS: add support for splice writes by Suresh Jayaraman · 15 years ago
  95. 301933a Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31 by Trond Myklebust · 15 years ago
  96. 536fc24 jbd2: clean up jbd2_journal_try_to_free_buffers() by Hisashi Hifumi · 15 years ago
  97. 68f3f90 nfs41: Backchannel: CB_SEQUENCE validation by Ricardo Labiaga · 15 years ago
  98. 963891a nfs41: Backchannel: New find_client_with_session() by Ricardo Labiaga · 15 years ago
  99. f8625a6 nfs41: Backchannel: Add a backchannel slot table to the session by Ricardo Labiaga · 15 years ago
  100. 050047c nfs41: Backchannel: Refactor nfs4_init_slot_table() by Ricardo Labiaga · 15 years ago