summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-09-17btrfs: remove stale define after removing ordered operationsDavid Sterba1-7/+0
2014-09-17Btrfs: improve free space cache management and space allocationFilipe Manana2-1/+653
2014-09-17btrfs: rename total_bytes to avoid confusionAnand Jain1-5/+5
2014-09-17btrfs: fix typo in the log messageAnand Jain1-1/+1
2014-09-17btrfs: rw_devices shouldn't be incremented for seed fs in btrfs_rm_dev_replac...Anand Jain1-1/+2
2014-09-17btrfs: fix memory leak when there is no more seed deviceAnand Jain1-0/+2
2014-09-17btrfs: update sprout seed pointer when seed fs is relinquishedAnand Jain1-0/+21
2014-09-17btrfs: fix rw_devices miss match after seed replaceAnand Jain1-0/+2
2014-09-17btrfs: replace seed device followed by unmount causes kernel WARNINGAnand Jain1-1/+7
2014-09-17btrfs: preparatory to make btrfs_rm_dev_replace_srcdev() seed awareAnand Jain1-5/+9
2014-09-17btrfs: Drop stray check of fixup_workers creationAndrey Utkin1-1/+1
2014-09-17Btrfs: make btrfs_search_forward return with nodes unlockedFilipe Manana5-15/+7
2014-09-17btrfs: sysfs label interface should check for read only FSAnand Jain1-0/+3
2014-09-17btrfs: code optimize: BTRFS_ATTR_RW could set the modeAnand Jain2-4/+5
2014-09-17btrfs: code optimize: BTRFS_ATTR could handle the modeAnand Jain2-11/+14
2014-09-17btrfs: use BTRFS_ATTR instead of btrfs_no_store()Anand Jain1-10/+3
2014-09-17Btrfs: avoid unnecessary switch of path locks to blocking modeFilipe Manana1-2/+1
2014-09-17Btrfs: unlock nodes earlier when inserting items in a btreeFilipe Manana1-6/+6
2014-09-17btrfs: use IS_ALIGNED() for assertion in btrfs_lookup_csums_range() for simpl...Satoru Takeuchi1-2/+2
2014-09-17btrfs: add trace for qgroup accountingMark Fasheh2-0/+5
2014-09-17Btrfs: cleanup unused latest_devid and latest_trans in fs_devicesMiao Xie2-34/+11
2014-09-17Btrfs: update the comment of total_bytes and disk_total_bytes of btrfs_devieMiao Xie1-2/+2
2014-09-17Btrfs: Fix the problem that the dirty flag of dev stats is clearedMiao Xie2-6/+20
2014-09-17Btrfs: make the device lock and its protected data in the same cachelineMiao Xie1-13/+12
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