summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: set the correct lockdep class for new nodesJosef Bacik2020-09-091-1/+1
* btrfs: allocate scrub workqueues outside of locksJosef Bacik2020-09-091-52/+70
* btrfs: drop path before adding new uuid tree entryJosef Bacik2020-09-091-1/+2
* btrfs: detect nocow for swap after snapshot deleteBoris Burkov2020-09-034-16/+23
* btrfs: fix space cache memory leak after transaction abortFilipe Manana2020-09-032-1/+2
* btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik2020-09-031-4/+6
* btrfs: reset compression level for lzo on remountMarcos Paulo de Souza2020-09-031-0/+1
* btrfs: only commit delayed items at fsync if we are logging a directoryFilipe Manana2020-09-031-4/+5
* btrfs: only commit the delayed inode when doing a full fsyncFilipe Manana2020-09-031-5/+7
* btrfs: factor out inode items copy loop from btrfs_log_inode()Filipe Manana2020-09-031-136/+138
* btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inodeNikolay Borisov2020-09-033-9/+9
* btrfs: file: reserve qgroup space after the hole punch range is lockedQu Wenruo2020-09-031-4/+4
* btrfs: add wrapper for transaction abort predicateDavid Sterba2020-08-266-20/+33
* btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesJosef Bacik2020-08-263-3/+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 return value mixup in btrfs_get_extentPavel Machek2020-08-211-1/+1
* btrfs: make sure SB_I_VERSION doesn't get unset by remountJosef Bacik2020-08-211-0/+6
* btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana2020-08-211-6/+2
* btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionQu Wenruo2020-08-211-5/+11
* btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik2020-08-211-2/+2
* btrfs: fix messages after changing compression level by remountDavid Sterba2020-08-211-5/+9
* btrfs: fix race between page release and a fast fsyncFilipe Manana2020-08-211-3/+13
* btrfs: don't WARN if we abort a transaction with EROFSJosef Bacik2020-08-211-1/+1
* btrfs: sysfs: use NOFS for device creationJosef Bacik2020-08-211-0/+3
* btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocat...Qu Wenruo2020-08-211-1/+8
* btrfs: add missing check for nocow and compression inode flagsDavid Sterba2020-08-211-8/+22
* btrfs: relocation: review the call sites which can be interrupted by signalQu Wenruo2020-08-212-3/+26
* btrfs: move the chunk_mutex in btrfs_read_chunk_treeJosef Bacik2020-08-211-2/+2
* btrfs: open device without device_list_mutexJosef Bacik2020-08-211-3/+18
* btrfs: don't traverse into the seed devices in show_devnameAnand Jain2020-08-211-14/+7
* btrfs: remove no longer needed use of log_writers for the log root treeFilipe Manana2020-08-212-13/+1
* btrfs: stop incremening log_batch for the log root tree when syncing logFilipe Manana2020-08-212-1/+1
* btrfs: ref-verify: fix memory leak in add_block_entryTom Rix2020-08-211-0/+2
* btrfs: don't allocate anonymous block device for user invisible rootsQu Wenruo2020-08-211-3/+10
* btrfs: free anon block device right after subvolume deletionQu Wenruo2020-08-211-0/+2
* btrfs: allow use of global block reserve for balance item deletionDavid Sterba2020-08-211-1/+1
* btrfs: fix lockdep splat from btrfs_dump_space_infoJosef Bacik2020-08-191-1/+1
* fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney2020-08-191-0/+2
* btrfs: fix page leaks after failure to lock page for delallocRobbie Ko2020-07-291-1/+2
* btrfs: fix mount failure caused by race with umountBoris Burkov2020-07-291-0/+8
* btrfs: fix double free on ulist after backref resolution failureFilipe Manana2020-07-291-0/+1
* btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway b...Qu Wenruo2020-07-291-0/+2
* btrfs: reloc: fix reloc root leak and NULL pointer dereferenceQu Wenruo2020-07-291-3/+6
* btrfs: fix double put of block group with nocowJosef Bacik2020-07-161-8/+1
* btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov2020-07-161-16/+24
* btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eofFilipe Manana2020-06-301-3/+0
* btrfs: check if a log root exists before locking the log_mutex on unlinkFilipe Manana2020-06-302-0/+7
* btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana2020-06-301-1/+18
* btrfs: fix bytes_may_use underflow when running balance and scrub in parallelFilipe Manana2020-06-301-5/+12