aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-03-06
|\
| * Btrfs: fix data loss in the fast fsync pathFilipe Manana2015-03-05
| * Btrfs: add missing inode update when punching holeFilipe Manana2015-03-02
* | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-12
|\ \
| * | fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-20
| |/
* / mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-10
|/
* Btrfs: fix snapshot inconsistency after a file write followed by truncateFilipe Manana2014-11-25
* Btrfs: add helper btrfs_fdatawrite_rangeFilipe Manana2014-11-20
* Btrfs: correctly flush compressed data before/after direct IOFilipe Manana2014-11-20
* btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba2014-10-02
* Btrfs: fix data corruption after fast fsync and writeback errorFilipe Manana2014-09-19
* Btrfs: fix fsync race leading to invalid data after log replayFilipe Manana2014-09-19
* Btrfs: fix up bounds checking in lseekLiu Bo2014-09-17
* btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba2014-09-17
* btrfs: use nodesize everywhere, kill leafsizeDavid Sterba2014-09-17
* btrfs: kill the key type accessor helpersDavid Sterba2014-09-17
* Btrfs: fix fsync data loss after a ranged fsyncFilipe Manana2014-09-08
* Btrfs: fix filemap_flush call in btrfs_file_releaseChris Mason2014-08-21
* btrfs: Use right extent length when inserting overlap extent map.Qu Wenruo2014-08-21
* Btrfs: fill_holes: Fix slot number passed to hole_mergeable() call.chandan2014-08-19
* btrfs: disable strict file flushes for renames and truncatesChris Mason2014-08-15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-12
|\
| * btrfs: switch to ->write_iter()Al Viro2014-05-06
| * switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-06
| * iov_iter_truncate()Al Viro2014-05-06
| * start adding the tag to iov_iterAl Viro2014-05-06
| * kill generic_segment_checks()Al Viro2014-05-06
| * __btrfs_direct_write(): switch to iov_iterAl Viro2014-05-06
| * generic_file_direct_write(): switch to iov_iterAl Viro2014-05-06
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-11
|\ \
| * | Btrfs: fix transaction leak during fsync callFilipe Manana2014-06-09
| * | btrfs: Avoid trucating page or punching hole in a already existed hole.Qu Wenruo2014-06-09
| * | btrfs: Drop EXTENT_UPTODATE check in hole punching and direct lockingAlex Gartrell2014-06-09
| * | Btrfs: rework qgroup accountingJosef Bacik2014-06-09
| * | Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie2014-06-09
| * | Btrfs: fix leaf corruption caused by ENOSPC while hole punchingFilipe Manana2014-06-09
| * | Btrfs: read inode size after acquiring the mutex when punching a holeFilipe Manana2014-06-09
| |/
* / mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2014-06-04
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-27
|\
| * btrfs: replace error code from btrfs_drop_extentsDavid Sterba2014-04-24
| * btrfs: Change the hole range to a more accurate value.Qu Wenruo2014-04-24
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-12
|\ \
| * | generic_file_direct_write(): get rid of ppos argumentAl Viro2014-04-01
| * | btrfs_file_aio_write(): get rid of pposAl Viro2014-04-01
| * | callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro2014-04-01
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-11
|\ \ \ | | |/ | |/|
| * | btrfs: Change the expanding write sequence to fix snapshot related bug.Qu Wenruo2014-04-07
* | | mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-07
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-04
|\| |
| * | Btrfs: fix a crash of clone with inline extents's splitLiu Bo2014-03-21