1. c4d8b02 ext4: fix readdir error in case inline_data+^dir_index. by Tao Ma · 12 years ago
  2. 8af0f08 ext4: fix readdir error in the case of inline_data+dir_index by Tao Ma · 12 years ago
  3. 28daf4f jbd2: use kmem_cache_zalloc instead of kmem_cache_alloc/memset by Zheng Liu · 12 years ago
  4. 2656497 ext4: mext_insert_extents should update extent block checksum by Darrick J. Wong · 12 years ago
  5. eb9cc7e ext4: move quota initialization out of inode allocation transaction by Jan Kara · 12 years ago
  6. fd03d8d ext4: reserve xattr index for Rich ACL support by Theodore Ts'o · 12 years ago
  7. 7b001d6 ext4: clear buffer_uninit flag when submitting IO by Jan Kara · 12 years ago
  8. 4eec708 ext4: use io_end for multiple bios by Jan Kara · 12 years ago
  9. 0058f96 ext4: make ext4_bio_write_page() use BH_Async_Write flags by Jan Kara · 12 years ago
  10. e1091b1 ext4: Use kstrtoul() instead of parse_strtoul() by Lukas Czerner · 12 years ago
  11. 7e8b12c ext4: defragmentation code cleanup by Dmitry Monakhov · 12 years ago
  12. 43e50f5 ext4: do not convert to indirect with bigalloc enabled by Lukas Czerner · 12 years ago
  13. 0d14b09 ext4: move ext4_ind_migrate() into migrate.c by Lukas Czerner · 12 years ago
  14. d6a7710 ext4: fix miscellaneous big endian warnings by Theodore Ts'o · 12 years ago
  15. 171a7f2 ext4: fix big-endian bug in metadata checksum calculations by Dmitry Monakhov · 12 years ago
  16. 0b65349 ext4: fix big-endian bug in extent migration code by Dmitry Monakhov · 12 years ago
  17. 8c8e0ca ext4: fix usless declarations by Dmitri Monakho · 12 years ago
  18. 27dd438 ext4: introduce reserved space by Lukas Czerner · 12 years ago
  19. f45a5ef ext4: improve credit estimate for EXT4_SINGLEDATA_TRANS_BLOCKS by Jan Kara · 12 years ago
  20. eabe044 ext4: speed-up releasing blocks on commit by Andrey Sidorov · 12 years ago
  21. 5c1ff33 ext4: fix free space estimate in ext4_nonda_switch() by Eric Whitney · 12 years ago
  22. bcb1385 ext4: fix deadlock with quota feature by Jan Kara · 12 years ago
  23. e8238f9 ext4: fix incorrect lock ordering for ext4_ind_migrate by Dmitry Monakhov · 12 years ago
  24. 393d1d1 ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOT by Dr. Tilmann Bubeck · 12 years ago
  25. f78ee70d ext4: print more info in ext4_print_free_blocks() by Lukas Czerner · 12 years ago
  26. be8981b ext4: try to prepend extent to the existing one by Lukas Czerner · 12 years ago
  27. bc2d9db ext4: Transfer initialized block to right neighbor if possible by Lukas Czerner · 12 years ago
  28. bd86298 ext4: introduce ext4_get_group_number() by Lukas Czerner · 12 years ago
  29. 6891100 ext4: make ext4_block_in_group() much more efficient by Lukas Czerner · 12 years ago
  30. a75ae78f ext4: unregister es_shrinker if mount failed by Dmitry Monakhov · 12 years ago
  31. 5d3ee20 ext4: fix journal callback list traversal by Dmitry Monakhov · 12 years ago
  32. 794446c jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callback by Dmitry Monakhov · 12 years ago
  33. 996bb9f ext4: support simple conversion of extent-mapped inodes to use i_blocks by Theodore Ts'o · 12 years ago
  34. d76a3a77 ext4/jbd2: don't wait (forever) for stale tid caused by wraparound by Theodore Ts'o · 12 years ago
  35. b10a44c ext4: add might_sleep() annotations by Theodore Ts'o · 12 years ago
  36. 19b5ef6 ext4: add mutex_is_locked() assertion to ext4_truncate() by Theodore Ts'o · 12 years ago
  37. 819c492 ext4: refactor truncate code by Theodore Ts'o · 12 years ago
  38. 26a4c0c ext4: refactor punch hole code by Theodore Ts'o · 12 years ago
  39. 781f143 ext4: fold ext4_alloc_blocks() in ext4_alloc_branch() by Theodore Ts'o · 12 years ago
  40. eed4333 ext4: fold ext4_generic_write_end() into ext4_write_end() by Zheng Liu · 12 years ago
  41. 74d553a ext4: collapse handling of data=ordered and data=writeback codepaths by Theodore Ts'o · 12 years ago
  42. 8cde7ad ext4: fix big-endian bugs which could cause fs corruptions by Zheng Liu · 12 years ago
  43. 3615db4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  44. d8fe29e Btrfs: don't drop path when printing out tree errors in scrub by Josef Bacik · 12 years ago
  45. 97f084b Merge tag 'driver-core-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  46. 2c3de1c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  47. 82d130f Btrfs: fix wrong return value of btrfs_lookup_csum() by Miao Xie · 12 years ago
  48. 39847c4 Btrfs: fix wrong reservation of csums by Miao Xie · 12 years ago
  49. a797502 Btrfs: fix double free in the btrfs_qgroup_account_ref() by Wang Shilong · 12 years ago
  50. fdf30d1 Btrfs: limit the global reserve to 512mb by Josef Bacik · 12 years ago
  51. db1d607 Btrfs: hold the ordered operations mutex when waiting on ordered extents by Josef Bacik · 12 years ago
  52. 6e137ed Btrfs: fix space accounting for unlink and rename by Josef Bacik · 12 years ago
  53. f4881bc Btrfs: fix space leak when we fail to reserve metadata space by Josef Bacik · 12 years ago
  54. adaa4b8 Btrfs: fix EIO from btrfs send in is_extent_unchanged for punched holes by Jan Schmidt · 12 years ago
  55. 3e84f48 vfs/splice: Fix missed checks in new __kernel_write() helper by Al Viro · 12 years ago
  56. 87a8ebd userns: Restrict when proc and sysfs can be mounted by Eric W. Biederman · 12 years ago
  57. 132c94e vfs: Carefully propogate mounts across user namespaces by Eric W. Biederman · 12 years ago
  58. 90563b1 vfs: Add a mount flag to lock read only bind mounts by Eric W. Biederman · 12 years ago
  59. 3151527 userns: Don't allow creation if the user is chrooted by Eric W. Biederman · 12 years ago
  60. de55eb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  61. 7ea600b Nest rename_lock inside vfsmount_lock by Al Viro · 12 years ago
  62. 5d53848 Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  63. 4adaa61 Btrfs: fix race between mmap writes and compression by Chris Mason · 12 years ago
  64. 844fdd9 Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  65. e49dbbf nfsd: fix bad offset use by Kent Overstreet · 12 years ago
  66. 51f0885 vfs,proc: guarantee unique inodes in /proc by Linus Torvalds · 12 years ago
  67. 9217cbb Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  68. d3c9262 Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  69. 1dd0568 Btrfs: fix memory leak in btrfs_create_tree() by Tsutomu Itoh · 12 years ago
  70. d9abbf1 Btrfs: fix locking on ROOT_REPLACE operations in tree mod log by Jan Schmidt · 12 years ago
  71. 6113077 Btrfs: fix missing qgroup reservation before fallocating by Wang Shilong · 12 years ago
  72. 835d974 Btrfs: handle a bogus chunk tree nicely by Josef Bacik · 12 years ago
  73. d763448 Btrfs: update to use fs_state bit by Liu Bo · 12 years ago
  74. f853c61 cifs: ignore everything in SPNEGO blob after mechTypes by Jeff Layton · 12 years ago
  75. 06ae43f Don't bother with redoing rw_verify_area() from default_file_splice_from() by Al Viro · 12 years ago
  76. 2402867 NFSv4.1: Add a helper pnfs_commit_and_return_layout by Trond Myklebust · 12 years ago
  77. 2495680 NFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layoutreturn by Trond Myklebust · 12 years ago
  78. a073dbf NFSv4.1: Fix a race in pNFS layoutcommit by Trond Myklebust · 12 years ago
  79. 4376c94 pnfs-block: removing DM device maybe cause oops when call dev_remove by fanchaoting · 12 years ago
  80. e5110f4 sysfs: handle failure path correctly for readdir() by Ming Lei · 12 years ago
  81. 991f76f sysfs: fix race between readdir and lseek by Ming Lei · 12 years ago
  82. cf4ab53 NFSv4: Fix the string length returned by the idmapper by Trond Myklebust · 12 years ago
  83. 2b405bf ext4: fix data=journal fast mount/umount hang by Theodore Ts'o · 12 years ago
  84. 1ada47d ext4: fix ext4_evict_inode() racing against workqueue processing code by Theodore Ts'o · 12 years ago
  85. 10b3866 Merge tag 'for-linus-v3.9-rc4' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  86. ac534ff nfsd: fix startup order in nfsd_reply_cache_init by Jeff Layton · 12 years ago
  87. a517b60 nfsd: only unhash DRC entries that are in the hashtable by Jeff Layton · 12 years ago
  88. e001873 xfs: ensure we capture IO errors correctly by Dave Chinner · 12 years ago
  89. 3325bee xfs: fix xfs_iomap_eof_prealloc_initial_size type by Mark Tinguely · 12 years ago
  90. 83cdadd xfs: fix potential infinite loop in xfs_iomap_prealloc_size() by Brian Foster · 12 years ago
  91. 0e40110 ext4: fix memory leakage in mext_check_coverage by Dmitry Monakhov · 12 years ago
  92. 0863702 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  93. 3b27759 Btrfs: fix warning of free_extent_map by Liu Bo · 12 years ago
  94. 40e4591 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  95. 7c2ec3f Btrfs: fix warning when creating snapshots by Liu Bo · 12 years ago
  96. 720f1e2 Btrfs: return as soon as possible when edquot happens by Wang Shilong · 12 years ago
  97. 492104c Btrfs: return EIO if we have extent tree corruption by Josef Bacik · 12 years ago
  98. bc17862 btrfs: use rcu_barrier() to wait for bdev puts at unmount by Eric Sandeen · 12 years ago
  99. d340d24 Btrfs: remove btrfs_try_spin_lock by Liu Bo · 12 years ago
  100. a09a0a7 Btrfs: get better concurrency for snapshot-aware defrag work by Liu Bo · 12 years ago