summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2014-09-17Btrfs: reduce size of struct extent_stateFilipe Manana
2014-09-17btrfs: use PTR_ERR_OR_ZEROFabian Frederick
2014-09-17Btrfs: print btrfs specific info for some fatal error casesWang Shilong
2014-09-17Btrfs: fix writing data into the seed filesystemMiao Xie
2014-09-17Btrfs: make defragment work with nodatacow optionWang Shilong
2014-09-17btrfs: label should not contain return charSatoru Takeuchi
2014-09-17btrfs: device delete must be syslogedAnand Jain
2014-09-17btrfs: device add must be syslogedAnand Jain
2014-09-17Btrfs: clear compress-force when remounting with compress optionWang Shilong
2014-09-17btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba
2014-09-17btrfs: clean away stripe_align helperDavid Sterba
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba
2014-09-17btrfs: make close_ctree return voidDavid Sterba
2014-09-17btrfs: cleanup ino cache members of btrfs_rootDavid Sterba
2014-09-17btrfs: clenaup: don't call btrfs_release_path before free_pathDavid Sterba
2014-09-17btrfs: remove obsolete comment in btrfs_clean_one_deleted_snapshotDavid Sterba
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