1. 5de865e Btrfs: fix tree mod logging by Filipe David Borba Manana · 11 years ago
  2. 66ef7d6 btrfs: check balance of send_in_progress by David Sterba · 11 years ago
  3. 41ce997 Btrfs: remove transaction from btrfs send by Wang Shilong · 11 years ago
  4. 536cd96 Btrfs: fix double initialization of the raid kobject by Miao Xie · 11 years ago
  5. 180589e Btrfs: fix a warning when iput a file by Wang Shilong · 11 years ago
  6. 2c68653 btrfs: Check read-only status of roots during send by David Sterba · 11 years ago
  7. a8d89f5 btrfs: remove unused mnt from send_ctx by David Sterba · 11 years ago
  8. 95bc79d btrfs: send: clean up dead code by David Sterba · 11 years ago
  9. 3fe81ce Btrfs: fix deadlock when iterating inode refs and running delayed inodes by Filipe David Borba Manana · 11 years ago
  10. 663df05 Btrfs: remove dead comments for read_csums() by Wang Shilong · 11 years ago
  11. e223cfc Btrfs: remove field tree_mod_seq_elem from btrfs_fs_info struct by Filipe David Borba Manana · 11 years ago
  12. fc28b62 Btrfs: fix use of uninitialized err variable by Filipe David Borba Manana · 11 years ago
  13. 54eb72c Btrfs: remove unnecessary filemap writting and waiting after block group relocation by Wang Shilong · 11 years ago
  14. 5662344b3 Btrfs: fix error check of btrfs_lookup_dentry() by Tsutomu Itoh · 11 years ago
  15. 7835776 Btrfs: return immediately if tree log mod is not necessary by Filipe David Borba Manana · 11 years ago
  16. f28491e Btrfs: move the extent buffer radix tree into the fs_info by Josef Bacik · 11 years ago
  17. 34b41ac Btrfs: use a bit to track if we're in the radix tree by Josef Bacik · 11 years ago
  18. a5dee37 Btrfs: deal with io_tree->mapping being NULL by Josef Bacik · 11 years ago
  19. 2ef1fed Btrfs: more efficient push_leaf_right by Filipe David Borba Manana · 11 years ago
  20. cb7ab02 Btrfs: wrap repeated code into scrub_blocked_if_needed() by Wang Shilong · 11 years ago
  21. 3cb0929 Btrfs: fix wrong super generation mismatch when scrubbing supers by Wang Shilong · 11 years ago
  22. 5a0f4e2 Btrfs: fix pass of transid with wrong endianness in send.c by Filipe David Borba Manana · 11 years ago
  23. d527afe Btrfs: fix extent_map block_len after merging by Filipe David Borba Manana · 11 years ago
  24. 1185039 btrfs: remove dead code by Michal Nazarewicz · 11 years ago
  25. 878f2d2 Btrfs: fix max dir item size calculation by Filipe David Borba Manana · 11 years ago
  26. 12cfbad Btrfs: more efficient extent state insertions by Filipe David Borba Manana · 11 years ago
  27. c42ac0b Btrfs: add missing extent state caching calls by Filipe David Borba Manana · 11 years ago
  28. 32193c1 Btrfs: faster and more efficient extent map insertion by Filipe David Borba Manana · 11 years ago
  29. 68ba990 Btrfs: fix extent boundary check in bio_readpage_error by Filipe David Borba Manana · 11 years ago
  30. 5a4267c Btrfs: try harder to avoid btree node splits by Filipe David Borba Manana · 11 years ago
  31. 1b8e7e4 Btrfs: avoid unnecessary ordered extent cache resets by Filipe David Borba Manana · 11 years ago
  32. e453d98 btrfs: fix leaks during sysfs teardown by Jeff Mahoney · 11 years ago
  33. 1b8e5df btrfs: fix static checker warnings by Jeff Mahoney · 11 years ago
  34. 131e404 Btrfs: fix very slow inode eviction and fs unmount by Filipe David Borba Manana · 11 years ago
  35. 0647bf5 Btrfs: improve forever loop when doing balance relocation by Wang Shilong · 11 years ago
  36. 6126e3c Btrfs: fix ordered extent check in btrfs_punch_hole by Filipe David Borba Manana · 11 years ago
  37. 376cc68 Btrfs: fix the reserved space leak caused by the race between nonlock dio and buffered io by Miao Xie · 11 years ago
  38. b37392e Btrfs: cleanup unnecessary parameter and variant of prepare_pages() by Miao Xie · 11 years ago
  39. cc37bb0 btrfs: replace BUG in can_modify_feature by David Sterba · 11 years ago
  40. 43d87fa btrfs: reserve no transaction units in btrfs_feature_attr_store by David Sterba · 11 years ago
  41. 27a0dd6 Btrfs: make btrfs_debug match pr_debug handling related to DEBUG by Frank Holton · 11 years ago
  42. 33b98f22 btrfs: cleanup: removed unused 'btrfs_get_inode_ref_index' by Sergei Trofimovich · 11 years ago
  43. 3f870c2 btrfs: expand btrfs_find_item() to include find_orphan_item functionality by Kelley Nielsen · 11 years ago
  44. 75ac2dd btrfs: expand btrfs_find_item() to include find_root_ref functionality by Kelley Nielsen · 11 years ago
  45. e33d5c3 btrfs: bootstrap generic btrfs_find_item interface by Kelley Nielsen · 11 years ago
  46. a3df41e btrfs: fix unused variables in qgroup.c by Valentina Giusti · 11 years ago
  47. e94acd8 btrfs: replace path->slots[0] with otherwise unused variable 'slot' by Valentina Giusti · 11 years ago
  48. ce3e7f10 btrfs: remove unused variable from scrub_fixup_nodatasum by Valentina Giusti · 11 years ago
  49. f0265bb btrfs: remove unused variable from setup_cluster_no_bitmap by Valentina Giusti · 11 years ago
  50. 50892ba btrfs: remove unused variables from extent_io.c by Valentina Giusti · 11 years ago
  51. 4b447bf btrfs: remove unused variable from find_free_extent by Valentina Giusti · 11 years ago
  52. 71db2a7 btrfs: remove unused variables from disk-io.c by Valentina Giusti · 11 years ago
  53. 99e22f7 btrfs: remove unused variable from btrfs_new_inode by Valentina Giusti · 11 years ago
  54. f8ba9c1 btrfs: publish fs label in sysfs by Jeff Mahoney · 11 years ago
  55. 29e5be2 btrfs: publish device membership in sysfs by Jeff Mahoney · 11 years ago
  56. 6ab0a20 btrfs: publish allocation data in sysfs by Jeff Mahoney · 11 years ago
  57. 01e219e btrfs: add ioctl to export size of global metadata reservation by Jeff Mahoney · 11 years ago
  58. 3b02a68 btrfs: use feature attribute names to print better error messages by Jeff Mahoney · 11 years ago
  59. ba63194 btrfs: add ability to change features via sysfs by Jeff Mahoney · 11 years ago
  60. 79da4fa btrfs: publish unknown feature bits in sysfs by Jeff Mahoney · 11 years ago
  61. 510d736 btrfs: publish per-super features in sysfs by Jeff Mahoney · 11 years ago
  62. 5ac1d20 btrfs: publish per-super attributes in sysfs by Jeff Mahoney · 11 years ago
  63. 079b72b btrfs: publish supported featured in sysfs by Jeff Mahoney · 11 years ago
  64. 2eaa055 btrfs: add ioctls to query/change feature bits online by Jeff Mahoney · 11 years ago
  65. 9e5ac13a Btrfs: skip merge part for delayed data refs by Liu Bo · 11 years ago
  66. c46effa Btrfs: introduce a head ref rbtree by Liu Bo · 11 years ago
  67. e20d6c5 Btrfs: fix check-integrity to look at the referenced data properly by Josef Bacik · 11 years ago
  68. 16e7549 Btrfs: incompatible format change to remove hole extents by Josef Bacik · 11 years ago
  69. 48ba620 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  70. 70b23ce Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 11 years ago
  71. 70f2fe3 nilfs2: fix segctor bug that causes file system corruption by Andreas Rohner · 11 years ago
  72. e2bc447 Merge tag 'xfs-for-linus-v3.13-rc8' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  73. 1f4a63b xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK() by Chuansheng Liu · 11 years ago
  74. bba719b xfs: fix off-by-one error in xfs_attr3_rmt_verify by Jie Liu · 11 years ago
  75. ef350bb Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  76. d0abafa ext4: fix bigalloc regression by Eric Whitney · 11 years ago
  77. 06f055f Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  78. 4ff36ee epoll: do not take the nested ep->mtx on EPOLL_CTL_DEL by Jason Baron · 11 years ago
  79. 152b734 Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes by Linus Torvalds · 11 years ago
  80. 0b3a2c9 GFS2: Fix unsafe dereference in dump_holder() by Tetsuo Handa · 11 years ago
  81. f1e3268 cifs: set FILE_CREATED by Shirish Pargaonkar · 11 years ago
  82. 750b8de cifs: We do not drop reference to tlink in CIFSCheckMFSymlink() by Sachin Prabhu · 11 years ago
  83. ebcc943 Add missing end of line termination to some cifs messages by Steve French · 11 years ago
  84. f41bfc9 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  85. dc0a6b4 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  86. a8472b4 Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  87. 3dc9acb aio: clean up and fix aio_setup_ring page mapping by Linus Torvalds · 11 years ago
  88. 8e321fe aio/migratepages: make aio migrate pages sane by Benjamin LaHaise · 11 years ago
  89. 1881686 aio: fix kioctx leak introduced by "aio: Fix a trinity splat" by Benjamin LaHaise · 11 years ago
  90. a6ddeee Merge tag 'xfs-for-linus-v3.13-rc5' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  91. df36ac1 pstore: Don't allow high traffic options on fragile devices by Luck, Tony · 11 years ago
  92. f5a44db ext4: add explicit casts when masking cluster sizes by Theodore Ts'o · 11 years ago
  93. 582d2f7 GFS2: Wait for async DIO in glock state changes by Steven Whitehouse · 11 years ago
  94. dfd1118 GFS2: Fix incorrect invalidation for DIO/buffered I/O by Steven Whitehouse · 11 years ago
  95. 2516b61 Merge tag 'driver-core-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  96. 34cf865 ext4: fix deadlock when writing in ENOSPC conditions by Jan Kara · 11 years ago
  97. a5905a9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  98. ac8809f xfs: abort metadata writeback on permanent errors by Dave Chinner · 11 years ago
  99. 33177f0 xfs: swalloc doesn't align allocations properly by Dave Chinner · 11 years ago
  100. 83a0adc xfs: remove xfsbdstrat error by Christoph Hellwig · 11 years ago