summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2018-12-17btrfs: Remove needless tree locking in iterate_inode_extrefsNikolay Borisov
2018-12-17btrfs: Remove needless tree locking in iterate_inode_refsNikolay Borisov
2018-12-17btrfs: tests: Use BTRFS_MAX_EXTENT_SIZE to replace the intermediate numberQu Wenruo
2018-12-17Btrfs: support swap filesOmar Sandoval
2018-12-17Btrfs: rename and export get_chunk_mapOmar Sandoval
2018-12-17Btrfs: prevent ioctls from interfering with a swap fileOmar Sandoval
2018-12-17btrfs: Remove extent_io_ops::split_extent_hook callbackNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::merge_extent_hook callbackNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::clear_bit_hook callbackNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::set_bit_hook extent_io callbackNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::check_extent_io_range callbackNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::writepage_end_io_hookNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::writepage_start_hookNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::fill_delallocNikolay Borisov
2018-12-17btrfs: Add function to distinguish between data and btree inodeNikolay Borisov
2018-12-17btrfs: volumes: Make sure no dev extent is beyond device boundaryQu Wenruo
2018-12-17btrfs: volumes: Make sure there is no overlap of dev extents at mount timeQu Wenruo
2018-12-17btrfs: Refactor find_free_extent loops update into find_free_extent_update_loopQu Wenruo
2018-12-17btrfs: Refactor unclustered extent allocation into find_free_extent_uncluster...Qu Wenruo
2018-12-17btrfs: Refactor clustered extent allocation into find_free_extent_clusteredQu Wenruo
2018-12-17btrfs: Introduce find_free_extent_ctl structure for later reworkQu Wenruo
2018-12-17btrfs: extent-tree: Detect bytes_pinned underflow earlierLu Fengqi
2018-12-17btrfs: extent-tree: Detect bytes_may_use underflow earlierQu Wenruo
2018-12-17Btrfs: remove no longer used stuff for tracking pending ordered extentsFilipe Manana
2018-12-17Btrfs: remove no longer used logged range variables when logging extentsFilipe Manana
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