aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 5-12/+12
2018-06-15Merge tag 'for-4.18-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-19/+19
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Gravatar Arnd Bergmann 5-12/+12
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-2/+2
2018-06-11btrfs: scrub: Don't use inode pages for device replaceGravatar Qu Wenruo 1-1/+1
2018-06-07btrfs: change return type of btrfs_page_mkwrite to vm_fault_tGravatar Souptick Joarder 2-15/+13
2018-06-07Btrfs: fiemap: pass correct bytenr when fm_extent_count is zeroGravatar Robbie Ko 1-3/+1
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 5-12/+12
2018-06-05btrfs: Check error of btrfs_iget in btrfs_search_path_in_tree_userGravatar Misono Tomohiro 1-0/+4
2018-06-04Merge tag 'for-4.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 47-2746/+3248
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-14/+11
2018-05-31btrfs: Add unprivileged version of ino_lookup ioctlGravatar Tomohiro Misono 1-0/+204
2018-05-31btrfs: Add unprivileged ioctl which returns subvolume's ROOT_REFGravatar Tomohiro Misono 1-0/+99
2018-05-31btrfs: Add unprivileged ioctl which returns subvolume informationGravatar Tomohiro Misono 1-0/+121
2018-05-30btrfs: convert to bioset_init()/mempool_init()Gravatar Kent Overstreet 1-14/+11
2018-05-30Btrfs: clean up error handling in btrfs_truncate()Gravatar Omar Sandoval 1-19/+14
2018-05-30btrfs: Factor out write portion of btrfs_get_blocks_directGravatar Nikolay Borisov 1-99/+108
2018-05-30btrfs: Factor out read portion of btrfs_get_blocks_directGravatar Nikolay Borisov 1-13/+43
2018-05-30btrfs: return ENOMEM if path allocation fails in btrfs_cross_ref_existGravatar Su Yue 1-1/+1
2018-05-30btrfs: raid56: Remove VLA usageGravatar Kees Cook 1-10/+28
2018-05-30btrfs: return error value if create_io_em failed in cow_file_rangeGravatar Su Yue 1-1/+3
2018-05-30btrfs: drop useless member qgroup_reserved of btrfs_pending_snapshotGravatar Gu JinXiang 1-1/+0
2018-05-30btrfs: drop unused parameter qgroup_reservedGravatar Gu JinXiang 4-14/+5
2018-05-30btrfs: balance dirty metadata pages in btrfs_finish_ordered_ioGravatar Ethan Lien 1-0/+3
2018-05-30btrfs: lift some btrfs_cross_ref_exist checks in nocow pathGravatar Ethan Lien 1-0/+15
2018-05-30btrfs: Remove fs_info argument from btrfs_uuid_tree_remGravatar Lu Fengqi 4-9/+7
2018-05-30btrfs: Remove fs_info argument from btrfs_uuid_tree_addGravatar Lu Fengqi 5-13/+10
2018-05-30Btrfs: remove unused check of skip_lockingGravatar Liu Bo 1-2/+5
2018-05-30Btrfs: remove always true check in unlock_upGravatar Liu Bo 1-1/+1
2018-05-30Btrfs: grab write lock directly if write_lock_level is the max levelGravatar Liu Bo 1-11/+16
2018-05-30Btrfs: move get root out of btrfs_search_slot to a helperGravatar Liu Bo 1-45/+65
2018-05-30Btrfs: use more straightforward extent_buffer_uptodate checkGravatar Liu Bo 1-1/+1
2018-05-30Btrfs: remove superfluous free_extent_buffer in read_block_for_searchGravatar Liu Bo 1-1/+0
2018-05-30btrfs: drop unused space_info parameter from create_space_infoGravatar Lu Fengqi 1-8/+5
2018-05-30Btrfs: add parent_transid parameter to veirfy_level_keyGravatar Liu Bo 1-6/+7
2018-05-30btrfs: qgroup: show more meaningful qgroup_rescan_init error messageGravatar Qu Wenruo 1-15/+18
2018-05-30Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()Gravatar Omar Sandoval 1-2/+4
2018-05-30btrfs: lzo: Harden inline lzo compressed extent decompressionGravatar Qu Wenruo 1-1/+10
2018-05-30btrfs: lzo: Add header length check to avoid potential out-of-bounds accessGravatar Qu Wenruo 1-2/+26
2018-05-29btrfs: lzo: document the compressed data formatGravatar Qu Wenruo 1-0/+37
2018-05-29btrfs: compression: Add linux/sizes.h for compression.hGravatar Qu Wenruo 1-0/+2
2018-05-29Btrfs: fix clone vs chattr NODATASUM raceGravatar Omar Sandoval 1-5/+7
2018-05-29btrfs: propagate failures of __exclude_logged_extent to upper callerGravatar Gu Jinxiang 1-2/+5
2018-05-29btrfs: Streamline shared ref check in alloc_reserved_tree_blockGravatar Nikolay Borisov 1-8/+2
2018-05-29btrfs: Pass btrfs_delayed_extent_op to alloc_reserved_tree_blockGravatar Nikolay Borisov 1-6/+5
2018-05-29btrfs: Simplify alloc_reserved_tree_block interfaceGravatar Nikolay Borisov 1-32/+39
2018-05-29btrfs: Remove fs_info argument from alloc_reserved_tree_blockGravatar Nikolay Borisov 1-4/+2
2018-05-29btrfs: tests: drop newline from test_msg stringsGravatar David Sterba 8-22/+22
2018-05-29btrfs: tests: add helper for error messages and update themGravatar David Sterba 8-401/+412
2018-05-28btrfs: use error code returned by btrfs_read_fs_root_no_name in search ioctlGravatar Misono Tomohiro 1-3/+2