| Commit message (Expand) | Author | Age | Files | Lines |
* | btrfs: kill the key type accessor helpers | David Sterba | 2014-09-17 | 1 | -4/+4 |
* | Btrfs: fix task hang under heavy compressed write | Liu Bo | 2014-08-24 | 1 | -2/+2 |
* | btrfs: free delayed node outside of root->inode_lock | Jeff Mahoney | 2014-06-09 | 1 | -2/+5 |
* | btrfs: Cleanup the "_struct" suffix in btrfs_workequeue | Qu Wenruo | 2014-03-10 | 1 | -2/+2 |
* | btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue. | Qu Wenruo | 2014-03-10 | 1 | -5/+5 |
* | Btrfs: introduce the delayed inode ref deletion for the single link inode | Miao Xie | 2014-01-28 | 1 | -4/+99 |
* | Btrfs: use flags instead of the bool variants in delayed node | Miao Xie | 2014-01-28 | 1 | -16/+17 |
* | Btrfs: remove btrfs_end_transaction_dmeta() | Miao Xie | 2014-01-28 | 1 | -1/+1 |
* | Btrfs: cleanup code of btrfs_balance_delayed_items() | Miao Xie | 2014-01-28 | 1 | -23/+11 |
* | Btrfs: don't run delayed nodes again after all nodes flush | Miao Xie | 2014-01-28 | 1 | -0/+1 |
* | Btrfs: remove residual code in delayed inode async helper | Miao Xie | 2014-01-28 | 1 | -27/+0 |
* | Btrfs: convert printk to btrfs_ and fix BTRFS prefix | Frank Holton | 2014-01-28 | 1 | -4/+4 |
* | btrfs: Replace kmalloc with kmalloc_array | Dulshani Gunawardhana | 2013-11-11 | 1 | -2/+2 |
* | btrfs: Use WARN_ON()'s return value in place of WARN_ON(1) | Dulshani Gunawardhana | 2013-11-11 | 1 | -2/+1 |
* | btrfs: Replace multiple atomic_inc() with atomic_add() | Rashika | 2013-11-11 | 1 | -4/+4 |
* | Btrfs: don't leak delayed node on path allocation failure | Filipe David Borba Manana | 2013-11-11 | 1 | -1/+3 |
* | Btrfs: fix printing of non NULL terminated string | Filipe David Borba Manana | 2013-09-01 | 1 | -3/+3 |
* | Btrfs: Remove superfluous casts from u64 to unsigned long long | Geert Uytterhoeven | 2013-09-01 | 1 | -7/+3 |
* | btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert | Qu Wenruo | 2013-09-01 | 1 | -26/+6 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-07-09 | 1 | -14/+0 |
|\ |
|
| * | Btrfs: delete unused function | Stefan Behrens | 2013-06-14 | 1 | -14/+0 |
* | | [readdir] convert btrfs | Al Viro | 2013-06-29 | 1 | -5/+4 |
|/ |
|
* | btrfs: make static code static & remove dead code | Eric Sandeen | 2013-05-06 | 1 | -47/+8 |
* | Btrfs: cleanup of function where fixup_low_keys() is called | Tsutomu Itoh | 2013-05-06 | 1 | -6/+5 |
* | Btrfs: improve the delayed inode throttling | Chris Mason | 2013-03-07 | 1 | -61/+90 |
* | btrfs: remove unused "item" in btrfs_insert_delayed_item() | Eric Sandeen | 2013-02-20 | 1 | -2/+0 |
* | Btrfs: fix lots of orphan inodes when the space is not enough | Miao Xie | 2013-02-20 | 1 | -13/+77 |
* | Btrfs: cleanup similar code in delayed inode | Miao Xie | 2013-02-20 | 1 | -46/+37 |
* | Btrfs: cleanup for btrfs_btree_balance_dirty | Liu Bo | 2012-12-12 | 1 | -4/+1 |
* | Btrfs: improve the noflush reservation | Miao Xie | 2012-12-11 | 1 | -2/+4 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2012-10-10 | 1 | -3/+3 |
|\ |
|
| * | btrfs: polish names of kmem caches | David Sterba | 2012-10-01 | 1 | -1/+1 |
| * | Btrfs: add a new "type" field into the block reservation structure | Miao Xie | 2012-10-01 | 1 | -2/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-10-02 | 1 | -4/+4 |
|\ \
| |/
|/| |
|
| * | userns: Convert btrfs to use kuid/kgid where appropriate | Eric W. Biederman | 2012-09-21 | 1 | -4/+4 |
* | | Btrfs: barrier before waitqueue_active | Josef Bacik | 2012-08-28 | 1 | -4/+3 |
* | | btrfs: fix second lock in btrfs_delete_delayed_items() | Fengguang Wu | 2012-08-28 | 1 | -2/+3 |
|/ |
|
* | Btrfs: zero unused bytes in inode item | Li Zefan | 2012-07-23 | 1 | -0/+1 |
* | Btrfs: flush delayed inodes if we're short on space | Josef Bacik | 2012-07-23 | 1 | -3/+19 |
* | Btrfs: destroy the items of the delayed inodes in error handling routine | Miao Xie | 2012-06-15 | 1 | -0/+18 |
* | Btrfs: convert the inode bit field to use the actual bit operations | Josef Bacik | 2012-05-30 | 1 | -2/+2 |
* | Btrfs: use i_version instead of our own sequence | Josef Bacik | 2012-05-30 | 1 | -2/+2 |
* | btrfs: replace many BUG_ONs with proper error handling | Jeff Mahoney | 2012-03-22 | 1 | -7/+20 |
* | btrfs: return void in functions without error conditions | Jeff Mahoney | 2012-03-22 | 1 | -4/+2 |
* | Btrfs: space leak tracepoints | Josef Bacik | 2012-01-16 | 1 | -12/+33 |
* | Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc... | Linus Torvalds | 2011-12-16 | 1 | -2/+2 |
|\ |
|
| * | Btrfs: deal with NULL srv_rsv in the delalloc inode reservation code | Chris Mason | 2011-12-15 | 1 | -2/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2011-11-11 | 1 | -1/+57 |
|\ \
| |/ |
|
| * | Btrfs: tweak the delayed inode reservations again | Chris Mason | 2011-11-10 | 1 | -6/+3 |
| * | Btrfs: fix our reservations for updating an inode when completing io | Josef Bacik | 2011-11-08 | 1 | -3/+62 |