summaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)Author
2015-10-22btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo
2015-10-22btrfs: extent-tree: Switch to new delalloc space reserve and releaseQu Wenruo
2015-10-22btrfs: 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-21btrfs: Avoid truncate tailing page if fallocate range doesn't exceed inode sizeQu Wenruo
2015-07-05Merge 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-27Merge 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-12mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro
2015-04-12switch generic_write_checks() to iocb and iterAl Viro
2015-04-12generic_write_checks(): drop isblk argumentAl Viro
2015-04-12make new_sync_{read,write}() staticAl Viro
2015-04-12Merge branch 'iocb' into for-nextAl Viro
2015-03-27Btrfs: fix metadata inconsistencies after directory fsyncFilipe Manana
2015-03-27Btrfs: add missing inode item update in fallocate()Filipe Manana
2015-03-26fs: 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-06Btrfs: 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-21Btrfs: add helper btrfs_fdatawrite_rangeFilipe Manana
2014-11-21Btrfs: 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
2014-09-17btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba
2014-09-08Btrfs: fix fsync data loss after a ranged fsyncFilipe Manana
2014-08-21Btrfs: fix filemap_flush call in btrfs_file_releaseChris Mason
2014-08-21btrfs: Use right extent length when inserting overlap extent map.Qu Wenruo
2014-08-19Btrfs: fill_holes: Fix slot number passed to hole_mergeable() call.chandan
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds