summaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-25Btrfs: fix regression running delayed references when using qgroupsFilipe Manana1-5/+5
2015-10-22btrfs: fallocate: Add support to accurate qgroup reserveQu Wenruo1-44/+117
2015-10-22btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo1-8/+7
2015-10-22btrfs: extent-tree: Switch to new delalloc space reserve and releaseQu Wenruo1-2/+3
2015-10-22btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_dat...Qu Wenruo1-13/+21
2015-10-21btrfs: declare rsv_count as unsigned int instead of intAlexandru Moise1-1/+1
2015-10-21btrfs/file.c: remove an unsed varialbe first_indexShan Hai1-3/+0
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-06-24fs: Rename file_remove_suid() to file_remove_privs()Jan Kara1-1/+1
2015-06-10Btrfs: avoid syncing log in the fast fsync path when not necessaryFilipe Manana1-3/+6
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-04-24Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-32/+33
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
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-12mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro1-1/+1
2015-04-12switch generic_write_checks() to iocb and iterAl Viro1-15/+9
2015-04-12generic_write_checks(): drop isblk argumentAl Viro1-1/+1
2015-04-12make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-12Merge branch 'iocb' into for-nextAl Viro1-1/+1
2015-03-27Btrfs: fix metadata inconsistencies after directory fsyncFilipe Manana1-0/+2
2015-03-27Btrfs: add missing inode item update in fallocate()Filipe Manana1-9/+20
2015-03-26fs: 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/kerne...Chris Mason1-4/+4
2015-03-25Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason1-8/+4
2015-03-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-31/+56
2015-03-06Btrfs: 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-03Btrfs: 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-13Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-02-11mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2015-01-21fs: 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-21Btrfs: add helper btrfs_fdatawrite_rangeFilipe Manana1-9/+30
2014-11-21Btrfs: 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-18Btrfs: fix up bounds checking in lseekLiu Bo1-10/+15
2014-09-18btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba1-11/+8
2014-09-18btrfs: use nodesize everywhere, kill leafsizeDavid Sterba1-1/+1
2014-09-18btrfs: kill the key type accessor helpersDavid Sterba1-2/+2
2014-09-09Btrfs: 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