summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* fs: add i_blocksize()Fabian Frederick2017-06-141-1/+1
* btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney2017-01-191-0/+3
* btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney2017-01-191-1/+1
* btrfs: make file clone aware of fatal signalsWang Xiaoguang2017-01-061-0/+5
* Btrfs: don't BUG() during drop snapshotJosef Bacik2017-01-061-11/+27
* Btrfs: fix memory leak in do_walk_downLiu Bo2017-01-061-0/+1
* Btrfs: don't leak reloc root nodes on errorJosef Bacik2017-01-061-0/+4
* Btrfs: return gracefully from balance if fs tree is corruptedLiu Bo2017-01-061-6/+17
* Btrfs: bail out if block group has different mixed flagLiu Bo2017-01-061-0/+14
* Btrfs: fix memory leak in reading btree blocksLiu Bo2017-01-061-0/+9
* Btrfs: fix qgroup rescan worker initializationFilipe Manana2017-01-061-4/+1
* btrfs: store and load values of stripes_min/stripes_max in balance status itemDavid Sterba2017-01-061-0/+4
* Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko2017-01-061-2/+1
* btrfs: limit async_work allocation and worker func durationMaxim Patlasov2017-01-063-2/+19
* btrfs: qgroup: Prevent qgroup->reserved from going subzeroGoldwyn Rodrigues2016-11-181-2/+7
* btrfs: fix races on root_log_ctx listsChris Mason2016-11-101-14/+6
* posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-10-311-4/+2
* btrfs: assign error values to the correct bio structsJunjie Mao2016-10-221-2/+2
* btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney2016-09-301-0/+12
* Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason2016-09-241-0/+1
* btrfs: Continue write in case of can_not_nocowZhao Lei2016-09-151-20/+17
* btrfs: properly track when rescan worker is runningJeff Mahoney2016-09-073-1/+10
* btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney2016-09-074-6/+13
* block: add missing group association in bio-cloning functionsPaolo Valente2016-08-201-6/+0
* btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney2016-07-274-4/+7
* Btrfs: don't use src fd for printkJosef Bacik2016-06-011-1/+1
* Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana2016-04-201-0/+137
* btrfs: fix crash/invalid memory access on fsync when using overlayfsFilipe Manana2016-04-201-1/+1
* Btrfs: fix loading of orphan roots leading to BUG_ONFilipe Manana2016-03-091-1/+9
* btrfs: async-thread: Fix a use-after-free error for traceQu Wenruo2016-03-091-1/+1
* btrfs: Fix no_space in write and rm loopZhao Lei2016-03-091-1/+3
* Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana2016-03-094-10/+10
* btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior2016-03-031-0/+1
* Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra2016-03-034-8/+33
* Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana2016-03-031-2/+4
* Btrfs: fix number of transaction units required to create symlinkFilipe Manana2016-03-031-1/+3
* Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana2016-03-031-1/+15
* btrfs: statfs: report zero available if metadata are exhaustedDavid Sterba2016-03-031-0/+24
* Btrfs: igrab inode in writepageJosef Bacik2016-03-031-2/+15
* Btrfs: add missing brelse when superblock checksum failsAnand Jain2016-03-031-0/+1
* Btrfs: fix direct IO requests not reporting IO error to user spaceFilipe Manana2016-02-251-0/+2
* Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana2016-02-251-4/+6
* Btrfs: fix page reading in extent_same ioctl leading to csum errorsFilipe Manana2016-02-251-8/+21
* Btrfs: fix invalid page accesses in extent_same (dedup) ioctlFilipe Manana2016-02-251-14/+76
* btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba2016-02-253-3/+16
* Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"David Sterba2016-02-251-1/+0
* Btrfs: fix fitrim discarding device area reserved for boot loader's useFilipe Manana2016-02-251-10/+10
* btrfs: handle invalid num_stripes in sys_arrayDavid Sterba2016-02-251-0/+8