summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-07-211-2/+5
|\
| * Btrfs: fix file data corruption after cloning a range and fsyncFilipe Manana2018-07-191-2/+5
* | Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-07-183-8/+13
|\ \ | |/
| * btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block()Qu Wenruo2018-07-171-8/+9
| * btrfs: fix use-after-free of cmp workspace pagesNaohiro Aota2018-07-131-0/+2
| * btrfs: restore uuid_mutex in btrfs_open_devicesDavid Sterba2018-07-131-0/+2
* | Merge tag 'for-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-07-012-5/+15
|\ \ | |/
| * Btrfs: fix mount failure when qgroup rescan is in progressFilipe Manana2018-06-281-3/+10
| * Btrfs: fix regression in btrfs_page_mkwrite() from vm_fault_t conversionChris Mason2018-06-281-1/+2
| * btrfs: quota: Set rescan progress to (u64)-1 if we hit last leafQu Wenruo2018-06-281-1/+3
* | Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-263-7/+12
|\ \ | |/
| * Btrfs: fix return value on rename exchange failureFilipe Manana2018-06-221-1/+3
| * btrfs: fix invalid-free in btrfs_extent_sameLu Fengqi2018-06-211-5/+5
| * Btrfs: fix physical offset reported by fiemap for inline extentsFilipe Manana2018-06-211-1/+4
* | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-155-12/+12
|\ \
| * \ Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-145-12/+12
| |\ \
| | * | vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-055-12/+12
* | | | Merge tag 'for-4.18-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-155-19/+19
|\ \ \ \ | | |_|/ | |/| |
| * | | btrfs: scrub: Don't use inode pages for device replaceQu Wenruo2018-06-111-1/+1
| * | | btrfs: change return type of btrfs_page_mkwrite to vm_fault_tSouptick Joarder2018-06-072-15/+13
| * | | Btrfs: fiemap: pass correct bytenr when fm_extent_count is zeroRobbie Ko2018-06-071-3/+1
| * | | btrfs: Check error of btrfs_iget in btrfs_search_path_in_tree_userMisono Tomohiro2018-06-051-0/+4
* | | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* | | | Merge tag 'for-4.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-06-0447-2746/+3248
|\ \ \ \ | |/ / /
| * | | btrfs: Add unprivileged version of ino_lookup ioctlTomohiro Misono2018-05-311-0/+204
| * | | btrfs: Add unprivileged ioctl which returns subvolume's ROOT_REFTomohiro Misono2018-05-311-0/+99
| * | | btrfs: Add unprivileged ioctl which returns subvolume informationTomohiro Misono2018-05-311-0/+121
| * | | Btrfs: clean up error handling in btrfs_truncate()Omar Sandoval2018-05-301-19/+14
| * | | btrfs: Factor out write portion of btrfs_get_blocks_directNikolay Borisov2018-05-301-99/+108
| * | | btrfs: Factor out read portion of btrfs_get_blocks_directNikolay Borisov2018-05-301-13/+43
| * | | btrfs: return ENOMEM if path allocation fails in btrfs_cross_ref_existSu Yue2018-05-301-1/+1
| * | | btrfs: raid56: Remove VLA usageKees Cook2018-05-301-10/+28
| * | | btrfs: return error value if create_io_em failed in cow_file_rangeSu Yue2018-05-301-1/+3
| * | | btrfs: drop useless member qgroup_reserved of btrfs_pending_snapshotGu JinXiang2018-05-301-1/+0
| * | | btrfs: drop unused parameter qgroup_reservedGu JinXiang2018-05-304-14/+5
| * | | btrfs: balance dirty metadata pages in btrfs_finish_ordered_ioEthan Lien2018-05-301-0/+3
| * | | btrfs: lift some btrfs_cross_ref_exist checks in nocow pathEthan Lien2018-05-301-0/+15
| * | | btrfs: Remove fs_info argument from btrfs_uuid_tree_remLu Fengqi2018-05-304-9/+7
| * | | btrfs: Remove fs_info argument from btrfs_uuid_tree_addLu Fengqi2018-05-305-13/+10
| * | | Btrfs: remove unused check of skip_lockingLiu Bo2018-05-301-2/+5
| * | | Btrfs: remove always true check in unlock_upLiu Bo2018-05-301-1/+1
| * | | Btrfs: grab write lock directly if write_lock_level is the max levelLiu Bo2018-05-301-11/+16
| * | | Btrfs: move get root out of btrfs_search_slot to a helperLiu Bo2018-05-301-45/+65
| * | | Btrfs: use more straightforward extent_buffer_uptodate checkLiu Bo2018-05-301-1/+1
| * | | Btrfs: remove superfluous free_extent_buffer in read_block_for_searchLiu Bo2018-05-301-1/+0
| * | | btrfs: drop unused space_info parameter from create_space_infoLu Fengqi2018-05-301-8/+5
| * | | Btrfs: add parent_transid parameter to veirfy_level_keyLiu Bo2018-05-301-6/+7
| * | | btrfs: qgroup: show more meaningful qgroup_rescan_init error messageQu Wenruo2018-05-301-15/+18
| * | | Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()Omar Sandoval2018-05-301-2/+4
| * | | btrfs: lzo: Harden inline lzo compressed extent decompressionQu Wenruo2018-05-301-1/+10
OpenPOWER on IntegriCloud