- b091f7f btrfs: use kfree() in btrfs_ioctl_get_subvol_info() by Waiman Long · 4 years, 7 months ago
- 0202e83 btrfs: simplify iget helpers by David Sterba · 4 years, 8 months ago
- 56e9357 btrfs: simplify root lookup by id by David Sterba · 4 years, 8 months ago
- c11fbb6 btrfs: reduce lock contention when creating snapshot by Robbie Ko · 4 years, 8 months ago
- 92a7cc4 btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE by Qu Wenruo · 4 years, 8 months ago
- 9babda9 btrfs: Remove async_transid from btrfs_mksubvol/create_subvol/create_snapshot by Nikolay Borisov · 4 years, 10 months ago
- 5d54c67 btrfs: Remove transid argument from btrfs_ioctl_snap_create_transid by Nikolay Borisov · 4 years, 10 months ago
- 9c1036f btrfs: Remove BTRFS_SUBVOL_CREATE_ASYNC support by Nikolay Borisov · 4 years, 10 months ago
- 6a17738 Btrfs: move all reflink implementation code into its own file by Filipe Manana · 4 years, 10 months ago
- 807fc79 btrfs: switch to use new generic UUID API by Andy Shevchenko · 4 years, 10 months ago
- faf8f7b btrfs: ioctl: resize: only show message if size is changed by Marcos Paulo de Souza · 4 years, 11 months ago
- dcc3eb9 btrfs: convert snapshot/nocow exlcusion to drew lock by Nikolay Borisov · 5 years ago
- 949964c btrfs: add new BTRFS_IOC_SNAP_DESTROY_V2 ioctl by Marcos Paulo de Souza · 5 years ago
- 748449cdb btrfs: use ioctl args support mask for device delete by David Sterba · 4 years, 10 months ago
- 673990d btrfs: use ioctl args support mask for subvolume create/delete by David Sterba · 4 years, 10 months ago
- 0024652 btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root by Josef Bacik · 5 years ago
- bc44d7c btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root by Josef Bacik · 5 years ago
- 5119cfc btrfs: hold a ref on the root in create_pending_snapshot by Josef Bacik · 5 years ago
- 2a2b5d6 btrfs: hold ref on root in btrfs_ioctl_default_subvol by Josef Bacik · 5 years ago
- 04734e8 btrfs: hold a ref on the root in btrfs_ioctl_get_subvol_info by Josef Bacik · 5 years ago
- b8a49ae btrfs: hold a ref on the root in btrfs_search_path_in_tree_user by Josef Bacik · 5 years ago
- 8823401 btrfs: hold a ref on the root in btrfs_search_path_in_tree by Josef Bacik · 5 years ago
- 3ca35e8 btrfs: hold a ref on the root in search_ioctl by Josef Bacik · 5 years ago
- fc92f79 btrfs: hold a ref on the root in create_subvol by Josef Bacik · 5 years ago
- 3619c94 btrfs: open code btrfs_read_fs_root_no_name by Josef Bacik · 5 years ago
- d923afe btrfs: replace all uses of btrfs_ordered_update_i_size by Josef Bacik · 5 years ago
- 790a1d4 btrfs: use btrfs_ordered_update_i_size in clone_finish_inode_update by Josef Bacik · 5 years ago
- b5f7ab6 Merge tag 'fs-dedupe-last-block-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
- 831d2fa Btrfs: make deduplication with range including the last block work by Filipe Manana · 5 years ago
- 39b07b5 btrfs: drop create parameter to btrfs_get_extent() by Omar Sandoval · 5 years ago
- 5afe6ce Btrfs: always copy scrub arguments back to user space by Filipe Manana · 5 years ago
- c7e54b5 btrfs: abort transaction after failed inode updates in create_subvol by Josef Bacik · 5 years ago
- 147271e Btrfs: fix hole extent items with a zero size after range cloning by Filipe Manana · 5 years ago
- 32da5386 btrfs: rename btrfs_block_group_cache by David Sterba · 5 years ago
- b3470b5 btrfs: add dedicated members for start and length of a block group by David Sterba · 5 years ago
- bf38be6 btrfs: move block_group_item::used to block group by David Sterba · 5 years ago
- b929c1d btrfs: ioctl: Try to use btrfs_fs_info instead of *file by Marcos Paulo de Souza · 5 years ago
- ce96b7f btrfs: use better definition of number of compression type by Chengguang Xu · 5 years ago
- e1f60a6 btrfs: add __pure attribute to functions by David Sterba · 5 years ago
- 4c66e0d btrfs: drop unused parameter is_new from btrfs_iget by David Sterba · 5 years ago
- a5009d3 btrfs: un-deprecate ioctls START_SYNC and WAIT_SYNC by David Sterba · 5 years ago
- 8702ba9 btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_extents() by Qu Wenruo · 5 years ago
- e182163 btrfs: stop clearing EXTENT_DIRTY in inode I/O tree by Omar Sandoval · 5 years ago
- ebc8735 btrfs: Deprecate BTRFS_SUBVOL_CREATE_ASYNC flag by Nikolay Borisov · 5 years ago
- f10152b btrfs: sysfs: replace direct access to feature set names with a helper by David Sterba · 5 years ago
- aac0023 btrfs: move basic block_group definitions to their own header by Josef Bacik · 6 years ago
- b64119b Btrfs: remove unnecessary condition in btrfs_clone() to avoid too much nesting by Filipe Manana · 5 years ago
- 40cf931 btrfs: use common vfs LABEL ioctl definitions by Eric Sandeen · 5 years ago
- 690a5db Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extents by Filipe Manana · 5 years ago
- a18f877 Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
- 5010fe9 Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
- e6983af Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 5 years ago
- 8673634 btrfs: migrate the delalloc space stuff to it's own home by Josef Bacik · 6 years ago
- 8719aaa btrfs: move space_info to space-info.h by Josef Bacik · 6 years ago
- 7b0e492 vfs: create a generic checking function for FS_IOC_FSSETXATTR by Darrick J. Wong · 5 years ago
- 5aca284 vfs: create a generic checking and prep function for FS_IOC_SETFLAGS by Darrick J. Wong · 5 years ago
- a94d1d0 btrfs: Flush before reflinking any extent to prevent NOCOW write falling back to COW without data reservation by Qu Wenruo · 6 years ago
- 46008d9 btrfs: call fsnotify_rmdir() hook by Amir Goldstein · 6 years ago
- 3763771 Btrfs: fix failure to persist compression property xattr deletion on fsync by Filipe Manana · 6 years ago
- 44e5194 btrfs: drop local copy of inode i_mode by Anand Jain · 6 years ago
- 3c8d8b6 btrfs: drop old_fsflags in btrfs_ioctl_setflags by Anand Jain · 6 years ago
- d2b8fcf btrfs: modify local copy of btrfs_inode flags by Anand Jain · 6 years ago
- 11d3cd5 btrfs: drop useless inode i_flags copy and restore by Anand Jain · 6 years ago
- ff9fef55 btrfs: start transaction in btrfs_ioctl_setflags() by Anand Jain · 6 years ago
- f22125e btrfs: refactor btrfs_set_props to validate externally by Anand Jain · 6 years ago
- 62d54f3 Btrfs: fix race between send and deduplication that lead to failures and crashes by Filipe Manana · 6 years ago
- 82fa113 btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref() by Qu Wenruo · 6 years ago
- 7984ae5 btrfs: Perform locking/unlocking in btrfs_remap_file_range() by Goldwyn Rodrigues · 6 years ago
- 262c96a btrfs: refactor btrfs_set_prop and add btrfs_set_prop_trans by Anand Jain · 6 years ago
- 7715da8 btrfs: merge _btrfs_set_prop helpers by Anand Jain · 6 years ago
- f35f06c Btrfs: do not allow trimming when a fs is mounted with the nologreplay option by Filipe Manana · 6 years ago
- 4ea748e Btrfs: fix deadlock between clone/dedupe and rename by Filipe Manana · 6 years ago
- 57a50e2 Btrfs: remove no longer needed range length checks for deduplication by Filipe Manana · 6 years ago
- 09ba3bc btrfs: merge btrfs_find_device and find_device by Anand Jain · 6 years ago
- e4319cd btrfs: refactor btrfs_find_device() take fs_devices as argument by Anand Jain · 6 years ago
- 500710d Btrfs: move duplicated nodatasum check into common reflink/dedupe helper by Filipe Manana · 6 years ago
- d00c2d9 Btrfs: do not overwrite error return value in the balance ioctl by Filipe Manana · 6 years ago
- d3a5328 Btrfs: do not overwrite error return value in the device replace ioctl by Filipe Manana · 6 years ago
- 0f39b60 Btrfs: remove redundant check for swapfiles when reflinking by Filipe Manana · 6 years ago
- aa704d4 btrfs: remove set but not used variable 'num_pages' by YueHaibing · 6 years ago
- eee9957 Btrfs: do not overwrite error return value in the get device stats ioctl by Filipe Manana · 6 years ago
- 4fa99b0 Btrfs: do not overwrite error return value in scrub progress ioctl by Filipe Manana · 6 years ago
- 06fe39a Btrfs: do not overwrite scrub error with fault error in scrub ioctl by Filipe Manana · 6 years ago
- d8b5524 Btrfs: fix race between reflink/dedupe and relocation by Filipe Manana · 6 years ago
- f7fa110 Btrfs: fix race between cloning range ending at eof and writeback by Filipe Manana · 6 years ago
- 34a28e3 Btrfs: use generic_remap_file_range_prep() for cloning and deduplication by Filipe Manana · 6 years ago
- de37aa5 btrfs: Remove fsid/metadata_fsid fields from btrfs_info by Nikolay Borisov · 6 years ago
- 3cd24c6 btrfs: use tagged writepage to mitigate livelock of snapshot by Ethan Lien · 6 years ago
- eede2bf Btrfs: prevent ioctls from interfering with a swap file by Omar Sandoval · 8 years ago
- 63a42e1 Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
- ac765f8 Btrfs: fix data corruption due to cloning of eof block by Filipe Manana · 6 years ago
- 11023d3 Btrfs: fix infinite loop on inode eviction after deduplication of eof block by Filipe Manana · 6 years ago
- c2aa1a4 Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
- 42ec3d4 vfs: make remap_file_range functions take and return bytes completed by Darrick J. Wong · 6 years ago
- 2e5dfc9 vfs: combine the clone and dedupe into a single remap_file_range by Darrick J. Wong · 6 years ago
- 6ba9fc8 btrfs: Ensure btrfs_trim_fs can trim the whole filesystem by Qu Wenruo · 6 years ago
- 28c4a3e btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defrag by Su Yue · 6 years ago
- 4fd786e btrfs: Remove 'objectid' member from struct btrfs_root by Misono Tomohiro · 6 years ago
- 684572d btrfs: Remove root parameter from btrfs_insert_dir_item by Lu Fengqi · 6 years ago
- 5404525 Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago