aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-16Merge tag 'for-6.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2025-10-13btrfs: fix memory leak on duplicated memory in the qgroup assign ioctlMiquel Sabaté Solà1-1/+1
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-09-23btrfs: add unlikely annotations to branches leading to transaction abortDavid Sterba1-8/+8
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba1-3/+3
2025-09-23btrfs: enable experimental bs > ps supportQu Wenruo1-10/+25
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba1-1/+1
2025-09-23io_uring/cmd: drop unused res2 param from io_uring_cmd_done()Caleb Sander Mateos1-1/+1
2025-09-22btrfs: convert several int parameters to boolDavid Sterba1-5/+5
2025-07-28Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linuxLinus Torvalds1-11/+27
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2025-07-22btrfs: defrag: add flag to force no-compressionDavid Sterba1-2/+8
2025-07-22btrfs: set search_commit_root to false in iterate_inodes_from_logical()Filipe Manana1-9/+1
2025-07-22btrfs: qgroup: use btrfs_qgroup_enabled() in ioctlsFilipe Manana1-20/+4
2025-07-22btrfs: call bdev_fput() to reclaim the blk_holder immediatelyQu Wenruo1-2/+2
2025-07-22btrfs: don't skip accounting in early ENOTTY return in btrfs_uring_encoded_re...Caleb Sander Mateos1-1/+2
2025-07-22btrfs: pass bool to indicate subvolume/snapshot creation typeDavid Sterba1-2/+2
2025-07-22btrfs: pass dentry to btrfs_mksubvol() and btrfs_mksnapshot()David Sterba1-6/+6
2025-07-22btrfs: use struct qstr for subvolume ioctl helpersDavid Sterba1-15/+12
2025-07-22btrfs: replace strcpy() with strscpy()Brahmajit Das1-1/+1
2025-07-21btrfs: use pgoff_t for page index variablesDavid Sterba1-1/+1
2025-07-21btrfs: add btrfs prefix to is_fstree() and make it return boolFilipe Manana1-2/+2
2025-07-21btrfs: rename error to ret in btrfs_mksubvol()David Sterba1-14/+13
2025-07-21btrfs: rename error to ret in btrfs_may_delete()David Sterba1-4/+4
2025-07-21btrfs: switch RCU helper versions to btrfs_info()David Sterba1-1/+1
2025-07-18btrfs/ioctl: store btrfs_uring_encoded_data in io_btrfs_cmdCaleb Sander Mateos1-11/+27
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner1-2/+2
2025-07-03Merge tag 'for-6.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2025-06-27btrfs: record new subvolume in parent dir earlier to avoid dir logging racesFilipe Manana1-2/+2
2025-06-23Merge tag 'for-6.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2025-06-19btrfs: scrub: add prefix for the error messagesAnand Jain1-1/+1
2025-05-26Merge tag 'for-6.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-9/+9
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+3
2025-05-15btrfs: trivial conversion to return bool instead of intDavid Sterba1-5/+5
2025-05-15btrfs: add btrfs prefix to main lock, try lock and unlock extent functionsFilipe Manana1-4/+4
2025-04-07VFS: improve interface for lookup_one functionsNeilBrown1-6/+3
2025-04-01btrfs: ioctl: don't free iov when btrfs_encoded_read() returns -EAGAINSidong Yang1-0/+2
2025-03-18btrfs: simplify the return value handling in search_ioctl()Sun YangKai1-9/+8
2025-03-18btrfs: make btrfs_iget() return a btrfs inode insteadFilipe Manana1-3/+4
2025-03-18btrfs: unify inode variable namingDavid Sterba1-50/+48
2025-03-18btrfs: pass struct to btrfs_ioctl_subvol_getflags()David Sterba1-5/+5
2025-03-18btrfs: simplify local variables in btrfs_ioctl_resize()David Sterba1-5/+6
2025-03-18btrfs: pass struct btrfs_inode to btrfs_sync_inode_flags_to_i_flags()David Sterba1-10/+9
2025-03-18btrfs: pass root pointers to search tree ioctl helpersDavid Sterba1-11/+11
2025-03-18btrfs: pass btrfs_root pointers to send ioctl parametersDavid Sterba1-4/+4
2025-03-18btrfs: parameter constification in ioctl.cDavid Sterba1-14/+14
2025-03-18btrfs: pass struct btrfs_inode to btrfs_defrag_file()David Sterba1-1/+1
2025-03-18btrfs: unify ordering of btrfs_key initializationsDavid Sterba1-2/+2
2025-03-18btrfs: expose per-inode stable writes flagQu Wenruo1-0/+1
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+9