aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2018-07-27btrfs: tests: Fix a memory leak in error handling path in 'run_test()'Christophe JAILLET
2018-07-27btrfs: avoid null pointer dereference on fs_info when calling btrfs_critColin Ian King
2018-07-27btrfs: undo writable superblocke when sprouting failsAnand Jain
2018-07-27btrfs: Explicitly handle btrfs_update_root failureNikolay Borisov
2018-07-04btrfs: handle errors while updating refcounts in update_ref_for_cowJeff Mahoney
2018-07-04btrfs: fix missing error return in btrfs_drop_snapshotJeff Mahoney
2018-05-10btrfs: clear space cache inode generation alwaysJosef Bacik
2017-11-25btrfs: prevent to set invalid default subvolidsatoru takeuchi
2017-11-25btrfs: propagate error to btrfs_cmp_data_prepare callerNaohiro Aota
2017-11-25btrfs: finish ordered extent cleaning if no progress is foundNaohiro Aota
2017-11-25btrfs: clear ordered flag on cleaning up ordered extentsNaohiro Aota
2017-11-25btrfs: fix NULL pointer dereference from free_reloc_roots()Naohiro Aota
2017-09-13btrfs: resume qgroup rescan on rw remountAleksa Sarai
2017-08-12btrfs: Remove false alert when fiemap range is smaller than on-disk extentQu Wenruo
2017-08-11Btrfs: fix early ENOSPC due to delallocOmar Sandoval
2017-07-27percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov
2017-07-27Btrfs: incremental send, fix invalid memory accessFilipe Manana
2017-07-27btrfs: Don't clear SGID when inheriting ACLsJan Kara
2017-07-27Btrfs: fix invalid extent maps due to hole punchingFilipe Manana
2017-06-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-06-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-06-09Btrfs: fix delalloc accounting leak caused by u32 overflowOmar Sandoval
2017-06-09Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_ioLiu Bo
2017-06-09btrfs: tree-log.c: Wrong printk information about namelenSu Yue
2017-06-08crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller
2017-06-01btrfs: fix race with relocation recovery and fs_root setupJeff Mahoney
2017-06-01btrfs: fix memory leak in update_space_info failure pathJeff Mahoney
2017-06-01btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba
2017-05-16btrfs: fix incorrect error return ret being passed to mapping_set_errorColin Ian King
2017-05-16btrfs: Make flush bios explicitely syncJan Kara
2017-05-16btrfs: fiemap: Cache and merge fiemap extent before submit it to userQu Wenruo
2017-05-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-05-04btrfs: fix the gfp_mask for the reada_zones radix treeChris Mason
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-28Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-04-27Merge branch 'for-chris-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason
2017-04-26Btrfs: fix reported number of inode blocksFilipe Manana
2017-04-26Btrfs: send, fix file hole not being preserved due to inline extentFilipe Manana
2017-04-26Btrfs: fix extent map leak during fallocate error pathFilipe Manana
2017-04-26Btrfs: fix incorrect space accounting after failure to insert inline extentFilipe Manana
2017-04-26Btrfs: fix invalid attempt to free reserved space on failure to cow rangeFilipe Manana
2017-04-26btrfs: Handle delalloc error correctly to avoid ordered extent hangQu Wenruo
2017-04-26btrfs: Fix metadata underflow caused by btrfs_reloc_clone_csum errorQu Wenruo
2017-04-20btrfs: Convert to separately allocated bdiJan Kara
2017-04-19btrfs: qgroup: move noisy underflow warning to debugging buildDavid Sterba
2017-04-18btrfs: check if the device is flush capableAnand Jain
2017-04-18btrfs: delete unused member nobarriersAnand Jain
2017-04-18btrfs: scrub: Fix RAID56 recovery race conditionQu Wenruo