aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2018-12-15btrfs: relocation: set trans to be NULL after ending transactionPan Bian
2018-12-15Btrfs: fix race between enabling quotas and subvolume creationFilipe Manana
2018-12-15Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana
2018-12-15btrfs: Always try all copies when reading extent buffersNikolay Borisov
2018-11-21Btrfs: fix data corruption due to cloning of eof blockFilipe Manana
2018-11-21Btrfs: fix infinite loop on inode eviction after deduplication of eof blockFilipe Manana
2018-11-21Btrfs: fix cur_offset in the error case for nocowRobbie Ko
2018-11-21btrfs: fix pinned underflow after transaction abortedLu Fengqi
2018-11-13Btrfs: fix use-after-free when dumping free spaceFilipe Manana
2018-11-13Btrfs: fix use-after-free during inode evictionFilipe Manana
2018-11-13btrfs: move the dio_sem higher up the callchainJosef Bacik
2018-11-13btrfs: don't run delayed_iputs in commitJosef Bacik
2018-11-13btrfs: fix insert_reserved error handlingJosef Bacik
2018-11-13btrfs: only free reserved extent if we didn't insert itJosef Bacik
2018-11-13btrfs: don't use ctl->free_space for max_extent_sizeJosef Bacik
2018-11-13btrfs: set max_extent_size properlyJosef Bacik
2018-11-13btrfs: reset max_extent_size properlyJosef Bacik
2018-11-13Btrfs: fix deadlock when writing out free space cachesFilipe Manana
2018-11-13Btrfs: fix assertion on fsync of regular file when using no-holes featureFilipe Manana
2018-11-13Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana
2018-11-13btrfs: qgroup: Dirty all qgroups before rescanQu Wenruo
2018-11-13Btrfs: fix wrong dentries after fsync of file that got its parent replacedFilipe Manana
2018-11-13Btrfs: fix warning when replaying log after fsync of a tmpfileFilipe Manana
2018-11-13btrfs: make sure we create all new block groupsJosef Bacik
2018-11-13btrfs: reset max_extent_size on clear in a bitmapJosef Bacik
2018-11-13btrfs: protect space cache inode alloc with GFP_NOFSJosef Bacik
2018-11-13btrfs: release metadata before running delayed refsJosef Bacik
2018-11-13Btrfs: don't clean dirty pages during buffered writesChris Mason
2018-11-13btrfs: wait on caching when putting the bg cacheJosef Bacik
2018-11-13btrfs: keep trim from interfering with transaction commitsJeff Mahoney
2018-11-13btrfs: don't attempt to trim devices that don't support itJeff Mahoney
2018-11-13btrfs: iterate all devices during trim, instead of fs_devices::alloc_listJeff Mahoney
2018-11-13btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo
2018-11-13btrfs: Enhance btrfs_trim_fs function to handle error betterQu Wenruo
2018-11-13btrfs: fix error handling in btrfs_dev_replace_startJeff Mahoney
2018-11-13btrfs: fix error handling in free_log_treeJeff Mahoney
2018-11-13btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlockQu Wenruo
2018-11-13btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo
2018-11-13btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabledQu Wenruo
2018-10-10btrfs: btrfs_shrink_device should call commit transaction at the endAnand Jain
2018-10-10Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...Robbie Ko
2018-09-19Btrfs: fix data corruption when deduplicating between different filesFilipe Manana
2018-09-19btrfs: fix qgroup_free wrong num_bytes in btrfs_subvolume_reserve_metadataLu Fengqi
2018-09-15btrfs: fix mount and ioctl device scan ioctl raceDavid Sterba
2018-09-15btrfs: reorder initialization before the mount locks uuid_mutexDavid Sterba
2018-09-15btrfs: lift uuid_mutex to callers of btrfs_parse_early_optionsDavid Sterba
2018-09-15btrfs: lift uuid_mutex to callers of btrfs_scan_one_deviceDavid Sterba
2018-09-15btrfs: use device_list_mutex when removing stale devicesAnand Jain
2018-09-15btrfs: rename local devices for fs_devices in btrfs_free_stale_devices(Anand Jain
2018-09-15btrfs: extend locked section when adding a new device in device_list_addAnand Jain