aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-07-27btrfs: sysfs: use NOFS for device creationGravatar Josef Bacik 1-0/+3
2020-07-27btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesGravatar Josef Bacik 3-3/+6
2020-07-27btrfs: document special case error codes for fs errorsGravatar Josef Bacik 1-0/+15
2020-07-27btrfs: don't WARN if we abort a transaction with EROFSGravatar Josef Bacik 1-1/+1
2020-07-27btrfs: reduce contention on log trees when logging checksumsGravatar Filipe Manana 4-2/+46
2020-07-27btrfs: remove done label in writepage_delallocGravatar Nikolay Borisov 1-6/+2
2020-07-27btrfs: add comments for btrfs_reserve_flush_enumGravatar Qu Wenruo 1-2/+32
2020-07-27btrfs: relocation: review the call sites which can be interrupted by signalGravatar Qu Wenruo 2-3/+26
2020-07-27btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocat...Gravatar Qu Wenruo 1-1/+8
2020-07-27btrfs: relocation: allow signal to cancel balanceGravatar Qu Wenruo 1-1/+2
2020-07-27btrfs: raid56: remove out label in __raid56_parity_recoverGravatar Nikolay Borisov 1-2/+2
2020-07-27btrfs: add missing check for nocow and compression inode flagsGravatar David Sterba 1-8/+22
2020-07-27btrfs: don't traverse into the seed devices in show_devnameGravatar Anand Jain 1-14/+7
2020-07-27btrfs: qgroup: free per-trans reserved space when a subvolume gets droppedGravatar Qu Wenruo 1-0/+8
2020-07-27btrfs: ref-verify: fix memory leak in add_block_entryGravatar Tom Rix 1-0/+2
2020-07-27btrfs: prefetch chunk tree leaves at mountGravatar David Sterba 1-0/+27
2020-07-27btrfs: add metadata_uuid to FS_INFO ioctlGravatar Johannes Thumshirn 1-0/+6
2020-07-27btrfs: add filesystem generation to FS_INFO ioctlGravatar Johannes Thumshirn 1-0/+5
2020-07-27btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctlGravatar Johannes Thumshirn 1-3/+13
2020-07-27btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...Gravatar Qu Wenruo 5-62/+2
2020-07-27btrfs: qgroup: try to flush qgroup space when we get -EDQUOTGravatar Qu Wenruo 3-8/+96
2020-07-27btrfs: qgroup: allow to unreserve range without releasing other rangesGravatar Qu Wenruo 1-15/+77
2020-07-27btrfs: convert block group refcount to refcount_tGravatar Josef Bacik 2-6/+5
2020-07-27btrfs: add multi-statement protection to btrfs_set/clear_and_info macrosGravatar Marcos Paulo de Souza 1-4/+4
2020-07-27btrfs: remove fail label in check_compressed_csumGravatar Nikolay Borisov 1-7/+2
2020-07-27btrfs: raid56: don't opencode swap() in __raid_recover_end_ioGravatar Nikolay Borisov 1-5/+2
2020-07-27btrfs: raid56: use in_range where applicableGravatar Nikolay Borisov 1-12/+5
2020-07-27btrfs: raid56: assign bio in while() when using bio_list_popGravatar Nikolay Borisov 1-25/+5
2020-07-27btrfs: raid56: remove redundant device check in rbio_add_io_pageGravatar Nikolay Borisov 1-4/+2
2020-07-27btrfs: always initialize btrfs_bio::tgtdev_map/raid_map pointersGravatar Nikolay Borisov 1-20/+11
2020-07-27btrfs: sysfs: add bdi link to the fsid directoryGravatar Nikolay Borisov 1-2/+10
2020-07-27btrfs: increment corrupt device counter during compressed readGravatar Nikolay Borisov 1-3/+7
2020-07-27btrfs: remove needless ASSERT check of orig_bio in end_compressed_bio_readGravatar Nikolay Borisov 1-1/+0
2020-07-27btrfs: increment device corruption error in case of checksum errorGravatar Nikolay Borisov 1-0/+3
2020-07-27btrfs: don't check for btrfs_device::bdev in btrfs_end_bioGravatar Nikolay Borisov 1-8/+7
2020-07-27btrfs: record btrfs_device directly in btrfs_io_bioGravatar Nikolay Borisov 3-11/+6
2020-07-27btrfs: streamline btrfs_get_io_failure_record logicGravatar Nikolay Borisov 2-68/+63
2020-07-27btrfs: make get_state_failrec return failrec directlyGravatar Nikolay Borisov 2-13/+12
2020-07-27btrfs: remove deprecated mount option subvolrootidGravatar David Sterba 1-6/+0
2020-07-27btrfs: remove deprecated mount option alloc_startGravatar David Sterba 1-6/+0
2020-07-27btrfs: remove no longer needed use of log_writers for the log root treeGravatar Filipe Manana 2-13/+1
2020-07-27btrfs: stop incremening log_batch for the log root tree when syncing logGravatar Filipe Manana 2-1/+1
2020-07-27btrfs: only commit delayed items at fsync if we are logging a directoryGravatar Filipe Manana 1-4/+5
2020-07-27btrfs: only commit the delayed inode when doing a full fsyncGravatar Filipe Manana 1-5/+7
2020-07-27btrfs: preallocate anon block device at first phase of snapshot creationGravatar Qu Wenruo 5-9/+89
2020-07-27btrfs: free anon block device right after subvolume deletionGravatar Qu Wenruo 1-0/+2
2020-07-27btrfs: don't allocate anonymous block device for user invisible rootsGravatar Qu Wenruo 1-3/+10
2020-07-27btrfs: qgroup: export qgroups in sysfsGravatar Qu Wenruo 5-9/+202
2020-07-27btrfs: use __u16 for the return value of btrfs_qgroup_level()Gravatar Qu Wenruo 1-1/+1
2020-07-27btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inodeGravatar Nikolay Borisov 3-9/+9