summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
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
2014-08-19Btrfs: fix wrong missing device counter decreaseMiao Xie
2014-08-19Btrfs: fix unzeroed members in fs_devices when creating a fs from seed fsMiao Xie
2014-08-19btrfs: check generation as replace duplicates devid+uuidAnand Jain
2014-08-19Btrfs: device_list_add() should not update list when mountedAnand Jain
2014-08-19Btrfs: fill_holes: Fix slot number passed to hole_mergeable() call.chandan
2014-08-19Btrfs: fix put dio bio twice when we submit dio bio failMiao Xie
2014-08-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds