index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
inode.c
Age
Commit message (
Expand
)
Author
2025-10-09
smb: client: fix race with fallocate(2) and AIO+DIO
Paulo Alcantara
2025-10-09
smb: client: fix missing timestamp updates after ftruncate(2)
Paulo Alcantara
2025-10-09
smb: client: fix missing timestamp updates with O_TRUNC
Paulo Alcantara
2025-10-01
smb: client: ensure open_cached_dir_by_dentry() only returns valid cfid
Steve French
2025-09-29
Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-09-18
smb: client: fix file open check in __cifs_unlink()
Paulo Alcantara
2025-09-17
smb: client: fix filename matching of deferred files
Paulo Alcantara
2025-09-09
smb: client: fix data loss due to broken rename(2)
Paulo Alcantara
2025-09-01
fs: add an icount_read helper
Josef Bacik
2025-08-10
smb: client: fix race with concurrent opens in rename(2)
Paulo Alcantara
2025-08-10
smb: client: fix race with concurrent opens in unlink(2)
Paulo Alcantara
2025-04-09
cifs: Split parse_reparse_point callback to functions: get buffer and parse b...
Pali Rohár
2025-04-09
cifs: Remove explicit handling of IO_REPARSE_TAG_MOUNT_POINT in inode.c
Pali Rohár
2025-04-07
cifs: Ensure that all non-client-specific reparse points are processed by the...
Pali Rohár
2025-04-02
cifs: Remove cifs_truncate_page() as it should be superfluous
David Howells
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
2025-02-19
cifs: Treat unhandled directory name surrogate reparse points as mount direct...
Pali Rohár
2025-02-16
smb: client: fix chmod(2) regression with ATTR_READONLY
Paulo Alcantara
2025-01-31
cifs: Fix parsing native symlinks directory/file type
Pali Rohár
2025-01-29
cifs: Remove symlink member from cifs_open_info_data union
Pali Rohár
2025-01-19
cifs: Do not attempt to call CIFSSMBRenameOpenFile() without CAP_INFOLEVEL_PA...
Pali Rohár
2024-12-10
cifs: Fix rmdir failure due to ongoing I/O on deleted file
David Howells
2024-12-06
smb3.1.1: fix posix mounts to older servers
Steve French
2024-12-04
fs/smb/client: Implement new SMB3 POSIX type
Ralph Boehme
2024-11-26
smb: During unmount, ensure all cached dir instances drop their dentry
Paul Aurich
2024-11-25
cifs: Fix parsing native symlinks relative to the export
Pali Rohár
2024-11-21
cifs: Recognize SFU char/block devices created by Windows NFS server on Windo...
Pali Rohár
2024-11-21
fs/smb/client: implement chmod() for SMB3 POSIX Extensions
Ralph Boehme
2024-09-29
cifs: Check for UTF-16 null codepoint in SFU symlink target location
Pali Rohár
2024-09-24
smb3: fix incorrect mode displayed for read-only files
Steve French
2024-09-15
cifs: Recognize SFU socket type
Pali Rohár
2024-09-15
cifs: Show debug message when SFU Fifo type was detected
Pali Rohár
2024-09-15
cifs: Put explicit zero byte into SFU block/char types
Pali Rohár
2024-09-15
cifs: Add support for reading SFU symlink location
Pali Rohár
2024-09-15
cifs: Fix recognizing SFU symlinks
Pali Rohár
2024-09-03
cifs: Fix zero_point init on inode initialisation
David Howells
2024-08-02
smb: client: handle lack of FSCTL_GET_REPARSE_POINT support
Paulo Alcantara
2024-05-31
cifs: fix creating sockets when using sfu mount options
Steve French
2024-05-15
cifs: fix data corruption in read after invalidate
Steve French
2024-05-14
smb3: fix perf regression with cached writes with netfs conversion
Steve French
2024-05-01
cifs: Enable large folio support
David Howells
2024-05-01
cifs: Cut over to using netfslib
David Howells
2024-05-01
cifs: Use alternative invalidation to using launder_folio
David Howells
2024-04-10
smb: client: fix NULL ptr deref in cifs_mark_open_handles_for_deleted_file()
Paulo Alcantara
2024-03-27
cifs: Fix duplicate fscache cookie warnings
David Howells
2024-03-14
cifs: remove redundant variable assignment
Bharath SM
2024-03-14
cifs: fixes for get_inode_info
Meetakshi Setiya
2024-03-10
smb: client: parse uid, gid, mode and dev from WSL reparse points
Paulo Alcantara
2024-03-10
smb: client: move most of reparse point handling code to common file
Paulo Alcantara
2024-03-10
smb: client: do not defer close open handles to deleted files
Meetakshi Setiya
[next]