summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba2014-10-021-2/+2
* Btrfs: fix data corruption after fast fsync and writeback errorFilipe Manana2014-09-191-0/+19
* Btrfs: fix fsync race leading to invalid data after log replayFilipe Manana2014-09-191-15/+63
* Btrfs: fix up bounds checking in lseekLiu Bo2014-09-171-10/+15
* btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba2014-09-171-11/+8Star
* btrfs: use nodesize everywhere, kill leafsizeDavid Sterba2014-09-171-1/+1
* btrfs: kill the key type accessor helpersDavid Sterba2014-09-171-2/+2
* Btrfs: fix fsync data loss after a ranged fsyncFilipe Manana2014-09-081-1/+1
* Btrfs: fix filemap_flush call in btrfs_file_releaseChris Mason2014-08-211-1/+9
* btrfs: Use right extent length when inserting overlap extent map.Qu Wenruo2014-08-211-2/+2
* Btrfs: fill_holes: Fix slot number passed to hole_mergeable() call.chandan2014-08-191-2/+1Star
* btrfs: disable strict file flushes for renames and truncatesChris Mason2014-08-151-25/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-33/+18Star
|\
| * btrfs: switch to ->write_iter()Al Viro2014-05-061-14/+10Star
| * switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
| * iov_iter_truncate()Al Viro2014-05-061-9/+8Star
| * start adding the tag to iov_iterAl Viro2014-05-061-1/+1
| * kill generic_segment_checks()Al Viro2014-05-061-6/+1Star
| * __btrfs_direct_write(): switch to iov_iterAl Viro2014-05-061-11/+8Star
| * generic_file_direct_write(): switch to iov_iterAl Viro2014-05-061-4/+2Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-111-23/+129
|\ \
| * | Btrfs: fix transaction leak during fsync callFilipe Manana2014-06-101-1/+3
| * | btrfs: Avoid trucating page or punching hole in a already existed hole.Qu Wenruo2014-06-101-14/+98
| * | btrfs: Drop EXTENT_UPTODATE check in hole punching and direct lockingAlex Gartrell2014-06-101-3/+1Star
| * | Btrfs: rework qgroup accountingJosef Bacik2014-06-101-2/+3
| * | Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie2014-06-101-1/+3
| * | Btrfs: fix leaf corruption caused by ENOSPC while hole punchingFilipe Manana2014-06-101-1/+19
| * | Btrfs: read inode size after acquiring the mutex when punching a holeFilipe Manana2014-06-101-1/+2
| |/
* / mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2014-06-051-2/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-271-4/+4
|\
| * btrfs: replace error code from btrfs_drop_extentsDavid Sterba2014-04-251-3/+3
| * btrfs: Change the hole range to a more accurate value.Qu Wenruo2014-04-251-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-11/+5Star
|\ \
| * | generic_file_direct_write(): get rid of ppos argumentAl Viro2014-04-021-1/+1
| * | btrfs_file_aio_write(): get rid of pposAl Viro2014-04-021-6/+5Star
| * | callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro2014-04-021-5/+0Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-111-1/+4
|\ \ \ | | |/ | |/|
| * | btrfs: Change the expanding write sequence to fix snapshot related bug.Qu Wenruo2014-04-071-1/+4
* | | mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-081-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-051-60/+98
|\| |
| * | Btrfs: fix a crash of clone with inline extents's splitLiu Bo2014-03-221-3/+12
| * | Btrfs: remove the unnecessary flush when preparing the pagesMiao Xie2014-03-101-8/+5Star
| * | Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolumeMiao Xie2014-03-101-4/+17
| * | Btrfs: fix preallocate vs double nocow writeMiao Xie2014-03-101-7/+2Star
| * | Btrfs: fix wrong lock range and write size in check_can_nocow()Miao Xie2014-03-101-2/+3
| * | Btrfs: more efficient btrfs_drop_extent_cacheFilipe Manana2014-03-101-5/+11
| * | Btrfs: don't insert useless holes when punching beyond the inode's sizeFilipe Manana2014-03-101-11/+17
| * | Btrfs: fix skipped error handle when log sync failedMiao Xie2014-03-101-3/+6
| * | Btrfs: faster/more efficient insertion of file extent itemsFilipe David Borba Manana2014-03-101-22/+30
| |/
* / fs/direct-io.c: remove some left over checksDan Carpenter2014-04-041-1/+1
|/