summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo2018-11-132-13/+8
* btrfs: Enhance btrfs_trim_fs function to handle error betterQu Wenruo2018-11-131-11/+38
* btrfs: fix error handling in free_log_treeJeff Mahoney2018-11-131-3/+6
* btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlockQu Wenruo2018-11-131-0/+13
* btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo2018-11-132-7/+13
* btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabledQu Wenruo2018-11-132-0/+6
* btrfs: quota: Set rescan progress to (u64)-1 if we hit last leafQu Wenruo2018-11-041-1/+3
* btrfs: btrfs_shrink_device should call commit transaction at the endAnand Jain2018-10-101-1/+6
* Btrfs: fix data corruption when deduplicating between different filesFilipe Manana2018-09-191-0/+19
* btrfs: Don't remove block group that still has pinned down bytesQu Wenruo2018-09-151-1/+1
* btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...Qu Wenruo2018-09-151-11/+12
* btrfs: replace: Reset on-disk dev stats value after replaceMisono Tomohiro2018-09-151-0/+6
* btrfs: Exit gracefully when chunk map cannot be inserted to the treeQu Wenruo2018-09-151-2/+6
* Btrfs: fix btrfs_write_inode vs delayed iput deadlockJosef Bacik2018-09-052-27/+0
* btrfs: don't leak ret from do_chunk_allocJosef Bacik2018-09-051-1/+1
* btrfs: use correct compare function of dirty_metadata_bytesEthan Lien2018-09-051-4/+6
* btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block()Qu Wenruo2018-08-241-8/+9
* Btrfs: fix file data corruption after cloning a range and fsyncFilipe Manana2018-08-091-0/+3
* btrfs: qgroup: Finish rescan when hit the last leaf of extent treeQu Wenruo2018-08-031-0/+19
* btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeupsDavid Sterba2018-08-031-2/+8
* Btrfs: don't BUG_ON() in btrfs_truncate_inode_items()Omar Sandoval2018-08-031-1/+4
* Btrfs: don't return ino to ino cache if inode item removal failsOmar Sandoval2018-08-031-12/+13
* btrfs: balance dirty metadata pages in btrfs_finish_ordered_ioEthan Lien2018-08-031-0/+3
* Btrfs: fix duplicate extents after fsync of file with prealloc extentsFilipe Manana2018-07-221-25/+112
* Btrfs: fix return value on rename exchange failureFilipe Manana2018-07-031-1/+3
* btrfs: scrub: Don't use inode pages for device replaceQu Wenruo2018-06-261-1/+1
* btrfs: return error value if create_io_em failed in cow_file_rangeSu Yue2018-06-261-1/+3
* Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()Omar Sandoval2018-06-261-2/+4
* Btrfs: fix clone vs chattr NODATASUM raceOmar Sandoval2018-06-261-5/+7
* Btrfs: make raid6 rebuild retry moreLiu Bo2018-06-212-5/+22
* Btrfs: fix scrub to repair raid6 corruptionLiu Bo2018-06-211-12/+32
* Revert "Btrfs: fix scrub to repair raid6 corruption"Sasha Levin2018-06-212-22/+5
* btrfs: define SUPER_FLAG_METADUMP_V2Anand Jain2018-06-111-1/+2
* btrfs: qgroup: Fix root item corruption when multiple same source snapshots a...Qu Wenruo2018-05-301-1/+9
* btrfs: fix lockdep splat in btrfs_alloc_subvolume_writersJeff Mahoney2018-05-301-1/+1
* Btrfs: fix copy_items() return value when logging an inodeFilipe Manana2018-05-301-0/+1
* btrfs: tests/qgroup: Fix wrong tree backref levelQu Wenruo2018-05-301-1/+1
* btrfs: Fix possible softlock on single core machinesNikolay Borisov2018-05-301-0/+1
* Btrfs: fix NULL pointer dereference in log_dir_itemsLiu Bo2018-05-301-2/+5
* Btrfs: bail out on error during replay_dir_deletesLiu Bo2018-05-301-1/+3
* Btrfs: fix loss of prealloc extents past i_size after fsync log replayFilipe Manana2018-05-301-5/+58
* Btrfs: clean up resources during umount after trans is abortedLiu Bo2018-05-301-1/+2
* Btrfs: fix log replay failure after linking special file and fsyncFilipe Manana2018-05-301-1/+1
* Btrfs: send, fix issuing write op when processing hole in no data modeFilipe Manana2018-05-301-0/+3
* btrfs: use kvzalloc to allocate btrfs_fs_infoJeff Mahoney2018-05-302-2/+2
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-301-12/+4
* btrfs: fix reading stale metadata blocks after degraded raid1 mountsLiu Bo2018-05-221-3/+3
* btrfs: Fix delalloc inodes invalidation during transaction abortNikolay Borisov2018-05-221-11/+15
* btrfs: Split btrfs_del_delalloc_inode into 2 functionsNikolay Borisov2018-05-222-3/+12
* btrfs: fix crash when trying to resume balance without the resume flagAnand Jain2018-05-221-0/+9