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 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
6 days
1
-0
/
+9
|
\
|
*
btrfs: disable defrag on pre-content watched files
Josef Bacik
2024-12-11
1
-0
/
+9
*
|
btrfs: add io_uring interface for encoded writes
Mark Harmstone
2025-01-13
1
-0
/
+128
*
|
btrfs: ioctl: remove unnecessary call to btrfs_mark_buffer_dirty()
Filipe Manana
2025-01-13
1
-1
/
+0
*
|
btrfs: move btrfs_is_empty_uuid() from ioctl.c into fs.c
Filipe Manana
2025-01-13
1
-11
/
+0
*
|
btrfs: move the exclusive operation functions into fs.c
Filipe Manana
2025-01-13
1
-80
/
+0
*
|
btrfs: handle FS_IOC_READ_VERITY_METADATA ioctl
Allison Karlitskaya
2025-01-13
1
-0
/
+2
*
|
Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-01-09
1
-57
/
+65
|
\
\
|
*
|
btrfs: don't read from userspace twice in btrfs_uring_encoded_read()
Mark Harmstone
2025-01-06
1
-57
/
+65
*
|
|
Merge tag 'for-6.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-12-03
1
-0
/
+10
|
\
|
|
|
|
/
|
/
|
|
*
btrfs: fix lockdep warnings on io_uring encoded reads
Mark Harmstone
2024-11-29
1
-0
/
+10
*
|
Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2024-11-19
1
-8
/
+470
|
\
|
|
*
btrfs: simplify logic to decrement snapshot counter at btrfs_mksnapshot()
Filipe Manana
2024-11-11
1
-4
/
+1
|
*
btrfs: add new ioctl to wait for cleaned subvolumes
David Sterba
2024-11-11
1
-0
/
+128
|
*
btrfs: add struct io_btrfs_cmd as type for io_uring_cmd_to_pdu()
Mark Harmstone
2024-11-11
1
-2
/
+8
|
*
btrfs: add io_uring command for encoded reads (ENCODED_READ ioctl)
Mark Harmstone
2024-11-11
1
-0
/
+302
|
*
btrfs: change btrfs_encoded_read() so that reading of extent is done by caller
Mark Harmstone
2024-11-11
1
-1
/
+31
|
*
btrfs: drop unused parameter argp from btrfs_ioctl_quota_rescan_wait()
David Sterba
2024-11-11
1
-3
/
+2
*
|
fdget(), trivial conversions
Al Viro
2024-11-03
1
-3
/
+2
|
/
*
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-23
1
-2
/
+2
|
\
|
*
introduce fd_file(), convert all accessors to it.
Al Viro
2024-08-13
1
-2
/
+2
*
|
btrfs: always update fstrim_range on failure in FITRIM ioctl
Luca Stefani
2024-09-10
1
-3
/
+1
*
|
btrfs: directly wake up cleaner kthread in the BTRFS_IOC_SYNC ioctl
Filipe Manana
2024-09-10
1
-4
/
+3
|
/
*
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
[next]