1. 488111a Btrfs: fix csum search offset/length calculation in log tree by Filipe David Borba Manana · 11 years ago
  2. e46f538 Btrfs: fix verification of dir_item by Filipe David Borba Manana · 11 years ago
  3. 9b011ad Btrfs: remove scrub_super_lock holding in btrfs_sync_log() by Wang Shilong · 11 years ago
  4. 7fdf4b6 Btrfs: use 'u64' rather than 'int' to get extent's generation by Wang Shilong · 11 years ago
  5. 9dced18 Btrfs: fix the free space write out failure when there is no data space by Miao Xie · 11 years ago
  6. 9e6a0c5 Btrfs: stop committing the transaction so much during relocate by Josef Bacik · 11 years ago
  7. 9f23e28 Btrfs: make sure the delalloc workers actually flush compressed writes by Josef Bacik · 11 years ago
  8. 9385876 Btrfs: take ordered root lock when removing ordered operations inode by Josef Bacik · 11 years ago
  9. d788a34 Btrfs: don't abort transaction in run_delalloc_nocow by Josef Bacik · 11 years ago
  10. 02ecd2c Btrfs: do not bug_on if we try to cow a free space cache inode by Josef Bacik · 11 years ago
  11. 0ef8b72 Btrfs: return an error from btrfs_wait_ordered_range by Josef Bacik · 11 years ago
  12. ed25909 Btrfs: stop using vfs_read in send by Josef Bacik · 11 years ago
  13. 301993a Btrfs: check_int, remove warning for mixed-mode by Stefan Behrens · 11 years ago
  14. a5f519c Btrfs: fix check_int 'leaf item out of bounce' regression by Stefan Behrens · 11 years ago
  15. 5599488 Btrfs: optimize extent item search in run_delayed_extent_op by Filipe David Borba Manana · 11 years ago
  16. cab45e2 btrfs: add tracing for failed reservations by Jeff Mahoney · 11 years ago
  17. 8b558c5 btrfs: remove fs/btrfs/compat.h by Zach Brown · 11 years ago
  18. 1877e1a btrfs: remove move_pages() by Zach Brown · 11 years ago
  19. 4546bca btrfs: use get_seconds() instead of btrfs wrapper by Zach Brown · 11 years ago
  20. 8185554 Btrfs: fix incorrect inode acl reset by Filipe David Borba Manana · 11 years ago
  21. ff76b05 Btrfs: Don't allocate inode that is already in use by Stefan Behrens · 11 years ago
  22. e8b0d72 Btrfs: fix btrfs_prev_leaf() previous key computation by Filipe David Borba Manana · 11 years ago
  23. e93ae26 Btrfs: optimize tree-log.c:count_inode_refs() by Filipe David Borba Manana · 11 years ago
  24. 229eed4 btrfs: simplify kmalloc+copy_from_user to memdup_user by Geyslan G. Bem · 11 years ago
  25. 5ede859 Btrfs: btrfs_add_ordered_operation: Fix last modified transaction comparison. by chandan · 11 years ago
  26. 3c77bd9 Btrfs: don't leak delayed node on path allocation failure by Filipe David Borba Manana · 11 years ago
  27. 361c093 Btrfs: Wait for uuid-tree rebuild task on remount read-only by Stefan Behrens · 11 years ago
  28. 27087f3 Btrfs: init device stats for new devices by Stefan Behrens · 11 years ago
  29. 30d133f Btrfs: fixup error path in __btrfs_inc_extent_ref by Liu Bo · 11 years ago
  30. e649e58 Btrfs: disallow 'btrfs {balance,replace} cancel' on ro mounts by Ilya Dryomov · 11 years ago
  31. adfa97c Btrfs: don't leak ioctl args in btrfs_ioctl_dev_replace by Ilya Dryomov · 11 years ago
  32. f747cab Btrfs: nuke a bogus rw_devices decrement in __btrfs_close_devices by Ilya Dryomov · 11 years ago
  33. 03b2f08 btrfs: Fix memory leakage in the tree-log.c by Geyslan G. Bem · 11 years ago
  34. 498456d Btrfs: kill unused code in btrfs_search_forward by Liu Bo · 11 years ago
  35. 8319bfe Btrfs: cleanup dead code of defragment by Liu Bo · 11 years ago
  36. efd0c40 Btrfs: remove unnecessary key copy when logging inode by Filipe David Borba Manana · 11 years ago
  37. 452c75c Btrfs: Simplify the logic in alloc_extent_buffer() for existing extent buffer case by Chandra Seetharaman · 11 years ago
  38. 7f4ca37 Btrfs: fix up seek_hole/seek_data handling by Josef Bacik · 11 years ago
  39. 4277a9c Btrfs: add an assert to btrfs_lookup_csums_range for alignment by Josef Bacik · 11 years ago
  40. ed9e8af Btrfs: fix hole check in log_one_extent by Josef Bacik · 11 years ago
  41. 0e30db8 Btrfs: add a sanity test for a vacant extent at the front of a file by Josef Bacik · 11 years ago
  42. 25a5034 Btrfs: handle a missing extent for the first file extent by Josef Bacik · 11 years ago
  43. 9619249 Btrfs: stop all workers after we free block groups by Josef Bacik · 11 years ago
  44. aaedb55 Btrfs: add tests for btrfs_get_extent by Josef Bacik · 11 years ago
  45. 294e30f Btrfs: add tests for find_lock_delalloc_range by Josef Bacik · 11 years ago
  46. 857cc2f Btrfs: free reserved space on error in a few places by Josef Bacik · 11 years ago
  47. 0be5dc6 Btrfs: fixup reserved trace points by Josef Bacik · 11 years ago
  48. 2b1360d Btrfs: free up block groups after everything by Josef Bacik · 11 years ago
  49. 681ae50 Btrfs: cleanup reserved space when freeing tree log on error by Josef Bacik · 11 years ago
  50. eb58bb3 Btrfs: do not free the dirty bytes from the trans block rsv on cleanup by Josef Bacik · 11 years ago
  51. 80d94fb Btrfs: fix memory leaks on transaction commit failure by Filipe David Borba Manana · 11 years ago
  52. 539f358 Btrfs: fix the dev-replace suspend sequence by Ilya Dryomov · 11 years ago
  53. 778ba82 Btrfs: improve inode hash function/inode lookup by Filipe David Borba Manana · 11 years ago
  54. 3d41d70 Btrfs: remove unnecessary tree search when logging inode by Filipe David Borba Manana · 11 years ago
  55. 6174d3c Btrfs: remove unused max_key arg from btrfs_search_forward by Filipe David Borba Manana · 11 years ago
  56. 7d3d174 Btrfs: fix memory leak of chunks' extent map by Liu Bo · 11 years ago
  57. fa7c149 Btrfs: improve jitter performance of the sequential buffered write by Miao Xie · 11 years ago
  58. 20dd2cb Btrfs: fix BUG_ON() casued by the reserved space migration by Miao Xie · 11 years ago
  59. 0a4e558 btrfs: remove unused parameter from btrfs_header_fsid by Ross Kirk · 11 years ago
  60. 724e231 Btrfs: fix two use-after-free bugs with transaction cleanup by Josef Bacik · 11 years ago
  61. c16ce19 Btrfs: remove all BUG_ON()'s from commit_cowonly_roots by Josef Bacik · 11 years ago
  62. 1de2cfd Btrfs: don't delete ordered roots from list during cleanup by Josef Bacik · 11 years ago
  63. 4e121c0 Btrfs: cleanup transaction on abort by Josef Bacik · 11 years ago
  64. b6d08f0 Btrfs: do not release metadata for space cache inodes by Josef Bacik · 11 years ago
  65. e022828 Btrfs: reset intwrite on transaction abort by Josef Bacik · 11 years ago
  66. 4577b01 Btrfs: relocate csums properly with prealloc extents by Josef Bacik · 11 years ago
  67. e84cc14 Btrfs: don't leak block group on error by Filipe David Borba Manana · 11 years ago
  68. 9b19985 Btrfs: fix sync fs to actually wait for all data to be persisted by Filipe David Borba Manana · 11 years ago
  69. 703c88e Btrfs: fix tracking of orphan inode count by Filipe David Borba Manana · 11 years ago
  70. fe09e16 Btrfs: export btrfs space shared info to userspace by Liu Bo · 11 years ago
  71. 7451432 Btrfs: remove path arg from btrfs_truncate_free_space_cache by Filipe David Borba Manana · 11 years ago
  72. 53645a9 Btrfs: remove duplicated ino cache's inode lookup by Filipe David Borba Manana · 11 years ago
  73. d4b4087 Btrfs: do a full search everytime in btrfs_search_old_slot by Josef Bacik · 11 years ago
  74. 06ea65a Btrfs: add a sanity test for btrfs_split_item by Josef Bacik · 11 years ago
  75. dd3cc16 btrfs: drop unused parameter from btrfs_item_nr by Ross Kirk · 11 years ago
  76. f06becc Btrfs: don't store NULL byte in symlink extents by Filipe David Borba Manana · 11 years ago
  77. 69e9c6c Btrfs: eliminate the exceptional root_tree refs=0 by Stefan Behrens · 11 years ago
  78. 39cf275 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  79. 2c957dd cifs: Use data structures to compute NTLMv2 response offsets by Tim Gardner · 11 years ago
  80. dca6928 [CIFS] O_DIRECT opens should work on directio mounts by Steve French · 11 years ago
  81. a858215 cifs: don't spam the logs on unexpected lookup errors by Jeff Layton · 11 years ago
  82. cce0244 cifs: change ERRnomem error mapping from ENOMEM to EREMOTEIO by Jeff Layton · 11 years ago
  83. eb85d94b CIFS: Fix symbolic links usage by Pavel Shilovsky · 11 years ago
  84. 29e59c1 f2fs: issue more large discard command by Changman Lee · 11 years ago
  85. 8b5baa4 Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 11 years ago
  86. bdd3536 ecryptfs: ->f_op is never NULL by Al Viro · 11 years ago
  87. 27ac0ff locks: break delegations on any attribute modification by J. Bruce Fields · 13 years ago
  88. 146a859 locks: break delegations on link by J. Bruce Fields · 13 years ago
  89. 8e6d782 locks: break delegations on rename by J. Bruce Fields · 13 years ago
  90. 5a14696 locks: helper functions for delegation breaking by J. Bruce Fields · 12 years ago
  91. b21996e locks: break delegations on unlink by J. Bruce Fields · 13 years ago
  92. 9accbb9 namei: minor vfs_unlink cleanup by J. Bruce Fields · 12 years ago
  93. df4e8d2 locks: implement delegations by J. Bruce Fields · 13 years ago
  94. 617588d locks: introduce new FL_DELEG lock flag by J. Bruce Fields · 13 years ago
  95. 6cedba8 vfs: take i_mutex on renamed file by J. Bruce Fields · 13 years ago
  96. 40bd22c vfs: rename I_MUTEX_QUOTA now that it's not used for quotas by J. Bruce Fields · 12 years ago
  97. 27555516 vfs: don't use PARENT/CHILD lock classes for non-directories by J. Bruce Fields · 12 years ago
  98. 375e289 vfs: pull ext4's double-i_mutex-locking into common code by J. Bruce Fields · 12 years ago
  99. f27c929 exportfs: fix quadratic behavior in filehandle lookup by J. Bruce Fields · 11 years ago
  100. efbf201 exportfs: better variable name by J. Bruce Fields · 11 years ago