summary refs log tree commit diff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2022-05-16btrfs: remove trivial wrapper btrfs_read_buffer()Filipe Manana
2022-05-16btrfs: update outdated comment for read_block_for_search()Filipe Manana
2022-05-16btrfs: release upper nodes when reading stale btree node from diskFilipe Manana
2022-05-16btrfs: avoid unnecessary btree search restarts when reading nodeFilipe Manana
2022-05-16btrfs: set inode flags earlier in btrfs_new_inode()Omar Sandoval
2022-05-16btrfs: move btrfs_get_free_objectid() call into btrfs_new_inode()Omar Sandoval
2022-05-16btrfs: don't pass parent objectid to btrfs_new_inode() explicitlyOmar Sandoval
2022-05-16btrfs: remove redundant name and name_len parameters to create_subvolOmar Sandoval
2022-05-16btrfs: remove unused mnt_userns parameter from __btrfs_set_aclOmar Sandoval
2022-05-16btrfs: remove unnecessary set_nlink() in btrfs_create_subvol_root()Omar Sandoval
2022-05-16btrfs: remove unnecessary inode_set_bytes(0) callOmar Sandoval
2022-05-16btrfs: remove unnecessary btrfs_i_size_write(0) callsOmar Sandoval
2022-05-16btrfs: get rid of btrfs_add_nondir()Omar Sandoval
2022-05-16btrfs: fix anon_dev leak in create_subvol()Omar Sandoval
2022-05-16btrfs: reserve correct number of items for renameOmar Sandoval
2022-05-16btrfs: reserve correct number of items for unlink and rmdirOmar Sandoval
2022-05-06Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-05btrfs: sysfs: export the balance paused state of exclusive operationDavid Sterba
2022-05-05btrfs: fix assertion failure when logging directory key range itemFilipe Manana
2022-05-05btrfs: zoned: activate block group properly on unlimited active zone deviceNaohiro Aota
2022-05-05btrfs: zoned: move non-changing condition check out of the loopNaohiro Aota
2022-05-05btrfs: force v2 space cache usage for subpage mountQu Wenruo
2022-05-02Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-04-27btrfs: skip compression property for anything other than files and dirsFilipe Manana
2022-04-27btrfs: do not BUG_ON() on failure to update inode when setting xattrFilipe Manana
2022-04-27btrfs: always log symlinks in full modeFilipe Manana
2022-04-27btrfs: do not allow compression on nodatacow filesChung-Chiang Cheng
2022-04-27btrfs: export a helper for compression hard checkChung-Chiang Cheng
2022-04-26Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-04-21btrfs: zoned: use dedicated lock for data relocationNaohiro Aota
2022-04-21btrfs: fix assertion failure during scrub due to block group reallocationFilipe Manana
2022-04-19btrfs: fix direct I/O writes for split bios on zoned devicesChristoph Hellwig
2022-04-19btrfs: fix direct I/O read repair for split biosChristoph Hellwig
2022-04-19btrfs: fix and document the zoned device choice in alloc_new_bioChristoph Hellwig
2022-04-19btrfs: fix leaked plug after failure syncing log on zoned filesystemsFilipe Manana
2022-04-14Merge tag 'for-5.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-04-06btrfs: fix btrfs_submit_compressed_write cgroup attributionDennis Zhou
2022-04-06btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai
2022-04-06btrfs: zoned: activate block group only for extent allocationNaohiro Aota
2022-04-06btrfs: return allocated block group from do_chunk_alloc()Naohiro Aota
2022-04-06btrfs: mark resumed async balance as writingNaohiro Aota
2022-04-06btrfs: remove support of balance v1 ioctlNikolay Borisov
2022-04-06btrfs: release correct delalloc amount in direct IO write pathNaohiro Aota
2022-04-06btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor
2022-04-06btrfs: zoned: remove redundant condition in btrfs_run_delalloc_rangeHaowen Bai
2022-04-05Merge tag 'for-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-04-01btrfs: Remove a use of PAGE_SIZE in btrfs_invalidate_folio()Matthew Wilcox (Oracle)
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-25Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds