Age | Commit message (Expand) | Author |
2019-09-18 | Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds |
2019-09-13 | Merge tag 'for-5.3-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2019-09-12 | Btrfs: fix unwritten extent buffers and hangs on future writeback attempts | Filipe Manana |
2019-09-12 | Btrfs: fix assertion failure during fsync and use of stale transaction | Filipe Manana |
2019-09-09 | btrfs: Relinquish CPUs in btrfs_compare_trees | Nikolay Borisov |
2019-09-09 | btrfs: Don't assign retval of btrfs_try_tree_write_lock/btrfs_tree_read_lock_... | Nikolay Borisov |
2019-09-09 | btrfs: create structure to encode checksum type and length | Johannes Thumshirn |
2019-09-09 | btrfs: add enospc debug messages for ticket failure | Josef Bacik |
2019-09-09 | btrfs: do not account global reserve in can_overcommit | Josef Bacik |
2019-09-09 | btrfs: use btrfs_try_granting_tickets in update_global_rsv | Josef Bacik |
2019-09-09 | btrfs: always reserve our entire size for the global reserve | Josef Bacik |
2019-09-09 | btrfs: change the minimum global reserve size | Josef Bacik |
2019-09-09 | btrfs: rename btrfs_space_info_add_old_bytes | Josef Bacik |
2019-09-09 | btrfs: remove orig_bytes from reserve_ticket | Josef Bacik |
2019-09-09 | btrfs: fix may_commit_transaction to deal with no partial filling | Josef Bacik |
2019-09-09 | btrfs: rework wake_all_tickets | Josef Bacik |
2019-09-09 | btrfs: refactor the ticket wakeup code | Josef Bacik |
2019-09-09 | btrfs: stop partially refilling tickets when releasing space | Josef Bacik |
2019-09-09 | btrfs: add space reservation tracepoint for reserved bytes | Josef Bacik |
2019-09-09 | btrfs: roll tracepoint into btrfs_space_info_update helper | Josef Bacik |
2019-09-09 | btrfs: do not allow reservations if we have pending tickets | Josef Bacik |
2019-09-09 | btrfs: stop clearing EXTENT_DIRTY in inode I/O tree | Omar Sandoval |
2019-09-09 | btrfs: treat RWF_{,D}SYNC writes as sync for CRCs | Omar Sandoval |
2019-09-09 | btrfs: use correct count in btrfs_file_write_iter() | Omar Sandoval |
2019-09-09 | btrfs: tie extent buffer and it's token together | David Sterba |
2019-09-09 | btrfs: assume valid token for btrfs_set/get_token helpers | David Sterba |
2019-09-09 | btrfs: define separate btrfs_set/get_XX helpers | David Sterba |
2019-09-09 | btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extref | Nikolay Borisov |
2019-09-09 | btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref struct | Nikolay Borisov |
2019-09-09 | btrfs: move dev_stats helpers to volumes.c | David Sterba |
2019-09-09 | btrfs: move struct io_ctl to free-space-cache.h | David Sterba |
2019-09-09 | btrfs: move functions for tree compare to send.c | David Sterba |
2019-09-09 | btrfs: rename and export read_node_slot | David Sterba |
2019-09-09 | btrfs: move private raid56 definitions from ctree.h | David Sterba |
2019-09-09 | btrfs: move math functions to misc.h | David Sterba |
2019-09-09 | btrfs: move cond_wake_up functions out of ctree | David Sterba |
2019-09-09 | btrfs: use proper error values on allocation failure in clone_fs_devices | Anand Jain |
2019-09-09 | btrfs: proper error handling when invalid device is found in find_next_devid | Anand Jain |
2019-09-09 | btrfs: fix allocation of free space cache v1 bitmap pages | Christophe Leroy |
2019-09-09 | btrfs: Detect unbalanced tree with empty leaf before crashing btree operations | Qu Wenruo |
2019-09-09 | btrfs: Deprecate BTRFS_SUBVOL_CREATE_ASYNC flag | Nikolay Borisov |
2019-09-09 | btrfs: improve error handling in run_delalloc_nocow | Nikolay Borisov |
2019-09-09 | btrfs: comment and minor simplifications in run_delalloc_nocow | Nikolay Borisov |
2019-09-09 | btrfs: streamline code in run_delalloc_nocow in case of inline extents | Nikolay Borisov |
2019-09-09 | btrfs: simplify extent type checks in run_delalloc_nocow | Nikolay Borisov |
2019-09-09 | btrfs: improve comments around nocow path | Nikolay Borisov |
2019-09-09 | btrfs: refactor variable scope in run_delalloc_nocow | Nikolay Borisov |
2019-09-09 | btrfs: only reserve metadata_size for inodes | Josef Bacik |
2019-09-09 | btrfs: rename the btrfs_calc_*_metadata_size helpers | Josef Bacik |
2019-09-09 | btrfs: tree-checker: Add EXTENT_DATA_REF check | Qu Wenruo |