aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-04-27Btrfs: reduce lock contention during extent insertionChris Mason
2012-04-27Btrfs: avoid deadlocks from GFP_KERNEL allocations during btrfs_real_readdirChris Mason
2012-04-27Btrfs: Fix space checking during fs resizeDaniel J Blueman
2012-04-27Btrfs: fix block_rsv and space_info lock orderingStefan Behrens
2012-04-27Btrfs: Prevent root_list corruptionDaniel J Blueman
2012-04-27Btrfs: fix repair code for RAID10Jan Schmidt
2012-04-27Btrfs: do not start delalloc inodes during syncJosef Bacik
2012-04-18Btrfs: fix that check_int_data mount option was ignoredStefan Behrens
2012-04-18Btrfs: don't count CRC or header errors twice while scrubbingStefan Behrens
2012-04-18Btrfs: fix btrfs_ioctl_dev_info() crash on missing deviceStefan Behrens
2012-04-18btrfs: don't return EINTRArne Jansen
2012-04-18Btrfs: double unlock bug in error handlingDan Carpenter
2012-04-18Btrfs: always store the mirror we read the eb fromJosef Bacik
2012-04-18fs/btrfs/volumes.c: add missing free_fs_devicesJulia Lawall
2012-04-18btrfs: fix early abort in 'remount'Sergei Trofimovich
2012-04-18Btrfs: fix max chunk size check in chunk allocatorIlya Dryomov
2012-04-18Btrfs: add missing read locks in backref.cJan Schmidt
2012-04-18Btrfs: don't call free_extent_buffer twice in iterate_irefsJan Schmidt
2012-04-18Btrfs: Make free_ipath() deal gracefully with NULL pointersJesper Juhl
2012-04-18Btrfs: avoid possible use-after-free in clear_extent_bit()Li Zefan
2012-04-18Btrfs: retrurn void from clear_state_bitLi Zefan
2012-04-18btrfs: add missing unlocks to transaction abort pathsDavid Sterba
2012-04-18Btrfs: do not mount when we have a sectorsize unequal to PAGE_SIZELiu Bo
2012-04-18btrfs: don't add both copies of DUP to reada extent treeArne Jansen
2012-04-18btrfs: fix race in readaArne Jansen
2012-04-18Btrfs: avoid setting ->d_op twiceLi Zefan
2012-04-12Btrfs: use commit root when loading free space cacheJosef Bacik
2012-04-12Btrfs: fix use-after-free in __btrfs_end_transactionDave Jones
2012-04-12Btrfs: check return value of bio_alloc() properlyTsutomu Itoh
2012-04-12Btrfs: remove lock assert from get_restripe_target()Ilya Dryomov
2012-04-12Btrfs: fix eof while discarding extentsLiu Bo
2012-04-12Btrfs: fix uninit variable in repair_eb_io_failureChris Mason
2012-04-12Revert "Btrfs: increase the global block reserve estimates"Chris Mason
2012-03-29Btrfs: update the checks for mixed block groups with big metadata blocksChris Mason
2012-03-29Btrfs: update to the right index of defragmentLiu Bo
2012-03-29Btrfs: do not bother to defrag an extent if it is a big real extentLiu Bo
2012-03-29Btrfs: add a check to decide if we should defrag the rangeLiu Bo
2012-03-29Btrfs: fix recursive defragment with autodefrag optionLiu Bo
2012-03-29Btrfs: fix the mismatch of page->mappingLiu Bo
2012-03-29Btrfs: fix race between direct io and autodefragLiu Bo
2012-03-29Btrfs: fix deadlock during allocating chunksLiu Bo
2012-03-29Btrfs: show useful info in space reservation tracepointLiu Bo
2012-03-28Btrfs: don't use crc items bigger than 4KBChris Mason
2012-03-28Btrfs: flush out and clean up any block device pages during mountChris Mason
2012-03-28Merge git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason
2012-03-28Merge branch 'for-chris' of git://github.com/idryomov/btrfs-unstable into for...Chris Mason
2012-03-28Merge branch 'error-handling' into for-linusChris Mason
2012-03-28btrfs: disallow unequal data/metadata blocksize for mixed block groupsDavid Sterba
2012-03-28Btrfs: enhance superblock sanity checksDavid Sterba
2012-03-27Btrfs: change scrub to support big blocksStefan Behrens