summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_btrfs.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-14vfs_btrfs: Log the correct fd valueSATOH Fumiyasu1-1/+1
2024-08-20vfs_default: implement FSCTL_DUP_EXTENTS_TO_FILE with copy_reflink()Ralph Boehme1-393/+0
2023-11-01smbd: Simplify sys_proc_fd_path()Volker Lendecke1-9/+5
2023-09-27s3:modules: Initialize ‘tm’ structureJoseph Sutton1-1/+1
2022-08-15vfs_btrfs: fix include order, includes.h or replace.h should be firstStefan Metzmacher1-2/+2
2022-06-14vfs_btrfs: reduce loglevel message to DEBUG in btrfs_fget_compression()Ralph Boehme1-1/+1
2022-01-06s3: smbd: Move implicit call to lp_posix_cifsu_locktype() out of init_strict_...Jeremy Allison1-0/+2
2021-10-08vfs: Add flags and xferlen args to SMB_VFS_OFFLOAD_READ_RECVRalph Boehme1-0/+8
2021-09-10vfs_btrfs: fix btrfs_fget_compression()Ralph Boehme1-4/+3
2020-12-16vfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESSION()Ralph Boehme1-41/+40
2020-12-16smbd: use fsp_get_io_fd() when accessing a file or it's associated metadataRalph Boehme1-7/+7
2019-09-11smbd: rename [un]become_user*() to [un]become_user_without_service*()Stefan Metzmacher1-3/+3
2018-06-18vfs_btrfs: make use of become_user_by_fsp() in order to switch between src an...Stefan Metzmacher1-5/+41
2018-06-18vfs_btrfs: don't keep state->subreq in btrfs_offload_write_send/recv()Stefan Metzmacher1-24/+25
2018-06-18vfs_btrfs: update s/btrfs_cc_state/btrfs_offload_write_state/ s/cc_state/state/Stefan Metzmacher1-27/+33
2018-06-18vfs_btrfs: remove unused checks which are already caught by vfs_offload_token...Stefan Metzmacher1-5/+0
2017-12-18vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt1-1/+1
2017-07-11s3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LOCK_CHECKRalph Boehme1-2/+2
2017-07-10s3/vfs: remove SMB_VFS_STRICT_UNLOCKRalph Boehme1-5/+0
2017-07-03s3/smbd: remove unneeded flags argument from SMB_VFS_OFFLOAD_WRITE_SENDRalph Boehme1-11/+10
2017-07-03s3/vfs: make SMB_VFS_OFFLOAD_WRITE_SEND offload token basedRalph Boehme1-6/+40
2017-07-03s3/vfs: rename SMB_VFS_COPY_CHUNK_SEND/RECV to SMB_VFS_OFFLOAD_WRITE_SEND/RECVRalph Boehme1-14/+14
2017-07-03s3/vfs: add SMB_VFS_OFFLOAD_READ_SEND/RECVRalph Boehme1-0/+119
2017-05-10vfs: add VFS_COPY_CHUNK_FL_IGNORE_LOCKS for dup extentsDavid Disseldorp1-23/+27
2017-05-10vfs_btrfs: report FILE_SUPPORTS_BLOCK_REFCOUNTING capabilityAurelien Aptel1-1/+2
2017-05-10vfs: add parameter to copy chunk VFS function to handle dup_extentsAurelien Aptel1-3/+12
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2016-02-25s3/vfs_btrfs.c: use sizeof() instead of ARRAY_SIZE()Aurelien Aptel1-1/+1
2015-03-31vfs_btrfs: add snapshot create/delete callsDavid Disseldorp1-0/+320
2014-11-04btrfs: don't leak opened directory handleNoel Power1-6/+16
2014-05-02s3 : smbd : Protect all possible code paths from fsp->op == NULL.Jeremy Allison1-0/+5
2014-02-06vfs_btrfs: pass-through copy-chunk(len=0) requestsDavid Disseldorp1-1/+21
2013-12-07s3:vfs_btrfs change includesChristian Ambach1-2/+1
2013-11-22vfs_btrfs: advertise per-file compression capabilityDavid Disseldorp1-0/+15
2013-11-22vfs_btrfs: fix copy-chunk dest unlock argsDavid Disseldorp1-1/+1
2013-11-22vfs_btrfs: add [GET/SET]_COMPRESSION handlersDavid Disseldorp1-2/+117
2013-03-24vfs-btrfs: Fix build on 32 bit platforms by using long long typesAndrew Bartlett1-6/+10
2013-03-24Revert "vfs_btrfs: fix compile on 32-bit platforms."Rusty Russell1-5/+4
2013-03-23vfs_btrfs: fix compile on 32-bit platforms.Rusty Russell1-4/+5
2013-03-09s3-vfs: add vfs_btrfs moduleDavid Disseldorp1-0/+196