summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2019-07-10Btrfs: fix corruption reading shared and compressed extents after hole punchingFilipe Manana1-2/+2
2019-07-10btrfs: init csum_list before possible freeDan Robertson1-1/+1
2019-04-04Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana3-0/+39
2019-04-04Btrfs: fix stale dir entries after unlink, inode eviction and fsyncFilipe Manana1-0/+29
2019-04-04Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode.Yang Dongsheng2-9/+14
2019-04-04btrfs: dev-replace: go back to suspended state if target device is missingAnand Jain1-0/+2
2019-02-11btrfs: relocation: set trans to be NULL after ending transactionPan Bian1-0/+1
2019-02-11Btrfs: fix race between enabling quotas and subvolume creationFilipe Manana1-1/+2
2019-02-11Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana1-0/+1
2019-02-11btrfs: Always try all copies when reading extent buffersNikolay Borisov1-9/+1
2019-02-11Btrfs: fix data corruption due to cloning of eof blockFilipe Manana1-2/+10
2019-02-11Btrfs: fix cur_offset in the error case for nocowRobbie Ko1-3/+2
2019-02-11Btrfs: fix use-after-free when dumping free spaceFilipe Manana1-0/+2
2019-02-11Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana1-0/+1
2019-02-11Btrfs: don't clean dirty pages during buffered writesChris Mason1-6/+24
2019-02-11btrfs: wait on caching when putting the bg cacheJosef Bacik1-0/+1
2019-02-11btrfs: fix error handling in btrfs_dev_replace_startJeff Mahoney1-2/+5
2018-12-17btrfs: rename total_bytes to avoid confusionAnand Jain1-5/+5
2018-12-17Btrfs: fix btrfs_write_inode vs delayed iput deadlockJosef Bacik2-26/+0
2018-12-17btrfs: use correct compare function of dirty_metadata_bytesEthan Lien1-4/+6
2018-11-20Btrfs: reserve space for O_TMPFILE orphan item deletionOmar Sandoval1-1/+2
2018-11-20Btrfs: don't return ino to ino cache if inode item removal failsOmar Sandoval1-12/+13
2018-11-20Btrfs: don't BUG_ON() in btrfs_truncate_inode_items()Omar Sandoval1-1/+4
2018-10-21Btrfs: send, fix invalid access to commit roots due to concurrent snapshottingRobbie Ko1-2/+14
2018-10-21do d_instantiate/unlock_new_inode combinations safelyAl Viro1-12/+4
2018-10-21Btrfs: don't leave dangling dentry if symlink creation failedFilipe Manana1-4/+7
2018-10-21Btrfs: use insert_inode_locked4 for inode creationChris Mason1-67/+109
2018-10-21Btrfs: ensure tmpfile inode is always persisted with link count of 0Filipe Manana1-0/+15
2018-10-21btrfs: Fix possible softlock on single core machinesNikolay Borisov1-0/+1
2018-10-21Btrfs: bail out on error during replay_dir_deletesLiu Bo1-1/+3
2018-10-21Btrfs: fix NULL pointer dereference in log_dir_itemsLiu Bo1-2/+5
2018-10-21btrfs: tests/qgroup: Fix wrong tree backref levelQu Wenruo1-1/+1
2018-10-21Btrfs: fix copy_items() return value when logging an inodeFilipe Manana1-0/+1
2018-10-21btrfs: Handle error from btrfs_uuid_tree_rem call in _btrfs_ioctl_set_receive...Nikolay Borisov1-5/+11
2018-10-21btrfs: Refactor transaction handling in received subvolume ioctlNikolay Borisov1-5/+1
2018-10-21Btrfs: fix unexpected cow in run_delalloc_nocowLiu Bo1-4/+33
2018-10-03mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2018-09-26btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...Qu Wenruo1-11/+12
2018-06-17btrfs: alloc_chunk: fix DUP stripe size handlingHans van Kranenburg1-5/+6
2018-06-17btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodesZygo Blaxell1-1/+10
2018-06-17Btrfs: fix use-after-free on root->orphan_block_rsvLiu Bo1-13/+16
2018-06-17Btrfs: fix extent state leak from tree logLiu Bo1-2/+3
2018-06-17Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo1-0/+9
2018-06-17Btrfs: fix deadlock in run_delalloc_nocowLiu Bo1-1/+4
2018-06-17btrfs: Handle btrfs_set_extent_delalloc failure in fixup workerNikolay Borisov1-1/+9
2018-03-03btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov1-1/+1
2018-03-03Btrfs: disable FUA if mounted with nobarrierOmar Sandoval1-4/+5
2018-03-03btrfs: fix missing error return in btrfs_drop_snapshotJeff Mahoney1-0/+1
2018-03-03btrfs: clear space cache inode generation alwaysJosef Bacik1-7/+7
2018-02-13btrfs: avoid null pointer dereference on fs_info when calling btrfs_critColin Ian King1-2/+2