summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-12-17Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-12-15btrfs: do not allow non subvolume root targets for snapshotJosef Bacik
2023-12-14Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)
2023-12-06btrfs: ensure releasing squota reserve on head refsBoris Burkov
2023-12-06btrfs: don't clear qgroup reserved bit in release_folioBoris Burkov
2023-12-06btrfs: free qgroup pertrans reserve on transaction abortBoris Burkov
2023-12-06btrfs: fix qgroup_free_reserved_data int overflowBoris Burkov
2023-12-06btrfs: free qgroup reserve when ORDERED_IOERR is setBoris Burkov
2023-11-28Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-11-24btrfs: send: ensure send_fd is writableJann Horn
2023-11-24btrfs: free the allocated memory if btrfs_alloc_page_array() failsQu Wenruo
2023-11-24btrfs: fix 64bit compat send ioctl arguments not initializing version memberDavid Sterba
2023-11-24btrfs: move file_start_write() to after permission hookAmir Goldstein
2023-11-23btrfs: make error messages more clear when getting a chunk mapFilipe Manana
2023-11-23btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana
2023-11-23btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod()Bragatheswaran Manickavel
2023-11-23btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)
2023-11-18btrfs: Do not restrict writes to btrfs devicesJan Kara
2023-11-15btrfs: do not abort transaction if there is already an existing qgroupQu Wenruo
2023-11-15btrfs: tree-checker: add type and sequence check for inline backrefsQu Wenruo
2023-11-13Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-11-09btrfs: fix qgroup record leaks when using simple quotasFilipe Manana
2023-11-09btrfs: fix race between accounting qgroup extents and removing a qgroupFilipe Manana
2023-11-03btrfs: fix error pointer dereference after failure to allocate fs devicesFilipe Manana
2023-11-03btrfs: make found_logical_ret parameter mandatory for function queue_scrub_st...Qu Wenruo
2023-11-03btrfs: get correct owning_root when dropping snapshotJosef Bacik
2023-11-03btrfs: zoned: wait for data BG to be finished on direct IO allocationNaohiro Aota
2023-11-03btrfs: zoned: drop no longer valid write pointer checkNaohiro Aota
2023-11-03btrfs: directly return 0 on no error code in btrfs_insert_raid_extent()Dan Carpenter
2023-11-03btrfs: use u64 for buffer sizes in the tree search ioctlsFilipe Manana
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.super' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-28btrfs: Convert to bdev_open_by_path()Jan Kara
2023-10-23Merge tag 'for-6.6-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-23btrfs: fix unwritten extent buffer after snapshotting a new subvolumeFilipe Manana
2023-10-19Merge tag 'for-6.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-18btrfs: convert to new timestamp accessorsJeff Layton
2023-10-15btrfs: fix stripe length calculation for non-zoned data chunk allocationZygo Blaxell
2023-10-12btrfs: open code timespec64 in struct btrfs_inodeDavid Sterba
2023-10-12btrfs: remove redundant log root tree index assignment during log syncFilipe Manana
2023-10-12btrfs: remove redundant initialization of variable dirty in btrfs_update_time()Colin Ian King