'/>
summaryrefslogtreecommitdiff
path: root/drivers/staging/rdma/amso1100/c2_mm.c
td>2025-08-29
AgeCommit message (Collapse)Author
fs: Replace offsetof() with struct_size() in ioctl_file_dedupe_range()Xichao Zhao
2025-07-01fs: split fileattr related helpers into separate fileAndrey Albershteyn
2025-05-26Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-09super: add filesystem freezing helpers for suspend and hibernateChristian Brauner
2025-04-21fs: add S_ANON_INODEChristian Brauner
2025-02-21ioctl: Fix return type of several functions from long to intYuichiro Tsuji
2024-11-03fdget(), trivial conversionsAl Viro
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-05-13fs/ioctl: Add a comment to keep the logic in sync with LSM policiesGünther Noack
2024-04-09fs: Return ENOTTY directly if FS_IOC_GETUUID or FS_IOC_GETFSSYSFSPATH failGünther Noack
2024-02-12fs: add FS_IOC_GETFSSYSFSPATHKent Overstreet
2024-02-08fs: FS_IOC_GETUUIDKent Overstreet
2023-12-24lsm: new security_file_ioctl_compat() hookAlfred Piccioni
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-19fs: Fix kernel-doc warningsMatthew Wilcox (Oracle)
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner
2022-04-01Merge tag 'vfs-5.18-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-03-30fs: fix an infinite loop in iomap_fiemapGuo Xuenan
2022-03-14fs: allow cross-vfsmount reflink/dedupeJosef Bacik
2022-01-15fs/ioctl: remove unnecessary __user annotationAmit Daniel Kachhap
2021-08-31Merge tag 'vfs-5.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-08-03fs: forbid invalid project IDWang Shilong
2021-07-27fs: remove generic_block_fiemapChristoph Hellwig
2021-04-12vfs: add fileattr opsMiklos Szeredi
2020-07-31fs: remove ksys_ioctlChristoph Hellwig
2020-06-03fs: remove the access_ok() check in ioctl_fiemapChristoph Hellwig
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig
2020-06-03fs: move fiemap range validation into the file systems instancesChristoph Hellwig
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig
2020-06-03fs: mark __generic_block_fiemap staticChristoph Hellwig
2020-04-30fibmap: Warn and return an error in case of block > INT_MAXRitesh Harjani