summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo2021-09-221-1/+1
* btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues2021-08-081-1/+1
* btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba2021-07-281-1/+1
* btrfs: disable build on platforms having page size 256KChristophe Leroy2021-07-201-0/+2
* btrfs: clear defrag status of a root if starting transaction failsDavid Sterba2021-07-201-2/+4
* btrfs: return value from btrfs_mark_extent_written() in case of errorRitesh Harjani2021-06-161-2/+2
* btrfs: fixup error handling in fixup_inode_link_countsJosef Bacik2021-06-101-6/+7
* btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik2021-06-031-2/+0
* btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'sJosef Bacik2021-05-221-3/+3
* btrfs: fix race when cloning extent buffer during rewind of an old rootFilipe Manana2021-03-241-0/+2
* btrfs: fix reloc root leak with 0 ref reloc roots on recoveryJosef Bacik2021-03-031-3/+1
* btrfs: clarify error returns values in __load_free_space_cacheZhihao Cheng2021-03-031-1/+5
* btrfs: fix return value mixup in btrfs_get_extentPavel Machek2020-12-291-1/+1
* Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana2020-12-291-1/+7
* btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block()Qu Wenruo2020-12-291-8/+9
* btrfs: quota: Set rescan progress to (u64)-1 if we hit last leafQu Wenruo2020-12-291-1/+3
* btrfs: cleanup cow block on errorJosef Bacik2020-12-111-0/+6
* btrfs: sysfs: init devices outside of the chunk_mutexJosef Bacik2020-12-111-3/+4
* btrfs: fix lockdep splat when reading qgroup config on mountFilipe Manana2020-12-021-1/+1
* btrfs: inode: Verify inode mode to avoid NULL pointer dereferenceQu Wenruo2020-12-022-8/+34
* btrfs: tree-checker: Enhance chunk checker to validate chunk profileQu Wenruo2020-12-021-0/+7
* Btrfs: fix missing error return if writeback for extent buffer never startedFilipe Manana2020-11-181-0/+4
* btrfs: reschedule when cloning lots of extentsJohannes Thumshirn2020-11-181-0/+2
* btrfs: reschedule if necessary when logging directory itemsFilipe Manana2020-11-101-0/+8
* btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana2020-09-231-1/+2
* btrfs: fix potential deadlock in the search ioctlJosef Bacik2020-09-123-14/+27
* btrfs: set the lockdep class for log tree extent buffersJosef Bacik2020-09-121-1/+5
* btrfs: Remove extraneous extent_buffer_get from tree_mod_log_rewindNikolay Borisov2020-09-121-1/+0
* btrfs: Remove redundant extent_buffer_get in get_old_rootNikolay Borisov2020-09-121-1/+0
* btrfs: drop path before adding new uuid tree entryJosef Bacik2020-09-121-1/+2
* btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik2020-09-031-4/+6
* btrfs: don't show full path of bind mounts in subvol=Josef Bacik2020-08-261-2/+8
* btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza2020-08-264-8/+15
* btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana2020-08-211-6/+2
* btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik2020-08-211-2/+2
* fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney2020-08-211-0/+2
* btrfs: fix mount failure caused by race with umountBoris Burkov2020-07-311-0/+8
* btrfs: fix double free on ulist after backref resolution failureFilipe Manana2020-07-311-0/+1
* btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov2020-07-221-16/+24
* btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana2020-07-091-1/+18
* btrfs: cow_file_range() num_bytes and disk_num_bytes are sameAnand Jain2020-07-091-9/+8
* btrfs: fix error handling when submitting direct I/O bioOmar Sandoval2020-06-201-3/+3
* btrfs: send: emit file capabilities after chownMarcos Paulo de Souza2020-06-201-0/+67
* Btrfs: fix unreplayable log after snapshot delete + parent dir fsyncFilipe Manana2020-06-203-0/+20
* btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsFilipe Manana2020-06-201-2/+4
* Btrfs: clean up an error code in btrfs_init_space_info()Dan Carpenter2020-05-101-1/+1
* btrfs: cleaner_kthread() doesn't need explicit freezeJiri Kosina2020-05-101-1/+1
* Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana2020-04-243-0/+23
* Btrfs: incremental send, fix invalid memory accessFilipe Manana2020-04-241-3/+4
* btrfs: track reloc roots based on their commit root bytenrJosef Bacik2020-04-241-10/+7