summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2018-06-17btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodesZygo Blaxell1-1/+10
2018-06-17Btrfs: fix use-after-free on root->orphan_block_rsvLiu Bo1-13/+16
2018-06-17Btrfs: fix extent state leak from tree logLiu Bo1-2/+3
2018-06-17Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo1-0/+9
2018-06-17Btrfs: fix deadlock in run_delalloc_nocowLiu Bo1-1/+4
2018-06-17btrfs: Handle btrfs_set_extent_delalloc failure in fixup workerNikolay Borisov1-1/+9
2018-03-03btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov1-1/+1
2018-03-03Btrfs: disable FUA if mounted with nobarrierOmar Sandoval1-4/+5
2018-03-03btrfs: fix missing error return in btrfs_drop_snapshotJeff Mahoney1-0/+1
2018-03-03btrfs: clear space cache inode generation alwaysJosef Bacik1-7/+7
2018-02-13btrfs: avoid null pointer dereference on fs_info when calling btrfs_critColin Ian King1-2/+2
2018-01-01btrfs: prevent to set invalid default subvolidsatoru takeuchi1-0/+4
2018-01-01Btrfs: fix incorrect {node,sector}size endianness from BTRFS_IOC_FS_INFOOmar Sandoval1-3/+3
2017-11-26btrfs: resume qgroup rescan on rw remountAleksa Sarai1-0/+3
2017-10-12Btrfs: don't use src fd for printkJosef Bacik1-1/+1
2017-10-12btrfs: preserve i_mode if __btrfs_set_acl() failsErnesto A. Fernández1-1/+5
2017-10-12btrfs: Don't clear SGID when inheriting ACLsJan Kara1-6/+7
2017-10-12Btrfs: fix invalid extent maps due to hole punchingFilipe Manana1-1/+4
2017-10-12Btrfs: skip commit transaction if we don't have enough pinned bytesLiu Bo1-1/+1
2017-09-15btrfs: fix memory leak in update_space_info failure pathJeff Mahoney1-0/+1
2017-09-15btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba1-2/+2
2017-09-15btrfs: fix incorrect error return ret being passed to mapping_set_errorColin Ian King1-1/+1
2017-03-16btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney1-2/+4
2017-03-16btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney1-1/+1
2017-03-16btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney1-0/+3
2017-03-16btrfs: limit async_work allocation and worker func durationMaxim Patlasov3-2/+19
2017-03-16Btrfs: delayed-inode: replace root args iff only fs_info usedDaniel Dressler1-4/+5
2017-03-16Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko1-2/+1
2017-02-23btrfs: fix races on root_log_ctx listsChris Mason1-14/+6
2017-02-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2017-02-23Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings1-1/+1
2016-11-20posix_acl: Clear SGID bit when setting file permissionsJan Kara1-4/+2
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-11-20btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney1-0/+12
2016-11-20Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason1-0/+1
2016-11-20Btrfs: add missing blk_finish_plug in btrfs_sync_log()Forrest Liu1-0/+1
2016-08-23btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr4-2/+24
2016-05-01Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana1-0/+137
2016-02-25btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba3-3/+16
2016-02-25Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana1-4/+6
2016-02-03Btrfs: clean up an error code in btrfs_init_space_info()Dan Carpenter1-1/+1
2016-01-05btrfs: fix signed overflows in btrfs_sync_fileDavid Sterba1-3/+8
2015-12-13Btrfs: fix race when listing an inode's xattrsFilipe Manana1-1/+3
2015-12-13Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana1-2/+8
2015-12-13Btrfs: fix race leading to incorrect item deletion when dropping extentsFilipe Manana1-4/+12
2015-12-13Btrfs: fix truncation of compressed and inlined extentsFilipe Manana1-14/+68
2015-12-13Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana1-43/+152
2015-11-16btrfs: fix possible leak in btrfs_ioctl_balance()Christian Engelmayer1-1/+4
2015-11-16btrfs: fix use after free iterating extrefsChris Mason1-5/+3
2015-11-16btrfs: check unsupported filters in balance argumentsDavid Sterba2-0/+13