summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2024-12-27xfs: attr forks require attr, not attr2Darrick J. Wong1-1/+7
2024-12-27xfs: remove unused parameter in macro XFS_DQUOT_LOGRESJulian Sun2-15/+15
2024-12-27xfs: fix file_path handling in tracepointsDarrick J. Wong1-6/+4
2024-12-27xfs: convert comma to semicolonChen Ni1-1/+1
2024-12-27xfs: don't walk off the end of a directory data blocklei lu2-5/+33
2024-12-27xfs: Fix xfs_prepare_shift() range for RTJohn Garry1-4/+6
2024-12-27xfs: Fix xfs_flush_unmap_range() range for RTJohn Garry1-4/+8
2024-12-27xfs: create a new helper to return a file's allocation unitDarrick J. Wong4-20/+30
2024-12-27xfs: declare xfs_file.c symbols in xfs_file.hDarrick J. Wong5-3/+15
2024-12-27xfs: use consistent uid/gid when grabbing dquots for inodesDarrick J. Wong2-9/+15
2024-12-27xfs: verify buffer, inode, and dquot items every tx commitDarrick J. Wong5-0/+111
2024-12-19xfs: only run precommits once per transaction objectDarrick J. Wong1-12/+4
2024-12-19xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong1-1/+1
2024-12-19xfs: return from xfs_symlink_verify early on V4 filesystemsDarrick J. Wong1-1/+3
2024-12-19xfs: don't drop errno values when we fail to ficlone the entire rangeDarrick J. Wong1-0/+8
2024-12-19xfs: update btree keys correctly when _insrec splits an inode root blockDarrick J. Wong1-6/+23
2024-12-19ksmbd: fix racy issue from session lookup and expireNamjae Jeon4-16/+23
2024-12-14ocfs2: Revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume"Heming Zhao1-19/+0
2024-12-14btrfs: add cancellation points to trim loopsLuca Stefani3-3/+15
2024-12-14jffs2: Fix rtime decompressorRichard Weinberger1-1/+1
2024-12-14jffs2: Prevent rtime decompress memory corruptionKinsey Moore1-0/+3
2024-12-14Revert "unicode: Don't special case ignorable code points"Linus Torvalds2-3346/+3427
2024-12-14btrfs: fix missing snapshot drew unlock when root is dead during swap activationFilipe Manana1-0/+1
2024-12-14smb: client: don't try following DFS links in cifs_tree_connect()Paulo Alcantara1-171/+17
2024-12-14fs/ntfs3: Fix case when unmarked clusters intersect with zoneKonstantin Komarov1-10/+30
2024-12-14f2fs: fix to shrink read extent node in batchesChao Yu1-28/+41
2024-12-14f2fs: print message if fscorrupted was found in f2fs_new_node_page()Chao Yu1-1/+6
2024-12-14KMSAN: uninit-value in inode_go_dump (5)Qianqiang Liu1-0/+2
2024-12-14f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode.Qi Han1-1/+3
2024-12-14smb: client: memcpy() with surrounding object base addressKees Cook1-1/+1
2024-12-14jfs: add a check to prevent array-index-out-of-bounds in dbAdjTreeNihar Chaithanya1-0/+3
2024-12-14jfs: fix array-index-out-of-bounds in jfs_readdirGhanshyam Agrawal1-0/+8
2024-12-14jfs: fix shift-out-of-bounds in dbSplitGhanshyam Agrawal1-0/+3