summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-14Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...Robbie Ko1-0/+16
2020-09-23btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana1-1/+2
2020-09-09btrfs: fix potential deadlock in the search ioctlJosef Bacik1-7/+20
2019-12-31btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik1-2/+8
2019-04-17Btrfs: do not allow trimming when a fs is mounted with the nologreplay optionFilipe Manana1-0/+10
2018-11-21Btrfs: fix data corruption due to cloning of eof blockFilipe Manana1-2/+10
2018-11-21Btrfs: fix infinite loop on inode eviction after deduplication of eof blockFilipe Manana1-0/+2
2018-11-13btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo1-4/+7
2018-09-19Btrfs: fix data corruption when deduplicating between different filesFilipe Manana1-0/+19
2018-06-26Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()Omar Sandoval1-2/+4
2018-06-26Btrfs: fix clone vs chattr NODATASUM raceOmar Sandoval1-5/+7
2018-02-25btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov1-1/+1
2017-12-20btrfs: Explicitly handle btrfs_update_root failureNikolay Borisov1-1/+6
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+8
2017-09-26btrfs: propagate error to btrfs_cmp_data_prepare callerNaohiro Aota1-1/+1
2017-09-26btrfs: prevent to set invalid default subvolidsatoru takeuchi1-0/+4
2017-09-26Btrfs: fix incorrect {node,sector}size endianness from BTRFS_IOC_FS_INFOOmar Sandoval1-3/+3
2017-09-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2017-09-15Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+5
2017-08-18btrfs: Fix -EOVERFLOW handling in btrfs_ioctl_tree_search_v2Nikolay Borisov1-3/+0
2017-08-16btrfs: fix readdir deadlock with pagefaultJosef Bacik1-7/+15
2017-08-16btrfs: defrag: cleanup checking for compression statusDavid Sterba1-6/+6
2017-08-16btrfs: separate defrag and property compressionDavid Sterba1-2/+2
2017-08-16btrfs: rename variable holding per-inode compression typeDavid Sterba1-2/+2
2017-08-16btrfs: remove trivial wrapper btrfs_force_raDavid Sterba1-2/+2
2017-08-16btrfs: fix spelling of snapshottingDavid Sterba1-5/+5
2017-08-16btrfs: Deprecate userspace transaction ioctlsNikolay Borisov1-0/+11
2017-08-16btrfs: defrag: make readahead state allocation failure non-fatalDavid Sterba1-7/+8
2017-08-16btrfs: use GFP_KERNEL in btrfs_defrag_fileDavid Sterba1-3/+2
2017-08-16btrfs: Use explicit round_down macro in btrfs resize ioctl handlerNikolay Borisov1-2/+1
2017-08-16btrfs: btrfs_inherit_iflags() can be staticAnand Jain1-31/+0
2017-08-15btrfs: Add zstd supportNick Terrell1-1/+5
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason1-1/+1
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Qu Wenruo1-2/+2
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo1-1/+4
2017-06-19btrfs: use GFP_KERNEL in init_ipathDavid Sterba1-2/+2
2017-06-19Btrfs: remove obsolete FIXMEs in qgroup ioctlsDaichou1-3/+0
2017-05-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-18/+15
2017-05-09treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-6/+3
2017-04-18btrfs: track exclusive filesystem operation in flagsDavid Sterba1-18/+15
2017-02-28btrfs: constify name of subvolume in creation helpersDavid Sterba1-3/+3
2017-02-28btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: Make clone_update_extent_map take btrfs_inodeNikolay Borisov1-14/+13
2017-02-28btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inodeNikolay Borisov1-1/+2
2017-02-28btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: Make btrfs_i_size_write take btrfs_inodeNikolay Borisov1-2/+2
2017-02-28btrfs: Make btrfs_set_inode_index take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: Make btrfs_insert_dir_item take btrfs_inodeNikolay Borisov1-1/+1
2017-02-23Btrfs: fix deadlock between dedup on same file and starting writebackFilipe Manana1-2/+12