summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-01-09fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bitDavid Hildenbrand1-1/+1
2025-01-09ocfs2: fix slab-use-after-free due to dangling pointer dqi_privDennis Lam2-1/+2
2025-01-09smb: client: destroy cfid_put_wq on module exitEnzo Matsumiya1-0/+1
2025-01-09ksmbd: set ATTR_CTIME flags when setting mtimeNamjae Jeon1-7/+3
2025-01-09ksmbd: retry iterate_dir in smb2_query_dirHobin Woo2-1/+12
2025-01-09btrfs: flush delalloc workers queue before stopping cleaner kthread during un...Filipe Manana1-0/+9
2025-01-09ceph: give up on paths longer than PATH_MAXMax Kellermann1-5/+4
2025-01-09btrfs: fix use-after-free in btrfs_encoded_read_endio()Johannes Thumshirn1-1/+1
2025-01-09f2fs: fix to wait dio completionChao Yu1-0/+13
2025-01-09btrfs: fix use-after-free when COWing tree bock and tracing is enabledFilipe Manana1-7/+4
2025-01-09btrfs: rename and export __btrfs_cow_block()Filipe Manana2-15/+22
2025-01-09udf: Verify inode link counts before performing renameJan Kara1-0/+10
2025-01-09udf_rename(): only access the child content on cross-directory renameAl Viro1-1/+6
2025-01-09fs/ntfs3: Fix warning in ni_fiemapKonstantin Komarov3-94/+21
2025-01-09fs/ntfs3: Implement fallocate for compressed filesKonstantin Komarov2-11/+17
2025-01-09ext4: partial zero eof block on unaligned inode size extensionBrian Foster2-16/+42
2025-01-09ext4: convert to new timestamp accessorsJeff Layton9-35/+56
2025-01-09smb: client: fix use-after-free of signing keyPaulo Alcantara2-18/+40
2025-01-09smb: client: stop flooding dmesg in smb2_calc_signature()Paulo Alcantara1-1/+1
2025-01-09fs/smb/client: implement chmod() for SMB3 POSIX ExtensionsRalph Boehme4-23/+37
2025-01-09smb/client: rename cifs_ace to smb_aceChenXiaoSong5-41/+41
2025-01-09smb/client: rename cifs_acl to smb_aclChenXiaoSong2-19/+19
2025-01-09smb/client: rename cifs_sid to smb_sidChenXiaoSong7-63/+63
2025-01-09smb/client: rename cifs_ntsd to smb_ntsdChenXiaoSong9-49/+49
2025-01-02btrfs: sysfs: fix direct super block member readsQu Wenruo1-3/+3
2025-01-02btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana1-0/+2
2025-01-02smb: server: Fix building with GCC 15Brahmajit Das1-2/+2
2025-01-02udf: Skip parent dir link count update if corruptedJan Kara1-1/+5
2025-01-02nfsd: restore callback functionality for NFSv4.0NeilBrown1-3/+1
2025-01-02nfsd: Revert "nfsd: release svc_expkey/svc_export with rcu_work"Yang Erkun2-27/+8
2025-01-02ceph: allocate sparse_ext map only for sparse readsIlya Dryomov1-1/+1
2025-01-02ceph: fix memory leak in ceph_direct_read_write()Ilya Dryomov1-21/+22
2025-01-02ceph: try to allocate a smaller extent map for sparse readXiubo Li3-3/+23
2024-12-27epoll: Add synchronous wakeup support for ep_poll_callbackXuewen Yan1-1/+4
2024-12-27ceph: fix memory leaks in __ceph_sync_read()Max Kellermann1-4/+3
2024-12-27ceph: improve error handling and short/overflow-read logic in __ceph_sync_read()Alex Markuze1-15/+14
2024-12-27ceph: validate snapdirname option length when mountingIlya Dryomov1-0/+2
2024-12-27nilfs2: prevent use of deleted inodeEdward Adam Davis2-1/+12
2024-12-27nilfs2: fix buffer head leaks in calls to truncate_inode_pages()Ryusuke Konishi4-1/+8
2024-12-27NFS/pnfs: Fix a live lock between recalled layouts and layoutgetTrond Myklebust1-1/+1
2024-12-27smb: client: fix TCP timers deadlock after rmmodEnzo Matsumiya1-10/+26
2024-12-27btrfs: tree-checker: reject inline extent items with 0 ref countQu Wenruo1-1/+26
2024-12-27efivarfs: Fix error on non-existent fileJames Bottomley3-5/+1
2024-12-27ksmbd: fix broken transfers when exceeding max simultaneous operationsMarios Makassikis5-10/+17
2024-12-27ksmbd: count all requests in req_running counterMarios Makassikis1-2/+3
2024-12-27xfs: reset rootdir extent size hint after growfsrtDarrick J. Wong1-0/+40
2024-12-27xfs: take m_growlock when running growfsrtDarrick J. Wong1-13/+25
2024-12-27xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap codeDarrick J. Wong1-2/+2
2024-12-27xfs: Fix the owner setting issue for rmap query in xfs fsmapZizhi Wo1-1/+1
2024-12-27xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is setDarrick J. Wong1-0/+11