summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2020-08-26btrfs: add wrapper for transaction abort predicateDavid Sterba
2020-08-26btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesJosef Bacik
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: make sure SB_I_VERSION doesn't get unset by remountJosef Bacik
2020-08-21btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana
2020-08-21btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionQu Wenruo
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: fix race between page release and a fast fsyncFilipe Manana
2020-08-21btrfs: don't WARN if we abort a transaction with EROFSJosef Bacik
2020-08-21btrfs: sysfs: use NOFS for device creationJosef Bacik
2020-08-21btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocat...Qu Wenruo
2020-08-21btrfs: add missing check for nocow and compression inode flagsDavid Sterba
2020-08-21btrfs: relocation: review the call sites which can be interrupted by signalQu Wenruo
2020-08-21btrfs: move the chunk_mutex in btrfs_read_chunk_treeJosef Bacik
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: remove no longer needed use of log_writers for the log root treeFilipe Manana
2020-08-21btrfs: stop incremening log_batch for the log root tree when syncing logFilipe Manana
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-21btrfs: allow use of global block reserve for balance item deletionDavid Sterba
2020-08-19btrfs: fix lockdep splat from btrfs_dump_space_infoJosef Bacik
2020-08-19fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney
2020-07-29btrfs: fix page leaks after failure to lock page for delallocRobbie Ko
2020-07-29btrfs: fix mount failure caused by race with umountBoris Burkov
2020-07-29btrfs: fix double free on ulist after backref resolution failureFilipe Manana
2020-07-29btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway b...Qu Wenruo
2020-07-29btrfs: reloc: fix reloc root leak and NULL pointer dereferenceQu Wenruo
2020-07-16btrfs: fix double put of block group with nocowJosef Bacik
2020-07-16btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov
2020-06-30btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eofFilipe 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 groupSasha Levin
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 error handling when submitting direct I/O bioOmar Sandoval
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: 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