summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2015-11-27Btrfs: fix race when listing an inode's xattrsFilipe Manana1-1/+3
2015-11-27Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana1-2/+8
2015-11-27Btrfs: fix race leading to incorrect item deletion when dropping extentsFilipe Manana1-4/+11
2015-11-27Btrfs: fix truncation of compressed and inlined extentsFilipe Manana1-16/+60
2015-11-27Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason5-16/+38
2015-11-27Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana1-33/+155
2015-11-27Btrfs: added helper btrfs_next_item()Jan Schmidt1-0/+7
2015-10-13btrfs: skip waiting on ordered range for special filesJeff Mahoney1-1/+2
2015-10-13Btrfs: fix read corruption of compressed and shared extentsFilipe Manana1-7/+60
2015-08-12Btrfs: fix file corruption after cloning inline extentsFilipe Manana1-0/+14
2015-08-12Btrfs: fix race between caching kthread and returning inode to inode cacheFilipe Manana1-4/+11
2015-08-12Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana1-1/+1
2015-08-07Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana1-0/+5
2015-08-07btrfs: don't accept bare namespace as a valid xattrDavid Sterba1-13/+37
2015-08-07Btrfs: fix log tree corruption when fs mounted with -o discardFilipe Manana1-3/+2
2015-02-20Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana2-10/+6
2014-09-14Btrfs: fix csum tree corruption, duplicate and outdated checksumsFilipe Manana1-1/+1
2014-07-11Btrfs: fix double free in find_lock_delalloc_rangeChris Mason1-0/+1
2014-05-18Btrfs: fix inode caching vs tree logMiao Xie1-16/+2
2014-05-18Btrfs: Don't allocate inode that is already in useStefan Behrens1-1/+1
2014-04-30Btrfs: fix deadlock with nested trans handlesJosef Bacik1-10/+4
2014-04-30Btrfs: skip submitting barrier for missing deviceHidetoshi Seto1-0/+4
2014-04-02Btrfs: setup inode location during btrfs_init_inode_lockedChris Mason1-9/+9
2014-04-02btrfs: restrict snapshotting to own subvolumesDavid Sterba1-5/+10
2014-04-02Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot()Wang Shilong1-1/+1
2013-08-03Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik1-0/+11
2013-08-03Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik1-0/+2
2013-05-30btrfs: don't stop searching after encountering the wrong itemGabriel de Perthuis1-5/+5
2013-04-25Btrfs: fix race between mmap writes and compressionChris Mason3-0/+49
2013-04-25Btrfs: make sure nbytes are right after log replayJosef Bacik1-6/+42
2013-04-10Btrfs: limit the global reserve to 512mbJosef Bacik1-1/+1
2013-03-20btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen1-0/+6
2013-03-20btrfs: Init io_lock after cloning btrfs device structThomas Gleixner1-0/+1
2012-08-02Btrfs: call the ordered free operation without any locks heldChris Mason1-1/+8
2012-08-02mm: compaction: introduce sync-light migration for use by compactionMel Gorman1-2/+3
2012-08-02mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman1-2/+2
2012-07-12Btrfs: run delayed directory updates during log replayChris Mason1-0/+6
2012-05-11btrfs: btrfs_root_readonly() broken on big-endianAl Viro1-1/+1
2011-12-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-5/+7
2011-12-23Btrfs: call d_instantiate after all ops are setupAl Viro1-4/+5
2011-12-23Btrfs: fix worker lock misuse in find_workerChris Mason1-1/+2
2011-12-17Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc...Linus Torvalds13-140/+311
2011-12-16btrfs: lower the dirty balance poll intervalWu Fengguang1-0/+2
2011-12-16Btrfs: unplug every once and a whileChris Mason1-0/+6
2011-12-15Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/jo...Chris Mason11-117/+211
2011-12-15Btrfs: deal with NULL srv_rsv in the delalloc inode reservation codeChris Mason1-2/+2
2011-12-15Btrfs: only set cache_generation if we setup the block groupJosef Bacik1-1/+1
2011-12-15Btrfs: don't panic if orphan item already existsJosef Bacik1-1/+1
2011-12-15Btrfs: fix leaked space in truncateJosef Bacik1-2/+3
2011-12-15Btrfs: fix how we do delalloc reservations and how we free reservations on errorJosef Bacik4-13/+44