summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2018-08-06btrfs: Remove fs_info argument from update_inline_extent_backrefNikolay Borisov
2018-08-06btrfs: Remove fs_info from lookup_inline_extent_backrefNikolay Borisov
2018-08-06btrfs: Remove fs_info from fixup_low_keysNikolay Borisov
2018-08-06btrfs: Remove fs_info from remove_extent_data_refNikolay Borisov
2018-08-06btrfs: Remove fs_info argument from insert_extent_backrefNikolay Borisov
2018-08-06btrfs: Remove fs_info from insert_extent_data_refNikolay Borisov
2018-08-06btrfs: Remove fs_info from insert_tree_block_refNikolay Borisov
2018-08-06btrfs: Fix a C compliance issueBart Van Assche
2018-08-06btrfs: Annotate fall-through when parsing mount optionBart Van Assche
2018-08-06btrfs: Fix misleading indentation reported by smatchBart Van Assche
2018-08-06btrfs: Streamline log_extent_csums a bitNikolay Borisov
2018-08-06btrfs: remove remaing full_sync logic from btrfs_sync_fileDavid Sterba
2018-08-06btrfs: remove the logged extents infrastructureJosef Bacik
2018-08-06btrfs: clean up the left over logged_list usageJosef Bacik
2018-08-06btrfs: remove the wait ordered logic in the log_one_extent pathJosef Bacik
2018-08-06btrfs: always wait on ordered extents at fsync timeJosef Bacik
2018-08-06btrfs: Fix comment in lookup_inline_extent_backrefNikolay Borisov
2018-08-06btrfs: Document __btrfs_inc_extent_refNikolay Borisov
2018-08-06btrfs: scrub: Remove unused copy_nocow_pages and its callchainQu Wenruo
2018-08-06btrfs: replace get_seconds with new 64bit time APIAllen Pais
2018-08-03btrfs: switch to discard_new_inode()Al Viro
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-06vfs: dedupe: rationalize argsMiklos Szeredi
2018-07-06vfs: dedupe: return intMiklos Szeredi
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
2018-06-04Merge tag 'for-4.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-05-31btrfs: Add unprivileged version of ino_lookup ioctlTomohiro Misono
2018-05-31btrfs: Add unprivileged ioctl which returns subvolume's ROOT_REFTomohiro Misono