index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-16
btrfs: use kfree() in btrfs_ioctl_get_subvol_info()
Waiman Long
1
-1
/
+1
2020-05-25
btrfs: simplify iget helpers
David Sterba
1
-1
/
+1
2020-05-25
btrfs: simplify root lookup by id
David Sterba
1
-22
/
+6
2020-05-25
btrfs: reduce lock contention when creating snapshot
Robbie Ko
1
-29
/
+41
2020-05-25
btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE
Qu Wenruo
1
-1
/
+1
2020-03-23
btrfs: Remove async_transid from btrfs_mksubvol/create_subvol/create_snapshot
Nikolay Borisov
1
-27
/
+10
2020-03-23
btrfs: Remove transid argument from btrfs_ioctl_snap_create_transid
Nikolay Borisov
1
-10
/
+8
2020-03-23
btrfs: Remove BTRFS_SUBVOL_CREATE_ASYNC support
Nikolay Borisov
1
-24
/
+1
2020-03-23
Btrfs: move all reflink implementation code into its own file
Filipe Manana
1
-733
/
+0
2020-03-23
btrfs: switch to use new generic UUID API
Andy Shevchenko
1
-3
/
+1
2020-03-23
btrfs: ioctl: resize: only show message if size is changed
Marcos Paulo de Souza
1
-3
/
+5
2020-03-23
btrfs: convert snapshot/nocow exlcusion to drew lock
Nikolay Borisov
1
-7
/
+3
2020-03-23
btrfs: add new BTRFS_IOC_SNAP_DESTROY_V2 ioctl
Marcos Paulo de Souza
1
-20
/
+116
2020-03-23
btrfs: use ioctl args support mask for device delete
David Sterba
1
-2
/
+1
2020-03-23
btrfs: use ioctl args support mask for subvolume create/delete
David Sterba
1
-3
/
+1
2020-03-23
btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root
Josef Bacik
1
-9
/
+9
2020-03-23
btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root
Josef Bacik
1
-26
/
+0
2020-03-23
btrfs: hold a ref on the root in create_pending_snapshot
Josef Bacik
1
-0
/
+1
2020-03-23
btrfs: hold ref on root in btrfs_ioctl_default_subvol
Josef Bacik
1
-8
/
+14
2020-03-23
btrfs: hold a ref on the root in btrfs_ioctl_get_subvol_info
Josef Bacik
1
-4
/
+8
2020-03-23
btrfs: hold a ref on the root in btrfs_search_path_in_tree_user
Josef Bacik
1
-13
/
+20
2020-03-23
btrfs: hold a ref on the root in btrfs_search_path_in_tree
Josef Bacik
1
-0
/
+7
2020-03-23
btrfs: hold a ref on the root in search_ioctl
Josef Bacik
1
-1
/
+6
2020-03-23
btrfs: hold a ref on the root in create_subvol
Josef Bacik
1
-0
/
+6
2020-03-23
btrfs: open code btrfs_read_fs_root_no_name
Josef Bacik
1
-6
/
+6
2020-03-23
btrfs: replace all uses of btrfs_ordered_update_i_size
Josef Bacik
1
-1
/
+1
2020-03-23
btrfs: use btrfs_ordered_update_i_size in clone_finish_inode_update
Josef Bacik
1
-2
/
+4
2020-01-29
Merge tag 'fs-dedupe-last-block-tag' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+2
2020-01-23
Btrfs: make deduplication with range including the last block work
Filipe Manana
1
-1
/
+2
2020-01-20
btrfs: drop create parameter to btrfs_get_extent()
Omar Sandoval
1
-1
/
+1
2020-01-17
Btrfs: always copy scrub arguments back to user space
Filipe Manana
1
-1
/
+13
2019-12-13
btrfs: abort transaction after failed inode updates in create_subvol
Josef Bacik
1
-2
/
+8
2019-12-13
Btrfs: fix hole extent items with a zero size after range cloning
Filipe Manana
1
-11
/
+5
2019-11-18
btrfs: rename btrfs_block_group_cache
David Sterba
1
-1
/
+1
2019-11-18
btrfs: add dedicated members for start and length of a block group
David Sterba
1
-1
/
+1
2019-11-18
btrfs: move block_group_item::used to block group
David Sterba
1
-2
/
+1
2019-11-18
btrfs: ioctl: Try to use btrfs_fs_info instead of *file
Marcos Paulo de Souza
1
-21
/
+15
2019-11-18
btrfs: use better definition of number of compression type
Chengguang Xu
1
-1
/
+1
2019-11-18
btrfs: add __pure attribute to functions
David Sterba
1
-1
/
+1
2019-11-18
btrfs: drop unused parameter is_new from btrfs_iget
David Sterba
1
-1
/
+1
2019-11-04
btrfs: un-deprecate ioctls START_SYNC and WAIT_SYNC
David Sterba
1
-6
/
+0
2019-10-15
btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...
Qu Wenruo
1
-4
/
+2
2019-09-09
btrfs: stop clearing EXTENT_DIRTY in inode I/O tree
Omar Sandoval
1
-3
/
+2
2019-09-09
btrfs: Deprecate BTRFS_SUBVOL_CREATE_ASYNC flag
Nikolay Borisov
1
-1
/
+14
2019-09-09
btrfs: sysfs: replace direct access to feature set names with a helper
David Sterba
1
-1
/
+1
2019-09-09
btrfs: move basic block_group definitions to their own header
Josef Bacik
1
-0
/
+1
2019-09-09
Btrfs: remove unnecessary condition in btrfs_clone() to avoid too much nesting
Filipe Manana
1
-145
/
+131
2019-09-09
btrfs: use common vfs LABEL ioctl definitions
Eric Sandeen
1
-4
/
+4
2019-09-09
Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extents
Filipe Manana
1
-152
/
+43
2019-07-17
Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-0
/
+23
[next]