| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-06-26 | 1 | -5/+5 |
|\ |
|
| * | btrfs: fix invalid-free in btrfs_extent_same | Lu Fengqi | 2018-06-21 | 1 | -5/+5 |
* | | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2018-06-15 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 2018-06-05 | 1 | -2/+2 |
* | | btrfs: Check error of btrfs_iget in btrfs_search_path_in_tree_user | Misono Tomohiro | 2018-06-05 | 1 | -0/+4 |
* | | btrfs: Add unprivileged version of ino_lookup ioctl | Tomohiro Misono | 2018-05-31 | 1 | -0/+204 |
* | | btrfs: Add unprivileged ioctl which returns subvolume's ROOT_REF | Tomohiro Misono | 2018-05-31 | 1 | -0/+99 |
* | | btrfs: Add unprivileged ioctl which returns subvolume information | Tomohiro Misono | 2018-05-31 | 1 | -0/+121 |
* | | btrfs: drop unused parameter qgroup_reserved | Gu JinXiang | 2018-05-30 | 1 | -4/+1 |
* | | btrfs: Remove fs_info argument from btrfs_uuid_tree_rem | Lu Fengqi | 2018-05-30 | 1 | -2/+1 |
* | | btrfs: Remove fs_info argument from btrfs_uuid_tree_add | Lu Fengqi | 2018-05-30 | 1 | -2/+2 |
* | | Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2() | Omar Sandoval | 2018-05-30 | 1 | -2/+4 |
* | | Btrfs: fix clone vs chattr NODATASUM race | Omar Sandoval | 2018-05-29 | 1 | -5/+7 |
* | | btrfs: use error code returned by btrfs_read_fs_root_no_name in search ioctl | Misono Tomohiro | 2018-05-28 | 1 | -3/+2 |
* | | btrfs: use kvzalloc for EXTENT_SAME temporary data | David Sterba | 2018-05-28 | 1 | -7/+9 |
* | | Btrfs: reuse cmp workspace in EXTENT_SAME ioctl | Timofey Titovets | 2018-05-28 | 1 | -39/+40 |
* | | Btrfs: dedupe_file_range ioctl: remove 16MiB restriction | Timofey Titovets | 2018-05-28 | 1 | -6/+18 |
* | | Btrfs: split btrfs_extent_same | Timofey Titovets | 2018-05-28 | 1 | -28/+36 |
* | | btrfs: unify naming of flags variables for SETFLAGS and XFLAGS | David Sterba | 2018-05-28 | 1 | -53/+53 |
* | | btrfs: add FS_IOC_FSSETXATTR ioctl | David Sterba | 2018-05-28 | 1 | -0/+94 |
* | | btrfs: add FS_IOC_FSGETXATTR ioctl | David Sterba | 2018-05-28 | 1 | -0/+20 |
* | | btrfs: add helpers for FS_XFLAG_* conversion | David Sterba | 2018-05-28 | 1 | -0/+32 |
* | | btrfs: rename btrfs_flags_to_ioctl to reflect which flags it touches | David Sterba | 2018-05-28 | 1 | -4/+5 |
* | | btrfs: rename check_flags to reflect which flags it touches | David Sterba | 2018-05-28 | 1 | -2/+3 |
* | | btrfs: rename btrfs_mask_flags to reflect which flags it touches | David Sterba | 2018-05-28 | 1 | -4/+5 |
* | | btrfs: rename btrfs_update_iflags to reflect which flags it touches | David Sterba | 2018-05-28 | 1 | -2/+2 |
* | | btrfs: remove redundant btrfs_balance_control::fs_info | David Sterba | 2018-05-28 | 1 | -2/+1 |
* | | btrfs: Remove delayed_iput parameter from btrfs_start_delalloc_inodes | Nikolay Borisov | 2018-05-28 | 1 | -1/+1 |
* | | btrfs: Remove delayed_iput parameter of btrfs_start_delalloc_roots | Nikolay Borisov | 2018-05-28 | 1 | -1/+1 |
* | | btrfs: drop lock parameter from update_ioctl_balance_args and rename | David Sterba | 2018-05-28 | 1 | -9/+5 |
* | | btrfs: track running balance in a simpler way | David Sterba | 2018-05-28 | 1 | -3/+3 |
* | | btrfs: kill btrfs_fs_info::volume_mutex | David Sterba | 2018-05-28 | 1 | -13/+4 |
* | | btrfs: cleanup helpers that reset balance state | David Sterba | 2018-05-28 | 1 | -4/+4 |
* | | btrfs: move clearing of EXCL_OP out of __cancel_balance | David Sterba | 2018-05-28 | 1 | -1/+1 |
* | | btrfs: move volume_mutex to callers of btrfs_rm_device | David Sterba | 2018-05-28 | 1 | -0/+4 |
* | | btrfs: Factor out the main deletion process from btrfs_ioctl_snap_destroy() | Misono Tomohiro | 2018-05-28 | 1 | -129/+2 |
* | | btrfs: Move may_destroy_subvol() from ioctl.c to inode.c | Misono Tomohiro | 2018-05-28 | 1 | -54/+0 |
* | | btrfs: rename btrfs_get_block_group_info and make it static | Su Yue | 2018-05-28 | 1 | -4/+4 |
|/ |
|
* | Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-04-15 | 1 | -14/+1 |
|\ |
|
| * | btrfs: replace GPL boilerplate by SPDX -- sources | David Sterba | 2018-04-12 | 1 | -14/+1 |
* | | Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 2018-04-04 | 1 | -106/+21 |
|\| |
|
| * | btrfs: user proper type for btrfs_mask_flags flags | David Sterba | 2018-03-31 | 1 | -1/+1 |
| * | btrfs: qgroup: Use separate meta reservation type for delalloc | Qu Wenruo | 2018-03-31 | 1 | -4/+6 |
| * | btrfs: Handle error from btrfs_uuid_tree_rem call in _btrfs_ioctl_set_receive... | Nikolay Borisov | 2018-03-31 | 1 | -4/+11 |
| * | btrfs: Remove userspace transaction ioctls | Nikolay Borisov | 2018-03-31 | 1 | -95/+0 |
| * | btrfs: add define for oldest generation | Anand Jain | 2018-03-31 | 1 | -1/+1 |
| * | btrfs: rename __btrfs_dev_replace_cancel() | Anand Jain | 2018-03-26 | 1 | -1/+1 |
| * | btrfs: open code btrfs_dev_replace_cancel() | Anand Jain | 2018-03-26 | 1 | -1/+2 |
* | | sched/wait, fs/btrfs: Convert wait_on_atomic_t() usage to the new wait_var_ev... | Peter Zijlstra | 2018-03-20 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 2018-01-29 | 1 | -27/+17 |
|\ |
|