summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix return value mixup in btrfs_get_extentPavel Machek2020-08-111-1/+1
* btrfs: sysfs: fix NULL pointer dereference at btrfs_sysfs_del_qgroups()Qu Wenruo2020-08-101-3/+5
* btrfs: check correct variable after allocation in btrfs_backref_iter_allocBoleyn Su2020-08-101-1/+1
* btrfs: make sure SB_I_VERSION doesn't get unset by remountJosef Bacik2020-08-101-0/+6
* btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana2020-08-101-6/+2
* btrfs: don't show full path of bind mounts in subvol=Josef Bacik2020-08-101-2/+8
* btrfs: fix messages after changing compression level by remountDavid Sterba2020-08-101-5/+9
* btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik2020-08-101-2/+2
* btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionQu Wenruo2020-08-101-5/+11
* btrfs: do not set the full sync flag on the inode during page releaseFilipe Manana2020-07-271-2/+8
* btrfs: release old extent maps during page releaseFilipe Manana2020-07-271-7/+24
* btrfs: fix race between page release and a fast fsyncFilipe Manana2020-07-271-3/+13
* btrfs: open-code remount flag setting in btrfs_remountJohannes Thumshirn2020-07-271-8/+5
* btrfs: if we're restriping, use the target restripe profileJosef Bacik2020-07-271-5/+2
* btrfs: don't adjust bg flags and use default allocation profilesJosef Bacik2020-07-271-50/+2
* btrfs: fix lockdep splat from btrfs_dump_space_infoJosef Bacik2020-07-271-1/+1
* btrfs: move the chunk_mutex in btrfs_read_chunk_treeJosef Bacik2020-07-271-2/+2
* btrfs: open device without device_list_mutexJosef Bacik2020-07-271-3/+18
* btrfs: sysfs: use NOFS for device creationJosef Bacik2020-07-271-0/+3
* btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesJosef Bacik2020-07-273-3/+6
* btrfs: document special case error codes for fs errorsJosef Bacik2020-07-271-0/+15
* btrfs: don't WARN if we abort a transaction with EROFSJosef Bacik2020-07-271-1/+1
* btrfs: reduce contention on log trees when logging checksumsFilipe Manana2020-07-274-2/+46
* btrfs: remove done label in writepage_delallocNikolay Borisov2020-07-271-6/+2
* btrfs: add comments for btrfs_reserve_flush_enumQu Wenruo2020-07-271-2/+32
* btrfs: relocation: review the call sites which can be interrupted by signalQu Wenruo2020-07-272-3/+26
* btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocat...Qu Wenruo2020-07-271-1/+8
* btrfs: relocation: allow signal to cancel balanceQu Wenruo2020-07-271-1/+2
* btrfs: raid56: remove out label in __raid56_parity_recoverNikolay Borisov2020-07-271-2/+2
* btrfs: add missing check for nocow and compression inode flagsDavid Sterba2020-07-271-8/+22
* btrfs: don't traverse into the seed devices in show_devnameAnand Jain2020-07-271-14/+7
* btrfs: qgroup: free per-trans reserved space when a subvolume gets droppedQu Wenruo2020-07-271-0/+8
* btrfs: ref-verify: fix memory leak in add_block_entryTom Rix2020-07-271-0/+2
* btrfs: prefetch chunk tree leaves at mountDavid Sterba2020-07-271-0/+27
* btrfs: add metadata_uuid to FS_INFO ioctlJohannes Thumshirn2020-07-271-0/+6
* btrfs: add filesystem generation to FS_INFO ioctlJohannes Thumshirn2020-07-271-0/+5
* btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctlJohannes Thumshirn2020-07-271-3/+13
* btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...Qu Wenruo2020-07-275-62/+2
* btrfs: qgroup: try to flush qgroup space when we get -EDQUOTQu Wenruo2020-07-273-8/+96
* btrfs: qgroup: allow to unreserve range without releasing other rangesQu Wenruo2020-07-271-15/+77
* btrfs: convert block group refcount to refcount_tJosef Bacik2020-07-272-6/+5
* btrfs: add multi-statement protection to btrfs_set/clear_and_info macrosMarcos Paulo de Souza2020-07-271-4/+4
* btrfs: remove fail label in check_compressed_csumNikolay Borisov2020-07-271-7/+2
* btrfs: raid56: don't opencode swap() in __raid_recover_end_ioNikolay Borisov2020-07-271-5/+2
* btrfs: raid56: use in_range where applicableNikolay Borisov2020-07-271-12/+5
* btrfs: raid56: assign bio in while() when using bio_list_popNikolay Borisov2020-07-271-25/+5
* btrfs: raid56: remove redundant device check in rbio_add_io_pageNikolay Borisov2020-07-271-4/+2
* btrfs: always initialize btrfs_bio::tgtdev_map/raid_map pointersNikolay Borisov2020-07-271-20/+11
* btrfs: sysfs: add bdi link to the fsid directoryNikolay Borisov2020-07-271-2/+10
* btrfs: increment corrupt device counter during compressed readNikolay Borisov2020-07-271-3/+7