aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon
2013-02-22new helper: file_inode(file)Al Viro
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-02-06Btrfs: move d_instantiate outside the transaction during mksubvolChris Mason
2013-02-06Btrfs: fix EDQUOT handling in btrfs_delalloc_reserve_metadataJan Schmidt
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git for-...Chris Mason
2013-02-05Btrfs: fix possible stale data exposureJosef Bacik
2013-02-05Btrfs: fix missing i_size updateJosef Bacik
2013-02-05Btrfs: fix race between snapshot deletion and getting inodeLiu Bo
2013-02-05Btrfs: fix missing release of the space/qgroup reservation in start_transacti...Miao Xie
2013-02-05Btrfs: fix wrong sync_writers decrement in btrfs_file_aio_write()Miao Xie
2013-02-05Btrfs: do not merge logged extents if we've removed them from the treeJosef Bacik
2013-02-01btrfs: don't try to notify udev about missing devicesEric Sandeen
2013-01-29Merge branch 'master' into for-nextJiri Kosina
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman
2013-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-01-24Btrfs: fix repeated delalloc work allocationMiao Xie
2013-01-24Btrfs: fix wrong max device number for single profileMiao Xie
2013-01-24Btrfs: fix missed transaction->aborted checkMiao Xie
2013-01-24Btrfs: Add ACCESS_ONCE() to transaction->abort accessesMiao Xie
2013-01-24Btrfs: put csums on the right ordered extentJosef Bacik
2013-01-24Btrfs: use right range to find checksum for compressed extentsLiu Bo
2013-01-24Btrfs: fix panic when recovering tree logJosef Bacik
2013-01-24Btrfs: do not allow logged extents to be merged or removedJosef Bacik
2013-01-21Btrfs: fix a regression in balance usage filterIlya Dryomov
2013-01-21Merge branch 'mutex-ops@next-for-chris' of git://github.com/idryomov/btrfs-un...Chris Mason
2013-01-21Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason
2013-01-21Btrfs: prevent qgroup destroy when there are still relationsArne Jansen
2013-01-21Btrfs: ignore orphan qgroup relationsArne Jansen
2013-01-21fs/btrfs: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-20Btrfs: reorder locks and sanity checks in btrfs_ioctl_defragIlya Dryomov
2013-01-20Btrfs: fix unlock order in btrfs_ioctl_rm_devIlya Dryomov
2013-01-20Btrfs: fix unlock order in btrfs_ioctl_resizeIlya Dryomov
2013-01-20Btrfs: fix "mutually exclusive op is running" error codeIlya Dryomov
2013-01-20Btrfs: bring back balance pause/resume logicIlya Dryomov
2013-01-14btrfs: update timestamps on truncate()Eric Sandeen
2013-01-14btrfs: fix btrfs_cont_expand() freeing IS_ERR emZach Brown
2013-01-14Btrfs: fix a bug when llseek for delalloc bytes behind prealloc extentsLiu Bo
2013-01-14Btrfs: fix off-by-one in lseekLiu Bo
2013-01-14Btrfs: reset path lock state to zeroLiu Bo
2013-01-14Btrfs: let allocation start from the right raid typeLiu Bo
2013-01-14Btrfs: add orphan before truncating pagecacheJosef Bacik
2013-01-14Btrfs: set flushing if we're limited flushingJosef Bacik
2013-01-14Btrfs: fix missing write access release in btrfs_ioctl_resize()Miao Xie
2013-01-14Btrfs: fix resize a readonly deviceMiao Xie
2013-01-14Btrfs: do not delete a subvolume which is in a R/O subvolumeMiao Xie
2013-01-14Btrfs: disable qgroup id 0Miao Xie