aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)Author
2015-11-27Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-11-25btrfs: fix signed overflows in btrfs_sync_fileDavid Sterba
2015-11-13Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-11-08Btrfs: fix race leading to incorrect item deletion when dropping extentsFilipe Manana
2015-11-06Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-11-03Btrfs: fix hole punching when using the no-holes featureFilipe Manana
2015-11-03btrfs: Fix a data space underflow warningQu Wenruo
2015-10-25Btrfs: fix regression running delayed references when using qgroupsFilipe Manana
2015-10-21btrfs: fallocate: Add support to accurate qgroup reserveQu Wenruo
2015-10-21btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo
2015-10-21btrfs: extent-tree: Switch to new delalloc space reserve and releaseQu Wenruo
2015-10-21btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_dat...Qu Wenruo
2015-10-21btrfs: declare rsv_count as unsigned int instead of intAlexandru Moise
2015-10-21btrfs/file.c: remove an unsed varialbe first_indexShan Hai
2015-10-20btrfs: Avoid truncate tailing page if fallocate range doesn't exceed inode sizeQu Wenruo
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara
2015-06-10Btrfs: avoid syncing log in the fast fsync path when not necessaryFilipe Manana
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-24Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-13btrfs: qgroup: do a reservation in a higher level.Dongsheng Yang
2015-04-13Btrfs: qgroup, Account data space in more proper timings.Dongsheng Yang
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro
2015-04-11switch generic_write_checks() to iocb and iterAl Viro
2015-04-11generic_write_checks(): drop isblk argumentAl Viro
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-03-26Btrfs: fix metadata inconsistencies after directory fsyncFilipe Manana
2015-03-26Btrfs: add missing inode item update in fallocate()Filipe Manana
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason
2015-03-25Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason
2015-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-03-05Btrfs: fix data loss in the fast fsync pathFilipe Manana
2015-03-03btrfs: remove shadowing variables in __btrfs_buffered_writeDavid Sterba
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba
2015-03-03btrfs: use cond_resched_lock where possibleDavid Sterba
2015-03-02Btrfs: add missing inode update when punching holeFilipe Manana
2015-02-16Btrfs: ctree: reduce args where only fs_info usedDaniel Dressler
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig
2014-11-25Btrfs: fix snapshot inconsistency after a file write followed by truncateFilipe Manana
2014-11-20Btrfs: add helper btrfs_fdatawrite_rangeFilipe Manana
2014-11-20Btrfs: correctly flush compressed data before/after direct IOFilipe Manana
2014-10-02btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba
2014-09-19Btrfs: fix data corruption after fast fsync and writeback errorFilipe Manana
2014-09-19Btrfs: fix fsync race leading to invalid data after log replayFilipe Manana
2014-09-17Btrfs: fix up bounds checking in lseekLiu Bo