summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: wait on ordered extents on abort cleanupJosef Bacik2019-01-261-0/+8
* Btrfs: send, fix infinite loop due to directory rename dependenciesRobbie Ko2018-12-171-3/+8
* Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattrFilipe Manana2018-11-101-2/+6
* Btrfs: avoid syncing log in the fast fsync path when not necessaryFilipe Manana2018-11-103-3/+23
* btrfs: Don't remove block group that still has pinned down bytesQu Wenruo2018-09-261-1/+1
* btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...Qu Wenruo2018-09-261-11/+12
* btrfs: replace: Reset on-disk dev stats value after replaceMisono Tomohiro2018-09-261-0/+6
* btrfs: don't leak ret from do_chunk_allocJosef Bacik2018-09-051-1/+1
* btrfs: scrub: Don't use inode pages for device replaceQu Wenruo2018-07-031-1/+1
* 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: send, fix issuing write op when processing hole in no data modeFilipe Manana2018-05-301-0/+3
* btrfs: Fix out of bounds access in btrfs_search_slotNikolay Borisov2018-05-301-3/+9
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-301-12/+4
* btrfs: fix incorrect error return ret being passed to mapping_set_errorColin Ian King2018-04-131-1/+1
* Btrfs: send, fix file hole not being preserved due to inline extentFilipe Manana2018-03-241-2/+21
* btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov2018-02-251-1/+1
* Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo2018-02-251-0/+9
* Btrfs: fix deadlock in run_delalloc_nocowLiu Bo2018-02-251-1/+4
* btrfs: add missing memset while reading compressed inline extentsZygo Blaxell2017-12-201-0/+14
* btrfs: clear space cache inode generation alwaysJosef Bacik2017-12-051-7/+7
* btrfs: return the actual error value from from btrfs_uuid_tree_iteratePan Bian2017-11-301-3/+1
* Btrfs: send, fix failure to rename top level inode due to name collisionRobbie Ko2017-10-211-1/+4
* btrfs: prevent to set invalid default subvolidsatoru takeuchi2017-10-051-0/+4
* btrfs: resume qgroup rescan on rw remountAleksa Sarai2017-09-131-0/+2
* btrfs: fix memory leak in update_space_info failure pathJeff Mahoney2017-06-141-0/+1
* btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba2017-06-141-2/+2
* posix_acl: Clear SGID bit when setting file permissionsJan Kara2017-05-081-4/+2
* btrfs: fix state->private cast on 32 bit machinesSatoru Takeuchi2017-04-301-1/+1
* Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko2017-01-151-2/+1
* btrfs: fix races on root_log_ctx listsChris Mason2016-11-231-14/+6
* btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney2016-10-051-0/+12
* Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason2016-10-051-0/+1
* Btrfs: add missing blk_finish_plug in btrfs_sync_log()Forrest Liu2016-10-051-0/+1
* Btrfs: don't use src fd for printkJosef Bacik2016-07-121-1/+1
* btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney2016-07-125-5/+7
* Btrfs: make btrfs_abort_transaction consider existence of new block groupsFilipe Manana2016-07-122-3/+4
* btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr2016-06-034-2/+24
* Btrfs: fix list transaction->pending_ordered corruptionFilipe Manana2016-04-221-2/+2
* Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana2016-04-201-0/+137
* Btrfs: fix fsync after truncate when no_holes feature is enabledFilipe Manana2016-04-201-0/+108
* Btrfs: fix fsync xattr loss in the fast fsync pathFilipe Manana2016-04-201-0/+104
* Btrfs: fix fsync data loss after append writeFilipe Manana2016-04-201-5/+9
* btrfs: async-thread: Fix a use-after-free error for traceQu Wenruo2016-04-131-1/+1
* btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior2016-04-131-0/+1
* Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana2016-04-131-2/+4