1. ae03bf6 block: Use accessor functions for queue limits by Martin K. Petersen · 15 years ago
  2. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  3. 9bd7de5 Merge branch 'master' into for-2.6.31 by Jens Axboe · 15 years ago
  4. e4b6363 Merge branch 'master' into for-2.6.31 by Jens Axboe · 15 years ago
  5. 6a44587 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 15 years ago
  6. d5046853 nilfs2: fix memory leak in nilfs_ioctl_clean_segments by Ryusuke Konishi · 15 years ago
  7. 703a3b8 [CIFS] fix posix open regression by Steve French · 15 years ago
  8. 929a865 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 15 years ago
  9. 8b6427a cifs: fix pointer initialization and checks in cifs_follow_symlink (try #4) by Jeff Layton · 15 years ago
  10. b2858d7 splice: fix kmaps in default_file_splice_write() by Miklos Szeredi · 15 years ago
  11. 4fc981e bio: always copy back data for copied kernel requests by Tejun Heo · 15 years ago
  12. 7ee2cb7 nfs: Fix NFS v4 client handling of MAY_EXEC in nfs_permission. by Frank Filz · 15 years ago
  13. b83674c reiserfs: fixup perms when xattrs are disabled by Jeff Mahoney · 15 years ago
  14. ceb5edc reiserfs: deal with NULL xattr root w/ xattrs disabled by Jeff Mahoney · 15 years ago
  15. 12abb35 reiserfs: clean up ifdefs by Jeff Mahoney · 15 years ago
  16. 5d41343 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  17. 1f71ebe devpts: correctly set default options by Sukadev Bhattiprolu · 15 years ago
  18. 2ec0ae3 ext4: Fix race in ext4_inode_info.i_cached_extent by Theodore Ts'o · 15 years ago
  19. bd67ce0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 15 years ago
  20. 5732c46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  21. 2a8964d ext4: Clear the unwritten buffer_head flag after the extent is initialized by Aneesh Kumar K.V · 15 years ago
  22. 9f55684 Btrfs: Spelling fix in btrfs_lookup_first_block_group comments by Sankar P · 15 years ago
  23. 6b65c5c Btrfs: make show_options result match actual option names by Sage Weil · 15 years ago
  24. 5d847a8 Btrfs: remove outdated comment in btrfs_ioctl_resize() by Li Hong · 15 years ago
  25. cc7b0c9 Btrfs: remove some WARN_ONs in the IO failure path by Chris Mason · 15 years ago
  26. 76a05b3 Btrfs: Don't loop forever on metadata IO failures by Chris Mason · 15 years ago
  27. 2757495 Btrfs: init inode ordered_data_close flag properly by Chris Mason · 15 years ago
  28. d8e2f53 cifs: fix error handling in parse_DFS_referrals by Jeff Layton · 15 years ago
  29. 77f6bf5 splice: fix error return code by Andrew Morton · 15 years ago
  30. 210af91 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 15 years ago
  31. a6aeeeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 15 years ago
  32. 014049a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 15 years ago
  33. f2deae9 Remove implementation of readpage from the hugetlbfs_aops by Mel Gorman · 15 years ago
  34. 4f23122 splice: fix repeated kmap()'s in default_file_splice_read() by Jens Axboe · 15 years ago
  35. e5d2875 Squashfs: cody tidying, remove commented out line in Makefile by Phillip Lougher · 15 years ago
  36. fffb47b Squashfs: check page size is not larger than the filesystem block size by Phillip Lougher · 15 years ago
  37. a37b06d Squashfs: fix breakage when page size > metadata block size by Doug Chapman · 15 years ago
  38. 2ea3f86 Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  39. bfe3891 epoll: fix size check in epoll_create() by Davide Libenzi · 15 years ago
  40. 33b9817 ext4: Use a fake block number for delayed new buffer_head by Aneesh Kumar K.V · 15 years ago
  41. 9c1ee18 ext4: Fix sub-block zeroing for writes into preallocated extents by Aneesh Kumar K.V · 15 years ago
  42. 8daed1e nfsd: silence lockdep warning by J. Bruce Fields · 15 years ago
  43. 2b79bc4 dup2: Fix return value with oldfd == newfd and invalid fd by Jeff Mahoney · 15 years ago
  44. 83aca8f nilfs2: check size of array structured data exchanged via ioctls by Ryusuke Konishi · 15 years ago
  45. 0b0a47f splice: implement default splice_write method by Miklos Szeredi · 15 years ago
  46. 6818173 splice: implement default splice_read method by Miklos Szeredi · 15 years ago
  47. 7c77f0b splice: implement pipe to pipe splicing by Miklos Szeredi · 15 years ago
  48. c3a4d78 block: add rq->resid_len by Tejun Heo · 15 years ago
  49. 4f6b828 nilfs2: fix lock order reversal in nilfs_clean_segments ioctl by Ryusuke Konishi · 15 years ago
  50. 47eb6b9 nilfs2: fix possible circular locking for get information ioctls by Ryusuke Konishi · 15 years ago
  51. 93b49d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  52. 8433823 nilfs2: ensure to clear dirty state when deleting metadata file block by Ryusuke Konishi · 15 years ago
  53. 2a32ceb Fix races around the access to ->s_options by Al Viro · 15 years ago
  54. f9dbd05 switch ufs directories to ufs_sync_file() by Al Viro · 15 years ago
  55. 6e8341a Switch open_exec() and sys_uselib() to do_open_filp() by Al Viro · 15 years ago
  56. a44ddbb Make open_exec() and sys_uselib() use may_open(), instead of duplicating its parts by Al Viro · 15 years ago
  57. e24977d Reduce path_lookup() abuses by Al Viro · 15 years ago
  58. 6b3304b Make checkpatch.pl shut up on fs/inode.c by Manish Katiyar · 15 years ago
  59. ddbaaf3 NULL noise in fs/super.c:kill_bdev_super() by H Hartley Sweeten · 15 years ago
  60. 774e33e ROMFS: romfs_dev_read() error ignored by Roel Kluin · 15 years ago
  61. c490d79 fs: dcache fix LRU ordering by npiggin@suse.de · 15 years ago
  62. a731d12 ocfs2: Use nd_set_link(). by Joel Becker · 15 years ago
  63. c96f585 Fix a leak in failure exit in 9p ->get_sb() by Al Viro · 15 years ago
  64. 6f5bbff Convert obvious places to deactivate_locked_super() by Al Viro · 15 years ago
  65. 74dbbdd New helper: deactivate_locked_super() by Al Viro · 15 years ago
  66. 677c9b2 reiserfs: remove privroot hiding in lookup by Jeff Mahoney · 15 years ago
  67. b82bb72 reiserfs: dont associate security.* with xattr files by Jeff Mahoney · 15 years ago
  68. ab17c4f reiserfs: fixup xattr_root caching by Jeff Mahoney · 15 years ago
  69. edcc37a Always lookup priv_root on reiserfs mount and keep it by Al Viro · 15 years ago
  70. 5a6059c reiserfs: Expand i_mutex to enclose lookup_one_len by Jeff Mahoney · 15 years ago
  71. 67e5520 vfs: umount_begin BKL pushdown by Alessio Igor Bogani · 15 years ago
  72. 0c7a531 GFS2: Fix glock ref counting bug by Steven Whitehouse · 15 years ago
  73. 201913e nilfs2: fix circular locking dependency of writer mutex by Ryusuke Konishi · 15 years ago
  74. 85c2a74 nilfs2: fix possible recovery failure due to block creation without writer by Ryusuke Konishi · 15 years ago
  75. d7a5926 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 15 years ago
  76. 90e4ee5 [CIFS] Fix double list addition in cifs posix open code by Steve French · 15 years ago
  77. df3935f fiemap: fix problem with setting FIEMAP_EXTENT_LAST by Josef Bacik · 15 years ago
  78. 381a80e inotify: use GFP_NOFS in kernel_event() to work around a lockdep false-positive by Wu Fengguang · 15 years ago
  79. 89996df lockd: fix list corruption on lockd restart by J. Bruce Fields · 15 years ago
  80. b2c0cea nfsd4: check for negative dentry before use in nfsv4 readdir by J. Bruce Fields · 15 years ago
  81. ac68392 [CIFS] Allow raw ntlmssp code to be enabled with sec=ntlmssp by Steve French · 15 years ago
  82. 844823c [CIFS] Fix SMB uid in NTLMSSP authenticate request by Steve French · 15 years ago
  83. f83ce3e proc: avoid information leaks to non-privileged processes by Jake Edge · 15 years ago
  84. 0b3cc858 [CIFS] NTLMSSP reenabled after move from connect.c to sess.c by Steve French · 15 years ago
  85. ccecee1 nfsd41: slots are freed with session by Andy Adamson · 15 years ago
  86. 7fdf523 NFS: Close page_mkwrite() races by Trond Myklebust · 15 years ago
  87. b4348f3 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 15 years ago
  88. afc1e70 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs by Linus Torvalds · 15 years ago
  89. 7e567b4 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  90. 0ae05fb2 ptrace: s/parent/real_parent/ in binfmt_elf_fdpic.c by Oleg Nesterov · 15 years ago
  91. 00a62ce mm: fix Committed_AS underflow on large NR_CPUS environment by KOSAKI Motohiro · 15 years ago
  92. 74641f5 alpha: binfmt_aout fix by Ivan Kokshaysky · 15 years ago
  93. 0816178 pagemap: require aligned-length, non-null reads of /proc/pid/pagemap by Vitaly Mayatskikh · 15 years ago
  94. b827e49 mm: close page_mkwrite races by Nick Piggin · 15 years ago
  95. a8985f3 autofs4: fix incorrect return in autofs4_mount_busy() by Ian Kent · 15 years ago
  96. 24d35ad [CIFS] Remove sparse warning by Steve French · 15 years ago
  97. 989c7e5 [CIFS] remove checkpatch warning by Steve French · 15 years ago
  98. afe48c3 [CIFS] Fix final user of old string conversion code by Steve French · 15 years ago
  99. 3410602 [CIFS] remove cifs_strfromUCS_le by Jeff Layton · 15 years ago
  100. 2edd6c5 [CIFS] NTLMSSP support moving into new file, old dead code removed by Steve French · 15 years ago