summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix mutex unlock without prior lock on space cache truncationFilipe Manana2015-06-031-8/+6Star
* Btrfs: fix crash after inode cache writeback failureFilipe Manana2015-05-111-2/+12
* Btrfs: fix wrong mapping flags for free space inodeFilipe Manana2015-05-071-1/+1
* btrfs: check io_ctl_prepare_pages return in __btrfs_write_out_cacheOmar Sandoval2015-04-261-4/+6
* Btrfs: prevent list corruption during free space cache processingChris Mason2015-04-241-14/+18
* Btrfs: fix inode cache writeoutChris Mason2015-04-241-3/+7
* Btrfs: allow block group cache writeout outside critical section in commitChris Mason2015-04-101-7/+62
* Btrfs: don't use highmem for free space cache pagesChris Mason2015-04-101-7/+5Star
* Btrfs: two stage dirty block group writeoutChris Mason2015-04-101-27/+104
* btrfs: move struct io_ctl into ctree.h and rename itChris Mason2015-04-101-33/+22Star
* btrfs: actively run the delayed refs while deleting large filesChris Mason2015-04-101-0/+2
* btrfs: replace remaining do_div calls with div_u64 variantsDavid Sterba2015-03-031-1/+1
* btrfs: cleanup 64bit/32bit divs, provably bounded valuesDavid Sterba2015-03-031-5/+5
* btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba2015-03-031-1/+1
* btrfs: cleanup 64bit/32bit divs, compile time constantsDavid Sterba2015-03-031-4/+4
* btrfs: use cond_resched_lock where possibleDavid Sterba2015-03-031-10/+4Star
* btrfs: cleanup init for list in free-space-cacheGui Hecheng2015-02-031-4/+1Star
* Btrfs: track dirty block groups on their own listJosef Bacik2015-01-221-3/+5
* Btrfs: remove non-sense btrfs_error_discard_extent() functionFilipe Manana2014-12-101-2/+2
* Btrfs: ensure deletion from pinned_chunks list is protectedFilipe Manana2014-12-101-3/+5
* Btrfs: fix memory leak after block remove + trimmingFilipe Manana2014-12-031-0/+6
* Btrfs: fix race between writing free space cache and trimmingFilipe Manana2014-12-031-6/+67
* Btrfs: fix race between fs trimming and block group remove/allocationFilipe Manana2014-12-031-1/+37
* Btrfs: improve free space cache management and space allocationFilipe Manana2014-09-171-1/+139
* btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba2014-09-171-2/+1Star
* btrfs: cleanup ino cache members of btrfs_rootDavid Sterba2014-09-171-7/+7
* Btrfs: fix broken free space cache after the system crashedMiao Xie2014-06-191-0/+33
* Btrfs: make free space cache write out functions more readableMiao Xie2014-06-191-66/+93
* Btrfs: break up __btrfs_write_out_cache to cut down stack usageChris Mason2014-06-101-117/+191
* Btrfs: output warning instead of error when loading free space cache failedMiao Xie2014-06-101-2/+2
* Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-10/+11
* btrfs: remove unused variable from setup_cluster_no_bitmapValentina Giusti2014-01-281-2/+0Star
* btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana2013-11-121-1/+1
* Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik2013-11-121-2/+7
* Btrfs: remove path arg from btrfs_truncate_free_space_cacheFilipe David Borba Manana2013-11-121-1/+0Star
* Btrfs: remove duplicated ino cache's inode lookupFilipe David Borba Manana2013-11-121-7/+2Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-09-221-20/+47
|\
| * Btrfs: allocate the free space by the existed max extent size when ENOSPCMiao Xie2013-09-211-20/+47
* | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-131-3/+1Star
|\ \ | |/ |/|
| * truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-131-3/+1Star
* | Btrfs: convert all bug_ons in free-space-cache.cJosef Bacik2013-09-011-14/+14
* | Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven2013-09-011-4/+2Star
* | Btrfs: separate out tests into their own directoryJosef Bacik2013-09-011-430/+58Star
* | Btrfs: avoid starting a transaction in the write pathJosef Bacik2013-09-011-2/+1Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-07-091-50/+53
|\
| * Btrfs: return error code in btrfs_check_trunc_cache_free_space()Wei Yongjun2013-06-141-1/+1
| * btrfs: move ifdef around sanity checks out of init_btrfs_fsDavid Sterba2013-06-141-1/+3
| * btrfs: add prefix to sanity tests messagesDavid Sterba2013-06-141-48/+49
* | treewide: Fix typo in printkMasanari Iida2013-05-281-1/+1
|/
* Btrfs: don't use global block reservation for inode cache truncationMiao Xie2013-05-181-20/+19Star