aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2020-11-10btrfs: Move btrfs_check_chunk_valid() to tree-check.[ch] and export itQu Wenruo
2020-11-10btrfs: Don't submit any btree write bio if the fs has errorsQu Wenruo
2020-11-10Btrfs: fix unwritten extent buffers and hangs on future writeback attemptsFilipe Manana
2020-11-10btrfs: extent_io: add proper error handling to lock_extent_buffer_for_io()Qu Wenruo
2020-11-10btrfs: extent_io: Handle errors better in btree_write_cache_pages()Qu Wenruo
2020-11-10btrfs: extent_io: Handle errors better in extent_write_full_page()Qu Wenruo
2020-11-10btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik
2020-11-10Revert "btrfs: flush write bio if we loop in extent_write_cache_pages"Ben Hutchings
2020-11-10btrfs: extent_io: Move the BUG_ON() in flush_write_bio() one level upQu Wenruo
2020-11-10btrfs: extent_io: Kill the forward declaration of flush_write_bioQu Wenruo
2020-11-05btrfs: fix use-after-free on readahead extent after failure to create itFilipe Manana
2020-11-05btrfs: cleanup cow block on errorJosef Bacik
2020-11-05btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()Denis Efremov
2020-11-05btrfs: send, recompute reference path after orphanization of a directoryFilipe Manana
2020-11-05btrfs: reschedule if necessary when logging directory itemsFilipe Manana
2020-11-05btrfs: improve device scanning messagesAnand Jain
2020-11-05btrfs: qgroup: fix wrong qgroup metadata reserve for delayed inodeQu Wenruo
2020-11-05btrfs: fix replace of seed deviceAnand Jain
2020-10-01btrfs: qgroup: fix data leak caused by race between writeback and truncateQu Wenruo
2020-10-01btrfs: don't force read-only after error in drop snapshotDavid Sterba
2020-09-17btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana
2020-09-17btrfs: fix lockdep splat in add_missing_devJosef Bacik
2020-09-17btrfs: require only sector size alignment for parent eb bytenrQu Wenruo
2020-09-09btrfs: fix potential deadlock in the search ioctlJosef Bacik
2020-09-09btrfs: set the lockdep class for log tree extent buffersJosef Bacik
2020-09-09btrfs: Remove extraneous extent_buffer_get from tree_mod_log_rewindNikolay Borisov
2020-09-09btrfs: Remove redundant extent_buffer_get in get_old_rootNikolay Borisov
2020-09-09btrfs: drop path before adding new uuid tree entryJosef Bacik
2020-09-03btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik
2020-09-03btrfs: fix space cache memory leak after transaction abortFilipe Manana
2020-09-03btrfs: reset compression level for lzo on remountMarcos Paulo de Souza
2020-09-03btrfs: file: reserve qgroup space after the hole punch range is lockedQu Wenruo
2020-08-26btrfs: sysfs: use NOFS for device creationJosef Bacik
2020-08-26btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionQu Wenruo
2020-08-26btrfs: Move free_pages_out label in inline extent handling branch in compress...Nikolay Borisov
2020-08-26btrfs: don't show full path of bind mounts in subvol=Josef Bacik
2020-08-26btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza
2020-08-21btrfs: fix return value mixup in btrfs_get_extentPavel Machek
2020-08-21btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana
2020-08-21btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik
2020-08-21btrfs: fix messages after changing compression level by remountDavid Sterba
2020-08-21btrfs: open device without device_list_mutexJosef Bacik
2020-08-21btrfs: don't traverse into the seed devices in show_devnameAnand Jain
2020-08-21btrfs: ref-verify: fix memory leak in add_block_entryTom Rix
2020-08-21btrfs: don't allocate anonymous block device for user invisible rootsQu Wenruo
2020-08-21btrfs: free anon block device right after subvolume deletionQu Wenruo
2020-08-19fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney
2020-08-05Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana
2020-08-05btrfs: inode: Verify inode mode to avoid NULL pointer dereferenceQu Wenruo
2020-07-29btrfs: fix page leaks after failure to lock page for delallocRobbie Ko