summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: fix number of transaction units required to create symlinkFilipe Manana2016-04-131-1/+3
* Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana2016-04-131-1/+15
* btrfs: statfs: report zero available if metadata are exhaustedDavid Sterba2016-04-131-0/+24
* Btrfs: igrab inode in writepageJosef Bacik2016-04-131-2/+15
* Btrfs: add missing brelse when superblock checksum failsAnand Jain2016-04-131-0/+1
* btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba2016-03-043-3/+16
* Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana2016-03-021-4/+6
* Btrfs: fix race when listing an inode's xattrsFilipe Manana2016-01-211-1/+3
* Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana2016-01-211-2/+8
* Btrfs: fix race leading to incorrect item deletion when dropping extentsFilipe Manana2016-01-211-4/+12
* Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana2016-01-211-29/+152
* btrfs: fix use after free iterating extrefsChris Mason2015-11-131-5/+3
* Btrfs: update fix for read corruption of compressed and shared extentsFilipe Manana2015-10-271-8/+11
* Btrfs: fix read corruption of compressed and shared extentsFilipe Manana2015-10-271-8/+57
* btrfs: skip waiting on ordered range for special filesJeff Mahoney2015-10-271-1/+2
* Btrfs: check if previous transaction aborted to avoid fs corruptionFilipe Manana2015-10-071-0/+3
* btrfs: cleanup orphans while looking up default subvolumeJeff Mahoney2015-08-271-0/+9
* btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song2015-08-271-1/+4
* Btrfs: fix memory leak in the extent_same ioctlFilipe Manana2015-08-041-1/+3
* Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana2015-08-041-1/+1
* Btrfs: make xattr replace operations atomicFilipe Manana2015-07-134-65/+102
* Btrfs: don't invalidate root dentry when subvolume deletion failsOmar Sandoval2015-07-031-3/+1
* btrfs: unlock i_mutex after attempting to delete subvolume during sendOmar Sandoval2015-05-171-1/+2