summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2014-08-161-44/+15
|\
| * btrfs: disable strict file flushes for renames and truncatesChris Mason2014-08-151-44/+3
| * Btrfs: fix compressed write corruption on enospcLiu Bo2014-08-151-0/+12
* | btrfs: add RENAME_NOREPLACEMiklos Szeredi2014-08-071-1/+11
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-211-11/+30
|\
| * Btrfs: fix broken free space cache after the system crashedMiao Xie2014-06-191-11/+30
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-29/+18
|\ \
| * | btrfs: switch check_direct_IO() to iov_iterAl Viro2014-05-061-25/+15
| * | switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-2/+1
| * | get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-1/+1
| * | pass iov_iter to ->direct_IO()Al Viro2014-05-061-6/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-111-89/+204
|\ \ \ | | |/ | |/|
| * | Btrfs: make fsync work after cloning into a fileFilipe Manana2014-06-091-38/+4
| * | Btrfs: don't release invalid page in btrfs_page_exists_in_range()Filipe Manana2014-06-091-0/+1
| * | Btrfs: make sure we retry if page is a retriable exceptionFilipe Manana2014-06-091-1/+3
| * | Btrfs: make sure we retry if we couldn't get the pageFilipe Manana2014-06-091-1/+3
| * | Btrfs: async delayed refsChris Mason2014-06-091-0/+1
| * | Btrfs: split up __extent_writepage to lower stack usageChris Mason2014-06-091-1/+1
| * | btrfs: Drop EXTENT_UPTODATE check in hole punching and direct lockingAlex Gartrell2014-06-091-4/+68
| * | btrfs: remove stale newlines from log messagesDavid Sterba2014-06-091-2/+2
| * | Btrfs: use helpers for last_trans_log_full_commit instead of opencodeMiao Xie2014-06-091-1/+1
| * | Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie2014-06-091-11/+18
| * | btrfs: remove redundant null check in btrfs_dentry_release()Daeseok Youn2014-06-091-2/+1
| * | Btrfs: implement inode_operations callback tmpfileFilipe Manana2014-06-091-20/+98
| * | btrfs: fix inline compressed read err corruptionZach Brown2014-06-091-10/+5
| |/
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-111-4/+32
|\
| * Btrfs: fix unlock in __start_delalloc_inodes()Wang Shilong2014-04-071-2/+3
| * Btrfs: don't compress for a small writeWang Shilong2014-04-071-0/+8
| * Btrfs: fix snapshot vs nocow writtingWang Shilong2014-04-071-2/+21
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-041-46/+75
|\ \ | |/
| * Btrfs: fix possible empty list access when flushing the delalloc inodesMiao Xie2014-03-101-0/+4
| * Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie2014-03-101-15/+19
| * Btrfs: just do dirty page flush for the inode with compression before direct IOMiao Xie2014-03-101-7/+7
| * btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo2014-03-101-9/+9
| * btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue.Qu Wenruo2014-03-101-4/+4
| * btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.Qu Wenruo2014-03-101-11/+9
| * btrfs: Replace fs_info->flush_workers with btrfs_workqueue.Qu Wenruo2014-03-101-4/+4
| * btrfs: Replace fs_info->delalloc_workers with btrfs_workqueueQu Wenruo2014-03-101-10/+8
| * Btrfs: fix preallocate vs double nocow writeMiao Xie2014-03-101-1/+15
| * Btrfs: avoid warning bomb of btrfs_invalidate_inodesLiu Bo2014-03-101-1/+2
| * Btrfs: skip readonly root for snapshot-aware defragmentWang Shilong2014-03-101-0/+5
| * Btrfs: unlock extent and pages on error in cow_file_rangeJosef Bacik2014-03-101-1/+2
| * Btrfs: balance delayed inode updatesJosef Bacik2014-03-101-0/+4
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-02-161-1/+1
|\ \ | |/
| * Btrfs: unset DCACHE_DISCONNECTED when mounting default subvolJosef Bacik2014-02-141-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-02-041-1/+1
|\ \ | |/
| * Btrfs: disable snapshot aware defrag for nowJosef Bacik2014-02-031-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-01-301-124/+322
|\ \ | |/
OpenPOWER on IntegriCloud