summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Btrfs: do not abort transaction in prealloc caseLiu Bo2012-07-231-1/+5
| * | | | Btrfs: kill root from btrfs_is_free_space_inodeLiu Bo2012-07-234-15/+16
| * | | | Btrfs: fix btrfs_is_free_space_inode to recognize btree inodeLiu Bo2012-07-231-2/+4
| * | | | 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/+24Star
| * | | | 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/+0Star
| * | | | 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/+0Star
| * | | | 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/jik...Linus Torvalds2012-07-241-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Btrfs: fix typo in convert_extent_bitLiu Bo2012-07-121-1/+2
* | | | btrfs: switch btrfs_ioctl_balance() to mnt_want_write_file()Al Viro2012-07-221-2/+2
* | | | VFS: Pass mount flags to sget()David Howells2012-07-141-2/+2
* | | | don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* | | | stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* | | | vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-141-1/+1
| |/ / |/| |
* | | 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/+52Star
| * | 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/+1Star
| * | Btrfs: leave critical region in btrfs_find_all_roots as soon as possibleJan Schmidt2012-06-271-2/+1Star
| * | 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
|\| |