Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-29btrfs: add missing discards when unpinning extents with -o discardJeff Mahoney
2015-06-03Btrfs: fix mutex unlock without prior lock on space cache truncationFilipe Manana
2015-05-11Btrfs: fix crash after inode cache writeback failureFilipe Manana
2015-05-07Btrfs: fix wrong mapping flags for free space inodeFilipe Manana
2015-04-26btrfs: check io_ctl_prepare_pages return in __btrfs_write_out_cacheOmar Sandoval
2015-04-24Btrfs: prevent list corruption during free space cache processingChris Mason
2015-04-24Btrfs: fix inode cache writeoutChris Mason
2015-04-11Btrfs: allow block group cache writeout outside critical section in commitChris Mason
2015-04-11Btrfs: don't use highmem for free space cache pagesChris Mason
2015-04-11Btrfs: two stage dirty block group writeoutChris Mason
2015-04-11btrfs: move struct io_ctl into ctree.h and rename itChris Mason
2015-04-11btrfs: actively run the delayed refs while deleting large filesChris Mason
2015-03-03btrfs: replace remaining do_div calls with div_u64 variantsDavid Sterba
2015-03-03btrfs: cleanup 64bit/32bit divs, provably bounded valuesDavid Sterba
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba
2015-03-03btrfs: cleanup 64bit/32bit divs, compile time constantsDavid Sterba
2015-03-03btrfs: use cond_resched_lock where possibleDavid Sterba
2015-02-03btrfs: cleanup init for list in free-space-cacheGui Hecheng
2015-01-22Btrfs: track dirty block groups on their own listJosef Bacik
2014-12-10Btrfs: remove non-sense btrfs_error_discard_extent() functionFilipe Manana
2014-12-10Btrfs: ensure deletion from pinned_chunks list is protectedFilipe Manana
2014-12-03Btrfs: fix memory leak after block remove + trimmingFilipe Manana
2014-12-03Btrfs: fix race between writing free space cache and trimmingFilipe Manana
2014-12-03Btrfs: fix race between fs trimming and block group remove/allocationFilipe Manana
2014-09-18Btrfs: improve free space cache management and space allocationFilipe Manana
2014-09-18btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba
2014-09-18btrfs: cleanup ino cache members of btrfs_rootDavid Sterba
2014-06-20Btrfs: fix broken free space cache after the system crashedMiao Xie
2014-06-20Btrfs: make free space cache write out functions more readableMiao Xie
2014-06-10Btrfs: break up __btrfs_write_out_cache to cut down stack usageChris Mason
2014-06-10Btrfs: output warning instead of error when loading free space cache failedMiao Xie
2014-01-29Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton
2014-01-29btrfs: remove unused variable from setup_cluster_no_bitmapValentina Giusti
2013-11-12btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana
2013-11-12Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik
2013-11-12Btrfs: remove path arg from btrfs_truncate_free_space_cacheFilipe David Borba Manana
2013-11-12Btrfs: remove duplicated ino cache's inode lookupFilipe David Borba Manana
2013-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-09-21Btrfs: allocate the free space by the existed max extent size when ENOSPCMiao Xie
2013-09-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-09-13truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-09-01Btrfs: convert all bug_ons in free-space-cache.cJosef Bacik
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven
2013-09-01Btrfs: separate out tests into their own directoryJosef Bacik
2013-09-01Btrfs: avoid starting a transaction in the write pathJosef Bacik
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-06-14Btrfs: return error code in btrfs_check_trunc_cache_free_space()Wei Yongjun
2013-06-14btrfs: move ifdef around sanity checks out of init_btrfs_fsDavid Sterba
2013-06-14btrfs: add prefix to sanity tests messagesDavid Sterba
2013-05-28treewide: Fix typo in printkMasanari Iida