summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2020-07-09btrfs: fix RWF_NOWAIT writes blocking on extent locks and waiting for IOFilipe Manana
2020-07-09btrfs: fix race between block group removal and block group creationFilipe Manana
2020-07-09btrfs: block-group: refactor how we delete one block group itemQu Wenruo
2020-06-30btrfs: fix RWF_NOWAIT write not failling when we need to cowFilipe Manana
2020-06-30btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eofFilipe Manana
2020-06-30btrfs: fix hang on snapshot creation after RWF_NOWAIT writeFilipe Manana
2020-06-30btrfs: check if a log root exists before locking the log_mutex on unlinkFilipe Manana
2020-06-30btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana
2020-06-30btrfs: fix bytes_may_use underflow when running balance and scrub in parallelFilipe Manana
2020-06-30btrfs: fix a block group ref counter leak after failure to remove block groupFilipe Manana
2020-06-22btrfs: fix space_info bytes_may_use underflow during space cache writeoutFilipe Manana
2020-06-22btrfs: fix space_info bytes_may_use underflow after nocow buffered writeFilipe Manana
2020-06-22btrfs: fix wrong file range cleanup after an error filling dealloc rangeFilipe Manana
2020-06-22btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana
2020-06-22btrfs: fix error handling when submitting direct I/O bioOmar Sandoval
2020-06-22btrfs: reloc: fix reloc root leak and NULL pointer dereferenceQu Wenruo
2020-06-22btrfs: force chunk allocation if our global rsv is larger than metadataJosef Bacik
2020-06-22btrfs: send: emit file capabilities after chownMarcos Paulo de Souza
2020-06-22btrfs: fix a race between scrub and block group removal/allocationFilipe Manana
2020-06-22btrfs: include non-missing as a qualifier for the latest_bdevAnand Jain
2020-06-22btrfs: free alien device after device addAnand Jain
2020-06-22btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new ...Qu Wenruo
2020-06-22btrfs: improve global reserve stealing logicJosef Bacik
2020-06-22btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsFilipe Manana
2020-06-22btrfs: account for trans_block_rsv in may_commit_transactionJosef Bacik
2020-04-30btrfs: fix gcc-4.8 build warning for struct initializerArnd Bergmann
2020-04-27btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_inf...Qu Wenruo
2020-04-27btrfs: fix partial loss of prealloc extent past i_size after fsyncFilipe Manana
2020-04-23btrfs: fix transaction leak in btrfs_recover_relocationXiyu Yang
2020-04-23btrfs: fix block group leak when removing failsXiyu Yang
2020-04-23btrfs: drop logs when we've aborted a transactionJosef Bacik
2020-04-23btrfs: fix memory leak of transaction when deleting unused block groupFilipe Manana
2020-04-20btrfs: discard: Use the correct style for SPDX License IdentifierNishad Kamdar
2020-04-17btrfs: fix setting last_trans for reloc rootsJosef Bacik
2020-04-08btrfs: fix reclaim counter leak of space_info objectsFilipe Manana
2020-04-08btrfs: make full fsyncs always operate on the entire file againFilipe Manana
2020-04-08btrfs: fix lost i_size update after cloning inline extentFilipe Manana
2020-04-08btrfs: check commit root generation in should_ignore_rootJosef Bacik
2020-03-25btrfs: fix missing semaphore unlock in btrfs_sync_fileRobbie Ko
2020-03-25btrfs: use nofs allocations for running delayed itemsJosef Bacik
2020-03-23btrfs: sysfs: Use scnprintf() instead of snprintf()Takashi Iwai
2020-03-23btrfs: do not resolve backrefs for roots that are being deletedJosef Bacik
2020-03-23btrfs: track reloc roots based on their commit root bytenrJosef Bacik
2020-03-23btrfs: restart relocate_tree_blocks properlyJosef Bacik
2020-03-23btrfs: reloc: reorder reservation before root selectionJosef Bacik
2020-03-23btrfs: do not readahead in build_backref_treeJosef Bacik
2020-03-23btrfs: do not use readahead for running delayed refsJosef Bacik
2020-03-23btrfs: Remove async_transid from btrfs_mksubvol/create_subvol/create_snapshotNikolay Borisov
2020-03-23btrfs: Remove transid argument from btrfs_ioctl_snap_create_transidNikolay Borisov
2020-03-23btrfs: Remove BTRFS_SUBVOL_CREATE_ASYNC supportNikolay Borisov