aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2023-12-10fs: convert error_remove_page to error_remove_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2023-11-28Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 9-10/+62
2023-11-24btrfs: send: ensure send_fd is writableGravatar Jann Horn 1-1/+1
2023-11-24btrfs: free the allocated memory if btrfs_alloc_page_array() failsGravatar Qu Wenruo 1-3/+8
2023-11-24btrfs: fix 64bit compat send ioctl arguments not initializing version memberGravatar David Sterba 1-0/+1
2023-11-23btrfs: make error messages more clear when getting a chunk mapGravatar Filipe Manana 1-3/+4
2023-11-23btrfs: fix off-by-one when checking chunk map includes logical addressGravatar Filipe Manana 1-1/+1
2023-11-23btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod()Gravatar Bragatheswaran Manickavel 1-0/+2
2023-11-23btrfs: add dmesg output for first mount and last unmount of a filesystemGravatar Qu Wenruo 2-1/+5
2023-11-15btrfs: do not abort transaction if there is already an existing qgroupGravatar Qu Wenruo 1-1/+1
2023-11-15btrfs: tree-checker: add type and sequence check for inline backrefsGravatar Qu Wenruo 1-0/+39
2023-11-13Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 11-33/+53
2023-11-09btrfs: fix qgroup record leaks when using simple quotasGravatar Filipe Manana 2-3/+3
2023-11-09btrfs: fix race between accounting qgroup extents and removing a qgroupGravatar Filipe Manana 1-1/+7
2023-11-03btrfs: fix error pointer dereference after failure to allocate fs devicesGravatar Filipe Manana 1-3/+3
2023-11-03btrfs: make found_logical_ret parameter mandatory for function queue_scrub_st...Gravatar Qu Wenruo 1-3/+7
2023-11-03btrfs: get correct owning_root when dropping snapshotGravatar Josef Bacik 3-10/+20
2023-11-03btrfs: zoned: wait for data BG to be finished on direct IO allocationGravatar Naohiro Aota 1-0/+7
2023-11-03btrfs: zoned: drop no longer valid write pointer checkGravatar Naohiro Aota 1-7/+0
2023-11-03btrfs: directly return 0 on no error code in btrfs_insert_raid_extent()Gravatar Dan Carpenter 1-1/+1
2023-11-03btrfs: use u64 for buffer sizes in the tree search ioctlsGravatar Filipe Manana 1-5/+5
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 80-5285/+3893
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 6-48/+50
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 2-2/+2
2023-10-30Merge tag 'vfs-6.7.super' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 4-72/+73
2023-10-28btrfs: Convert to bdev_open_by_path()Gravatar Jan Kara 4-72/+73
2023-10-23Merge tag 'for-6.6-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-15/+33
2023-10-23btrfs: fix unwritten extent buffer after snapshotting a new subvolumeGravatar Filipe Manana 5-15/+33
2023-10-19Merge tag 'for-6.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-10-18btrfs: convert to new timestamp accessorsGravatar Jeff Layton 6-48/+50
2023-10-15btrfs: fix stripe length calculation for non-zoned data chunk allocationGravatar Zygo Blaxell 1-1/+1
2023-10-12btrfs: open code timespec64 in struct btrfs_inodeGravatar David Sterba 3-23/+18
2023-10-12btrfs: remove redundant log root tree index assignment during log syncGravatar Filipe Manana 1-1/+0
2023-10-12btrfs: remove redundant initialization of variable dirty in btrfs_update_time()Gravatar Colin Ian King 1-1/+1
2023-10-12btrfs: sysfs: show temp_fsid featureGravatar Anand Jain 1-0/+18
2023-10-12btrfs: disable the device add feature for temp-fsidGravatar Anand Jain 1-0/+6
2023-10-12btrfs: disable the seed feature for temp-fsidGravatar Anand Jain 1-0/+8
2023-10-12btrfs: update comment for temp-fsid, fsid, and metadata_uuidGravatar Anand Jain 1-0/+4
2023-10-12btrfs: remove pointless empty log context list check when syncing logGravatar Filipe Manana 1-3/+1
2023-10-12btrfs: update comment for struct btrfs_inode::lockGravatar Filipe Manana 1-14/+18
2023-10-12btrfs: remove pointless barrier from btrfs_sync_file()Gravatar Filipe Manana 1-1/+0
2023-10-12btrfs: add and use helpers for reading and writing last_trans_committedGravatar Filipe Manana 8-14/+30
2023-10-12btrfs: add and use helpers for reading and writing fs_info->generationGravatar Filipe Manana 6-6/+22
2023-10-12btrfs: add and use helpers for reading and writing log_transidGravatar Filipe Manana 4-4/+22
2023-10-12btrfs: add and use helpers for reading and writing last_log_commitGravatar Filipe Manana 4-6/+20
2023-10-12btrfs: support cloned-device mount capabilityGravatar Anand Jain 3-4/+61
2023-10-12btrfs: add helper function find_fsid_by_diskGravatar Anand Jain 1-4/+15
2023-10-12btrfs: stop reserving excessive space for block group item insertionsGravatar Filipe Manana 4-4/+40
2023-10-12btrfs: stop reserving excessive space for block group item updatesGravatar Filipe Manana 4-6/+45