summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2014-09-17Btrfs: fix use-after-free problem of the device during device replaceMiao Xie
2014-09-17Btrfs: fix unprotected device list access when cloning fs devicesMiao Xie
2014-09-17Btrfs: Fix misuse of chunk mutexMiao Xie
2014-09-17Btrfs: fix unprotected device list access when getting the fs informationMiao Xie
2014-09-17Btrfs: fix unprotected system chunk array insertionMiao Xie
2014-09-17Btrfs: fix unprotected device's variants on 32bits machineMiao Xie
2014-09-17Btrfs: update free_chunk_space during allocting a new chunkMiao Xie
2014-09-17Btrfs: fix unprotected device->bytes_used updateMiao Xie
2014-09-17Btrfs: Fix wrong free_chunk_space assignment during removing a deviceMiao Xie
2014-09-17Btrfs: fix wrong device bytes_used in the super blockMiao Xie
2014-09-17Btrfs: fix wrong disk size when writing super blocksMiao Xie
2014-09-17Btrfs: fix unprotected assignment of the target deviceMiao Xie
2014-09-17Btrfs: cleanup double assignment of device->bytes_used when device replace fi...Miao Xie
2014-09-17Btrfs: cleanup unused num_can_discard in fs_devicesMiao Xie
2014-09-17btrfs: remove the wrong commentsLi RongQing
2014-09-17Btrfs: fix directory recovery from fsync logFilipe Manana
2014-09-17Btrfs: fix loop writing of async reclaimLiu Bo
2014-09-17Btrfs: make fiemap not blow when you have lots of snapshotsJosef Bacik
2014-09-17Btrfs: add missing compression property remove in btrfs_ioctl_setflagsFilipe Manana
2014-09-17btrfs: Fix a deadlock in btrfs_dev_replace_finishing()Qu Wenruo
2014-09-17Btrfs: cleanup the same name in end_bio_extent_readpageLiu Bo
2014-09-17btrfs: don't go readonly on existing qgroup itemsMark Fasheh
2014-09-17Btrfs: shrink further sizeof(struct extent_buffer)Filipe Manana
2014-09-17Btrfs: send, lower mem requirements for processing xattrsFilipe Manana
2014-09-17btrfs: remove stale define after removing ordered operationsDavid Sterba
2014-09-17Btrfs: improve free space cache management and space allocationFilipe Manana
2014-09-17btrfs: rename total_bytes to avoid confusionAnand Jain
2014-09-17btrfs: fix typo in the log messageAnand Jain
2014-09-17btrfs: rw_devices shouldn't be incremented for seed fs in btrfs_rm_dev_replac...Anand Jain
2014-09-17btrfs: fix memory leak when there is no more seed deviceAnand Jain
2014-09-17btrfs: update sprout seed pointer when seed fs is relinquishedAnand Jain
2014-09-17btrfs: fix rw_devices miss match after seed replaceAnand Jain
2014-09-17btrfs: replace seed device followed by unmount causes kernel WARNINGAnand Jain
2014-09-17btrfs: preparatory to make btrfs_rm_dev_replace_srcdev() seed awareAnand Jain
2014-09-17btrfs: Drop stray check of fixup_workers creationAndrey Utkin
2014-09-17Btrfs: make btrfs_search_forward return with nodes unlockedFilipe Manana
2014-09-17btrfs: sysfs label interface should check for read only FSAnand Jain
2014-09-17btrfs: code optimize: BTRFS_ATTR_RW could set the modeAnand Jain
2014-09-17btrfs: code optimize: BTRFS_ATTR could handle the modeAnand Jain
2014-09-17btrfs: use BTRFS_ATTR instead of btrfs_no_store()Anand Jain
2014-09-17Btrfs: avoid unnecessary switch of path locks to blocking modeFilipe Manana
2014-09-17Btrfs: unlock nodes earlier when inserting items in a btreeFilipe Manana
2014-09-17btrfs: use IS_ALIGNED() for assertion in btrfs_lookup_csums_range() for simpl...Satoru Takeuchi
2014-09-17btrfs: add trace for qgroup accountingMark Fasheh
2014-09-17Btrfs: cleanup unused latest_devid and latest_trans in fs_devicesMiao Xie
2014-09-17Btrfs: update the comment of total_bytes and disk_total_bytes of btrfs_devieMiao Xie
2014-09-17Btrfs: Fix the problem that the dirty flag of dev stats is clearedMiao Xie
2014-09-17Btrfs: make the device lock and its protected data in the same cachelineMiao Xie
2014-09-17Btrfs: fix wrong generation check of super block on a seed deviceMiao Xie
2014-09-17Btrfs: fix wrong fsid check of scrubMiao Xie