summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-12-02Btrfs: make get_caching_control unconditionally return the ctlJosef Bacik1-6/+4
2014-12-02Btrfs: fix unprotected deletion from pending_chunks listFilipe Manana1-1/+7
2014-12-02Btrfs: fix fs mapping extent map leakFilipe Manana2-0/+6
2014-12-02Btrfs: fix memory leak after block remove + trimmingFilipe Manana1-0/+6
2014-12-02Btrfs: make btrfs_abort_transaction consider existence of new block groupsFilipe Manana2-3/+4
2014-12-02Btrfs: fix race between writing free space cache and trimmingFilipe Manana3-6/+71
2014-12-02Btrfs: fix race between fs trimming and block group remove/allocationFilipe Manana6-21/+140
2014-12-02Btrfs: fix freeing used extents after removing empty block groupFilipe Manana1-11/+10
2014-12-02Btrfs: fix crash caused by block group removalFilipe Manana2-0/+28
2014-12-02Btrfs: fix invalid block group rbtree access after bg is removedFilipe Manana1-0/+13
2014-11-25Btrfs: fix snapshot inconsistency after a file write followed by truncateFilipe Manana5-24/+60
2014-11-25Btrfs: ensure send always works on roots without orphansFilipe Manana2-29/+49
2014-11-25Btrfs: fix freeing used extent after removing empty block groupFilipe Manana1-2/+11
2014-11-25Btrfs: include vmalloc.h in check-integrity.cChris Mason1-0/+1
2014-11-25btrfs: Fix a lockdep warning when running xfstest.Qu Wenruo3-9/+18
2014-11-25Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason7-37/+115
2014-11-21Btrfs: ensure ordered extent errors aren't missed on fsyncFilipe Manana3-0/+37
2014-11-21Btrfs: collect only the necessary ordered extents on ranged fsyncFilipe Manana3-5/+17
2014-11-21Btrfs: don't ignore log btree writeback errorsFilipe Manana1-6/+15
2014-11-21Btrfs: do not move em to modified list when unpinningJosef Bacik1-2/+0
2014-11-21Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik6-6/+72
2014-11-20Btrfs: make sure we wait on logged extents when fsycning two subvolsJosef Bacik1-1/+1
2014-11-20btrfs: fix wrong accounting of raid1 data profile in statfsDavid Sterba1-1/+1
2014-11-20btrfs: fix dead lock while running replace and defrag concurrentlyGui Hecheng1-30/+60
2014-11-20Btrfs: make xattr replace operations atomicFilipe Manana4-65/+102
2014-11-20Btrfs: avoid premature -ENOMEM in clear_extent_bit()Filipe Manana1-2/+7
2014-11-20Btrfs: don't take the chunk_mutex/dev_list mutex in statfs V2Josef Bacik1-25/+47
2014-11-20Btrfs: move read only block groups onto their own list V2Josef Bacik2-23/+17
2014-11-20btrfs: fix typos in btrfs_check_super_validDavid Sterba1-4/+4
2014-11-20Btrfs: check-int: don't complain about balanced blocksStefan Behrens1-38/+42
2014-11-20Btrfs: check_int: use the known block locationStefan Behrens1-55/+11
2014-11-20Btrfs: avoid returning -ENOMEM in convert_extent_bit() too earlyFilipe Manana1-1/+10
2014-11-20Btrfs: make find_first_extent_bit be able to cache any stateFilipe Manana2-4/+15
2014-11-20Btrfs: deal with convert_extent_bit errors to avoid fs corruptionFilipe Manana2-18/+76
2014-11-20Btrfs: return failure if btrfs_dev_replace_finishing() failedEryu Guan1-3/+9
2014-11-20Btrfs: fix allocationg memory failure for btrfsic_state structureShilong Wang1-5/+11
2014-11-20Btrfs: report error after failure inlining extent in compressed write pathFilipe Manana1-0/+4
2014-11-20Btrfs: add helper btrfs_fdatawrite_rangeFilipe Manana4-39/+34
2014-11-20Btrfs: correctly flush compressed data before/after direct IOFilipe Manana2-4/+24
2014-11-20Btrfs: make inode.c:compress_file_range() return voidFilipe Manana1-5/+2
2014-11-20Btrfs: fix incorrect compression ratio detectionShilong Wang1-8/+8
2014-11-20Btrfs: don't ignore compressed bio write errorsFilipe Manana1-6/+12
2014-11-20Btrfs: make inode.c:submit_compressed_extents() return voidFilipe Manana1-5/+2
2014-11-20Btrfs: process all async extents on compressed write failureFilipe Manana1-5/+1
2014-11-20Btrfs: don't leak pages and memory on compressed write errorFilipe Manana1-9/+19
2014-11-20Btrfs: fix hang on compressed write errorFilipe Manana1-0/+14
2014-11-20Btrfs: set page and mapping error on compressed write failureFilipe Manana3-1/+8
2014-11-15Merge tag 'nfs-for-3.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds11-64/+83
2014-11-13Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds5-25/+67
2014-11-13fanotify: fix notification of groups with inode & mount marksJan Kara5-25/+67