summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* new helper: mount_subtree()Al Viro2011-11-171-29/+6Star
* switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfsAl Viro2011-11-161-3/+1Star
* btrfs: fix double mntput() in mount_subvol()Al Viro2011-11-161-1/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-11-1212-145/+262
|\
| * btrfs: rename the option to nospace_cacheDavid Sterba2011-11-111-2/+2
| * Btrfs: handle bio_add_page failure gracefully in scrubArne Jansen2011-11-111-35/+29Star
| * Btrfs: fix deadlock caused by the race between relocationMiao Xie2011-11-111-2/+2
| * Btrfs: only map pages if we know we need them when reading the space cacheJosef Bacik2011-11-111-7/+10
| * Btrfs: fix orphan backref nodesMiao Xie2011-11-111-0/+2
| * Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}Miao Xie2011-11-111-16/+12Star
| * Btrfs: fix unreleased path in btrfs_orphan_cleanup()Miao Xie2011-11-111-0/+3
| * Btrfs: fix no reserved space for writing out inode cacheMiao Xie2011-11-111-4/+24
| * Btrfs: fix nocow when deleting the itemMiao Xie2011-11-111-1/+4
| * Merge branch 'mount-fixes' of git://github.com/idryomov/btrfs-unstable into i...Chris Mason2011-11-112-46/+43Star
| |\
| | * Btrfs: rework error handling in btrfs_mount()Ilya Dryomov2011-11-091-21/+21
| | * Btrfs: close devices on all error paths in open_ctree()Ilya Dryomov2011-11-091-4/+3Star
| | * Btrfs: avoid null dereference and leaks when bailing from open_ctree()Ilya Dryomov2011-11-091-20/+15Star
| | * Btrfs: fix subvol_name leak on error in btrfs_mount()Ilya Dryomov2011-11-091-1/+3
| | * Btrfs: fix memory leak in btrfs_parse_early_options()Ilya Dryomov2011-11-091-0/+1
| * | Btrfs: tweak the delayed inode reservations againChris Mason2011-11-112-26/+47
| |/
| * Btrfs: fix our reservations for updating an inode when completing ioJosef Bacik2011-11-084-9/+83
| * Btrfs: fix oops on NULL trans handle in btrfs_truncateChris Mason2011-11-081-7/+9
| * btrfs: fix double-free 'tree_root' in 'btrfs_mount()'slyich@gmail.com2011-11-071-3/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-11-0731-1603/+5423
|\|
| * Btrfs: check for a null fs root when writing to the backup root logChris Mason2011-11-071-3/+10
| * Btrfs: fix race during transaction joinsChris Mason2011-11-061-5/+8
| * Btrfs: fix a potential btrfs_bio leak on scrub fixupsIlya Dryomov2011-11-061-0/+1
| * Btrfs: rename btrfs_bio multi -> bbio for consistencyIlya Dryomov2011-11-061-15/+15
| * Btrfs: stop leaking btrfs_bios on readaheadIlya Dryomov2011-11-061-0/+2
| * Btrfs: stop the readahead threads on failed mountChris Mason2011-11-061-0/+1
| * Btrfs: fix extent_buffer leak in the metadata IO error handlingChris Mason2011-11-061-0/+1
| * Btrfs: fix the new inspection ioctls for 32 bit compatChris Mason2011-11-064-16/+15Star
| * Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason2011-11-0614-280/+1930
| |\
| | * btrfs: integrating raid-repair and scrub-fixup-nodatasumJan Schmidt2011-09-291-25/+67
| | * btrfs: Moved repair code from inode.c to extent_io.cJan Schmidt2011-09-293-159/+393
| | * btrfs: Put mirror_num in bi_bdevJan Schmidt2011-09-291-0/+2
| | * btrfs: Do not use bio->bi_bdev after submissionJan Schmidt2011-09-291-1/+1
| | * btrfs: btrfs_multi_bio replaced with btrfs_bioJan Schmidt2011-09-294-78/+90
| | * btrfs: new ioctls to do logical->inode and inode->path resolvingJan Schmidt2011-09-292-0/+162
| | * btrfs scrub: add fixup code for errors on nodatasum filesJan Schmidt2011-09-292-6/+183
| | * btrfs scrub: use int for mirror_num, not u64Jan Schmidt2011-09-291-4/+4
| | * btrfs: add mirror_num to extent_read_full_pageJan Schmidt2011-09-294-6/+6
| | * btrfs scrub: bugfix: mirror_num off by oneJan Schmidt2011-09-291-6/+6
| | * btrfs scrub: print paths of corrupted filesJan Schmidt2011-09-291-6/+163
| | * btrfs scrub: added unverified_errorsJan Schmidt2011-09-291-11/+26
| | * btrfs: added helper functions to iterate backrefsJan Schmidt2011-09-294-1/+851
| * | Merge branch 'for-chris' of git://github.com/sensille/linux into integrationChris Mason2011-11-0610-70/+1130
| |\ \
| | * | btrfs: use readahead API for scrubArne Jansen2011-10-021-62/+50Star
| | * | btrfs: hooks for readaheadArne Jansen2011-10-022-1/+38
| | * | btrfs: initial readahead code and prototypesArne Jansen2011-10-023-1/+967