summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
* | | Btrfs: avoid I/O repair BUG() from btree_read_extent_buffer_pages()Stefan Behrens2012-07-231-1/+1
* | | Btrfs: rework shrink_delallocJosef Bacik2012-07-231-57/+24
* | | Btrfs: do not set subvolume flags in readonly modeLiu Bo2012-07-231-14/+28
* | | Btrfs: use mnt_want_write_file instead of mnt_want_writeLiu Bo2012-07-231-2/+2
* | | Btrfs: remove redundant r/o check for superblockLiu Bo2012-07-231-7/+0
* | | Btrfs: check write access to mount earlier while creating snapshotsLiu Bo2012-07-231-11/+11
* | | Btrfs: fix typo in cow_file_range_async and async_cow_submitLiu Bo2012-07-231-2/+2
* | | Btrfs: change how we indicate we're adding csumsJosef Bacik2012-07-234-15/+18
* | | Btrfs: return error of btrfs_update_inode() to callerTsutomu Itoh2012-07-232-3/+3
* | | Btrfs: fix error handling in __add_reloc_root()Dan Carpenter2012-07-231-1/+2
* | | Btrfs: do not ignore errors from btrfs_cleanup_fs_roots() when mountingIlya Dryomov2012-07-231-2/+2
* | | Btrfs: do not return EINVAL instead of ENOMEM from open_ctree()Ilya Dryomov2012-07-231-1/+1
* | | Btrfs: add DEVICE_READY ioctlJosef Bacik2012-07-234-2/+18
* | | Btrfs: flush delayed inodes if we're short on spaceJosef Bacik2012-07-233-38/+83
* | | btrfs: join DEV_STATS ioctls to oneDavid Sterba2012-07-234-15/+15
* | | btrfs: ignore unfragmented file checks in defrag when compression enabled - r...Andrew Mahone2012-07-231-3/+5
* | | Btrfs: small naming cleanup in join_transaction()Dan Carpenter2012-07-231-2/+2
* | | Btrfs: don't update atime on RO subvolumesAlexander Block2012-07-231-0/+5
* | | Btrfs: allow mount -o remount,compress=noArnd Hannemann2012-07-231-1/+8
* | | Btrfs: remove ->dirty_inodeJosef Bacik2012-07-231-11/+0
* | | Btrfs: reduce calls to wake_up on uncontended locksChris Mason2012-07-231-5/+9
* | | Btrfs: don't wait around for new log writers on an SSDChris Mason2012-07-231-1/+2
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-07-0513-201/+258
|\|
| * Btrfs: run delayed directory updates during log replayChris Mason2012-07-021-0/+6
| * Btrfs: hold a ref on the inode during writepagesJosef Bacik2012-07-021-0/+14
| * Btrfs: fix tree log remove space corner caseJosef Bacik2012-07-021-93/+52
| * Btrfs: fix wrong check during log recoveryLiu Bo2012-07-021-1/+1
| * Btrfs: use _IOR for BTRFS_IOC_SUBVOL_GETFLAGSAlexander Block2012-07-021-1/+1
| * Btrfs: resume balance on rw (re)mounts properlyIlya Dryomov2012-07-024-18/+47
| * Btrfs: restore restriper state on all mountsIlya Dryomov2012-07-023-25/+26
| * Btrfs: fix dio write vs buffered read raceJosef Bacik2012-07-022-18/+50
| * Btrfs: don't count I/O statistic read errors for missing devicesStefan Behrens2012-07-021-10/+12
| * Btrfs: resolve tree mod log locking issue in btrfs_next_leafJan Schmidt2012-06-271-0/+12
| * Btrfs: fix tree mod log rewind of ADD operationsJan Schmidt2012-06-271-5/+1
| * Btrfs: leave critical region in btrfs_find_all_roots as soon as possibleJan Schmidt2012-06-271-2/+1
| * Btrfs: always put insert_ptr modifications into the tree mod logJan Schmidt2012-06-271-7/+7
| * Btrfs: fix tree mod log for root replacements at leaf levelJan Schmidt2012-06-271-13/+15
| * Btrfs: support root level changes in __resolve_indirect_refJan Schmidt2012-06-271-4/+8
| * Btrfs: avoid waiting for delayed refs when we must notJan Schmidt2012-06-271-5/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-06-214-46/+62
|\|
| * Btrfs: delay iput with async extentsJosef Bacik2012-06-211-2/+2
| * Btrfs: add a missing spin_lockJosef Bacik2012-06-211-0/+1
| * Btrfs: don't assume to be on the correct extent in add_all_parentsAlexander Block2012-06-211-42/+52
| * Btrfs: introduce btrfs_next_old_itemAlexander Block2012-06-211-2/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-06-162-2/+3
|\|
| * Btrfs: cast devid to unsigned long long for printk %lluChris Mason2012-06-151-1/+2
| * Btrfs: init old_generation in get_old_rootChris Mason2012-06-151-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-06-1518-189/+476
|\|
| * Btrfs: destroy the items of the delayed inodes in error handling routineMiao Xie2012-06-153-0/+27
| * Btrfs: make sure that we've made everything in pinned tree cleanLiu Bo2012-06-151-0/+11