summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
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-09Btrfs: fix btrfs_end_bio to deal with write errors to a single mirrorChris Mason
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-01Btrfs: fix meta data raid-repair merge problemJan Schmidt
2011-11-30Btrfs: skip allocation attempt from empty clusterAlexandre Oliva
2011-11-30Btrfs: skip block groups without enough space for a clusterAlexandre Oliva
2011-11-30Btrfs: start search for new cluster at the beginningAlexandre Oliva
2011-11-30Btrfs: reset cluster's max_size when creating bitmapAlexandre Oliva
2011-11-30Btrfs: initialize new bitmaps' listAlexandre Oliva
2011-11-30Btrfs: fix oops when calling statfs on readonly deviceLi Zefan
2011-11-30Btrfs: Don't error on resizing FS to same sizeMike Fleetwood
2011-11-30Btrfs: fix deadlock on metadata reservation when evicting a inodeMiao Xie
2011-11-30btrfs scrub: handle -ENOMEM from init_ipath()Dan Carpenter
2011-11-21Btrfs: remove free-space-cache.c WARN during log replayChris Mason
2011-11-20Btrfs: sectorsize align offsets in fiemapJosef Bacik
2011-11-20Btrfs: clear pages dirty for io and set them extent mappedJosef Bacik
2011-11-20Btrfs: wait on caching if we're loading the free space cacheJosef Bacik
2011-11-20Btrfs: prefix resize related printks with btrfs:Arnd Hannemann
2011-11-20btrfs: fix stat blocks accountingDavid Sterba
2011-11-20Btrfs: avoid unnecessary bitmap search for cluster setupLi Zefan
2011-11-20Btrfs: fix to search one more bitmap for cluster setupLi Zefan
2011-11-20btrfs: mirror_num should be int, not u64Jan Schmidt
2011-11-20btrfs: Fix up 32/64-bit compatibility for new ioctlsJeff Mahoney
2011-11-20Btrfs: fix barrier flushesChris Mason
2011-11-15Btrfs: fix tree corruption after multi-thread snapshots and inode_cache flushLiu Bo
2011-11-11btrfs: rename the option to nospace_cacheDavid Sterba
2011-11-11Btrfs: handle bio_add_page failure gracefully in scrubArne Jansen
2011-11-10Btrfs: fix deadlock caused by the race between relocationMiao Xie
2011-11-10Btrfs: only map pages if we know we need them when reading the space cacheJosef Bacik
2011-11-10Btrfs: fix orphan backref nodesMiao Xie
2011-11-10Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}Miao Xie
2011-11-10Btrfs: fix unreleased path in btrfs_orphan_cleanup()Miao Xie
2011-11-10Btrfs: fix no reserved space for writing out inode cacheMiao Xie
2011-11-10Btrfs: fix nocow when deleting the itemMiao Xie
2011-11-10Merge branch 'mount-fixes' of git://github.com/idryomov/btrfs-unstable into i...Chris Mason
2011-11-10Btrfs: tweak the delayed inode reservations againChris Mason
2011-11-09Btrfs: rework error handling in btrfs_mount()Ilya Dryomov
2011-11-09Btrfs: close devices on all error paths in open_ctree()Ilya Dryomov
2011-11-09Btrfs: avoid null dereference and leaks when bailing from open_ctree()Ilya Dryomov
2011-11-09Btrfs: fix subvol_name leak on error in btrfs_mount()Ilya Dryomov
2011-11-09Btrfs: fix memory leak in btrfs_parse_early_options()Ilya Dryomov
2011-11-08Btrfs: fix our reservations for updating an inode when completing ioJosef Bacik
2011-11-08Btrfs: fix oops on NULL trans handle in btrfs_truncateChris Mason