aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-24Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-32/+33
2015-04-13btrfs: qgroup: do a reservation in a higher level.Dongsheng Yang1-2/+2
2015-04-13Btrfs: qgroup, Account data space in more proper timings.Dongsheng Yang1-9/+1
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro1-1/+1
2015-04-11switch generic_write_checks() to iocb and iterAl Viro1-15/+9
2015-04-11generic_write_checks(): drop isblk argumentAl Viro1-1/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-11Merge branch 'iocb' into for-nextAl Viro1-1/+1
2015-03-26Btrfs: fix metadata inconsistencies after directory fsyncFilipe Manana1-0/+2
2015-03-26Btrfs: add missing inode item update in fallocate()Filipe Manana1-9/+20
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1Chris Mason1-4/+4
2015-03-25Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1Chris Mason1-8/+4
2015-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-31/+56
2015-03-05Btrfs: fix data loss in the fast fsync pathFilipe Manana1-28/+28
2015-03-03btrfs: remove shadowing variables in __btrfs_buffered_writeDavid Sterba1-2/+2
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba1-1/+1
2015-03-03btrfs: use cond_resched_lock where possibleDavid Sterba1-5/+1
2015-03-02Btrfs: add missing inode update when punching holeFilipe Manana1-3/+28
2015-02-16Btrfs: ctree: reduce args where only fs_info usedDaniel Dressler1-4/+4
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig1-1/+1
2014-11-25Btrfs: fix snapshot inconsistency after a file write followed by truncateFilipe Manana1-5/+5
2014-11-20Btrfs: add helper btrfs_fdatawrite_rangeFilipe Manana1-9/+30
2014-11-20Btrfs: correctly flush compressed data before/after direct IOFilipe Manana1-1/+11
2014-10-02btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba1-2/+2
2014-09-19Btrfs: fix data corruption after fast fsync and writeback errorFilipe Manana1-0/+19
2014-09-19Btrfs: fix fsync race leading to invalid data after log replayFilipe Manana1-15/+63
2014-09-17Btrfs: fix up bounds checking in lseekLiu Bo1-10/+15
2014-09-17btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba1-11/+8
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba1-1/+1
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba1-2/+2
2014-09-08Btrfs: fix fsync data loss after a ranged fsyncFilipe Manana1-1/+1
2014-08-21Btrfs: fix filemap_flush call in btrfs_file_releaseChris Mason1-1/+9
2014-08-21btrfs: Use right extent length when inserting overlap extent map.Qu Wenruo1-2/+2
2014-08-19Btrfs: fill_holes: Fix slot number passed to hole_mergeable() call.chandan1-2/+1
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason1-25/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-33/+18
2014-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-23/+129
2014-06-09Btrfs: fix transaction leak during fsync callFilipe Manana1-1/+3
2014-06-09btrfs: Avoid trucating page or punching hole in a already existed hole.Qu Wenruo1-14/+98
2014-06-09btrfs: Drop EXTENT_UPTODATE check in hole punching and direct lockingAlex Gartrell1-3/+1
2014-06-09Btrfs: rework qgroup accountingJosef Bacik1-2/+3
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btrfs_rootMiao Xie1-1/+3
2014-06-09Btrfs: fix leaf corruption caused by ENOSPC while hole punchingFilipe Manana1-1/+19
2014-06-09Btrfs: read inode size after acquiring the mutex when punching a holeFilipe Manana1-1/+2
2014-06-04mm: non-atomically mark page accessed during page cache allocation where possibleMel Gorman1-2/+3
2014-05-06btrfs: switch to ->write_iter()Al Viro1-14/+10
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2