index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ioctl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2024-07-17
1
-25
/
+69
|
\
|
*
btrfs: pass a btrfs_inode to btrfs_set_prop()
David Sterba
2024-07-11
1
-4
/
+4
|
*
btrfs: switch btrfs_pending_snapshot::dir to btrfs_inode
David Sterba
2024-07-11
1
-1
/
+1
|
*
btrfs: pass a btrfs_inode to btrfs_ioctl_send()
David Sterba
2024-07-11
1
-3
/
+3
|
*
btrfs: qgroup: warn about inconsistent qgroups when relation update fails
David Sterba
2024-07-11
1
-2
/
+3
|
*
btrfs: qgroup: preallocate memory before adding a relation
David Sterba
2024-07-11
1
-1
/
+16
|
*
btrfs: do not BUG_ON() when freeing tree block after error
Filipe Manana
2024-07-11
1
-1
/
+5
|
*
btrfs: remove super block argument from btrfs_iget()
Filipe Manana
2024-07-11
1
-2
/
+1
|
*
btrfs: avoid transaction commit on any fsync after subvolume creation
Filipe Manana
2024-07-11
1
-2
/
+2
|
*
btrfs: remove pointless code when creating and deleting a subvolume
Filipe Manana
2024-07-11
1
-3
/
+0
|
*
btrfs: constify pointer parameters where applicable
David Sterba
2024-07-11
1
-1
/
+1
|
*
btrfs: simplify range parameters of btrfs_wait_ordered_roots()
David Sterba
2024-07-11
1
-1
/
+1
|
*
btrfs: remove objectid from struct btrfs_inode on 64 bits platforms
Filipe Manana
2024-07-11
1
-2
/
+2
|
*
btrfs: remove location key from struct btrfs_inode
Filipe Manana
2024-07-11
1
-4
/
+4
|
*
btrfs: qgroup: do quick checks if quotas are enabled before starting ioctls
David Sterba
2024-07-11
1
-0
/
+28
*
|
fs: Initial atomic write support
Prasad Singamsetty
2024-06-20
1
-1
/
+1
|
/
*
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
2024-05-07
1
-10
/
+10
*
btrfs: rename err to ret in btrfs_ioctl_snap_destroy()
Anand Jain
2024-05-07
1
-33
/
+33
*
Merge tag 'for-6.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-02
1
-3
/
+30
|
\
|
*
btrfs: take the cleaner_mutex earlier in qgroup disable
Josef Bacik
2024-04-25
1
-3
/
+30
*
|
Merge tag 'for-6.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-04-08
1
-9
/
+28
|
\
|
|
*
btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operations
Boris Burkov
2024-04-02
1
-9
/
+28
*
|
Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2024-03-12
1
-47
/
+73
|
\
|
|
*
btrfs: qgroup: validate btrfs_qgroup_inherit parameter
Qu Wenruo
2024-03-05
1
-13
/
+3
|
*
btrfs: factor out validation of btrfs_ioctl_vol_args_v2::name
David Sterba
2024-03-04
1
-3
/
+17
|
*
btrfs: factor out validation of btrfs_ioctl_vol_args::name
David Sterba
2024-03-04
1
-5
/
+29
|
*
btrfs: add helper to get fs_info from struct inode pointer
David Sterba
2024-03-04
1
-20
/
+20
|
*
btrfs: handle directory and dentry mismatch in btrfs_may_delete()
David Sterba
2024-03-04
1
-1
/
+3
|
*
btrfs: remove unused included headers
David Sterba
2024-03-04
1
-4
/
+0
|
*
btrfs: replace sb::s_blocksize by fs_info::sectorsize
David Sterba
2024-03-04
1
-1
/
+1
*
|
Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-03-11
1
-8
/
+8
|
\
\
|
|
/
|
/
|
|
*
btrfs: port device access to file
Christian Brauner
2024-02-25
1
-8
/
+8
*
|
Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-03-01
1
-1
/
+1
|
\
\
|
*
|
btrfs: fix double free of anonymous device after snapshot creation failure
Filipe Manana
2024-02-29
1
-1
/
+1
*
|
|
Merge tag 'for-6.8-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-02-07
1
-0
/
+5
|
\
|
|
|
*
|
btrfs: forbid creating subvol qgroups
Boris Burkov
2024-01-31
1
-0
/
+5
*
|
|
Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-01-22
1
-0
/
+7
|
\
|
|
|
|
/
|
/
|
|
*
btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args
Qu Wenruo
2024-01-12
1
-0
/
+4
|
*
btrfs: don't abort filesystem when attempting to snapshot deleted subvolume
Omar Sandoval
2024-01-12
1
-0
/
+3
*
|
Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2024-01-08
1
-6
/
+6
|
\
\
|
*
|
btrfs: move file_start_write() to after permission hook
Amir Goldstein
2023-11-24
1
-6
/
+6
*
|
|
Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-12-17
1
-0
/
+9
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
btrfs: do not allow non subvolume root targets for snapshot
Josef Bacik
2023-12-15
1
-0
/
+9
*
|
|
Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-11-28
1
-0
/
+1
|
\
|
|
|
*
|
btrfs: fix 64bit compat send ioctl arguments not initializing version member
David Sterba
2023-11-24
1
-0
/
+1
*
|
|
Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-11-13
1
-5
/
+5
|
\
|
|
|
|
/
|
/
|
|
*
btrfs: use u64 for buffer sizes in the tree search ioctls
Filipe Manana
2023-11-03
1
-5
/
+5
*
|
Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2023-10-30
1
-8
/
+15
|
\
|
|
*
btrfs: disable the device add feature for temp-fsid
Anand Jain
2023-10-12
1
-0
/
+6
|
*
btrfs: add and use helpers for reading and writing last_trans_committed
Filipe Manana
2023-10-12
1
-1
/
+1
[next]