summaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: add missing free_extent_bufferLiu Bo2015-06-031-0/+1
* Btrfs: remove csum_bytes_leftLiu Bo2015-06-033-16/+0
* Btrfs: fix -ENOSPC on block group removalFilipe Manana2015-06-033-8/+30
* Btrfs: fix -ENOSPC when finishing block group creationFilipe Manana2015-06-034-2/+50
* Btrfs: set UNWRITTEN for prealloc'ed extents in fiemapJosef Bacik2015-06-031-0/+2
* Btrfs: show subvol= and subvolid= in /proc/mountsOmar Sandoval2015-06-031-0/+4
* Btrfs: unify subvol= and subvolid= mountingOmar Sandoval2015-06-031-67/+171
* Btrfs: fail on mismatched subvol and subvolid mount optionsOmar Sandoval2015-06-031-8/+25
* Btrfs: clean up error handling in mount_subvol()Omar Sandoval2015-06-031-28/+33
* Btrfs: remove all subvol options before mounting top-levelOmar Sandoval2015-06-031-36/+20
* Btrfs: lock superblock before remounting for rw subvolOmar Sandoval2015-06-031-0/+2
* Btrfs: wake up extent state waiters on unlock through clear_extent_bitsFilipe Manana2015-06-031-1/+6
* Btrfs: fix chunk allocation regression leading to transaction abortFilipe Manana2015-06-031-3/+19
* btrfs: use after free when closing devicesSasha Levin2015-06-031-2/+2
* btrfs: make root id query unprivilegedDavid Sterba2015-06-031-4/+16
* Btrfs: fix block group ->space_info null pointer dereferenceFilipe Manana2015-06-031-2/+23
* Btrfs: check error before reporting missing device and add uuidAnand Jain2015-06-031-1/+2
* btrfs: Fix superblock csum type check.Qu Wenruo2015-06-031-1/+1
* Btrfs: incremental send, fix clone operations for compressed extentsFilipe Manana2015-06-031-1/+17
* btrfs: qgroup: Fix possible leak in btrfs_add_qgroup_relation()Christian Engelmayer2015-06-031-4/+4
* Btrfs: fix mutex unlock without prior lock on space cache truncationFilipe Manana2015-06-031-8/+6
* Btrfs: log when missing device is createdAnand Jain2015-06-031-0/+2
* btrfs: fix warnings after changes in btrfs_abort_transactionDavid Sterba2015-06-032-4/+4
* btrfs: add 'cold' compiler annotations to all error handling functionsDavid Sterba2015-06-032-0/+7
* btrfs: report exact callsite where transaction abort occursDavid Sterba2015-06-032-11/+9
* btrfs: let tree defrag work in SSD modeDavid Sterba2015-06-031-3/+0
* Btrfs: check pending chunks when shrinking fs to avoid corruptionFilipe Manana2015-06-031-9/+40
* Btrfs: don't invalidate root dentry when subvolume deletion failsOmar Sandoval2015-06-031-3/+1
* Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-233-0/+38
|\
| * Btrfs: fix regression in raid level conversionChris Mason2015-05-201-0/+18
| * Btrfs: fix racy system chunk allocation when setting block group roFilipe Manana2015-05-202-0/+3
| * btrfs: clear 'ret' in btrfs_check_shared() loopMark Fasheh2015-05-201-0/+17
* | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-174-10/+68
|\|
| * Btrfs: fix race when reusing stale extent buffers that leads to BUG_ONFilipe Manana2015-05-111-0/+19
| * Btrfs: fix race between block group creation and their cache writeoutFilipe Manana2015-05-111-4/+27
| * Btrfs: fix panic when starting bg cache writeout after IO errorFilipe Manana2015-05-111-4/+10
| * Btrfs: fix crash after inode cache writeback failureFilipe Manana2015-05-111-2/+12
* | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-091-1/+1
|\|
| * Btrfs: fix wrong mapping flags for free space inodeFilipe Manana2015-05-071-1/+1
* | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-017-77/+118
|\|
| * Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extentForrest Liu2015-04-291-25/+26
| * Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode.Yang Dongsheng2015-04-262-9/+14
| * btrfs: unlock i_mutex after attempting to delete subvolume during sendOmar Sandoval2015-04-261-1/+2
| * btrfs: check io_ctl_prepare_pages return in __btrfs_write_out_cacheOmar Sandoval2015-04-261-4/+6
| * btrfs: fix race on ENOMEM in alloc_extent_bufferOmar Sandoval2015-04-261-1/+2
| * btrfs: handle ENOMEM in btrfs_alloc_tree_blockOmar Sandoval2015-04-261-13/+28
| * Btrfs: fix find_free_dev_extent() malfunction in case device tree has holeForrest Liu2015-04-261-4/+11
| * Btrfs: don't check for delalloc_bytes in cache_save_setupChris Mason2015-04-261-2/+1
| * Btrfs: fix deadlock when starting writeback of bg cachesFilipe Manana2015-04-261-1/+1
| * Btrfs: fix race between start dirty bg cache writeout and bg deletionFilipe Manana2015-04-261-17/+27