index
:
linux/linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ioctl.c
Age
Commit message (
Expand
)
Author
2025-04-01
btrfs: ioctl: don't free iov when btrfs_encoded_read() returns -EAGAIN
Sidong Yang
2025-03-18
btrfs: simplify the return value handling in search_ioctl()
Sun YangKai
2025-03-18
btrfs: make btrfs_iget() return a btrfs inode instead
Filipe Manana
2025-03-18
btrfs: unify inode variable naming
David Sterba
2025-03-18
btrfs: pass struct to btrfs_ioctl_subvol_getflags()
David Sterba
2025-03-18
btrfs: simplify local variables in btrfs_ioctl_resize()
David Sterba
2025-03-18
btrfs: pass struct btrfs_inode to btrfs_sync_inode_flags_to_i_flags()
David Sterba
2025-03-18
btrfs: pass root pointers to search tree ioctl helpers
David Sterba
2025-03-18
btrfs: pass btrfs_root pointers to send ioctl parameters
David Sterba
2025-03-18
btrfs: parameter constification in ioctl.c
David Sterba
2025-03-18
btrfs: pass struct btrfs_inode to btrfs_defrag_file()
David Sterba
2025-03-18
btrfs: unify ordering of btrfs_key initializations
David Sterba
2025-03-18
btrfs: expose per-inode stable writes flag
Qu Wenruo
2025-01-23
Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-01-13
btrfs: add io_uring interface for encoded writes
Mark Harmstone
2025-01-13
btrfs: ioctl: remove unnecessary call to btrfs_mark_buffer_dirty()
Filipe Manana
2025-01-13
btrfs: move btrfs_is_empty_uuid() from ioctl.c into fs.c
Filipe Manana
2025-01-13
btrfs: move the exclusive operation functions into fs.c
Filipe Manana
2025-01-13
btrfs: handle FS_IOC_READ_VERITY_METADATA ioctl
Allison Karlitskaya
2025-01-09
Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-01-06
btrfs: don't read from userspace twice in btrfs_uring_encoded_read()
Mark Harmstone
2024-12-11
btrfs: disable defrag on pre-content watched files
Josef Bacik
2024-12-03
Merge tag 'for-6.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-11-29
btrfs: fix lockdep warnings on io_uring encoded reads
Mark Harmstone
2024-11-18
Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2024-11-11
btrfs: simplify logic to decrement snapshot counter at btrfs_mksnapshot()
Filipe Manana
2024-11-11
btrfs: add new ioctl to wait for cleaned subvolumes
David Sterba
2024-11-11
btrfs: add struct io_btrfs_cmd as type for io_uring_cmd_to_pdu()
Mark Harmstone
2024-11-11
btrfs: add io_uring command for encoded reads (ENCODED_READ ioctl)
Mark Harmstone
2024-11-11
btrfs: change btrfs_encoded_read() so that reading of extent is done by caller
Mark Harmstone
2024-11-11
btrfs: drop unused parameter argp from btrfs_ioctl_quota_rescan_wait()
David Sterba
2024-11-03
fdget(), trivial conversions
Al Viro
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-10
btrfs: always update fstrim_range on failure in FITRIM ioctl
Luca Stefani
2024-09-10
btrfs: directly wake up cleaner kthread in the BTRFS_IOC_SYNC ioctl
Filipe Manana
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
2024-07-17
Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2024-07-11
btrfs: pass a btrfs_inode to btrfs_set_prop()
David Sterba
2024-07-11
btrfs: switch btrfs_pending_snapshot::dir to btrfs_inode
David Sterba
2024-07-11
btrfs: pass a btrfs_inode to btrfs_ioctl_send()
David Sterba
2024-07-11
btrfs: qgroup: warn about inconsistent qgroups when relation update fails
David Sterba
2024-07-11
btrfs: qgroup: preallocate memory before adding a relation
David Sterba
2024-07-11
btrfs: do not BUG_ON() when freeing tree block after error
Filipe Manana
2024-07-11
btrfs: remove super block argument from btrfs_iget()
Filipe Manana
2024-07-11
btrfs: avoid transaction commit on any fsync after subvolume creation
Filipe Manana
2024-07-11
btrfs: remove pointless code when creating and deleting a subvolume
Filipe Manana
2024-07-11
btrfs: constify pointer parameters where applicable
David Sterba
2024-07-11
btrfs: simplify range parameters of btrfs_wait_ordered_roots()
David Sterba
2024-07-11
btrfs: remove objectid from struct btrfs_inode on 64 bits platforms
Filipe Manana
2024-07-11
btrfs: remove location key from struct btrfs_inode
Filipe Manana
[next]