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