summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-09-30btrfs: calculate the right space for delayed refs when updating global reserveFilipe Manana
2024-09-30xfs: journal geometry is not properly bounds checkedDave Chinner
2024-09-30xfs: set bnobt/cntbt numrecs correctly when formatting new AGsDarrick J. Wong
2024-09-30xfs: fix reloading entire unlinked bucket listsDarrick J. Wong
2024-09-30xfs: make inode unlinked bucket recovery work with quotacheckDarrick J. Wong
2024-09-30xfs: reload entire unlinked bucket listsDarrick J. Wong
2024-09-30xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked listDarrick J. Wong
2024-09-30xfs: correct calculation for agend and blockcountShiyang Ruan
2024-09-30xfs: fix unlink vs cluster buffer instantiation raceDave Chinner
2024-09-30xfs: fix negative array access in xfs_getbmapDarrick J. Wong
2024-09-30xfs: load uncached unlinked inodes into memory on demandDarrick J. Wong
2024-09-30xfs: fix the calculation for "end" and "length"Shiyang Ruan
2024-09-30xfs: remove WARN when dquot cache insertion failsDave Chinner
2024-09-30xfs: fix ag count overflow during growfsLong Li
2024-09-30xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner
2024-09-30xfs: fix AGF vs inode cluster buffer deadlockDave Chinner
2024-09-30xfs: defered work could create precommitsDave Chinner
2024-09-30xfs: buffer pins need to hold a buffer referenceDave Chinner
2024-09-30xfs: fix BUG_ON in xfs_getbmap()Ye Bin
2024-09-30xfs: quotacheck failure can race with background inode inactivationDave Chinner
2024-09-30xfs: fix uninitialized variable accessDarrick J. Wong
2024-09-30xfs: block reservation too large for minleft allocationDave Chinner
2024-09-30xfs: prefer free inodes at ENOSPC over chunk allocationDave Chinner
2024-09-30xfs: fix low space alloc deadlockDave Chinner
2024-09-30xfs: don't use BMBT btree split workers for IO completionDave Chinner
2024-09-30xfs: fix extent busy updatingWengang Wang
2024-09-30xfs: Fix deadlock on xfs_inodegc_workerWu Guanghao
2024-09-30xfs: dquot shrinker doesn't check for XFS_DQFLAG_FREEINGDave Chinner
2024-09-30ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()Ferry Meng
2024-09-30ocfs2: add bounds checking to ocfs2_xattr_find_entry()Ferry Meng
2024-09-30smb: client: fix hang in wait_for_response() for negprotoPaulo Alcantara
2024-09-18fs/ntfs3: Use kvfree to free memory allocated by kvmallocKonstantin Komarov
2024-09-18NFS: Avoid unnecessary rescanning of the per-server delegation listTrond Myklebust
2024-09-18NFSv4: Fix clearing of layout segments in layoutreturnTrond Myklebust
2024-09-18smb/server: fix return value of smb2_open()ChenXiaoSong
2024-09-18btrfs: update target inode's ctime on unlinkJeff Layton
2024-09-18ksmbd: override fsids for smb2_query_info()Namjae Jeon
2024-09-18ksmbd: override fsids for share path checkNamjae Jeon
2024-09-12fuse: add feature flag for expire-onlyMiklos Szeredi
2024-09-12btrfs: fix race between direct IO write and fsync when using same fdFilipe Manana
2024-09-12fuse: fix memory leak in fuse_create_openyangyun
2024-09-12fuse: add request extensionMiklos Szeredi
2024-09-12fuse: allow non-extending parallel direct writes on the same fileDharmendra Singh
2024-09-12fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRYMiklos Szeredi
2024-09-12NFSv4: Add missing rescheduling points in nfs_client_return_marked_delegationsTrond Myklebust
2024-09-12Squashfs: sanity check symbolic link sizePhillip Lougher
2024-09-12btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba
2024-09-12btrfs: replace BUG_ON() with error handling at update_ref_for_cow()Filipe Manana
2024-09-12btrfs: clean up our handling of refs == 0 in snapshot deleteJosef Bacik
2024-09-12btrfs: replace BUG_ON with ASSERT in walk_down_proc()Josef Bacik