summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2014-09-13Btrfs: fix csum tree corruption, duplicate and outdated checksumsFilipe Manana
2014-07-11Btrfs: fix double free in find_lock_delalloc_rangeChris Mason
2014-05-18Btrfs: fix inode caching vs tree logMiao Xie
2014-05-18Btrfs: Don't allocate inode that is already in useStefan Behrens
2014-04-30Btrfs: fix deadlock with nested trans handlesJosef Bacik
2014-04-30Btrfs: skip submitting barrier for missing deviceHidetoshi Seto
2014-04-02Btrfs: setup inode location during btrfs_init_inode_lockedChris Mason
2014-04-02btrfs: restrict snapshotting to own subvolumesDavid Sterba
2014-04-02Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot()Wang Shilong
2013-08-02Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik
2013-08-02Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik
2013-05-30btrfs: don't stop searching after encountering the wrong itemGabriel de Perthuis
2013-04-25Btrfs: fix race between mmap writes and compressionChris Mason
2013-04-25Btrfs: make sure nbytes are right after log replayJosef Bacik
2013-04-10Btrfs: limit the global reserve to 512mbJosef Bacik
2013-03-20btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen
2013-03-20btrfs: Init io_lock after cloning btrfs device structThomas Gleixner
2012-08-02Btrfs: call the ordered free operation without any locks heldChris Mason
2012-08-02mm: compaction: introduce sync-light migration for use by compactionMel Gorman
2012-08-02mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman
2012-07-12Btrfs: run delayed directory updates during log replayChris Mason
2012-05-11btrfs: btrfs_root_readonly() broken on big-endianAl Viro
2011-12-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-12-23Btrfs: call d_instantiate after all ops are setupAl Viro
2011-12-23Btrfs: fix worker lock misuse in find_workerChris Mason
2011-12-16Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc...Linus Torvalds
2011-12-16btrfs: lower the dirty balance poll intervalWu Fengguang
2011-12-15Btrfs: unplug every once and a whileChris Mason
2011-12-15Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/jo...Chris Mason
2011-12-15Btrfs: deal with NULL srv_rsv in the delalloc inode reservation codeChris Mason
2011-12-15Btrfs: only set cache_generation if we setup the block groupJosef Bacik
2011-12-15Btrfs: don't panic if orphan item already existsJosef Bacik
2011-12-15Btrfs: fix leaked space in truncateJosef Bacik
2011-12-15Btrfs: fix how we do delalloc reservations and how we free reservations on errorJosef Bacik
2011-12-15Btrfs: deal with enospc from dirtying inodes properlyJosef Bacik
2011-12-15Btrfs: fix num_workers_starting bug and other bugs in async threadJosef Bacik
2011-12-15BTRFS: Establish i_ops before calling d_instantiateCasey Schaufler
2011-12-15Btrfs: add a cond_resched() into the worker loopChris Mason
2011-12-15Btrfs: fix ctime update of on-disk inodeLi Zefan
2011-12-15btrfs: keep orphans for subvolume deletionArne Jansen
2011-12-15Btrfs: fix inaccurate available space on raid0 profileMiao Xie
2011-12-15Btrfs: fix wrong disk space information of the filesMiao Xie
2011-12-15Btrfs: fix wrong i_size when truncating a file to a larger sizeMiao Xie
2011-12-09Btrfs: fix btrfs_end_bio to deal with write errors to a single mirrorChris Mason
2011-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-12-08Btrfs: drop spin lock when memory alloc failsLiu Bo
2011-12-08Btrfs: check if the to-be-added device is writableLi Zefan
2011-12-08Btrfs: try cluster but don't advance in search listAlexandre Oliva
2011-12-07Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZEAlexandre Oliva
2011-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds