]> Git Repo - linux.git/history - fs/btrfs
mm: allow VM_FAULT_RETRY for multiple times
[linux.git] / fs / btrfs /
2020-03-25 Arnd BergmannMerge tag 'tee-amdtee-fix2-for-5.6' of https://git...
2020-03-25 Arnd BergmannMerge tag 'oxnas-arm-soc-dt-fixes-for-5.6' of git:...
2020-03-25 Arnd BergmannMerge tag 'omap-for-v5.6/fixes-rc6-signed' of git:...
2020-03-25 Arnd BergmannMerge tag 'imx-fixes-5.6-2' of git://git.kernel.org...
2020-03-25 Arnd BergmannMerge tag 'sunxi-fixes-for-5.6-2' of git://git.kernel...
2020-03-25 Arnd BergmannMerge tag 'sunxi-fixes-for-5.6' of git://git.kernel...
2020-03-25 Arnd BergmannMerge tag 'soc-fsl-fix-v5.6' of git://git.kernel.org...
2020-03-24 David S. MillerMerge tag 'wireless-drivers-next-2020-03-24' of git...
2020-03-24 Mark BrownMerge branch 'regulator-5.7' into regulator-next
2020-03-24 Mark BrownMerge branch 'regulator-5.6' into regulator-linus
2020-03-24 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2020-03-24 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2020-03-24 Linus TorvaldsMerge tag 'dmaengine-fix-5.6' of git://git.infradead...
2020-03-24 Ingo MolnarMerge branch 'for-mingo' of git://git.kernel.org/pub...
2020-03-24 David S. MillerMerge tag 'mlx5-fixes-2020-03-05' of git://git.kernel...
2020-03-23 Linus TorvaldsMerge branch 'linus' of git://git.kernel.org/pub/scm...
2020-03-23 Takashi Iwaibtrfs: sysfs: Use scnprintf() instead of snprintf()
2020-03-23 Josef Bacikbtrfs: do not resolve backrefs for roots that are being...
2020-03-23 Josef Bacikbtrfs: track reloc roots based on their commit root...
2020-03-23 Josef Bacikbtrfs: restart relocate_tree_blocks properly
2020-03-23 Josef Bacikbtrfs: reloc: reorder reservation before root selection
2020-03-23 Josef Bacikbtrfs: do not readahead in build_backref_tree
2020-03-23 Josef Bacikbtrfs: do not use readahead for running delayed refs
2020-03-23 Nikolay Borisovbtrfs: Remove async_transid from btrfs_mksubvol/create_...
2020-03-23 Nikolay Borisovbtrfs: Remove transid argument from btrfs_ioctl_snap_cr...
2020-03-23 Nikolay Borisovbtrfs: Remove BTRFS_SUBVOL_CREATE_ASYNC support
2020-03-23 Josef Bacikbtrfs: kill the subvol_srcu
2020-03-23 Josef Bacikbtrfs: make btrfs_cleanup_fs_roots use the radix tree...
2020-03-23 Josef Bacikbtrfs: don't take an extra root ref at allocation time
2020-03-23 Josef Bacikbtrfs: hold a ref on the root on the dead roots list
2020-03-23 Josef Bacikbtrfs: make inodes hold a ref on their roots
2020-03-23 Josef Bacikbtrfs: move the root freeing stuff into btrfs_put_root
2020-03-23 Josef Bacikbtrfs: move ino_cache_inode dropping out of btrfs_free_...
2020-03-23 Josef Bacikbtrfs: make the extent buffer leak check per fs info
2020-03-23 Josef Bacikbtrfs: remove a BUG_ON() from merge_reloc_roots()
2020-03-23 Josef Bacikbtrfs: hold a ref on the root->reloc_root
2020-03-23 Josef Bacikbtrfs: clear DEAD_RELOC_TREE before dropping the reloc...
2020-03-23 Josef Bacikbtrfs: free the reloc_control in a consistent way
2020-03-23 Josef Bacikbtrfs: do not init a reloc root if we aren't relocating
2020-03-23 Josef Bacikbtrfs: reloc: clean dirty subvols if we fail to start...
2020-03-23 Josef Bacikbtrfs: unset reloc control if we fail to recover
2020-03-23 Josef Bacikbtrfs: drop block from cache on error in relocation
2020-03-23 Qu Wenruobtrfs: relocation: Use btrfs_find_all_leafs to locate...
2020-03-23 Josef Bacikbtrfs: fix ref-verify to catch operations on 0 ref...
2020-03-23 Filipe Mananabtrfs: make ranged full fsyncs more efficient
2020-03-23 Filipe Mananabtrfs: factor out inode items copy loop from btrfs_log_...
2020-03-23 Filipe Mananabtrfs: add helper to get the end offset of a file exten...
2020-03-23 Filipe Mananabtrfs: fix missing file extent item for hole after...
2020-03-23 Nikolay Borisovbtrfs: account ticket size at add/delete time
2020-03-23 Roman Gushchinbtrfs: implement migratepage callback for data pages
2020-03-23 Nikolay Borisovbtrfs: Remove block_rsv parameter from btrfs_drop_snapshot
2020-03-23 Nikolay Borisovbtrfs: Remove __ prefix from btrfs_block_rsv_release
2020-03-23 Qu Wenruobtrfs: relocation: Check cancel request after each...
2020-03-23 Qu Wenruobtrfs: relocation: Check cancel request after each...
2020-03-23 Qu Wenruobtrfs: relocation: add error injection points for cance...
2020-03-23 Filipe MananaBtrfs: implement full reflink support for inline extents
2020-03-23 Filipe MananaBtrfs: simplify inline extent handling when doing reflinks
2020-03-23 Filipe MananaBtrfs: move all reflink implementation code into its...
2020-03-23 Gustavo A. R. Silvabtrfs: scrub: Replace zero-length array with flexible...
2020-03-23 Gustavo A. R. Silvabtrfs: rcu-string: Replace zero-length array with flexi...
2020-03-23 Gustavo A. R. Silvabtrfs: delayed-inode: Replace zero-length array with...
2020-03-23 Madhuparna Bhowmikbtrfs: add RCU locks around block group initialization
2020-03-23 Nikolay Borisovbtrfs: Open code insert_extent_backref
2020-03-23 Nikolay Borisovbtrfs: Remove impossible BUG_ON in get_tree_block_key
2020-03-23 David Sterbabtrfs: balance: factor out convert profile validation
2020-03-23 David Sterbabtrfs: return void from csum_tree_block
2020-03-23 David Sterbabtrfs: simplify tree block checksumming loop
2020-03-23 David Sterbabtrfs: inline checksum name and driver definitions
2020-03-23 Nikolay Borisovbtrfs: Rename __btrfs_alloc_chunk to btrfs_alloc_chunk
2020-03-23 Josef Bacikbtrfs: fix btrfs_calc_reclaim_metadata_size calculation
2020-03-23 Filipe MananaBtrfs: fix crash during unmount due to race with delaye...
2020-03-23 Naohiro Aotabtrfs: factor out prepare_allocation() for extent alloc...
2020-03-23 Naohiro Aotabtrfs: skip LOOP_NO_EMPTY_SIZE if not clustered allocation
2020-03-23 Naohiro Aotabtrfs: factor out chunk_allocation_failed() for extent...
2020-03-23 Naohiro Aotabtrfs: drop unnecessary arguments from find_free_extent...
2020-03-23 Naohiro Aotabtrfs: factor out found_extent() for extent allocation
2020-03-23 Naohiro Aotabtrfs: factor out release_block_group()
2020-03-23 Naohiro Aotabtrfs: drop unnecessary arguments from clustered alloca...
2020-03-23 Naohiro Aotabtrfs: factor out do_allocation() for extent allocation
2020-03-23 Naohiro Aotabtrfs: move variables for clustered allocation into...
2020-03-23 Naohiro Aotabtrfs: move hint_byte into find_free_extent_ctl
2020-03-23 Naohiro Aotabtrfs: introduce extent allocation policy
2020-03-23 Naohiro Aotabtrfs: parameterize dev_extent_min for chunk allocation
2020-03-23 Naohiro Aotabtrfs: factor out create_chunk()
2020-03-23 Naohiro Aotabtrfs: factor out decide_stripe_size()
2020-03-23 Naohiro Aotabtrfs: factor out gather_device_info()
2020-03-23 Naohiro Aotabtrfs: factor out init_alloc_chunk_ctl
2020-03-23 Naohiro Aotabtrfs: introduce alloc_chunk_ctl
2020-03-23 Naohiro Aotabtrfs: refactor find_free_dev_extent_start()
2020-03-23 Naohiro Aotabtrfs: introduce chunk allocation policy
2020-03-23 Naohiro Aotabtrfs: handle invalid profile in chunk allocation
2020-03-23 Naohiro Aotabtrfs: change full_search to bool in find_free_extent_u...
2020-03-23 Qu Wenruobtrfs: qgroup: Remove the unnecesaary spin lock for...
2020-03-23 Qu Wenruobtrfs: qgroup: ensure qgroup_rescan_running is only...
2020-03-23 Andy Shevchenkobtrfs: switch to use new generic UUID API
2020-03-23 Qu Wenruobtrfs: Don't submit any btree write bio if the fs has...
2020-03-23 Marcos Paulo de... btrfs: ioctl: resize: only show message if size is...
2020-03-23 Anand Jainbtrfs: slightly simplify global block reserve calculations
2020-03-23 David Sterbabtrfs: merge unlocking to common exit block in btrfs_co...
2020-03-23 David Sterbabtrfs: reduce pointer intdirections in btree_readpage_e...
next
This page took 0.184673 seconds and 7 git commands to generate.