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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
2026-04-02
btrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol create
Boris Burkov
1
-0
/
+7
2026-03-25
btrfs: abort transaction on failure to update root in the received subvol ioctl
Filipe Manana
1
-1
/
+2
2026-03-25
btrfs: fix transaction abort on set received ioctl due to item overflow
Filipe Manana
1
-2
/
+19
2026-01-08
btrfs: don't rewrite ret from inode_permission
Josef Bacik
1
-3
/
+1
2025-10-23
btrfs: fix memory leak on duplicated memory in the qgroup assign ioctl
Miquel SabatĂ© SolĂ
1
-1
/
+1
2025-07-10
btrfs: record new subvolume in parent dir earlier to avoid dir logging races
Filipe Manana
1
-2
/
+2
2024-12-09
btrfs: change btrfs_encoded_read() so that reading of extent is done by caller
Mark Harmstone
1
-1
/
+31
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2024-09-10
btrfs: always update fstrim_range on failure in FITRIM ioctl
Luca Stefani
1
-3
/
+1
2024-09-10
btrfs: directly wake up cleaner kthread in the BTRFS_IOC_SYNC ioctl
Filipe Manana
1
-4
/
+3
2024-08-13
introduce fd_file(), convert all accessors to it.
Al Viro
1
-2
/
+2
2024-07-17
Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-25
/
+69
2024-07-11
btrfs: pass a btrfs_inode to btrfs_set_prop()
David Sterba
1
-4
/
+4
2024-07-11
btrfs: switch btrfs_pending_snapshot::dir to btrfs_inode
David Sterba
1
-1
/
+1
2024-07-11
btrfs: pass a btrfs_inode to btrfs_ioctl_send()
David Sterba
1
-3
/
+3
2024-07-11
btrfs: qgroup: warn about inconsistent qgroups when relation update fails
David Sterba
1
-2
/
+3
2024-07-11
btrfs: qgroup: preallocate memory before adding a relation
David Sterba
1
-1
/
+16
2024-07-11
btrfs: do not BUG_ON() when freeing tree block after error
Filipe Manana
1
-1
/
+5
2024-07-11
btrfs: remove super block argument from btrfs_iget()
Filipe Manana
1
-2
/
+1
2024-07-11
btrfs: avoid transaction commit on any fsync after subvolume creation
Filipe Manana
1
-2
/
+2
2024-07-11
btrfs: remove pointless code when creating and deleting a subvolume
Filipe Manana
1
-3
/
+0
2024-07-11
btrfs: constify pointer parameters where applicable
David Sterba
1
-1
/
+1
2024-07-11
btrfs: simplify range parameters of btrfs_wait_ordered_roots()
David Sterba
1
-1
/
+1
2024-07-11
btrfs: remove objectid from struct btrfs_inode on 64 bits platforms
Filipe Manana
1
-2
/
+2
2024-07-11
btrfs: remove location key from struct btrfs_inode
Filipe Manana
1
-4
/
+4
2024-07-11
btrfs: qgroup: do quick checks if quotas are enabled before starting ioctls
David Sterba
1
-0
/
+28
2024-06-21
fs: Initial atomic write support
Prasad Singamsetty
1
-1
/
+1
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
1
-10
/
+10
2024-05-07
btrfs: rename err to ret in btrfs_ioctl_snap_destroy()
Anand Jain
1
-33
/
+33
2024-05-02
Merge tag 'for-6.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+30
2024-04-25
btrfs: take the cleaner_mutex earlier in qgroup disable
Josef Bacik
1
-3
/
+30
2024-04-08
Merge tag 'for-6.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-9
/
+28
2024-04-02
btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operations
Boris Burkov
1
-9
/
+28
2024-03-12
Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-47
/
+73
2024-03-11
Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-8
/
+8
2024-03-05
btrfs: qgroup: validate btrfs_qgroup_inherit parameter
Qu Wenruo
1
-13
/
+3
2024-03-04
btrfs: factor out validation of btrfs_ioctl_vol_args_v2::name
David Sterba
1
-3
/
+17
2024-03-04
btrfs: factor out validation of btrfs_ioctl_vol_args::name
David Sterba
1
-5
/
+29
2024-03-04
btrfs: add helper to get fs_info from struct inode pointer
David Sterba
1
-20
/
+20
2024-03-04
btrfs: handle directory and dentry mismatch in btrfs_may_delete()
David Sterba
1
-1
/
+3
2024-03-04
btrfs: remove unused included headers
David Sterba
1
-4
/
+0
2024-03-04
btrfs: replace sb::s_blocksize by fs_info::sectorsize
David Sterba
1
-1
/
+1
2024-03-01
Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2024-03-01
btrfs: fix double free of anonymous device after snapshot creation failure
Filipe Manana
1
-1
/
+1
2024-02-25
btrfs: port device access to file
Christian Brauner
1
-8
/
+8
2024-02-07
Merge tag 'for-6.8-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+5
2024-01-31
btrfs: forbid creating subvol qgroups
Boris Burkov
1
-0
/
+5
2024-01-23
Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+7
2024-01-12
btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args
Qu Wenruo
1
-0
/
+4
2024-01-12
btrfs: don't abort filesystem when attempting to snapshot deleted subvolume
Omar Sandoval
1
-0
/
+3
[next]