summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2025-10-10Revert "fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP"Andrey Albershteyn-16/+7
2025-10-09cifs: Add comments for DeletePending assignments in open functionsPali Rohár-4/+4
2025-10-09cifs: Add fallback code path for cifs_mkdir_setinfo()Pali Rohár-0/+5
2025-10-09cifs: Allow fallback code in smb_set_file_info() also for directoriesPali Rohár-1/+1
2025-10-09cifs: Query EA $LXMOD in cifs_query_path_info() for WSL reparse pointsPali Rohár-2/+60
2025-10-09Merge tag '9p-for-6.18-rc1' of https://github.com/martinetd/linuxLinus Torvalds-13/+52
2025-10-09smb: client: remove cfids_invalidation_workerEnzo Matsumiya-29/+9
2025-10-09smb: client: remove redudant assignment in cifs_strict_fsync()Paulo Alcantara-9/+4
2025-10-09smb: client: fix race with fallocate(2) and AIO+DIOPaulo Alcantara-15/+26
2025-10-09smb: client: fix missing timestamp updates after utime(2)Paulo Alcantara-10/+12
2025-10-09smb: client: fix missing timestamp updates after ftruncate(2)Paulo Alcantara-10/+8
2025-10-09smb: client: fix missing timestamp updates with O_TRUNCPaulo Alcantara-92/+159
2025-10-09cifs: Fix copy_to_iter return value checkFushuai Wang-5/+5
2025-10-09smb: client: batch SRV_COPYCHUNK entries to cut round tripsHenrique Carvalho-117/+207
2025-10-09smb: client: Omit an if branch in smb2_find_smb_tcon()Markus Elfring-5/+0
2025-10-08ceph: fix multifs mds auth caps issueKotresh HR-15/+35
2025-10-08ceph: cleanup in ceph_alloc_readdir_reply_buffer()Viacheslav Dubeyko-2/+7
2025-10-08ceph: fix potential NULL dereference issue in ceph_fill_trace()Viacheslav Dubeyko-0/+11
2025-10-08ceph: fix potential race condition on operations with CEPH_I_ODIRECT flagViacheslav Dubeyko-12/+44
2025-10-08ceph: refactor wake_up_bit() pattern of callingViacheslav Dubeyko-6/+3
2025-10-08ceph: fix potential race condition in ceph_ioctl_lazyio()Viacheslav Dubeyko-5/+12
2025-10-08ceph: fix overflowed constant issue in ceph_do_objects_copy()Viacheslav Dubeyko-2/+2
2025-10-08ceph: fix wrong sizeof argument issue in register_session()Viacheslav Dubeyko-2/+3
2025-10-08ceph: add checking of wait_for_completion_killable() return valueViacheslav Dubeyko-1/+4
2025-10-08ceph: make ceph_start_io_*() killableMax Kellermann-26/+49
2025-10-07smb: client: Return directly after a failed genlmsg_new() in cifs_swn_send_re...Markus Elfring-5/+2
2025-10-07smb: client: Use common code in cifs_do_create()Markus Elfring-2/+2
2025-10-07smb: client: Improve unlocking of a mutex in cifs_get_swn_reg()Markus Elfring-7/+6
2025-10-07smb: client: Return a status code only as a constant in cifs_spnego_key_insta...Markus Elfring-9/+3
2025-10-07iomap: open code bio_iov_iter_get_bdev_pagesChristoph Hellwig-1/+2
2025-10-07coredump: fix core_pattern input validationChristian Brauner-2/+2
2025-10-07vfs: Don't leak disconnected dentries on umountJan Kara-0/+2
2025-10-07dax: skip read lock assertion for read-only filesystemsYuezhang Mo-1/+1
2025-10-07fs: update comment in init_file()Zhou Yuhang-1/+1
2025-10-07nsfs: handle inode number mismatches gracefully in file handlesDeepanshu Kartikey-1/+3
2025-10-06smb: client: Use common code in cifs_lookup()Markus Elfring-10/+12
2025-10-06smb: client: Reduce the scopes for a few variables in two functionsMarkus Elfring-6/+6
2025-10-06Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds-2/+8
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-300/+615
2025-10-06fs/notify: call exportfs_encode_fid with s_umountJakub Acs-0/+6
2025-10-05Merge tag 'zonefs-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+3
2025-10-03Merge tag 'docs-6.18' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-61/+54
2025-10-03Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-491/+1359
2025-10-03Merge tag '6.18-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds-177/+236
2025-10-03Merge tag 'v6.18rc1-part1-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds-75/+119
2025-10-03Merge tag 'f2fs-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-157/+570
2025-10-03Merge tag 'exfat-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-35/+360
2025-10-03Merge tag 'for-linus-6.18-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-19/+16
2025-10-03Merge tag 'ntfs3_for_6.18' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds-4/+50