1. e758936 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 16 years ago
  2. 3280fb3 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  3. 9256292 integrity: special fs magic by Mimi Zohar · 16 years ago
  4. f319fb8 ext4: fix kconfig typo and extra whitespace by Jan Engelhardt · 16 years ago
  5. 3244fcb ext4: fix build failure without procfs by Alexander Beregalov · 16 years ago
  6. f1b2a5a Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  7. 06270d5 provide generic_block_fiemap() only with BLOCK=y by Adrian Bunk · 16 years ago
  8. 14835a3 [CIFS] cifs: remove pointless lock and unlock of GlobalMid_Lock in header_assemble by Jeff Layton · 16 years ago
  9. fd04808 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  10. 86ed5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  11. 5bf5683 ext4: add an option to control error handling on file data by Hidehiro Kawai · 16 years ago
  12. 7ad7445 jbd2: don't dirty original metadata buffer on abort by Hidehiro Kawai · 16 years ago
  13. 7ffe1ea ext4: add checks for errors from jbd2 by Hidehiro Kawai · 16 years ago
  14. 44519fa jbd2: fix error handling for checkpoint io by Hidehiro Kawai · 16 years ago
  15. 77e841d jbd2: abort when failed to log metadata buffers by Hidehiro Kawai · 16 years ago
  16. a1aebc1 ext4: Don't reuse released data blocks until transaction commits by Aneesh Kumar K.V · 16 years ago
  17. c894058 ext4: Use an rbtree for tracking blocks freed during transaction. by Aneesh Kumar K.V · 16 years ago
  18. c2774d8 ext4: Do mballoc init before doing filesystem recovery by Aneesh Kumar K.V · 16 years ago
  19. 688f05a ext4: Free ext4_prealloc_space using kmem_cache_free by Aneesh Kumar K.V · 16 years ago
  20. 473dc8e ext4: Fix Kconfig typo for ext4dev by Manish Katiyar · 16 years ago
  21. cab893d ext4: Remove an old reference to ext4dev in Makefile comment by Martin Michlmayr · 16 years ago
  22. 03010a3 ext4: Rename ext4dev to ext4 by Theodore Ts'o · 16 years ago
  23. 5e2e772 NFS: fix nfs_parse_ip_address() corner case by Chuck Lever · 16 years ago
  24. 456018d NFS: Cleanup nfs_set_port by J. Bruce Fields · 16 years ago
  25. 13dd7f8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 16 years ago
  26. 73f6aa4 Fix barrier fail detection in XFS by Christoph Hellwig · 16 years ago
  27. 445e1ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 16 years ago
  28. e26feff Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  29. 3bbfe05 proc: remove kernel.maps_protect by Alexey Dobriyan · 16 years ago
  30. 45acb8d proc: remove now unneeded ADDBUF macro by Alexey Dobriyan · 16 years ago
  31. 4783072 [PATCH] proc: show personality via /proc/pid/personality by Kees Cook · 16 years ago
  32. a6bebbc [PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_lock() by Lai Jiangshan · 16 years ago
  33. 53167a3 proc: move PROC_PAGE_MONITOR to fs/proc/Kconfig by Alexey Dobriyan · 16 years ago
  34. 8132436 proc: make grab_header() static by Adrian Bunk · 16 years ago
  35. a70973c proc: remove unused get_dma_list() by Alexey Dobriyan · 16 years ago
  36. a04f4de proc: remove dummy vmcore_open() by Alexey Dobriyan · 16 years ago
  37. e167523 proc: proc_sys_root tweak by Alexey Dobriyan · 16 years ago
  38. 300b994 proc: fix return value of proc_reg_open() in "too late" case by Alexey Dobriyan · 16 years ago
  39. efc968d Don't allow splice() to files opened with O_APPEND by Linus Torvalds · 16 years ago
  40. 03254e6 NFS: Fix attribute updates by Trond Myklebust · 16 years ago
  41. 57d1b53 block_dev: fix kernel-doc in new functions by Randy Dunlap · 16 years ago
  42. 6feef53 block: mark bio_split_pool static by Denis ChengRq · 16 years ago
  43. ad3316b block: Find bio sector offset given idx and offset by Martin K. Petersen · 16 years ago
  44. 74aa8c2 block: Introduce integrity data ownership flag by Martin K. Petersen · 16 years ago
  45. b04accc block: revert part of d7533ad0e132f92e75c1b2eb7c26387b25a583c1 by Jens Axboe · 16 years ago
  46. 9c02f2b block: cleanup some of the integrity stuff in blkdev.h by Jens Axboe · 16 years ago
  47. 0a0d96b block: add bio_kmalloc() by Jens Axboe · 16 years ago
  48. 608aeef Call flush_disk() after detecting an online resize. by Andrew Patterson · 16 years ago
  49. 56ade44 Added flush_disk to factor out common buffer cache flushing code. by Andrew Patterson · 16 years ago
  50. 9bc3ffb Check for device resize when rescanning partitions by Andrew Patterson · 16 years ago
  51. c3279d1 Adjust block device size after an online resize of a disk. by Andrew Patterson · 16 years ago
  52. 0c002c2 Wrapper for lower-level revalidate_disk routines. by Andrew Patterson · 16 years ago
  53. 8188276 block: make blk_rq_map_user take a NULL user-space buffer by FUJITA Tomonori · 16 years ago
  54. 4d8ab62 bio: convert bio_copy_kern to use bio_copy_user by FUJITA Tomonori · 16 years ago
  55. 152e283 block: introduce struct rq_map_data to use reserved pages by FUJITA Tomonori · 16 years ago
  56. a3bce90 block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov by FUJITA Tomonori · 16 years ago
  57. c7c22e4 block: add support for IO CPU affinity by Jens Axboe · 16 years ago
  58. 3e1a7ff block: allow disk to have extended device number by Tejun Heo · 16 years ago
  59. 689d6fa block: replace @ext_minors with GENHD_FL_EXT_DEVT by Tejun Heo · 16 years ago
  60. 540eed5 block: make partition array dynamic by Tejun Heo · 16 years ago
  61. 074a7ac block: move stats from disk to part0 by Tejun Heo · 16 years ago
  62. eddb2e2 block: kill GENHD_FL_FAIL and use part0->make_it_fail by Tejun Heo · 16 years ago
  63. 0762b8b block: always set bdev->bd_part by Tejun Heo · 16 years ago
  64. 4c46501 block: move holder_dir from disk to part0 by Tejun Heo · 16 years ago
  65. b7db995 block: move policy from disk to part0 by Tejun Heo · 16 years ago
  66. e561052 block: unify sysfs size node handling by Tejun Heo · 16 years ago
  67. 80795ae block: move capacity from disk to part0 by Tejun Heo · 16 years ago
  68. b5d0b9d block: introduce partition 0 by Tejun Heo · 16 years ago
  69. ed9e198 block: implement and use {disk|part}_to_dev() by Tejun Heo · 16 years ago
  70. bcce3de block: implement extended dev numbers by Tejun Heo · 16 years ago
  71. c995905 block: fix diskstats access by Tejun Heo · 16 years ago
  72. e71bf0d block: fix disk->part[] dereferencing race by Tejun Heo · 16 years ago
  73. f331c02 block: don't depend on consecutive minor space by Tejun Heo · 16 years ago
  74. cf771cb block: make variable and argument names more consistent by Tejun Heo · 16 years ago
  75. 88e3412 block: update add_partition() error handling by Tejun Heo · 16 years ago
  76. ec2cded block: allow deleting zero length partition by Tejun Heo · 16 years ago
  77. 5df97b9 drop vmerge accounting by Mikulas Patocka · 16 years ago
  78. b8b3e16 block: drop virtual merging accounting by Mikulas Patocka · 16 years ago
  79. 8c540a9 Let the block device know when sectors can be discarded by David Woodhouse · 16 years ago
  80. b77d753 [CIFS] Check that last search entry resume key is valid by Steve French · 16 years ago
  81. d7fb120 NFS: Don't use range_cyclic for data integrity syncs by Trond Myklebust · 16 years ago
  82. 8491945 NFS: Client mounts hang when exported directory do not exist by Steve Dickson · 17 years ago
  83. ea31a443 nfs: Fix misparsing of nfsv4 fs_locations attribute by J. Bruce Fields · 16 years ago
  84. f0c92925 nfs: prepare to share nfs_set_port by J. Bruce Fields · 16 years ago
  85. 460cdbc nfs: replace while loop by for loops in nfs_follow_referral by J. Bruce Fields · 16 years ago
  86. 4ada29d nfs: break up nfs_follow_referral by J. Bruce Fields · 16 years ago
  87. 37ca8f5 nfs: authenticated deep mounting by EG Keizer · 16 years ago
  88. f25b874 NFS: missing nfs_fattr_init in nfs3_proc_getacl and nfs3_proc_setacls (resend #2) by Jeff Layton · 16 years ago
  89. f200c11 nfs: remove an obsolete nfs_flock comment by J. Bruce Fields · 16 years ago
  90. 44d5759 nfs: BUG_ON in nfs_follow_mountpoint by Denis V. Lunev · 16 years ago
  91. fd08d7e nfs: ERR_PTR is expected on failure from nfs_do_clone_mount by Denis V. Lunev · 16 years ago
  92. bb8a3b5 fix fs/nfs/nfsroot.c compilation by Adrian Bunk · 16 years ago
  93. 691beb1 NFS: Allow concurrent inode revalidation by Trond Myklebust · 16 years ago
  94. 2f28ea6 NFS: Fix up nfs_setattr_update_inode() by Trond Myklebust · 16 years ago
  95. 076f1fc NFS: Don't clear nfsi->cache_validity in nfs_check_inode_attributes() by Trond Myklebust · 16 years ago
  96. 4dc05ef NFS: Convert __nfs_revalidate_inode() to use nfs_refresh_inode() by Trond Myklebust · 16 years ago
  97. d65f557 NFS: Fix nfs_post_op_update_inode_force_wcc() by Trond Myklebust · 16 years ago
  98. a10ad17 NFS: Fix the NFS attribute update by Trond Myklebust · 16 years ago
  99. 870a5be NFS: Clean up nfs_refresh_inode() and nfs_post_op_update_inode() by Trond Myklebust · 16 years ago
  100. 7973c1f NFS: Add mount options for controlling the lookup cache by Trond Myklebust · 16 years ago