| Commit message (Expand) | Author | Age | Files | Lines |
* | Btrfs: only do the tree_mod_log_free_eb if this is our last ref | Josef Bacik | 2013-07-02 | 1 | -1/+2 |
* | Btrfs: hold the tree mod lock in __tree_mod_log_rewind | Josef Bacik | 2013-07-02 | 1 | -4/+6 |
* | Btrfs: make backref walking code handle skinny metadata | Josef Bacik | 2013-07-02 | 1 | -6/+25 |
* | Btrfs: fix crash regarding to ulist_add_merge | Liu Bo | 2013-07-02 | 1 | -0/+15 |
* | Btrfs: fix several potential problems in copy_nocow_pages_for_inode | Miao Xie | 2013-07-02 | 1 | -1/+22 |
* | Btrfs: cleanup the code of copy_nocow_pages_for_inode() | Miao Xie | 2013-07-02 | 1 | -25/+23 |
* | Btrfs: fix oops when recovering the file data by scrub function | Miao Xie | 2013-07-02 | 1 | -1/+1 |
* | Btrfs: make the chunk allocator completely tree lockless | Josef Bacik | 2013-07-02 | 5 | -169/+166 |
* | Btrfs: cleanup orphaned root orphan item | Josef Bacik | 2013-07-02 | 1 | -2/+29 |
* | Btrfs: fix wrong mirror number tuning | Miao Xie | 2013-07-02 | 1 | -3/+0 |
* | Btrfs: cleanup redundant code in btrfs_submit_direct() | Miao Xie | 2013-07-02 | 1 | -9/+1 |
* | Btrfs: remove btrfs_sector_sum structure | Miao Xie | 2013-07-02 | 5 | -142/+76 |
* | Btrfs: check if we can nocow if we don't have data space | Josef Bacik | 2013-07-02 | 6 | -26/+148 |
* | Btrfs: stop using try_to_writeback_inodes_sb_nr to flush delalloc | Josef Bacik | 2013-07-02 | 1 | -5/+4 |
* | Btrfs: use a percpu to keep track of possibly pinned bytes | Josef Bacik | 2013-07-02 | 2 | -5/+66 |
* | Btrfs: check for actual acls rather than just xattrs when caching no acl | Josef Bacik | 2013-07-02 | 1 | -2/+16 |
* | Btrfs: move btrfs_truncate_page to btrfs_cont_expand instead of btrfs_truncate | Josef Bacik | 2013-07-01 | 3 | -12/+35 |
* | Btrfs: optimize reada_for_balance | Josef Bacik | 2013-07-01 | 1 | -37/+9 |
* | Btrfs: optimize read_block_for_search | Josef Bacik | 2013-07-01 | 1 | -27/+20 |
* | Btrfs: unlock extent range on enospc in compressed submit | Josef Bacik | 2013-07-01 | 1 | -1/+5 |
* | Btrfs: fix the comment typo for btrfs_attach_transaction_barrier | Wang Sheng-Hui | 2013-07-01 | 1 | -1/+1 |
* | Btrfs: fix not being able to find skinny extents during relocate | Josef Bacik | 2013-07-01 | 1 | -8/+27 |
* | Btrfs: cleanup backref search commit root flag stuff | Josef Bacik | 2013-07-01 | 2 | -27/+16 |
* | Btrfs: free csums when we're done scrubbing an extent | Josef Bacik | 2013-07-01 | 1 | -0/+1 |
* | Btrfs: fix transaction throttling for delayed refs | Josef Bacik | 2013-07-01 | 3 | -18/+69 |
* | Btrfs: stop waiting on current trans if we aborted | Josef Bacik | 2013-07-01 | 2 | -4/+11 |
* | Btrfs: wake up delayed ref flushing waiters on abort | Josef Bacik | 2013-07-01 | 1 | -0/+1 |
* | btrfs: fix the code comments for LZO compression workspace | Jie Liu | 2013-07-01 | 1 | -2/+2 |
* | Btrfs: fix broken nocow after balance | Miao Xie | 2013-07-01 | 1 | -0/+44 |
* | Btrfs: exclude logged extents before replying when we are mixed | Josef Bacik | 2013-06-14 | 3 | -37/+99 |
* | Btrfs: put our inode if orphan cleanup fails | Josef Bacik | 2013-06-14 | 1 | -1/+3 |
* | Btrfs: add some missing iput()'s in btrfs_orphan_cleanup | Josef Bacik | 2013-06-14 | 1 | -1/+4 |
* | Btrfs: do not pin while under spin lock | Josef Bacik | 2013-06-14 | 1 | -4/+8 |
* | Btrfs: Cocci spatch "memdup.spatch" | Thomas Meyer | 2013-06-14 | 1 | -2/+1 |
* | Btrfs: Cocci spatch "ptr_ret.spatch" | Thomas Meyer | 2013-06-14 | 1 | -4/+1 |
* | Btrfs: fix qgroup rescan resume on mount | Jan Schmidt | 2013-06-14 | 3 | -69/+125 |
* | Btrfs: avoid double free of fs_info->qgroup_ulist | Jan Schmidt | 2013-06-14 | 1 | -2/+6 |
* | Btrfs: fix memory patcher through fs_info->qgroup_ulist | Jan Schmidt | 2013-06-14 | 1 | -1/+1 |
* | Btrfs: simplify unlink reservations | Josef Bacik | 2013-06-14 | 3 | -191/+50 |
* | Btrfs: merge pending IO for tree log write back | Miao Xie | 2013-06-14 | 2 | -6/+17 |
* | Btrfs: allow file data clone within a file | Liu Bo | 2013-06-14 | 1 | -7/+19 |
* | Btrfs: remove unused code in btrfs_del_root | Liu Bo | 2013-06-14 | 1 | -4/+0 |
* | Btrfs: kill replicate code in replay_one_buffer | Liu Bo | 2013-06-14 | 1 | -7/+2 |
* | Btrfs: update new flags for tracepoint | Liu Bo | 2013-06-14 | 1 | -12/+23 |
* | Btrfs: check if leaf's parent exists before pushing items around | Liu Bo | 2013-06-14 | 1 | -1/+1 |
* | Btrfs: dont do log_removal in insert_new_root | Liu Bo | 2013-06-14 | 1 | -5/+5 |
* | Btrfs: return error code in btrfs_check_trunc_cache_free_space() | Wei Yongjun | 2013-06-14 | 1 | -1/+1 |
* | Btrfs: fix estale with btrfs send | Josef Bacik | 2013-06-14 | 1 | -0/+35 |
* | btrfs: device delete to get errors from the kernel | Anand Jain | 2013-06-14 | 3 | -31/+58 |
* | Btrfs: do delay iput in sync_fs | Josef Bacik | 2013-06-14 | 1 | -1/+1 |