summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2018-11-10Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattrFilipe Manana1-2/+6
2018-11-10Btrfs: avoid syncing log in the fast fsync path when not necessaryFilipe Manana3-3/+23
2018-09-26btrfs: Don't remove block group that still has pinned down bytesQu Wenruo1-1/+1
2018-09-26btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...Qu Wenruo1-11/+12
2018-09-26btrfs: replace: Reset on-disk dev stats value after replaceMisono Tomohiro1-0/+6
2018-09-05btrfs: don't leak ret from do_chunk_allocJosef Bacik1-1/+1
2018-07-03btrfs: scrub: Don't use inode pages for device replaceQu Wenruo1-1/+1
2018-05-30btrfs: fix lockdep splat in btrfs_alloc_subvolume_writersJeff Mahoney1-1/+1
2018-05-30Btrfs: fix copy_items() return value when logging an inodeFilipe Manana1-0/+1
2018-05-30btrfs: tests/qgroup: Fix wrong tree backref levelQu Wenruo1-1/+1
2018-05-30btrfs: Fix possible softlock on single core machinesNikolay Borisov1-0/+1
2018-05-30Btrfs: fix NULL pointer dereference in log_dir_itemsLiu Bo1-2/+5
2018-05-30Btrfs: bail out on error during replay_dir_deletesLiu Bo1-1/+3
2018-05-30Btrfs: send, fix issuing write op when processing hole in no data modeFilipe Manana1-0/+3
2018-05-30btrfs: Fix out of bounds access in btrfs_search_slotNikolay Borisov1-3/+9
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro1-12/+4
2018-04-13btrfs: fix incorrect error return ret being passed to mapping_set_errorColin Ian King1-1/+1
2018-03-24Btrfs: send, fix file hole not being preserved due to inline extentFilipe Manana1-2/+21
2018-02-25btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov1-1/+1
2018-02-25Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo1-0/+9
2018-02-25Btrfs: fix deadlock in run_delalloc_nocowLiu Bo1-1/+4
2017-12-20btrfs: add missing memset while reading compressed inline extentsZygo Blaxell1-0/+14
2017-12-05btrfs: clear space cache inode generation alwaysJosef Bacik1-7/+7
2017-11-30btrfs: return the actual error value from from btrfs_uuid_tree_iteratePan Bian1-3/+1
2017-10-21Btrfs: send, fix failure to rename top level inode due to name collisionRobbie Ko1-1/+4
2017-10-05btrfs: prevent to set invalid default subvolidsatoru takeuchi1-0/+4
2017-09-14btrfs: resume qgroup rescan on rw remountAleksa Sarai1-0/+2
2017-06-14btrfs: fix memory leak in update_space_info failure pathJeff Mahoney1-0/+1
2017-06-14btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba1-2/+2
2017-05-08posix_acl: Clear SGID bit when setting file permissionsJan Kara1-4/+2
2017-04-30btrfs: fix state->private cast on 32 bit machinesSatoru Takeuchi1-1/+1
2017-01-15Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko1-2/+1
2016-11-24btrfs: fix races on root_log_ctx listsChris Mason1-14/+6
2016-10-06btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney1-0/+12
2016-10-06Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason1-0/+1
2016-10-06Btrfs: add missing blk_finish_plug in btrfs_sync_log()Forrest Liu1-0/+1
2016-07-12Btrfs: don't use src fd for printkJosef Bacik1-1/+1
2016-07-12btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney5-5/+7
2016-07-12Btrfs: make btrfs_abort_transaction consider existence of new block groupsFilipe Manana2-3/+4
2016-06-03btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr4-2/+24
2016-04-23Btrfs: fix list transaction->pending_ordered corruptionFilipe Manana1-2/+2
2016-04-20Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana1-0/+137
2016-04-20Btrfs: fix fsync after truncate when no_holes feature is enabledFilipe Manana1-0/+108
2016-04-20Btrfs: fix fsync xattr loss in the fast fsync pathFilipe Manana1-0/+104
2016-04-20Btrfs: fix fsync data loss after append writeFilipe Manana1-5/+9
2016-04-14btrfs: async-thread: Fix a use-after-free error for traceQu Wenruo1-1/+1
2016-04-14btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior1-0/+1
2016-04-14Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana1-2/+4
2016-04-14Btrfs: fix number of transaction units required to create symlinkFilipe Manana1-1/+3
2016-04-14Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana1-1/+15