Age | Commit message (Expand) | Author |
2021-08-23 | btrfs: allow idmapped mkdir inode op | Christian Brauner |
2021-08-23 | btrfs: allow idmapped create inode op | Christian Brauner |
2021-08-23 | btrfs: allow idmapped mknod inode op | Christian Brauner |
2021-08-23 | btrfs: allow idmapped getattr inode op | Christian Brauner |
2021-08-23 | btrfs: allow idmapped rename inode op | Christian Brauner |
2021-08-23 | btrfs: handle idmaps in btrfs_new_inode() | Christian Brauner |
2021-08-23 | namei: add mapping aware lookup helper | Christian Brauner |
2021-08-23 | btrfs: sysfs: document structures and their associated files | Anand Jain |
2021-08-23 | btrfs: fix NULL pointer dereference when deleting device by invalid id | Qu Wenruo |
2021-08-23 | btrfs: zoned: add asserts on splitting extent_map | Naohiro Aota |
2021-08-23 | btrfs: zoned: fix block group alloc_offset calculation | Naohiro Aota |
2021-08-23 | btrfs: zoned: suppress reclaim error message on EAGAIN | Naohiro Aota |
2021-08-23 | btrfs: zoned: allow disabling of zone auto reclaim | Johannes Thumshirn |
2021-08-23 | btrfs: update comment at log_conflicting_inodes() | Filipe Manana |
2021-08-23 | btrfs: remove no longer needed full sync flag check at inode_logged() | Filipe Manana |
2021-08-23 | btrfs: remove unnecessary NULL check for the new inode during rename exchange | Filipe Manana |
2021-08-23 | btrfs: allocate backref_ctx on stack in find_extent_clone | Goldwyn Rodrigues |
2021-08-23 | btrfs: allocate btrfs_ioctl_defrag_range_args on stack | Goldwyn Rodrigues |
2021-08-23 | btrfs: allocate btrfs_ioctl_quota_rescan_args on stack | Goldwyn Rodrigues |
2021-08-23 | btrfs: allocate file_ra_state on stack in readahead_cache | Goldwyn Rodrigues |
2021-08-23 | btrfs: introduce btrfs_search_backwards function | Marcos Paulo de Souza |
2021-08-23 | btrfs: print if fsverity support is built in when loading module | David Sterba |
2021-08-23 | btrfs: verity metadata orphan items | Boris Burkov |
2021-08-23 | btrfs: initial fsverity support | Boris Burkov |
2021-08-23 | btrfs: add ro compat flags to inodes | Boris Burkov |
2021-08-23 | btrfs: simplify return values in btrfs_check_raid_min_devices | Anand Jain |
2021-08-23 | btrfs: remove the dead comment in writepage_delalloc() | Qu Wenruo |
2021-08-23 | btrfs: allow degenerate raid0/raid10 | David Sterba |
2021-08-23 | btrfs: do not pin logs too early during renames | Filipe Manana |
2021-08-23 | btrfs: eliminate some false positives when checking if inode was logged | Filipe Manana |
2021-08-23 | btrfs: drop unnecessary ASSERT from btrfs_submit_direct() | Naohiro Aota |
2021-08-23 | btrfs: fix argument type of btrfs_bio_clone_partial() | Chaitanya Kulkarni |
2021-08-23 | block: fix argument type of bio_trim() | Chaitanya Kulkarni |
2021-08-23 | fs: kill sync_inode | Josef Bacik |
2021-08-23 | 9p: migrate from sync_inode to filemap_fdatawrite_wbc | Josef Bacik |
2021-08-23 | btrfs: use the filemap_fdatawrite_wbc helper for delalloc shrinking | Josef Bacik |
2021-08-23 | fs: add a filemap_fdatawrite_wbc helper | Josef Bacik |
2021-08-23 | btrfs: wait on async extents when flushing delalloc | Josef Bacik |
2021-08-23 | btrfs: use delalloc_bytes to determine flush amount for shrink_delalloc | Josef Bacik |
2021-08-23 | btrfs: enable a tracepoint when we fail tickets | Josef Bacik |
2021-08-23 | btrfs: include delalloc related info in dump space info tracepoint | Josef Bacik |
2021-08-23 | btrfs: wake up async_delalloc_pages waiters after submit | Josef Bacik |
2021-08-23 | btrfs: unify regular and subpage error paths in __extent_writepage() | Qu Wenruo |
2021-08-23 | btrfs: allow read-write for 4K sectorsize on 64K page size systems | Qu Wenruo |
2021-08-23 | btrfs: subpage: fix relocation potentially overwriting last page data | Qu Wenruo |
2021-08-23 | btrfs: subpage: fix false alert when relocating partial preallocated data ext... | Qu Wenruo |
2021-08-23 | btrfs: subpage: fix a potential use-after-free in writeback helper | Qu Wenruo |
2021-08-23 | btrfs: subpage: fix race between prepare_pages() and btrfs_releasepage() | Qu Wenruo |
2021-08-23 | btrfs: subpage: reject raid56 filesystem and profile conversion | Qu Wenruo |
2021-08-23 | btrfs: subpage: allow submit_extent_page() to do bio split | Qu Wenruo |