summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-06-09btrfs: fix the error handling for submit_extent_page() for btrfs_do_readpage()Qu Wenruo
2022-06-09btrfs: repair super block num_devices automaticallyQu Wenruo
2022-06-09btrfs: return correct error number for __extent_writepage_io()Qu Wenruo
2022-06-09btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo
2022-06-09cifs: when extending a file with falloc we should make files not-sparseRonnie Sahlberg
2022-06-09cifs: fix potential double free during failed mountRonnie Sahlberg
2022-06-09fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functionsKonstantin Komarov
2022-06-09fs/ntfs3: Update i_ctime when xattr is addedKonstantin Komarov
2022-06-09fs/ntfs3: Fix some memory leaks in an error handling path of 'log_replay()'Christophe JAILLET
2022-06-09fs/ntfs3: In function ntfs_set_acl_ex do not change inode->i_mode if called f...Konstantin Komarov
2022-06-09fs/ntfs3: Check new size for limitsKonstantin Komarov
2022-06-09fs/ntfs3: Keep preallocated only if option prealloc enabledKonstantin Komarov
2022-06-09fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated space)Konstantin Komarov
2022-06-09fs/ntfs3: Update valid size if -EIOCBQUEUEDKonstantin Komarov
2022-06-09binfmt_flat: do not stop relocating GOT entries prematurely on riscvNiklas Cassel
2022-06-06NFSD: Fix possible sleep during nfsd4_release_lockowner()Chuck Lever
2022-06-06NFS: Memory allocation failures are not server fatal errorsTrond Myklebust
2022-06-06fs/ntfs3: validate BOOT sectors_per_clustersRandy Dunlap
2022-06-06exfat: check if cluster num is validTadeusz Struk
2022-06-06pipe: Fix missing lock in pipe_resize_ring()David Howells
2022-06-06pipe: make poll_usage boolean and annotate its accessKuniyuki Iwashima
2022-05-25afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells
2022-05-25nilfs2: fix lockdep warnings during disk space reclamationRyusuke Konishi
2022-05-25nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi
2022-05-25fs: fix an infinite loop in iomap_fiemapGuo Xuenan
2022-05-25gfs2: Disable page faults during lockless buffered readsAndreas Gruenbacher
2022-05-25io_uring: arm poll for non-nowait filesPavel Begunkov
2022-05-18SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust
2022-05-18writeback: Avoid skipping inode writebackJing Xia
2022-05-18ceph: fix setting of xattrs on async created inodesJeff Layton
2022-05-18gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher
2022-05-18procfs: prevent unprivileged processes accessing fdinfo dirKalesh Singh
2022-05-18nfs: fix broken handling of the softreval mount optionDan Aloni
2022-05-15udf: Avoid using stale lengthOfImpUseJan Kara
2022-05-12btrfs: always log symlinks in full modeFilipe Manana
2022-05-12btrfs: force v2 space cache usage for subpage mountQu Wenruo
2022-05-12btrfs: do not BUG_ON() on failure to update inode when setting xattrFilipe Manana
2022-05-12NFSv4: Don't invalidate inode attributes on delegation returnTrond Myklebust
2022-05-09btrfs: fix leaked plug after failure syncing log on zoned filesystemsFilipe Manana
2022-05-09zonefs: Clear inode information flags on inode creationDamien Le Moal
2022-05-09zonefs: Fix management of open zonesDamien Le Moal
2022-05-09cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg
2022-05-09ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATIONNamjae Jeon
2022-05-09ksmbd: increment reference count of parent fpNamjae Jeon
2022-05-09ext4: fix bug_on in start_this_handle during umount filesystemYe Bin
2022-05-09gfs2: No short reads or writes upon glock contentionAndreas Gruenbacher
2022-05-09gfs2: Make sure not to return short direct writesAndreas Gruenbacher
2022-05-09gfs2: Minor retry logic cleanupAndreas Gruenbacher
2022-05-09gfs2: Prevent endless loops in gfs2_file_buffered_writeAndreas Gruenbacher
2022-05-09io_uring: check reserved fields for recv/recvmsgJens Axboe