1. 134e637 genetlink: make netns aware by Johannes Berg · 15 years ago
  2. 14c1b7c Merge branch 'for-2.6.31' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  3. 033a666 NFSD: Don't hold unrefcounted creds over call to nfsd_setuser() by David Howells · 15 years ago
  4. 746a99a Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 15 years ago
  5. 5291a12 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  6. 68f5a38 Btrfs: fix error message formatting by Hu Tao · 15 years ago
  7. 9b627e9 Btrfs: fix use after free in btrfs_start_workers fail path by Jiri Slaby · 15 years ago
  8. 9427216 Btrfs: honor nodatacow/sum mount options for new files by Chris Mason · 15 years ago
  9. 2c47e605 Btrfs: update backrefs while dropping snapshot by Yan Zheng · 15 years ago
  10. a970b0a Btrfs: account for space we may use in fallocate by Josef Bacik · 15 years ago
  11. c8a894d Btrfs: fix the file clone ioctl for preallocated extents by Chris Mason · 15 years ago
  12. f597bb1 Btrfs: don't log the inode in file_write while growing the file by Chris Mason · 15 years ago
  13. bdae997 fs/notify/inotify: decrement user inotify count on close by Keith Packard · 15 years ago
  14. 5c5d4e8 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  15. fa172f4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 15 years ago
  16. e2dbe12 elf: fix one check-after-use by Amerigo Wang · 15 years ago
  17. 7878cba block: Create bip slabs with embedded integrity vectors by Martin K. Petersen · 15 years ago
  18. 752fa51 hostfs: set maximum filesize in superblock for proper LFS support by Wolfgang Illmeyer · 15 years ago
  19. 4d6c13f ext2: return -EIO not -ESTALE on directory traversal through deleted inode by Bryan Donlan · 15 years ago
  20. 341c87b elf: limit max map count to safe value by KAMEZAWA Hiroyuki · 15 years ago
  21. 1338901 eventfd: revised interface and cleanups by Davide Libenzi · 15 years ago
  22. f7c2df9 AFS: Fix lock imbalance by Jiri Slaby · 15 years ago
  23. 3b463ae fuse: invalidation reverse calls by John Muir · 15 years ago
  24. e0a43dd fuse: allow umask processing in userspace by Miklos Szeredi · 15 years ago
  25. 201fa69 fuse: fix bad return value in fuse_file_poll() by Miklos Szeredi · 15 years ago
  26. b4c458b fuse: fix return value of fuse_dev_write() by Csaba Henk · 15 years ago
  27. 94e5d71 integrity: add ima_counts_put (updated) by Mimi Zohar · 15 years ago
  28. f0a71eb cifs: fix fh_mutex locking in cifs_reopen_file by Jeff Layton · 15 years ago
  29. aada1bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 15 years ago
  30. 71a394f [CIFS] remove unknown mount option warning message by Steve French · 15 years ago
  31. ad8034f [CIFS] remove bkl usage from umount begin by Steve French · 15 years ago
  32. 0f3bc09 cifs: Fix incorrect return code being printed in cFYI messages by Suresh Jayaraman · 15 years ago
  33. f46c723 [CIFS] cleanup asn handling for ntlmssp by Steve French · 15 years ago
  34. 6debdbc [CIFS] Copy struct *after* setting the port, instead of before. by Simo Leone · 15 years ago
  35. 6459340 cifs: remove rw/ro options by Jeff Layton · 15 years ago
  36. b48a485 cifs: fix problems with earlier patches by Jeff Layton · 15 years ago
  37. 681bf72 cifs: have cifs parse scope_id out of IPv6 addresses and use it by Jeff Layton · 15 years ago
  38. 268875b [CIFS] Do not send tree disconnect if session is already disconnected by Steve French · 15 years ago
  39. d5bb68a another race fix in jfs_check_acl() by Al Viro · 15 years ago
  40. 72c0490 Get "no acls for this inode" right, fix shmem breakage by Al Viro · 15 years ago
  41. 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
  42. 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
  43. 1cbd20d switch xfs to generic acl caching helpers by Al Viro · 15 years ago
  44. 073aaa1 helpers for acl caching + switch to those by Al Viro · 15 years ago
  45. 281eede switch reiserfs to inode->i_acl by Al Viro · 15 years ago
  46. 7a77b15 switch reiserfs to usual conventions for caching ACLs by Al Viro · 15 years ago
  47. e68888b reiserfs: minimal fix for ACL caching by Al Viro · 15 years ago
  48. d441b1c switch nilfs2 to inode->i_acl by Al Viro · 15 years ago
  49. 5affd88 switch btrfs to inode->i_acl by Al Viro · 15 years ago
  50. 290c263 switch jffs2 to inode->i_acl by Al Viro · 15 years ago
  51. 05fc079 switch jfs to inode->i_acl by Al Viro · 15 years ago
  52. d4bfe2f switch ext4 to inode->i_acl by Al Viro · 15 years ago
  53. 6582a0e switch ext3 to inode->i_acl by Al Viro · 15 years ago
  54. 5e78b43 switch ext2 to inode->i_acl by Al Viro · 15 years ago
  55. f19d4a8 add caching of ACLs in struct inode by Al Viro · 15 years ago
  56. 3e63cbb fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs ioctls by Ankit Jain · 15 years ago
  57. 01c0319 cleanup __writeback_single_inode by Christoph Hellwig · 15 years ago
  58. f21f622 ... and the same for vfsmount id/mount group id by Al Viro · 15 years ago
  59. c63e09e Make allocation of anon devices cheaper by Al Viro · 15 years ago
  60. f6cc746 devpts: remove module-related code by H. Peter Anvin · 15 years ago
  61. 3b22edc VFS: Switch init_mount_tree() to use the new create_mnt_ns() helper by Trond Myklebust · 15 years ago
  62. 654f562 vfs: fix nd->root leak in do_filp_open() by J. R. Okajima · 15 years ago
  63. b5450d9 reiserfs: remove stray unlock_super in reiserfs_resize by Christoph Hellwig · 15 years ago
  64. 3391faa udf: remove redundant tests on unsigned by Roel Kluin · 15 years ago
  65. cf5434e Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  66. b88f8a5 NFS: Correct the NFS mount path when following a referral by Trond Myklebust · 15 years ago
  67. 0b75b35 NFS: Fix nfs_path() to always return a '/' at the beginning of the path by Trond Myklebust · 15 years ago
  68. c02d7ad NFSv4: Replace nfs4_path_walk() with VFS path lookup in a private namespace by Trond Myklebust · 15 years ago
  69. cf8d2c1 VFS: Add VFS helper functions for setting up private namespaces by Trond Myklebust · 15 years ago
  70. 616511d VFS: Uninline the function put_mnt_ns() by Trond Myklebust · 15 years ago
  71. 4839641 jffs2: fix another potential leak on error path in scan.c by David Woodhouse · 15 years ago
  72. ac1b7c3 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  73. d246ab3 ocfs2/trivial: Wrap ocfs2_sysfile_cluster_lock_key within define. by Tao Ma · 15 years ago
  74. cb25797 ocfs2: Add lockdep annotations by Jan Kara · 15 years ago
  75. 9a7aa12 vfs: Set special lockdep map for dirs only if not set by fs by Jan Kara · 15 years ago
  76. df152c2 ocfs2: Disable orphan scanning for local and hard-ro mounts by Sunil Mushran · 15 years ago
  77. 3211949 ocfs2: Do not initialize lvb in ocfs2_orphan_scan_lock_res_init() by Sunil Mushran · 15 years ago
  78. 692684e ocfs2: Stop orphan scan as early as possible during umount by Sunil Mushran · 15 years ago
  79. c3d3884 ocfs2: Fix ocfs2_osb_dump() by Sunil Mushran · 15 years ago
  80. 94e41ec ocfs2: Pin journal head before accessing jh->b_committed_data by Sunil Mushran · 15 years ago
  81. 1962f39 ocfs2: Update atime in splice read if necessary. by Tao Ma · 15 years ago
  82. 1c520df ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API. by Joel Becker · 15 years ago
  83. 7e0338c Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsd by Linus Torvalds · 15 years ago
  84. df36b43 Merge branch 'for-2.6.31' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  85. e38be99 Making fs/minix/minix.h double including safe by Hitoshi Mitake · 15 years ago
  86. 578e458 nfs41: Move initialization of nfs4_opendata seq_res to nfs4_init_opendata_res by Benny Halevy · 15 years ago
  87. 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
  88. 3e10760 fat: Fix the removal of opts->fs_dmask by OGAWA Hirofumi · 15 years ago
  89. bee89ab Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 15 years ago
  90. 31583d6a Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  91. 528da3e inotify: inotify_destroy_mark_entry could get called twice by Eric Paris · 15 years ago
  92. 90c699a block: rename CONFIG_LBD to CONFIG_LBDAF by Bartlomiej Zolnierkiewicz · 15 years ago
  93. ab52ae6 nfsd41: Backchannel: minorversion support for the back channel by Andy Adamson · 15 years ago
  94. ef52bff nfsd41: Backchannel: cleanup nfs4.0 callback encode routines by Andy Adamson · 15 years ago
  95. 1f84603 Merge branch 'devel-for-2.6.31' into for-2.6.31 by Trond Myklebust · 15 years ago
  96. 6ddbbbf nfsd41: Remove ip address collision detection case by Mike Sager · 15 years ago
  97. 0732f87 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  98. 0b92360 seq_file: add function to write binary data by Peter Oberparleiter · 15 years ago
  99. 3b34fc5 elf_core_dump: use rcu_read_lock() to access ->real_parent by Oleg Nesterov · 15 years ago
  100. 1d965fe reiserfs: fix warnings with gcc 4.4 by Jeff Mahoney · 15 years ago