summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-14btrfs: statfs: report zero available if metadata are exhaustedDavid Sterba1-0/+24
2016-04-14Btrfs: igrab inode in writepageJosef Bacik1-2/+15
2016-04-14Btrfs: add missing brelse when superblock checksum failsAnand Jain1-0/+1
2016-03-04btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba3-3/+16
2016-03-02Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana1-4/+6
2016-01-21Btrfs: fix race when listing an inode's xattrsFilipe Manana1-1/+3
2016-01-21Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana1-2/+8
2016-01-21Btrfs: fix race leading to incorrect item deletion when dropping extentsFilipe Manana1-4/+12
2016-01-21Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana1-29/+152
2015-11-13btrfs: fix use after free iterating extrefsChris Mason1-5/+3
2015-10-28Btrfs: update fix for read corruption of compressed and shared extentsFilipe Manana1-8/+11
2015-10-28Btrfs: fix read corruption of compressed and shared extentsFilipe Manana1-8/+57
2015-10-28btrfs: skip waiting on ordered range for special filesJeff Mahoney1-1/+2
2015-10-07Btrfs: check if previous transaction aborted to avoid fs corruptionFilipe Manana1-0/+3
2015-08-27btrfs: cleanup orphans while looking up default subvolumeJeff Mahoney1-0/+9
2015-08-27btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song1-1/+4
2015-08-04Btrfs: fix memory leak in the extent_same ioctlFilipe Manana1-1/+3
2015-08-04Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana1-1/+1
2015-07-13Btrfs: make xattr replace operations atomicFilipe Manana4-65/+102