summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2015-08-27btrfs: cleanup orphans while looking up default subvolumeJeff Mahoney1-0/+9
2015-08-27btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song1-1/+4
2015-08-04Btrfs: fix memory leak in the extent_same ioctlFilipe Manana1-1/+3
2015-08-04Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana1-1/+1
2015-07-13Btrfs: make xattr replace operations atomicFilipe Manana4-65/+102
2015-07-04Btrfs: don't invalidate root dentry when subvolume deletion failsOmar Sandoval1-3/+1
2015-05-18btrfs: unlock i_mutex after attempting to delete subvolume during sendOmar Sandoval1-1/+2
2015-05-18Btrfs: fix inode eviction infinite loop after extent_same ioctlFilipe Manana1-0/+3
2015-05-18Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana1-0/+5
2015-05-18btrfs: don't accept bare namespace as a valid xattrDavid Sterba1-14/+39
2015-05-18Btrfs: fix log tree corruption when fs mounted with -o discardFilipe Manana1-3/+2
2015-04-23btrfs: simplify insert_orphan_itemDavid Sterba1-12/+4
2015-03-14Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.Quentin Casasnovas1-1/+1
2015-03-14Btrfs: fix data loss in the fast fsync pathFilipe Manana1-28/+28
2015-03-14btrfs: fix lost return value due to variable shadowingDavid Sterba1-1/+0
2015-03-14Btrfs: fix fsync race leading to ordered extent memory leaksFilipe Manana1-5/+2
2015-03-07Btrfs: fix fsync data loss after adding hard link to inodeFilipe Manana1-9/+73
2015-03-07btrfs: fix leak of path in btrfs_find_itemDavid Sterba3-15/+22
2015-03-07btrfs: set proper message level for skinny metadataDavid Sterba1-1/+1
2015-01-16Btrfs: don't delay inode ref updates during log replayChris Mason1-0/+8
2015-01-08Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana2-10/+6
2015-01-08Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik6-6/+72
2015-01-08Btrfs: do not move em to modified list when unpinningJosef Bacik1-2/+0
2015-01-08btrfs: fix wrong accounting of raid1 data profile in statfsDavid Sterba1-1/+1
2015-01-08Btrfs: make sure we wait on logged extents when fsycning two subvolsJosef Bacik1-1/+1
2014-11-30btrfs: zero out left over bytes after processing compression streamsChris Mason4-5/+67
2014-11-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds3-15/+25
2014-11-19btrfs: fix lockups from btrfs_clear_path_blockingChris Mason3-15/+25
2014-11-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2014-11-04Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanupChris Mason1-1/+1
2014-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds5-39/+27
2014-10-28Btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent itemsFilipe Manana1-8/+0
2014-10-27Btrfs: properly clean up btrfs_end_io_wq_cacheJosef Bacik1-0/+1
2014-10-27Btrfs: fix invalid leaf slot access in btrfs_lookup_extent()Filipe Manana3-10/+4
2014-10-27btrfs: use macro accessors in superblock validation checksDavid Sterba1-21/+22
2014-10-24vfs: export check_sticky()Miklos Szeredi1-19/+1
2014-10-19Merge branch 'for-linus-update' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-36/+33
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-10-17Revert "Btrfs: race free update of commit root for ro snapshots"Chris Mason2-36/+33
2014-10-14btrfs: LLVMLinux: Remove VLAISVinícius Tinti1-9/+7
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+1
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds48-1518/+3548
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2-5/+5
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman1-4/+1
2014-10-08btrfs: Fix compile error when CONFIG_SECURITY is not set.Qu Wenruo1-0/+2
2014-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+2
2014-10-08Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is offChris Mason2-3/+2
2014-10-06btrfs: Make btrfs handle security mount options internally to avoid losing se...Qu Wenruo2-5/+97
2014-10-04Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason6-16/+16
2014-10-04Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Chris Mason9-105/+57