summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney2017-03-161-1/+1
* btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney2017-03-161-0/+3
* btrfs: limit async_work allocation and worker func durationMaxim Patlasov2017-03-163-2/+19
* Btrfs: delayed-inode: replace root args iff only fs_info usedDaniel Dressler2017-03-161-4/+5
* Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko2017-03-161-2/+1
* btrfs: fix races on root_log_ctx listsChris Mason2017-02-231-14/+6
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2017-02-231-1/+1
* Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings2017-02-231-1/+1
* posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-11-201-4/+2
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-11-201-1/+1
* btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney2016-11-201-0/+12
* Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason2016-11-201-0/+1
* Btrfs: add missing blk_finish_plug in btrfs_sync_log()Forrest Liu2016-11-201-0/+1
* btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr2016-08-224-2/+24
* Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana2016-05-011-0/+137
* btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba2016-02-253-3/+16
* Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana2016-02-251-4/+6
* Btrfs: clean up an error code in btrfs_init_space_info()Dan Carpenter2016-02-021-1/+1
* btrfs: fix signed overflows in btrfs_sync_fileDavid Sterba2016-01-051-3/+8
* Btrfs: fix race when listing an inode's xattrsFilipe Manana2015-12-131-1/+3
* Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana2015-12-131-2/+8
* Btrfs: fix race leading to incorrect item deletion when dropping extentsFilipe Manana2015-12-131-4/+12
* Btrfs: fix truncation of compressed and inlined extentsFilipe Manana2015-12-131-14/+68
* Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana2015-12-131-43/+152
* btrfs: fix possible leak in btrfs_ioctl_balance()Christian Engelmayer2015-11-161-1/+4
* btrfs: fix use after free iterating extrefsChris Mason2015-11-161-5/+3
* btrfs: check unsupported filters in balance argumentsDavid Sterba2015-11-162-0/+13
* Btrfs: update fix for read corruption of compressed and shared extentsFilipe Manana2015-10-281-8/+11
* btrfs: skip waiting on ordered range for special filesJeff Mahoney2015-10-091-1/+2
* Btrfs: fix read corruption of compressed and shared extentsFilipe Manana2015-10-091-8/+57
* Btrfs: check if previous transaction aborted to avoid fs corruptionFilipe Manana2015-09-281-0/+3
* Btrfs: fix file corruption after cloning inline extentsFilipe Manana2015-08-101-0/+14
* Btrfs: fix list transaction->pending_ordered corruptionFilipe Manana2015-08-101-2/+2
* Btrfs: fix memory leak in the extent_same ioctlFilipe Manana2015-08-101-1/+3
* Btrfs: fix fsync data loss after append writeFilipe Manana2015-07-201-5/+9
* Btrfs: fix race between caching kthread and returning inode to inode cacheFilipe Manana2015-07-201-4/+11
* Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana2015-07-201-1/+1
* Btrfs: lock superblock before remounting for rw subvolOmar Sandoval2015-07-151-0/+2
* btrfs: cleanup orphans while looking up default subvolumeJeff Mahoney2015-06-171-0/+9
* btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song2015-06-171-1/+4
* Btrfs: send, don't leave without decrementing clone root's send_progressFilipe Manana2015-06-171-2/+2
* Btrfs: send, add missing check for dead clone rootFilipe Manana2015-06-171-1/+2
* btrfs: unlock i_mutex after attempting to delete subvolume during sendOmar Sandoval2015-05-121-1/+2
* Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana2015-05-061-0/+5
* Btrfs: fix inode eviction infinite loop after extent_same ioctlFilipe Manana2015-05-061-0/+3
* btrfs: don't accept bare namespace as a valid xattrDavid Sterba2015-05-051-14/+39
* Btrfs: fix log tree corruption when fs mounted with -o discardFilipe Manana2015-05-051-3/+2
* btrfs: simplify insert_orphan_itemDavid Sterba2015-04-101-12/+4
* Btrfs: make xattr replace operations atomicFilipe Manana2015-03-304-65/+102
* Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.Quentin Casasnovas2015-03-181-1/+1