summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2014-09-17Btrfs: fix wrong generation check of super block on a seed deviceMiao Xie1-1/+5
2014-09-17Btrfs: fix wrong fsid check of scrubMiao Xie1-5/+13
2014-09-17btrfs: wake up transaction thread from SYNC_FS ioctlDavid Sterba1-0/+6
2014-09-17Btrfs: fix wrong max inline data size limitWang Shilong1-1/+1
2014-09-17Btrfs: fix off-by-one in cow_file_range_inline()Wang Shilong1-2/+2
2014-09-17Btrfs: fall into nocompression codes quickly if possibleWang Shilong1-4/+1
2014-09-17Btrfs: fix wrong skipping compression for an inodeWang Shilong1-5/+20
2014-09-17Btrfs: fix sparse warningFabian Frederick1-1/+2
2014-09-17Btrfs: use BUG_ONHIMANGI SARAOGI1-2/+2
2014-09-17btrfs compression: merge inflate and deflate z_streamsSergey Senozhatsky1-70/+68
2014-09-17Btrfs: set error return value in btrfs_get_blocks_directFilipe Manana1-1/+3
2014-09-17Btrfs: reduce size of struct extent_stateFilipe Manana2-18/+20
2014-09-17btrfs: use PTR_ERR_OR_ZEROFabian Frederick1-3/+1
2014-09-17Btrfs: print btrfs specific info for some fatal error casesWang Shilong1-7/+7
2014-09-17Btrfs: fix writing data into the seed filesystemMiao Xie1-16/+36
2014-09-17Btrfs: make defragment work with nodatacow optionWang Shilong2-3/+42
2014-09-17btrfs: label should not contain return charSatoru Takeuchi1-3/+12
2014-09-17btrfs: device delete must be syslogedAnand Jain1-0/+3
2014-09-17btrfs: device add must be syslogedAnand Jain1-0/+3
2014-09-17Btrfs: clear compress-force when remounting with compress optionWang Shilong1-0/+7
2014-09-17btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba8-32/+22
2014-09-17btrfs: clean away stripe_align helperDavid Sterba1-10/+1
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba15-141/+89
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba17-60/+60
2014-09-17btrfs: make close_ctree return voidDavid Sterba3-11/+3
2014-09-17btrfs: cleanup ino cache members of btrfs_rootDavid Sterba5-52/+52
2014-09-17btrfs: clenaup: don't call btrfs_release_path before free_pathDavid Sterba1-1/+0
2014-09-17btrfs: remove obsolete comment in btrfs_clean_one_deleted_snapshotDavid Sterba1-4/+1
2014-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds5-101/+203
2014-09-08Btrfs: use insert_inode_locked4 for inode creationChris Mason1-67/+109
2014-09-08Btrfs: fix fsync data loss after a ranged fsyncFilipe Manana3-17/+64
2014-09-08Btrfs: kfree()ing ERR_PTRsDan Carpenter1-10/+15
2014-09-02Btrfs: fix crash while doing a ranged fsyncFilipe Manana1-1/+2
2014-09-02Btrfs: fix corruption after write/fsync failure + fsync + log recoveryFilipe Manana1-3/+9
2014-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds17-135/+312
2014-08-27Btrfs: fix autodefrag with compressionChris Mason1-3/+4
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo12-61/+141
2014-08-21Btrfs: fix filemap_flush call in btrfs_file_releaseChris Mason1-1/+9
2014-08-21Btrfs: fix crash on endio of reading corrupted blockLiu Bo1-0/+1
2014-08-21btrfs: fix leak in qgroup_subtree_accounting() error pathEric Sandeen1-1/+1
2014-08-21btrfs: Use right extent length when inserting overlap extent map.Qu Wenruo2-6/+5
2014-08-21Btrfs: clone, don't create invalid hole extent mapFilipe Manana1-1/+2
2014-08-21Btrfs: don't monopolize a core when evicting inodeFilipe Manana1-0/+6
2014-08-21Btrfs: fix hole detection during file fsyncFilipe Manana1-4/+13
2014-08-21Btrfs: ensure tmpfile inode is always persisted with link count of 0Filipe Manana1-0/+15
2014-08-21Btrfs: race free update of commit root for ro snapshotsFilipe Manana2-33/+36
2014-08-21Btrfs: fix regression of btrfs device replaceLiu Bo1-1/+1
2014-08-19Btrfs: don't consider the missing device when allocating new chunksMiao Xie1-14/+2
2014-08-19Btrfs: Fix wrong device size when we are resizing the deviceMiao Xie2-2/+3
2014-08-19Btrfs: don't write any data into a readonly device when scrubMiao Xie1-0/+11