summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
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
2018-09-15btrfs: do btrfs_free_stale_devices outside of device_list_addAnand Jain
2018-09-15btrfs: Fix a C compliance issueBart Van Assche
2018-09-15btrfs: Don't remove block group that still has pinned down bytesQu Wenruo
2018-09-15btrfs: lift uuid_mutex to callers of btrfs_open_devicesDavid Sterba
2018-09-15btrfs: check-integrity: Fix NULL pointer dereference for degraded mountQu Wenruo
2018-09-15btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo
2018-09-15btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...Qu Wenruo
2018-09-15btrfs: fix in-memory value of total_devices after seed device deletionAnand Jain
2018-09-15btrfs: replace: Reset on-disk dev stats value after replaceMisono Tomohiro
2018-09-15btrfs: Exit gracefully when chunk map cannot be inserted to the treeQu Wenruo
2018-09-05Btrfs: send, fix incorrect file layout after hole punching beyond eofFilipe Manana
2018-09-05Btrfs: fix send failure when root has deleted files still openFilipe Manana
2018-09-05Btrfs: fix btrfs_write_inode vs delayed iput deadlockJosef Bacik
2018-09-05Btrfs: fix mount failure after fsync due to hard link recreationFilipe Manana
2018-09-05btrfs: don't leak ret from do_chunk_allocJosef Bacik
2018-09-05btrfs: use correct compare function of dirty_metadata_bytesEthan Lien
2018-07-21Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-07-19Btrfs: fix file data corruption after cloning a range and fsyncFilipe Manana
2018-07-18Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-07-17btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block()Qu Wenruo
2018-07-13btrfs: fix use-after-free of cmp workspace pagesNaohiro Aota
2018-07-13btrfs: restore uuid_mutex in btrfs_open_devicesDavid Sterba
2018-07-01Merge tag 'for-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-28Btrfs: fix mount failure when qgroup rescan is in progressFilipe Manana
2018-06-28Btrfs: fix regression in btrfs_page_mkwrite() from vm_fault_t conversionChris Mason
2018-06-28btrfs: quota: Set rescan progress to (u64)-1 if we hit last leafQu Wenruo
2018-06-26Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-22Btrfs: fix return value on rename exchange failureFilipe Manana
2018-06-21btrfs: fix invalid-free in btrfs_extent_sameLu Fengqi
2018-06-21Btrfs: fix physical offset reported by fiemap for inline extentsFilipe Manana
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-15Merge tag 'for-4.18-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-11btrfs: scrub: Don't use inode pages for device replaceQu Wenruo
2018-06-07btrfs: change return type of btrfs_page_mkwrite to vm_fault_tSouptick Joarder
2018-06-07Btrfs: fiemap: pass correct bytenr when fm_extent_count is zeroRobbie Ko
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-06-05btrfs: Check error of btrfs_iget in btrfs_search_path_in_tree_userMisono Tomohiro