summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2019-01-22btrfs: wait on ordered extents on abort cleanupJosef Bacik
2019-01-22Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"David Sterba
2019-01-16Btrfs: use nofs context when initializing security xattrs to avoid deadlockFilipe Manana
2019-01-16Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creationFilipe Manana
2019-01-16Btrfs: fix access to available allocation bits when starting balanceFilipe Manana
2019-01-16Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana
2019-01-09Btrfs: send, fix race with transaction commits that create snapshotsFilipe Manana
2019-01-09btrfs: run delayed items before dropping the snapshotJosef Bacik
2019-01-09Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana
2019-01-09btrfs: skip file_extent generation check for free_space_inode in run_delalloc...Lu Fengqi
2019-01-09Btrfs: fix deadlock with memory reclaim during scrubFilipe Manana
2019-01-09btrfs: dev-replace: go back to suspend state if another EXCL_OP is runningAnand Jain
2019-01-09btrfs: dev-replace: go back to suspended state if target device is missingAnand Jain
2018-12-05Merge tag 'for-4.20-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-12-04btrfs: tree-checker: Don't check max block group size as current max chunk si...Qu Wenruo
2018-11-28Merge tag 'for-4.20-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-11-23btrfs: relocation: set trans to be NULL after ending transactionPan Bian
2018-11-22Btrfs: fix race between enabling quotas and subvolume creationFilipe Manana
2018-11-21Btrfs: send, fix infinite loop due to directory rename dependenciesRobbie Ko
2018-11-14Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana
2018-11-13Btrfs: fix rare chances for data loss when doing a fast fsyncFilipe Manana
2018-11-13btrfs: Always try all copies when reading extent buffersNikolay Borisov
2018-11-11Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-11-07Btrfs: fix missing delayed iputs on unmountOmar Sandoval
2018-11-06Btrfs: fix data corruption due to cloning of eof blockFilipe Manana
2018-11-06Btrfs: fix infinite loop on inode eviction after deduplication of eof blockFilipe Manana
2018-11-06Btrfs: fix deadlock on tree root leaf when finding free extentFilipe Manana
2018-11-06btrfs: avoid link error with CONFIG_NO_AUTO_INLINEArnd Bergmann
2018-11-06btrfs: tree-checker: Fix misleading group system informationShaokun Zhang
2018-11-06Btrfs: fix missing data checksums after a ranged fsync (msync)Filipe Manana
2018-11-06btrfs: fix pinned underflow after transaction abortedLu Fengqi
2018-11-06Btrfs: fix cur_offset in the error case for nocowRobbie Ko
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-10-30Merge tag 'for-4.20-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-25Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-10-22Btrfs: fix use-after-free when dumping free spaceFilipe Manana
2018-10-21btrfs: Convert page cache to XArrayMatthew Wilcox
2018-10-21pagevec: Use xa_mark_tMatthew Wilcox
2018-10-19Btrfs: fix use-after-free during inode evictionFilipe Manana
2018-10-19btrfs: move the dio_sem higher up the callchainJosef Bacik
2018-10-19btrfs: don't run delayed_iputs in commitJosef Bacik
2018-10-19btrfs: fix insert_reserved error handlingJosef Bacik
2018-10-19btrfs: only free reserved extent if we didn't insert itJosef Bacik
2018-10-19btrfs: don't use ctl->free_space for max_extent_sizeJosef Bacik
2018-10-19btrfs: set max_extent_size properlyJosef Bacik
2018-10-19btrfs: reset max_extent_size properlyJosef Bacik
2018-10-17btrfs: delayed-ref: extract find_first_ref_head from find_ref_headLu Fengqi