summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2017-06-14btrfs: fix memory leak in update_space_info failure pathJeff Mahoney
2017-06-14btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba
2017-05-08posix_acl: Clear SGID bit when setting file permissionsJan Kara
2017-04-30btrfs: fix state->private cast on 32 bit machinesSatoru Takeuchi
2017-01-15Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko
2016-11-23btrfs: fix races on root_log_ctx listsChris Mason
2016-10-05btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney
2016-10-05Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason
2016-10-05Btrfs: add missing blk_finish_plug in btrfs_sync_log()Forrest Liu
2016-07-12Btrfs: don't use src fd for printkJosef Bacik
2016-07-12btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney
2016-07-12Btrfs: make btrfs_abort_transaction consider existence of new block groupsFilipe Manana
2016-06-03btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr
2016-04-22Btrfs: fix list transaction->pending_ordered corruptionFilipe Manana
2016-04-20Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana
2016-04-20Btrfs: fix fsync after truncate when no_holes feature is enabledFilipe Manana
2016-04-20Btrfs: fix fsync xattr loss in the fast fsync pathFilipe Manana
2016-04-20Btrfs: fix fsync data loss after append writeFilipe Manana
2016-04-13btrfs: async-thread: Fix a use-after-free error for traceQu Wenruo
2016-04-13btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior
2016-04-13Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana
2016-04-13Btrfs: fix number of transaction units required to create symlinkFilipe Manana
2016-04-13Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana
2016-04-13btrfs: statfs: report zero available if metadata are exhaustedDavid Sterba
2016-04-13Btrfs: igrab inode in writepageJosef Bacik
2016-04-13Btrfs: add missing brelse when superblock checksum failsAnand Jain
2016-03-04btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba
2016-03-02Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana
2016-01-21Btrfs: fix race when listing an inode's xattrsFilipe Manana
2016-01-21Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana
2016-01-21Btrfs: fix race leading to incorrect item deletion when dropping extentsFilipe Manana
2016-01-21Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana
2015-11-13btrfs: fix use after free iterating extrefsChris Mason
2015-10-27Btrfs: update fix for read corruption of compressed and shared extentsFilipe Manana
2015-10-27Btrfs: fix read corruption of compressed and shared extentsFilipe Manana
2015-10-27btrfs: skip waiting on ordered range for special filesJeff Mahoney
2015-10-07Btrfs: check if previous transaction aborted to avoid fs corruptionFilipe Manana
2015-08-27btrfs: cleanup orphans while looking up default subvolumeJeff Mahoney
2015-08-27btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song
2015-08-04Btrfs: fix memory leak in the extent_same ioctlFilipe Manana
2015-08-04Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana
2015-07-13Btrfs: make xattr replace operations atomicFilipe Manana
2015-07-03Btrfs: don't invalidate root dentry when subvolume deletion failsOmar Sandoval
2015-05-17btrfs: unlock i_mutex after attempting to delete subvolume during sendOmar Sandoval
2015-05-17Btrfs: fix inode eviction infinite loop after extent_same ioctlFilipe Manana
2015-05-17Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana
2015-05-17btrfs: don't accept bare namespace as a valid xattrDavid Sterba
2015-05-17Btrfs: fix log tree corruption when fs mounted with -o discardFilipe Manana
2015-04-23btrfs: simplify insert_orphan_itemDavid Sterba
2015-03-14Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.Quentin Casasnovas