summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2020-09-09btrfs: fix potential deadlock in the search ioctlJosef Bacik3-14/+27
2020-09-09btrfs: tree-checker: fix the error message for transid errorQu Wenruo1-1/+1
2020-09-09btrfs: set the lockdep class for log tree extent buffersJosef Bacik1-1/+5
2020-09-09btrfs: set the correct lockdep class for new nodesJosef Bacik1-1/+1
2020-09-09btrfs: allocate scrub workqueues outside of locksJosef Bacik1-52/+70
2020-09-09btrfs: drop path before adding new uuid tree entryJosef Bacik1-1/+2
2020-09-03btrfs: detect nocow for swap after snapshot deleteBoris Burkov4-16/+23
2020-09-03btrfs: fix space cache memory leak after transaction abortFilipe Manana2-1/+2
2020-09-03btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik1-4/+6
2020-09-03btrfs: reset compression level for lzo on remountMarcos Paulo de Souza1-0/+1
2020-09-03btrfs: only commit delayed items at fsync if we are logging a directoryFilipe Manana1-4/+5
2020-09-03btrfs: only commit the delayed inode when doing a full fsyncFilipe Manana1-5/+7
2020-09-03btrfs: factor out inode items copy loop from btrfs_log_inode()Filipe Manana1-136/+138
2020-09-03btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inodeNikolay Borisov3-9/+9
2020-09-03btrfs: file: reserve qgroup space after the hole punch range is lockedQu Wenruo1-4/+4
2020-08-26btrfs: add wrapper for transaction abort predicateDavid Sterba6-20/+33
2020-08-26btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesJosef Bacik3-3/+6
2020-08-26btrfs: don't show full path of bind mounts in subvol=Josef Bacik1-2/+8
2020-08-26btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza4-8/+15
2020-08-21btrfs: fix return value mixup in btrfs_get_extentPavel Machek1-1/+1
2020-08-21btrfs: make sure SB_I_VERSION doesn't get unset by remountJosef Bacik1-0/+6
2020-08-21btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana1-6/+2
2020-08-21btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionQu Wenruo1-5/+11
2020-08-21btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik1-2/+2
2020-08-21btrfs: fix messages after changing compression level by remountDavid Sterba1-5/+9
2020-08-21btrfs: fix race between page release and a fast fsyncFilipe Manana1-3/+13
2020-08-21btrfs: don't WARN if we abort a transaction with EROFSJosef Bacik1-1/+1
2020-08-21btrfs: sysfs: use NOFS for device creationJosef Bacik1-0/+3
2020-08-21btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocat...Qu Wenruo1-1/+8
2020-08-21btrfs: add missing check for nocow and compression inode flagsDavid Sterba1-8/+22
2020-08-21btrfs: relocation: review the call sites which can be interrupted by signalQu Wenruo2-3/+26
2020-08-21btrfs: move the chunk_mutex in btrfs_read_chunk_treeJosef Bacik1-2/+2
2020-08-21btrfs: open device without device_list_mutexJosef Bacik1-3/+18
2020-08-21btrfs: don't traverse into the seed devices in show_devnameAnand Jain1-14/+7
2020-08-21btrfs: remove no longer needed use of log_writers for the log root treeFilipe Manana2-13/+1
2020-08-21btrfs: stop incremening log_batch for the log root tree when syncing logFilipe Manana2-1/+1
2020-08-21btrfs: ref-verify: fix memory leak in add_block_entryTom Rix1-0/+2
2020-08-21btrfs: don't allocate anonymous block device for user invisible rootsQu Wenruo1-3/+10
2020-08-21btrfs: free anon block device right after subvolume deletionQu Wenruo1-0/+2
2020-08-21btrfs: allow use of global block reserve for balance item deletionDavid Sterba1-1/+1
2020-08-19btrfs: fix lockdep splat from btrfs_dump_space_infoJosef Bacik1-1/+1
2020-08-19fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney1-0/+2
2020-07-29btrfs: fix page leaks after failure to lock page for delallocRobbie Ko1-1/+2
2020-07-29btrfs: fix mount failure caused by race with umountBoris Burkov1-0/+8
2020-07-29btrfs: fix double free on ulist after backref resolution failureFilipe Manana1-0/+1
2020-07-29btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway b...Qu Wenruo1-0/+2
2020-07-29btrfs: reloc: fix reloc root leak and NULL pointer dereferenceQu Wenruo1-3/+6
2020-07-16btrfs: fix double put of block group with nocowJosef Bacik1-8/+1
2020-07-16btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov1-16/+24
2020-06-30btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eofFilipe Manana1-3/+0