summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-09-121-71/+120
|\
| * Btrfs: use insert_inode_locked4 for inode creationChris Mason2014-09-081-67/+109
| * Btrfs: fix crash while doing a ranged fsyncFilipe Manana2014-09-021-1/+2
| * Btrfs: fix corruption after write/fsync failure + fsync + log recoveryFilipe Manana2014-09-021-3/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-08-271-20/+89
|\ \ | |/
| * Btrfs: fix task hang under heavy compressed writeLiu Bo2014-08-241-12/+23
| * btrfs: Use right extent length when inserting overlap extent map.Qu Wenruo2014-08-211-4/+3
| * Btrfs: don't monopolize a core when evicting inodeFilipe Manana2014-08-211-0/+6
| * Btrfs: ensure tmpfile inode is always persisted with link count of 0Filipe Manana2014-08-211-0/+15
| * Btrfs: race free update of commit root for ro snapshotsFilipe Manana2014-08-211-0/+36
| * Btrfs: fix wrong extent mapping for DirectIOWang Shilong2014-08-191-0/+2
| * Btrfs: fix wrong write range for filemap_fdatawrite_range()Wang Shilong2014-08-191-1/+2
| * Btrfs: fix put dio bio twice when we submit dio bio failMiao Xie2014-08-191-3/+2
* | 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
OpenPOWER on IntegriCloud