index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ioctl.c
Age
Commit message (
Expand
)
Author
2018-05-30
btrfs: Remove fs_info argument from btrfs_uuid_tree_add
Lu Fengqi
2018-05-30
Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()
Omar Sandoval
2018-05-29
Btrfs: fix clone vs chattr NODATASUM race
Omar Sandoval
2018-05-28
btrfs: use error code returned by btrfs_read_fs_root_no_name in search ioctl
Misono Tomohiro
2018-05-28
btrfs: use kvzalloc for EXTENT_SAME temporary data
David Sterba
2018-05-28
Btrfs: reuse cmp workspace in EXTENT_SAME ioctl
Timofey Titovets
2018-05-28
Btrfs: dedupe_file_range ioctl: remove 16MiB restriction
Timofey Titovets
2018-05-28
Btrfs: split btrfs_extent_same
Timofey Titovets
2018-05-28
btrfs: unify naming of flags variables for SETFLAGS and XFLAGS
David Sterba
2018-05-28
btrfs: add FS_IOC_FSSETXATTR ioctl
David Sterba
2018-05-28
btrfs: add FS_IOC_FSGETXATTR ioctl
David Sterba
2018-05-28
btrfs: add helpers for FS_XFLAG_* conversion
David Sterba
2018-05-28
btrfs: rename btrfs_flags_to_ioctl to reflect which flags it touches
David Sterba
2018-05-28
btrfs: rename check_flags to reflect which flags it touches
David Sterba
2018-05-28
btrfs: rename btrfs_mask_flags to reflect which flags it touches
David Sterba
2018-05-28
btrfs: rename btrfs_update_iflags to reflect which flags it touches
David Sterba
2018-05-28
btrfs: remove redundant btrfs_balance_control::fs_info
David Sterba
2018-05-28
btrfs: Remove delayed_iput parameter from btrfs_start_delalloc_inodes
Nikolay Borisov
2018-05-28
btrfs: Remove delayed_iput parameter of btrfs_start_delalloc_roots
Nikolay Borisov
2018-05-28
btrfs: drop lock parameter from update_ioctl_balance_args and rename
David Sterba
2018-05-28
btrfs: track running balance in a simpler way
David Sterba
2018-05-28
btrfs: kill btrfs_fs_info::volume_mutex
David Sterba
2018-05-28
btrfs: cleanup helpers that reset balance state
David Sterba
2018-05-28
btrfs: move clearing of EXCL_OP out of __cancel_balance
David Sterba
2018-05-28
btrfs: move volume_mutex to callers of btrfs_rm_device
David Sterba
2018-05-28
btrfs: Factor out the main deletion process from btrfs_ioctl_snap_destroy()
Misono Tomohiro
2018-05-28
btrfs: Move may_destroy_subvol() from ioctl.c to inode.c
Misono Tomohiro
2018-05-28
btrfs: rename btrfs_get_block_group_info and make it static
Su Yue
2018-04-15
Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
2018-04-04
Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2018-03-31
btrfs: user proper type for btrfs_mask_flags flags
David Sterba
2018-03-31
btrfs: qgroup: Use separate meta reservation type for delalloc
Qu Wenruo
2018-03-31
btrfs: Handle error from btrfs_uuid_tree_rem call in _btrfs_ioctl_set_receive...
Nikolay Borisov
2018-03-31
btrfs: Remove userspace transaction ioctls
Nikolay Borisov
2018-03-31
btrfs: add define for oldest generation
Anand Jain
2018-03-26
btrfs: rename __btrfs_dev_replace_cancel()
Anand Jain
2018-03-26
btrfs: open code btrfs_dev_replace_cancel()
Anand Jain
2018-03-20
sched/wait, fs/btrfs: Convert wait_on_atomic_t() usage to the new wait_var_ev...
Peter Zijlstra
2018-01-29
Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2018-01-29
fs: new API for handling inode->i_version
Jeff Layton
2018-01-22
btrfs: use correct string length in DEV_INFO ioctl
Xiongfeng Wang
2018-01-22
btrfs: sink unlock_extent parameter gfp_flags
David Sterba
2018-01-22
btrfs: SETFLAGS ioctl: use helper for compression type conversion
David Sterba
2018-01-22
btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGT
Anand Jain
2018-01-22
btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLE
Anand Jain
2018-01-22
btrfs: sink gfp parameter to clear_extent_bit
David Sterba
2018-01-22
btrfs: switch to RCU for device traversal in btrfs_ioctl_fs_info
David Sterba
2018-01-22
btrfs: switch to RCU for device traversal in btrfs_ioctl_dev_info
David Sterba
2018-01-22
btrfs: move volume_mutex into the btrfs_rm_device()
Anand Jain
[next]