Age | Commit message (Expand) | Author |
2017-08-16 | btrfs: Remove unused variables | Nikolay Borisov |
2017-08-16 | btrfs: Remove find_raid56_stripe_len | Nikolay Borisov |
2017-08-16 | btrfs: Use explicit round_down macro in btrfs resize ioctl handler | Nikolay Borisov |
2017-08-16 | btrfs: btrfs_inherit_iflags() can be static | Anand Jain |
2017-08-16 | btrfs: Keep one more workspace around | Nick Terrell |
2017-08-16 | btrfs: drop newlines from strings when using btrfs_* helpers | David Sterba |
2017-08-16 | btrfs: qgroups: Fix BUG_ON condition in tree level check | Nikolay Borisov |
2017-08-16 | btrfs: Enhance message when a device is missing during mount | Qu Wenruo |
2017-08-16 | btrfs: Cleanup num_tolerated_disk_barrier_failures | Qu Wenruo |
2017-08-16 | btrfs: Allow barrier_all_devices to do chunk level device check | Qu Wenruo |
2017-08-16 | btrfs: Do chunk level check for degraded remount | Qu Wenruo |
2017-08-16 | btrfs: Do chunk level check for degraded rw mount | Qu Wenruo |
2017-08-16 | btrfs: Introduce a function to check if all chunks a OK for degraded rw mount | Qu Wenruo |
2017-08-16 | Btrfs: report errors when checksum is not found | Liu Bo |
2017-08-16 | btrfs: Prevent possible ERR_PTR() dereference | Nikolay Borisov |
2017-08-16 | btrfs: Remove redundant checks from btrfs_alloc_data_chunk_ondemand | Nikolay Borisov |
2017-08-16 | btrfs: Remove redundant argument of flush_space | Nikolay Borisov |
2017-08-16 | btrfs: resume qgroup rescan on rw remount | Aleksa Sarai |
2017-08-16 | btrfs: clean up extraneous computations in add_delayed_refs | Edmund Nadolski |
2017-08-16 | btrfs: allow backref search checks for shared extents | Edmund Nadolski |
2017-08-16 | btrfs: add cond_resched() calls when resolving backrefs | Edmund Nadolski |
2017-08-16 | btrfs: backref, add tracepoints for prelim_ref insertion and merging | Jeff Mahoney |
2017-08-16 | btrfs: add a node counter to each of the rbtrees | Jeff Mahoney |
2017-08-16 | btrfs: convert prelimary reference tracking to use rbtrees | Edmund Nadolski |
2017-08-16 | btrfs: remove ref_tree implementation from backref.c | Edmund Nadolski |
2017-08-16 | btrfs: btrfs_check_shared should manage its own transaction | Edmund Nadolski |
2017-08-16 | btrfs: backref, cleanup __ namespace abuse | Jeff Mahoney |
2017-08-16 | btrfs: backref, add unode_aux_to_inode_list helper | Jeff Mahoney |
2017-08-16 | btrfs: backref, constify some arguments | Jeff Mahoney |
2017-08-16 | btrfs: constify tracepoint arguments | Jeff Mahoney |
2017-08-16 | btrfs: struct-funcs, constify readers | Jeff Mahoney |
2017-08-16 | btrfs: remove unused sectorsize member | Nikolay Borisov |
2017-08-16 | btrfs: Be explicit about usage of min() | Nikolay Borisov |
2017-08-16 | btrfs: Use explicit round_down call rather than open-coding it | Nikolay Borisov |
2017-08-16 | btrfs: convert while loop to list_for_each_entry | Nikolay Borisov |
2017-08-15 | btrfs: Add zstd support | Nick Terrell |
2017-07-28 | Merge branch 'for-4.13-part3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-07-24 | btrfs: round down size diff when shrinking/growing device | Nikolay Borisov |
2017-07-24 | Btrfs: fix early ENOSPC due to delalloc | Omar Sandoval |
2017-07-24 | btrfs: fix lockup in find_free_extent with read-only block groups | Jeff Mahoney |
2017-07-19 | Btrfs: fix dir item validation when replaying xattr deletes | Filipe Manana |
2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells |
2017-07-15 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2017-07-14 | Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-07-14 | Btrfs: fix unexpected return value of bio_readpage_error | Liu Bo |
2017-07-14 | btrfs: btrfs_create_repair_bio never fails, skip error handling | David Sterba |
2017-07-14 | btrfs: cloned bios must not be iterated by bio_for_each_segment_all | David Sterba |
2017-07-13 | Btrfs: fix write corruption due to bio cloning on raid5/6 | Filipe Manana |
2017-07-10 | Merge branch 'nowait-aio-btrfs-fixup' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2017-07-10 | btrfs: nowait aio: Correct assignment of pos | Goldwyn Rodrigues |