aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2022-05-16btrfs: scrub: rename members related to scrub_block::pagevQu Wenruo1-115/+109
2022-05-16btrfs: remove trivial wrapper btrfs_read_buffer()Filipe Manana5-20/+12
2022-05-16btrfs: update outdated comment for read_block_for_search()Filipe Manana1-5/+6
2022-05-16btrfs: release upper nodes when reading stale btree node from diskFilipe Manana1-9/+19
2022-05-16btrfs: avoid unnecessary btree search restarts when reading nodeFilipe Manana1-11/+19
2022-05-16btrfs: set inode flags earlier in btrfs_new_inode()Omar Sandoval1-10/+10
2022-05-16btrfs: move btrfs_get_free_objectid() call into btrfs_new_inode()Omar Sandoval1-47/+11
2022-05-16btrfs: don't pass parent objectid to btrfs_new_inode() explicitlyOmar Sandoval1-10/+11
2022-05-16btrfs: remove redundant name and name_len parameters to create_subvolOmar Sandoval1-2/+3
2022-05-16btrfs: remove unused mnt_userns parameter from __btrfs_set_aclOmar Sandoval1-4/+3
2022-05-16btrfs: remove unnecessary set_nlink() in btrfs_create_subvol_root()Omar Sandoval1-1/+0
2022-05-16btrfs: remove unnecessary inode_set_bytes(0) callOmar Sandoval1-1/+0
2022-05-16btrfs: remove unnecessary btrfs_i_size_write(0) callsOmar Sandoval1-2/+0
2022-05-16btrfs: get rid of btrfs_add_nondir()Omar Sandoval1-22/+11
2022-05-16btrfs: fix anon_dev leak in create_subvol()Omar Sandoval1-26/+23
2022-05-16btrfs: reserve correct number of items for renameOmar Sandoval1-19/+67
2022-05-16btrfs: reserve correct number of items for unlink and rmdirOmar Sandoval1-1/+2
2022-05-09btrfs: Convert to release_folioMatthew Wilcox (Oracle)4-26/+26
2022-05-09mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)1-1/+1
2022-05-09btrfs: Convert btrfs to read_folioMatthew Wilcox (Oracle)7-13/+15
2022-05-09fs: Introduce aops->read_folioMatthew Wilcox (Oracle)1-1/+1
2022-05-08mm/readahead: Convert page_cache_async_readahead to take a folioMatthew Wilcox (Oracle)2-3/+5
2022-05-06Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds4-34/+53
2022-05-05btrfs: sysfs: export the balance paused state of exclusive operationDavid Sterba1-0/+3
2022-05-05btrfs: fix assertion failure when logging directory key range itemFilipe Manana1-14/+25
2022-05-05btrfs: zoned: activate block group properly on unlimited active zone deviceNaohiro Aota1-14/+8
2022-05-05btrfs: zoned: move non-changing condition check out of the loopNaohiro Aota1-6/+6
2022-05-05btrfs: force v2 space cache usage for subpage mountQu Wenruo1-0/+11
2022-05-02Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds6-23/+91
2022-04-27btrfs: skip compression property for anything other than files and dirsFilipe Manana3-0/+47
2022-04-27btrfs: do not BUG_ON() on failure to update inode when setting xattrFilipe Manana1-2/+4
2022-04-27btrfs: always log symlinks in full modeFilipe Manana1-1/+13
2022-04-27btrfs: do not allow compression on nodatacow filesChung-Chiang Cheng3-7/+14
2022-04-27btrfs: export a helper for compression hard checkChung-Chiang Cheng2-13/+13
2022-04-26Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds9-28/+75
2022-04-25btrfs: Avoid live-lock in search_ioctl() on hardware with sub-page faultsCatalin Marinas1-1/+6
2022-04-21btrfs: zoned: use dedicated lock for data relocationNaohiro Aota3-2/+4
2022-04-21btrfs: fix assertion failure during scrub due to block group reallocationFilipe Manana2-2/+31
2022-04-19btrfs: fix direct I/O writes for split bios on zoned devicesChristoph Hellwig1-2/+3
2022-04-19btrfs: fix direct I/O read repair for split biosChristoph Hellwig3-8/+9
2022-04-19btrfs: fix and document the zoned device choice in alloc_new_bioChristoph Hellwig1-14/+27
2022-04-19btrfs: fix leaked plug after failure syncing log on zoned filesystemsFilipe Manana1-0/+1
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-2/+2
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig1-8/+4
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2-3/+3
2022-04-17block: add a bdev_write_cache helperChristoph Hellwig1-2/+1
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig1-2/+2
2022-04-17btrfs: use bdev_max_active_zones instead of open coding itChristoph Hellwig1-2/+1
2022-04-17btrfs: simplify ->flush_bio handlingChristoph Hellwig3-16/+7
2022-04-14Merge tag 'for-5.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds8-23/+49