summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2015-01-08Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana
2015-01-08Btrfs: fix loop writing of async reclaimLiu Bo
2015-01-08Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik
2015-01-08Btrfs: do not move em to modified list when unpinningJosef Bacik
2015-01-08btrfs: fix wrong accounting of raid1 data profile in statfsDavid Sterba
2015-01-08Btrfs: make sure we wait on logged extents when fsycning two subvolsJosef Bacik
2014-12-06btrfs: fix lockups from btrfs_clear_path_blockingChris Mason
2014-11-14Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanupChris Mason
2014-10-30Revert "Btrfs: race free update of commit root for ro snapshots"Chris Mason
2014-10-30Btrfs: fix race in WAIT_SYNC ioctlSage Weil
2014-10-30btrfs: Fix the wrong condition judgment about subset extent mapQu Wenruo
2014-10-30Btrfs: fix build_backref_tree issue with multiple shared blocksJosef Bacik
2014-10-30Btrfs: cleanup error handling in build_backref_treeJosef Bacik
2014-10-30Btrfs: try not to ENOSPC on log replayJosef Bacik
2014-10-30Btrfs: don't do async reclaim during log replayJosef Bacik
2014-10-30btrfs: Fix and enhance merge_extent_mapping() to insert best fitted extent mapQu Wenruo
2014-10-30Btrfs: fix up bounds checking in lseekLiu Bo
2014-10-30Btrfs: add missing compression property remove in btrfs_ioctl_setflagsFilipe Manana
2014-10-30btrfs: Fix a deadlock in btrfs_dev_replace_finishing()Qu Wenruo
2014-10-30btrfs: don't go readonly on existing qgroup itemsMark Fasheh
2014-10-30btrfs: wake up transaction thread from SYNC_FS ioctlDavid Sterba
2014-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-09-18Revert "Btrfs: device_list_add() should not update list when mounted"Chris Mason
2014-09-16Btrfs: set inode's logged_trans/last_log_commit after ranged fsyncFilipe Manana
2014-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-09-08Btrfs: use insert_inode_locked4 for inode creationChris Mason
2014-09-08Btrfs: fix fsync data loss after a ranged fsyncFilipe Manana
2014-09-08Btrfs: kfree()ing ERR_PTRsDan Carpenter
2014-09-02Btrfs: fix crash while doing a ranged fsyncFilipe Manana
2014-09-02Btrfs: fix corruption after write/fsync failure + fsync + log recoveryFilipe Manana
2014-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-08-27Btrfs: fix autodefrag with compressionChris Mason
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo
2014-08-21Btrfs: fix filemap_flush call in btrfs_file_releaseChris Mason
2014-08-21Btrfs: fix crash on endio of reading corrupted blockLiu Bo
2014-08-21btrfs: fix leak in qgroup_subtree_accounting() error pathEric Sandeen
2014-08-21btrfs: Use right extent length when inserting overlap extent map.Qu Wenruo
2014-08-21Btrfs: clone, don't create invalid hole extent mapFilipe Manana
2014-08-21Btrfs: don't monopolize a core when evicting inodeFilipe Manana
2014-08-21Btrfs: fix hole detection during file fsyncFilipe Manana
2014-08-21Btrfs: ensure tmpfile inode is always persisted with link count of 0Filipe Manana
2014-08-21Btrfs: race free update of commit root for ro snapshotsFilipe Manana
2014-08-21Btrfs: fix regression of btrfs device replaceLiu Bo
2014-08-19Btrfs: don't consider the missing device when allocating new chunksMiao Xie
2014-08-19Btrfs: Fix wrong device size when we are resizing the deviceMiao Xie
2014-08-19Btrfs: don't write any data into a readonly device when scrubMiao Xie
2014-08-19Btrfs: Fix the problem that the replace destroys the seed filesystemMiao Xie
2014-08-19btrfs: Return right extent when fiemap gives unaligned offset and len.Qu Wenruo
2014-08-19Btrfs: fix wrong extent mapping for DirectIOWang Shilong
2014-08-19Btrfs: fix wrong write range for filemap_fdatawrite_range()Wang Shilong