summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-16btrfs: fix RWF_NOWAIT writes blocking on extent locks and waiting for IOFilipe Manana1-11/+26
2020-06-16btrfs: fix RWF_NOWAIT write not failling when we need to cowFilipe Manana1-1/+12
2020-06-16btrfs: fix hang on snapshot creation after RWF_NOWAIT writeFilipe Manana1-0/+2
2020-06-14Revert "btrfs: switch to iomap_dio_rw() for dio"David Sterba1-19/+2
2020-06-09Revert "btrfs: split btrfs_direct_IO to read and write part"David Sterba1-78/+10
2020-05-28btrfs: split btrfs_direct_IO to read and write partChristoph Hellwig1-10/+78
2020-05-28btrfs: switch to iomap_dio_rw() for dioGoldwyn Rodrigues1-2/+19
2020-05-25btrfs: simplify iget helpersDavid Sterba1-5/+1
2020-05-25btrfs: simplify root lookup by idDavid Sterba1-5/+1
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo1-1/+1
2020-04-08btrfs: make full fsyncs always operate on the entire file againFilipe Manana1-0/+15
2020-03-25btrfs: fix missing semaphore unlock in btrfs_sync_fileRobbie Ko1-0/+1
2020-03-23btrfs: kill the subvol_srcuJosef Bacik1-5/+0
2020-03-23btrfs: make ranged full fsyncs more efficientFilipe Manana1-13/+0
2020-03-23btrfs: fix missing file extent item for hole after ranged fsyncFilipe Manana1-0/+10
2020-03-23Btrfs: move all reflink implementation code into its own fileFilipe Manana1-0/+1
2020-03-23btrfs: convert snapshot/nocow exlcusion to drew lockNikolay Borisov1-6/+5
2020-03-23btrfs: drop argument tree from btrfs_lock_and_flush_ordered_rangeDavid Sterba1-1/+1
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik1-1/+1
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik1-4/+0
2020-03-23btrfs: hold a ref on the root in __btrfs_run_defrag_inodeJosef Bacik1-0/+5
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik1-1/+1
2020-03-23btrfs: replace all uses of btrfs_ordered_update_i_sizeJosef Bacik1-1/+1
2020-03-23btrfs: use the file extent tree infrastructureJosef Bacik1-0/+32
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval1-9/+8
2020-01-20btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemOmar Sandoval1-3/+3
2019-12-13Btrfs: fix cloning range with a hole when using the NO_HOLES featureFilipe Manana1-2/+2
2019-11-18btrfs: remove extent_map::bdevDavid Sterba1-3/+0
2019-11-18btrfs: Return offset from find_desired_extentNikolay Borisov1-15/+19
2019-11-18btrfs: Simplify btrfs_file_llseekNikolay Borisov1-7/+3
2019-11-18btrfs: Speed up btrfs_file_llseekNikolay Borisov1-16/+10
2019-11-18Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana1-1/+1
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba1-1/+1
2019-11-18btrfs: simplify inode locking for RWF_NOWAITGoldwyn Rodrigues1-2/+3
2019-10-17Btrfs: check for the full sync flag while holding the inode lock during fsyncFilipe Manana1-19/+17
2019-10-15btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo1-4/+3
2019-10-01Btrfs: fix memory leak due to concurrent append writes with fiemapFilipe Manana1-1/+12
2019-09-09btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval1-2/+2
2019-09-09btrfs: treat RWF_{,D}SYNC writes as sync for CRCsOmar Sandoval1-1/+1
2019-09-09btrfs: use correct count in btrfs_file_write_iter()Omar Sandoval1-1/+2
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik1-2/+2
2019-09-09btrfs: Remove leftover of in-band dedupeNikolay Borisov1-1/+1
2019-09-09Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extentsFilipe Manana1-15/+131
2019-09-09Btrfs: factor out extent dropping code from hole punch handlerFilipe Manana1-142/+166
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik1-0/+1
2019-07-02btrfs: drop default value assignments in enumsDavid Sterba1-3/+3
2019-07-02Btrfs: add missing inode version, ctime and mtime updates when punching holeFilipe Manana1-0/+5
2019-07-01btrfs: Return EAGAIN if we can't start no snpashot write in check_can_nocowNikolay Borisov1-1/+1
2019-07-01btrfs: Use newly introduced btrfs_lock_and_flush_ordered_rangeNikolay Borisov1-12/+2
2019-05-16Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana1-0/+12