Age | Commit message (Expand) | Author | Files | Lines |
2016-07-26 | btrfs: btrfs_abort_transaction, drop root parameter | Jeff Mahoney | 1 | -1/+1 |
2016-07-26 | btrfs: Fix slab accounting flags | Nikolay Borisov | 1 | -1/+1 |
2016-07-07 | Btrfs: change delayed reservation fallback behavior | Josef Bacik | 1 | -41/+23 |
2016-07-07 | Btrfs: fix callers of btrfs_block_rsv_migrate | Josef Bacik | 1 | -4/+4 |
2016-06-25 | Btrfs: fix ->iterate_shared() by upgrading i_rwsem for delayed nodes | Omar Sandoval | 1 | -5/+22 |
2016-05-10 | btrfs: GFP_NOFS does not GFP_HIGHMEM | David Sterba | 1 | -1/+1 |
2016-03-14 | btrfs: Print Warning only if ENOSPC_DEBUG is enabled | Ashish Samant | 1 | -1/+6 |
2016-02-26 | Merge branch 'cleanups-4.6' into for-chris-4.6 | David Sterba | 1 | -2/+1 |
2016-02-18 | btrfs: drop null testing before destroy functions | Kinglong Mee | 1 | -2/+1 |
2016-02-11 | btrfs: properly set the termination value of ctx->pos in readdir | David Sterba | 1 | -1/+2 |
2016-01-07 | btrfs: zero out delayed node upon allocation | Alexandru Moise | 1 | -6/+1 |
2015-10-10 | btrfs: comment the rest of implicit barriers before waitqueue_active | David Sterba | 1 | -0/+4 |
2015-04-26 | Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode. | Yang Dongsheng | 1 | -0/+2 |
2015-02-16 | Btrfs: delayed-inode: replace root args iff only fs_info used | Daniel Dressler | 1 | -4/+5 |
2015-02-03 | Btrfs: Add code to support file creation time | chandan r | 1 | -0/+10 |
2015-02-03 | btrfs: kill btrfs_inode_*time helpers | David Sterba | 1 | -16/+12 |
2015-01-02 | Btrfs: don't delay inode ref updates during log replay | Chris Mason | 1 | -0/+8 |
2014-09-18 | btrfs: kill the key type accessor helpers | David Sterba | 1 | -4/+4 |
2014-08-24 | Btrfs: fix task hang under heavy compressed write | Liu Bo | 1 | -2/+2 |
2014-06-10 | btrfs: free delayed node outside of root->inode_lock | Jeff Mahoney | 1 | -2/+5 |
2014-03-10 | btrfs: Cleanup the "_struct" suffix in btrfs_workequeue | Qu Wenruo | 1 | -2/+2 |
2014-03-10 | btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue. | Qu Wenruo | 1 | -5/+5 |
2014-01-29 | Btrfs: introduce the delayed inode ref deletion for the single link inode | Miao Xie | 1 | -4/+99 |
2014-01-29 | Btrfs: use flags instead of the bool variants in delayed node | Miao Xie | 1 | -16/+17 |
2014-01-29 | Btrfs: remove btrfs_end_transaction_dmeta() | Miao Xie | 1 | -1/+1 |
2014-01-29 | Btrfs: cleanup code of btrfs_balance_delayed_items() | Miao Xie | 1 | -23/+11 |
2014-01-29 | Btrfs: don't run delayed nodes again after all nodes flush | Miao Xie | 1 | -0/+1 |
2014-01-29 | Btrfs: remove residual code in delayed inode async helper | Miao Xie | 1 | -27/+0 |
2014-01-29 | Btrfs: convert printk to btrfs_ and fix BTRFS prefix | Frank Holton | 1 | -4/+4 |
2013-11-12 | btrfs: Replace kmalloc with kmalloc_array | Dulshani Gunawardhana | 1 | -2/+2 |
2013-11-12 | btrfs: Use WARN_ON()'s return value in place of WARN_ON(1) | Dulshani Gunawardhana | 1 | -2/+1 |
2013-11-12 | btrfs: Replace multiple atomic_inc() with atomic_add() | Rashika | 1 | -4/+4 |
2013-11-12 | Btrfs: don't leak delayed node on path allocation failure | Filipe David Borba Manana | 1 | -1/+3 |
2013-09-01 | Btrfs: fix printing of non NULL terminated string | Filipe David Borba Manana | 1 | -3/+3 |
2013-09-01 | Btrfs: Remove superfluous casts from u64 to unsigned long long | Geert Uytterhoeven | 1 | -7/+3 |
2013-09-01 | btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert | Qu Wenruo | 1 | -26/+6 |
2013-07-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -14/+0 |
2013-06-29 | [readdir] convert btrfs | Al Viro | 1 | -5/+4 |
2013-06-14 | Btrfs: delete unused function | Stefan Behrens | 1 | -14/+0 |
2013-05-06 | btrfs: make static code static & remove dead code | Eric Sandeen | 1 | -47/+8 |
2013-05-06 | Btrfs: cleanup of function where fixup_low_keys() is called | Tsutomu Itoh | 1 | -6/+5 |
2013-03-07 | Btrfs: improve the delayed inode throttling | Chris Mason | 1 | -61/+90 |
2013-02-20 | btrfs: remove unused "item" in btrfs_insert_delayed_item() | Eric Sandeen | 1 | -2/+0 |
2013-02-20 | Btrfs: fix lots of orphan inodes when the space is not enough | Miao Xie | 1 | -13/+77 |
2013-02-20 | Btrfs: cleanup similar code in delayed inode | Miao Xie | 1 | -46/+37 |
2012-12-13 | Btrfs: cleanup for btrfs_btree_balance_dirty | Liu Bo | 1 | -4/+1 |
2012-12-11 | Btrfs: improve the noflush reservation | Miao Xie | 1 | -2/+4 |
2012-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -3/+3 |
2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -4/+4 |
2012-10-01 | btrfs: polish names of kmem caches | David Sterba | 1 | -1/+1 |