summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-051-1/+1
|\
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-241-1/+1
* | Btrfs: avoid syncing log in the fast fsync path when not necessaryFilipe Manana2015-06-101-3/+6
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-1/+1
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-241-32/+33
|\ \ | |/ |/|
| * btrfs: qgroup: do a reservation in a higher level.Dongsheng Yang2015-04-131-2/+2
| * Btrfs: qgroup, Account data space in more proper timings.Dongsheng Yang2015-04-131-9/+1Star
| * Btrfs: fix metadata inconsistencies after directory fsyncFilipe Manana2015-03-271-0/+2
| * Btrfs: add missing inode item update in fallocate()Filipe Manana2015-03-271-9/+20
| * Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason2015-03-251-4/+4
| |\
| | * Btrfs: ctree: reduce args where only fs_info usedDaniel Dressler2015-02-161-4/+4
| * | Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason2015-03-251-8/+4Star
| |\ \
| | * | btrfs: remove shadowing variables in __btrfs_buffered_writeDavid Sterba2015-03-031-2/+2
| | * | btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba2015-03-031-1/+1
| | * | btrfs: use cond_resched_lock where possibleDavid Sterba2015-03-031-5/+1Star
| | |/
* | | mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-121-1/+1
* | | switch generic_write_checks() to iocb and iterAl Viro2015-04-121-15/+9Star
* | | generic_write_checks(): drop isblk argumentAl Viro2015-04-121-1/+1
* | | make new_sync_{read,write}() staticAl Viro2015-04-121-2/+0Star
* | | Merge branch 'iocb' into for-nextAl Viro2015-04-121-1/+1
|\ \ \ | |/ / |/| |
| * | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-03-061-31/+56
|\ \ \ | |/ / |/| |
| * | Btrfs: fix data loss in the fast fsync pathFilipe Manana2015-03-061-28/+28
| * | Btrfs: add missing inode update when punching holeFilipe Manana2015-03-021-3/+28
| |/
* | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-1/+1
|\ \
| * | fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+1
| |/
* / mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-101-1/+0Star
|/
* Btrfs: fix snapshot inconsistency after a file write followed by truncateFilipe Manana2014-11-251-5/+5
* Btrfs: add helper btrfs_fdatawrite_rangeFilipe Manana2014-11-211-9/+30
* Btrfs: correctly flush compressed data before/after direct IOFilipe Manana2014-11-211-1/+11
* btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba2014-10-021-2/+2
* Btrfs: fix data corruption after fast fsync and writeback errorFilipe Manana2014-09-191-0/+19
* Btrfs: fix fsync race leading to invalid data after log replayFilipe Manana2014-09-191-15/+63
* Btrfs: fix up bounds checking in lseekLiu Bo2014-09-171-10/+15
* btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba2014-09-171-11/+8Star
* btrfs: use nodesize everywhere, kill leafsizeDavid Sterba2014-09-171-1/+1
* btrfs: kill the key type accessor helpersDavid Sterba2014-09-171-2/+2
* Btrfs: fix fsync data loss after a ranged fsyncFilipe Manana2014-09-081-1/+1
* Btrfs: fix filemap_flush call in btrfs_file_releaseChris Mason2014-08-211-1/+9
* btrfs: Use right extent length when inserting overlap extent map.Qu Wenruo2014-08-211-2/+2
* Btrfs: fill_holes: Fix slot number passed to hole_mergeable() call.chandan2014-08-191-2/+1Star
* btrfs: disable strict file flushes for renames and truncatesChris Mason2014-08-151-25/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-33/+18Star
|\
| * btrfs: switch to ->write_iter()Al Viro2014-05-061-14/+10Star
| * switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
| * iov_iter_truncate()Al Viro2014-05-061-9/+8Star
| * start adding the tag to iov_iterAl Viro2014-05-061-1/+1
| * kill generic_segment_checks()Al Viro2014-05-061-6/+1Star
| * __btrfs_direct_write(): switch to iov_iterAl Viro2014-05-061-11/+8Star