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-09btrfs: handle bio_split() errorsJohannes Thumshirn1-2/+15
2025-01-09btrfs: allow swap activation to be interruptibleFilipe Manana1-0/+5
2025-01-09btrfs: use bio_is_zone_append() in the completion handlerChristoph Hellwig1-3/+3
2025-01-02btrfs: check folio mapping after unlock in relocate_one_folio()Boris Burkov1-0/+6
2025-01-02btrfs: check folio mapping after unlock in put_file_data()Boris Burkov1-0/+6
2025-01-02btrfs: fix use-after-free when COWing tree bock and tracing is enabledFilipe Manana1-7/+4
2025-01-02btrfs: sysfs: fix direct super block member readsQu Wenruo1-3/+3
2025-01-02btrfs: fix transaction atomicity bug when enabling simple quotasJulian Sun1-2/+1
2025-01-02btrfs: fix swap file activation failure due to extents that used to be sharedFilipe Manana1-27/+69
2025-01-02btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana1-0/+2
2025-01-02btrfs: fix race with memory mapped writes when activating swap fileFilipe Manana1-7/+24
2025-01-02smb: server: Fix building with GCC 15Brahmajit Das1-2/+2
2025-01-02udf: Verify inode link counts before performing renameJan Kara1-0/+10
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-02smb: fix bytes written value in /proc/fs/cifs/StatsBharath SM1-0/+3
2025-01-02smb: client: Deduplicate "select NETFS_SUPPORT" in KconfigDragan Simic1-1/+0
2025-01-02ceph: allocate sparse_ext map only for sparse readsIlya Dryomov1-1/+1
2024-12-27epoll: Add synchronous wakeup support for ep_poll_callbackXuewen Yan1-1/+4
2024-12-27mm: use aligned address in clear_gigantic_page()Kefeng Wang1-1/+1
2024-12-27ceph: fix memory leak in ceph_direct_read_write()Ilya Dryomov1-21/+22
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-27ceph: give up on paths longer than PATH_MAXMax Kellermann1-5/+4
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-27ocfs2: fix the space leak in LA when releasing LAHeming Zhao1-3/+5
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-27btrfs: fix improper generation check in snapshot deleteJosef Bacik2-3/+22
2024-12-27btrfs: split bios to the fs sector size boundaryChristoph Hellwig1-2/+8
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: fix zero byte checking in the superblock scrubberDarrick J. Wong1-2/+27
2024-12-27xfs: fix sb_spino_align checks for large fsblock sizesDarrick J. Wong1-5/+6
2024-12-27xfs: fix off-by-one error in fsmap's end_daddr usageDarrick J. Wong1-11/+18
2024-12-27xfs: fix sparse inode limits on runt AGDave Chinner1-7/+9
2024-12-27xfs: sb_spino_align is not verifiedDave Chinner1-0/+14
2024-12-27erofs: use buffered I/O for file-backed mounts by defaultGao Xiang3-10/+21
2024-12-27erofs: reference `struct erofs_device_info` for erofs_map_devGao Xiang4-23/+15