Age | Commit message (Expand) | Author | Files | Lines |
2021-12-15 | btrfs: fix invalid delayed ref after subvolume creation failure | Filipe Manana | 1 | -1/+6 |
2021-10-29 | btrfs: remove root argument from btrfs_unlink_inode() | Filipe Manana | 1 | -1/+0 |
2021-10-26 | btrfs: make btrfs_super_block size match BTRFS_SUPER_INFO_SIZE | Qu Wenruo | 1 | -0/+7 |
2021-10-26 | btrfs: add a BTRFS_FS_ERROR helper | Josef Bacik | 1 | -0/+3 |
2021-10-26 | btrfs: remove unused function btrfs_bio_fits_in_stripe() | Qu Wenruo | 1 | -2/+0 |
2021-10-26 | btrfs: unexport setup_items_for_insert() | Filipe Manana | 1 | -19/+5 |
2021-10-26 | btrfs: loop only once over data sizes array when inserting an item batch | Filipe Manana | 1 | -5/+52 |
2021-10-26 | btrfs: rename struct btrfs_io_bio to btrfs_bio | Qu Wenruo | 1 | -2/+4 |
2021-10-26 | btrfs: zoned: add a dedicated data relocation block group | Johannes Thumshirn | 1 | -0/+7 |
2021-10-26 | btrfs: introduce btrfs_is_data_reloc_root | Johannes Thumshirn | 1 | -0/+5 |
2021-10-26 | btrfs: zoned: implement active zone tracking | Naohiro Aota | 1 | -0/+3 |
2021-10-26 | btrfs: defrag: pass file_ra_state instead of file to btrfs_defrag_file() | Qu Wenruo | 1 | -2/+2 |
2021-10-25 | btrfs: subpage: introduce btrfs_subpage_bitmap_info | Qu Wenruo | 1 | -0/+1 |
2021-10-12 | Merge tag 'for-5.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2021-10-07 | btrfs: unify lookup return value when dir entry is missing | Filipe Manana | 1 | -1/+1 |
2021-09-02 | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2021-08-23 | btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctls | Christian Brauner | 1 | -1/+2 |
2021-08-23 | btrfs: introduce btrfs_search_backwards function | Marcos Paulo de Souza | 1 | -0/+4 |
2021-08-23 | btrfs: initial fsverity support | Boris Burkov | 1 | -2/+29 |
2021-08-23 | btrfs: add ro compat flags to inodes | Boris Burkov | 1 | -14/+16 |
2021-08-23 | btrfs: use delalloc_bytes to determine flush amount for shrink_delalloc | Josef Bacik | 1 | -4/+5 |
2021-08-23 | btrfs: make btrfs_next_leaf static inline | David Sterba | 1 | -1/+12 |
2021-08-23 | btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_ordered | David Sterba | 1 | -1/+1 |
2021-08-23 | btrfs: remove unused start and end parameters from btrfs_run_delalloc_range() | Qu Wenruo | 1 | -1/+1 |
2021-08-23 | btrfs: zoned: remove max_zone_append_size logic | Johannes Thumshirn | 1 | -2/+0 |
2021-08-18 | vfs: add rcu argument to ->get_acl() callback | Miklos Szeredi | 1 | -1/+1 |
2021-06-22 | btrfs: remove unused btrfs_fs_info::total_pinned | Nikolay Borisov | 1 | -2/+0 |
2021-06-22 | btrfs: rip out may_commit_transaction | Josef Bacik | 1 | -1/+0 |
2021-06-22 | btrfs: ensure relocation never runs while we have send operations running | Filipe Manana | 1 | -2/+3 |
2021-06-22 | btrfs: shorten integrity checker extent data mount option | David Sterba | 1 | -1/+1 |
2021-06-22 | btrfs: switch mount option bits to enums and use wider type | David Sterba | 1 | -32/+33 |
2021-06-22 | btrfs: fix typos in comments | David Sterba | 1 | -3/+3 |
2021-06-21 | btrfs: make btrfs_set_range_writeback() subpage compatible | Qu Wenruo | 1 | -1/+1 |
2021-06-21 | btrfs: rename PagePrivate2 to PageOrdered inside btrfs | Qu Wenruo | 1 | -0/+10 |
2021-06-21 | btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered() | Qu Wenruo | 1 | -1/+2 |
2021-06-21 | btrfs: refactor submit_extent_page() to make bio and its flag tracing easier | Qu Wenruo | 1 | -2/+0 |
2021-06-21 | btrfs: introduce try-lock semantics for exclusive op start | David Sterba | 1 | -0/+3 |
2021-06-21 | btrfs: add cancellable chunk relocation support | David Sterba | 1 | -0/+9 |
2021-06-21 | btrfs: protect exclusive_operation by super_lock | David Sterba | 1 | -2/+2 |
2021-06-21 | btrfs: document byte swap optimization of root_item::flags accessors | David Sterba | 1 | -0/+2 |
2021-06-21 | btrfs: don't set the full sync flag when truncation does not touch extents | Filipe Manana | 1 | -1/+1 |
2021-06-21 | btrfs: make btrfs_verify_data_csum() to return a bitmap | Qu Wenruo | 1 | -2/+2 |
2021-05-11 | Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2021-04-28 | btrfs: fix deadlock when cloning inline extents and using qgroups | Filipe Manana | 1 | -1/+1 |
2021-04-27 | Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+3 |
2021-04-20 | btrfs: zoned: automatically reclaim zones | Johannes Thumshirn | 1 | -0/+5 |
2021-04-20 | btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lock | Johannes Thumshirn | 1 | -1/+2 |
2021-04-20 | btrfs: more graceful errors/warnings on 32bit systems when reaching limits | Qu Wenruo | 1 | -0/+19 |
2021-04-19 | btrfs: improve btree readahead for full send operations | Filipe Manana | 1 | -1/+21 |
2021-04-19 | btrfs: use a bit to track the existence of tree mod log users | Filipe Manana | 1 | -0/+3 |