aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c
AgeCommit message (Expand)Author
2018-11-06Btrfs: fix deadlock on tree root leaf when finding free extentFilipe Manana
2018-10-22Btrfs: fix use-after-free when dumping free spaceFilipe Manana
2018-10-19btrfs: set max_extent_size properlyJosef Bacik
2018-10-15btrfs: reset max_extent_size on clear in a bitmapJosef Bacik
2018-10-15btrfs: protect space cache inode alloc with GFP_NOFSJosef Bacik
2018-10-15btrfs: remove unneeded NULL checks before kfreezhong jiang
2018-08-06btrfs: btrfs_iget never returns an is_bad_inode inodeAl Viro
2018-08-06btrfs: use copy_page for copying pages instead of memcpyDavid Sterba
2018-08-06btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba
2018-08-06Btrfs: free space cache: make sure there is always room for generation numberZhihui Zhang
2018-05-28Btrfs: stop creating orphan items for truncateOmar Sandoval
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-03-31btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-22btrfs: sink unlock_extent parameter gfp_flagsDavid Sterba
2018-01-22btrfs: sink gfp parameter to clear_extent_bitDavid Sterba
2018-01-12error-injection: Add injectable error typesMasami Hiramatsu
2018-01-12error-injection: Separate error-injection from kprobeMasami Hiramatsu
2017-12-12btrfs: allow us to inject errors at io_ctl_initJosef Bacik
2017-11-27btrfs: fix deadlock when writing out space cacheJosef Bacik
2017-08-16btrfs: drop newlines from strings when using btrfs_* helpersDavid Sterba
2017-04-18btrfs: use clear_page where appropriateDavid Sterba
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar
2017-02-28btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_i_size_write take btrfs_inodeNikolay Borisov
2017-02-17btrfs: btrfs_truncate_free_space_cache always allocates pathJeff Mahoney
2017-02-17btrfs: free-space-cache, clean up unnecessary root argumentsJeff Mahoney
2017-02-17btrfs: remove unused parameters from __btrfs_write_out_cacheDavid Sterba
2017-02-17btrfs: remove unused parameter from cleanup_write_cache_enospcDavid Sterba
2017-02-17btrfs: make space cache inode readahead failure nonfatalDavid Sterba
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov
2016-12-06btrfs: opencode chunk locking, remove helpersDavid Sterba
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: simplify btrfs_wait_cache_io prototypeJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, lock/unlock_chunksJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, io_ctl_initJeff Mahoney
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney
2016-11-30btrfs: remove redundant check of btrfs_iget return valueChristophe JAILLET
2016-11-30btrfs: change btrfs_csum_final result param type to u8Domagoj Tršan
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney
2016-09-26btrfs: unsplit printed stringsJeff Mahoney
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu