summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2016-11-18btrfs: qgroup: Prevent qgroup->reserved from going subzeroGoldwyn Rodrigues1-2/+7
2016-11-10btrfs: fix races on root_log_ctx listsChris Mason1-14/+6
2016-10-31posix_acl: Clear SGID bit when setting file permissionsJan Kara1-4/+2
2016-10-22btrfs: assign error values to the correct bio structsJunjie Mao1-2/+2
2016-09-30btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney1-0/+12
2016-09-24Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason1-0/+1
2016-09-15btrfs: Continue write in case of can_not_nocowZhao Lei1-20/+17
2016-09-07btrfs: properly track when rescan worker is runningJeff Mahoney3-1/+10
2016-09-07btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney4-6/+13
2016-08-20block: add missing group association in bio-cloning functionsPaolo Valente1-6/+0
2016-07-27btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney4-4/+7
2016-06-01Btrfs: don't use src fd for printkJosef Bacik1-1/+1
2016-04-20Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana1-0/+137
2016-04-20btrfs: fix crash/invalid memory access on fsync when using overlayfsFilipe Manana1-1/+1
2016-03-10Btrfs: fix loading of orphan roots leading to BUG_ONFilipe Manana1-1/+9
2016-03-10btrfs: async-thread: Fix a use-after-free error for traceQu Wenruo1-1/+1
2016-03-10btrfs: Fix no_space in write and rm loopZhao Lei1-1/+3
2016-03-10Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana4-10/+10
2016-03-04btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior1-0/+1
2016-03-04Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra4-8/+33
2016-03-04Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana1-2/+4
2016-03-04Btrfs: fix number of transaction units required to create symlinkFilipe Manana1-1/+3
2016-03-04Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana1-1/+15
2016-03-04btrfs: statfs: report zero available if metadata are exhaustedDavid Sterba1-0/+24
2016-03-04Btrfs: igrab inode in writepageJosef Bacik1-2/+15
2016-03-04Btrfs: add missing brelse when superblock checksum failsAnand Jain1-0/+1
2016-02-25Btrfs: fix direct IO requests not reporting IO error to user spaceFilipe Manana1-0/+2
2016-02-25Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana1-4/+6
2016-02-25Btrfs: fix page reading in extent_same ioctl leading to csum errorsFilipe Manana1-8/+21
2016-02-25Btrfs: fix invalid page accesses in extent_same (dedup) ioctlFilipe Manana1-14/+76
2016-02-25btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba3-3/+16
2016-02-25Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"David Sterba1-1/+0
2016-02-25Btrfs: fix fitrim discarding device area reserved for boot loader's useFilipe Manana1-10/+10
2016-02-25btrfs: handle invalid num_stripes in sys_arrayDavid Sterba1-0/+8
2015-12-19Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-15/+29
2015-12-15Merge branch 'for-chris-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason5-8/+10
2015-12-15Btrfs: check prepare_uptodate_page() error code earlierChris Mason1-4/+14
2015-12-15Btrfs: check for empty bitmap list in setup_cluster_bitmapsChris Mason1-3/+5
2015-12-10btrfs: fix misleading warning when space cache failed to loadHolger Hoffstätte1-1/+1
2015-12-10Btrfs: fix transaction handle leak in balanceFilipe Manana1-2/+1
2015-12-10Btrfs: fix unprotected list move from unused_bgs to deleted_bgs listFilipe Manana3-5/+8
2015-11-28Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-66/+219
2015-11-25btrfs: fix balance range usage filters in 4.4-rcHolger Hoffstätte1-2/+2
2015-11-25btrfs: qgroup: account shared subtree during snapshot deleteMark Fasheh2-7/+42
2015-11-25Btrfs: use btrfs_get_fs_root in resolve_indirect_refJosef Bacik1-1/+1
2015-11-25btrfs: qgroup: fix quota disable during rescanJustin Maggard1-1/+2
2015-11-25Btrfs: fix race between cleaner kthread and space cache writeoutFilipe Manana1-13/+16
2015-11-25Btrfs: fix scrub preventing unused block groups from being deletedFilipe Manana3-1/+24
2015-11-25Btrfs: fix race between scrub and block group deletionFilipe Manana1-4/+16
2015-11-25btrfs: fix rcu warning during device replaceDavid Sterba1-4/+2