summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2017-12-20btrfs: add missing memset while reading compressed inline extentsZygo Blaxell1-0/+14
2017-12-05btrfs: clear space cache inode generation alwaysJosef Bacik1-7/+7
2017-11-30btrfs: return the actual error value from from btrfs_uuid_tree_iteratePan Bian1-3/+1
2017-10-21Btrfs: send, fix failure to rename top level inode due to name collisionRobbie Ko1-1/+4
2017-10-05btrfs: prevent to set invalid default subvolidsatoru takeuchi1-0/+4
2017-10-05btrfs: propagate error to btrfs_cmp_data_prepare callerNaohiro Aota1-1/+1
2017-10-05btrfs: fix NULL pointer dereference from free_reloc_roots()Naohiro Aota1-1/+1
2017-09-14btrfs: resume qgroup rescan on rw remountAleksa Sarai1-0/+2
2017-09-02btrfs: remove duplicate const specifierColin Ian King1-1/+1
2017-08-07Btrfs: adjust outstanding_extents counter properly when dio write is splitLiu Bo1-2/+9
2017-07-05Btrfs: fix truncate down when no_holes feature is enabledLiu Bo1-1/+12
2017-06-14btrfs: fix memory leak in update_space_info failure pathJeff Mahoney1-0/+1
2017-06-14btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba1-2/+2
2017-06-14fs: add i_blocksize()Fabian Frederick1-1/+1
2017-01-19btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney1-0/+3
2017-01-19btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney1-1/+1
2017-01-06btrfs: make file clone aware of fatal signalsWang Xiaoguang1-0/+5
2017-01-06Btrfs: don't BUG() during drop snapshotJosef Bacik1-11/+27
2017-01-06Btrfs: fix memory leak in do_walk_downLiu Bo1-0/+1
2017-01-06Btrfs: don't leak reloc root nodes on errorJosef Bacik1-0/+4
2017-01-06Btrfs: return gracefully from balance if fs tree is corruptedLiu Bo1-6/+17
2017-01-06Btrfs: bail out if block group has different mixed flagLiu Bo1-0/+14
2017-01-06Btrfs: fix memory leak in reading btree blocksLiu Bo1-0/+9
2017-01-06Btrfs: fix qgroup rescan worker initializationFilipe Manana1-4/+1
2017-01-06btrfs: store and load values of stripes_min/stripes_max in balance status itemDavid Sterba1-0/+4
2017-01-06Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko1-2/+1
2017-01-06btrfs: limit async_work allocation and worker func durationMaxim Patlasov3-2/+19
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