1. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  2. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  3. cdfb080 Btrfs: fix use after free when close_ctree frees the orphan_rsv by Chris Mason · 9 years ago
  4. 1bbc621 Btrfs: allow block group cache writeout outside critical section in commit by Chris Mason · 9 years ago
  5. 2b10826 Btrfs: don't use highmem for free space cache pages by Chris Mason · 9 years ago
  6. c9dc4c6 Btrfs: two stage dirty block group writeout by Chris Mason · 9 years ago
  7. 4c6d1d8 btrfs: move struct io_ctl into ctree.h and rename it by Chris Mason · 9 years ago
  8. 3bce876 Btrfs: don't steal from the global reserve if we don't have the space by Josef Bacik · 10 years ago
  9. 365c531 Btrfs: don't commit the transaction in the async space flushing by Josef Bacik · 10 years ago
  10. cb723e4 Btrfs: reserve space for block groups by Josef Bacik · 10 years ago
  11. 28f75a0 Btrfs: refill block reserves during truncate by Chris Mason · 10 years ago
  12. 1262133 Btrfs: account for crcs in delayed ref processing by Josef Bacik · 10 years ago
  13. 28ed134 btrfs: actively run the delayed refs while deleting large files by Chris Mason · 10 years ago
  14. 4a3d1caf fs: btrfs: Add missing include file by Guenter Roeck · 9 years ago
  15. dd82525 Btrfs: free and unlock our path before btrfs_free_and_pin_reserved_extent() by Chris Mason · 9 years ago
  16. e56a951 Btrfs: Remove the check for old-style mkfs by Liu Bo · 9 years ago
  17. 727b978 btrfs: cleanup orphans while looking up default subvolume by Jeff Mahoney · 9 years ago
  18. d862095 btrfs: explicitly set control file's private_data by Tom Van Braeckel · 9 years ago
  19. 26e726a btrfs: incorrect handling for fiemap_fill_next_extent return by Chengyu Song · 9 years ago
  20. 3c3b04d btrfs: don't accept bare namespace as a valid xattr by David Sterba · 9 years ago
  21. dcc82f4 Btrfs: fix log tree corruption when fs mounted with -o discard by Filipe Manana · 9 years ago
  22. 2f2ff0e Btrfs: fix metadata inconsistencies after directory fsync by Filipe Manana · 9 years ago
  23. bf69196 Btrfs: change the insertion criteria for the qgroup operations rbtree by Filipe Manana · 9 years ago
  24. 3d850dd Btrfs: add missing inode item update in fallocate() by Filipe Manana · 9 years ago
  25. 5f806c3 Btrfs: incremental send, remove dead code by Filipe Manana · 10 years ago
  26. 8996a48 Btrfs: incremental send, clear name from cache after orphanization by Filipe Manana · 10 years ago
  27. 2f1f465 Btrfs: send, don't leave without decrementing clone root's send_progress by Filipe Manana · 10 years ago
  28. 5cc2b17 Btrfs: send, add missing check for dead clone root by Filipe Manana · 10 years ago
  29. 4f764e5 Btrfs: remove deleted xattrs on fsync log replay by Filipe Manana · 10 years ago
  30. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  31. fc4c3c8 Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1 by Chris Mason · 9 years ago
  32. 9deed22 Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1 by Chris Mason · 9 years ago
  33. 521d474 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  34. e1cbbfa Btrfs: fix outstanding_extents accounting in DIO by Josef Bacik · 9 years ago
  35. 6a3891c Btrfs: add sanity test for outstanding_extents accounting by Josef Bacik · 9 years ago
  36. bcb7e44 Btrfs: just free dummy extent buffers by Josef Bacik · 9 years ago
  37. ba11721 Btrfs: account merges/splits properly by Josef Bacik · 9 years ago
  38. dcdf7f6 Btrfs: prepare block group cache before writing by Josef Bacik · 10 years ago
  39. ea526d1 Btrfs: fix ASSERT(list_empty(&cur_trans->dirty_bgs_list) by Josef Bacik · 9 years ago
  40. 6a41dd0 Btrfs: account for the correct number of extents for delalloc reservations by Josef Bacik · 9 years ago
  41. 8461a3d Btrfs: fix merge delalloc logic by Josef Bacik · 9 years ago
  42. 48da5f0 Btrfs: fix comp_oper to get right order by Liu Bo · 9 years ago
  43. b4924a0 Btrfs: catch transaction abortion after waiting for it by Liu Bo · 10 years ago
  44. d220712 btrfs: fix sizeof format specifier in btrfs_check_super_valid() by Fabian Frederick · 10 years ago
  45. 84399bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  46. dd9ef13 Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref. by Quentin Casasnovas · 10 years ago
  47. 3a8b36f Btrfs: fix data loss in the fast fsync path by Filipe Manana · 10 years ago
  48. f5c0a12 Btrfs: remove extra run_delayed_refs in update_cowonly_root by Josef Bacik · 10 years ago
  49. 258ece0 btrfs: remove shadowing variables in __btrfs_map_block by David Sterba · 10 years ago
  50. 093adbc btrfs: switch helper macros to static inlines in sysfs.h by David Sterba · 10 years ago
  51. 9d644a6 btrfs: cleanup, use correct type in div_u64_rem by David Sterba · 10 years ago
  52. 47c5713 btrfs: replace remaining do_div calls with div_u64 variants by David Sterba · 10 years ago
  53. b8b93ad btrfs: cleanup 64bit/32bit divs, provably bounded values by David Sterba · 10 years ago
  54. 3284da7 btrfs: use explicit initializer for seq_elem by David Sterba · 10 years ago
  55. f64c7b1 btrfs: remove shadowing variables in __btrfs_buffered_write by David Sterba · 10 years ago
  56. 31e818f btrfs: cleanup, use kmalloc_array/kcalloc array helpers by David Sterba · 10 years ago
  57. f8c269d btrfs: cleanup 64bit/32bit divs, compile time constants by David Sterba · 10 years ago
  58. 351810c btrfs: use cond_resched_lock where possible by David Sterba · 10 years ago
  59. 853d8ec btrfs: need_resched not needed with cond_resched by David Sterba · 10 years ago
  60. 84471e2 Btrfs: incremental send, don't rename a directory too soon by Filipe Manana · 10 years ago
  61. 1932b7b btrfs: fix lost return value due to variable shadowing by David Sterba · 10 years ago
  62. 5cdf83e Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattr by Filipe Manana · 10 years ago
  63. 5dfe2be Btrfs: fix off-by-one logic error in btrfs_realloc_node by Filipe Manana · 10 years ago
  64. e8c1c76 Btrfs: add missing inode update when punching hole by Filipe Manana · 10 years ago
  65. 0c0ef4b Btrfs: abort the transaction if we fail to update the free space cache inode by Josef Bacik · 10 years ago
  66. 4d884fc Btrfs: fix fsync race leading to ordered extent memory leaks by Filipe Manana · 10 years ago
  67. 7dac5cb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  68. be5e661 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  69. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
  70. e57cf21 Btrfs: fix allocation size calculations in alloc_btrfs_bio by Chris Mason · 10 years ago
  71. 2b9fb53 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  72. a4f3d2c btrfs: cleanup, reduce temporary variables in btrfs_read_roots by David Sterba · 10 years ago
  73. 6f01105 btrfs: use correct type for workqueue flags by David Sterba · 10 years ago
  74. 4bbcaa6 btrfs: factor btrfs_read_roots() out of open_ctree() by Eric Sandeen · 10 years ago
  75. 63443bf btrfs: factor btrfs_replay_log() out of open_ctree() by Eric Sandeen · 10 years ago
  76. 2a45819 btrfs: factor btrfs_init_workqueues() out of open_ctree() by Eric Sandeen · 10 years ago
  77. f9e92e4 btrfs: factor btrfs_init_qgroup() out of open_ctree() by Eric Sandeen · 10 years ago
  78. ad61836 btrfs: factor btrfs_init_dev_replace_locks() out of open_ctree() by Eric Sandeen · 10 years ago
  79. f37938e btrfs: factor btrfs_init_btree_inode() out of open_ctree() by Eric Sandeen · 10 years ago
  80. 779a65a btrfs: factor btrfs_init_balance() out of open_ctree() by Eric Sandeen · 10 years ago
  81. 638aa7e btrfs: factor btrfs_init_scrub() out of open_ctree() by Eric Sandeen · 10 years ago
  82. 0489234 btrfs: consistently use fs_info in close_ctree() by Eric Sandeen · 10 years ago
  83. 9eaed21 btrfs: remove unused fs_info arg from btrfs_close_extra_devices() by Eric Sandeen · 10 years ago
  84. 41d6b13 btrfs: fix sizeof format specifier in btrfs_check_super_valid() by Fabian Frederick · 10 years ago
  85. 08da757 btrfs: cleanup: use for() loop in btrfs_map_bio() by Zhao Lei · 10 years ago
  86. a688a04 btrfs: remove unused chunk_tree argument in several functions by Zhao Lei · 10 years ago
  87. b9fd47c btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space() by Zhao Lei · 10 years ago
  88. e8c9f18 btrfs: constify structs with op functions or static definitions by David Sterba · 10 years ago
  89. f749303 Btrfs: switch to kvfree() helper by Wang Shilong · 10 years ago
  90. 01d5847 Btrfs: disk-io: replace root args iff only fs_info used by Daniel Dressler · 10 years ago
  91. a585e94 Btrfs: delayed-inode: replace root args iff only fs_info used by Daniel Dressler · 10 years ago
  92. b7a0365 Btrfs: ctree: reduce args where only fs_info used by Daniel Dressler · 10 years ago
  93. a742994 Btrfs: don't remove extents and xattrs when logging new names by Filipe Manana · 10 years ago
  94. 1a4bcf4 Btrfs: fix fsync data loss after adding hard link to inode by Filipe Manana · 10 years ago
  95. 3d84be7 Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block group by Forrest Liu · 10 years ago
  96. dcab6a3 Btrfs: account for large extents with enospc by Josef Bacik · 10 years ago
  97. 3266789 Btrfs: don't set and clear delalloc for O_DIRECT writes by Josef Bacik · 10 years ago
  98. 3e05bde Btrfs: only adjust outstanding_extents when we do a short write by Josef Bacik · 10 years ago
  99. 13212b5 btrfs: Fix out-of-space bug by Zhao Lei · 10 years ago
  100. f55985f Btrfs: scrub, fix sleep in atomic context by Filipe Manana · 10 years ago