summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-04-03btrfs: zoned: use zone aware sb location for scrubJohannes Thumshirn
2024-04-03btrfs: zoned: don't skip block groups with 100% zone unusableJohannes Thumshirn
2024-04-03btrfs: fix race in read_extent_buffer_pages()Tavian Barnes
2024-04-03btrfs: validate device maj:min during openAnand Jain
2024-04-03btrfs: do not skip re-registration for the mounted deviceAnand Jain
2024-04-03btrfs: fix warning messages not printing interval at unpin_extent_range()Filipe Manana
2024-04-03btrfs: handle errors returned from unpin_extent_cache()David Sterba
2024-04-03btrfs: qgroup: validate btrfs_qgroup_inherit parameterQu Wenruo
2024-04-03btrfs: add helper to get fs_info from struct inode pointerDavid Sterba
2024-04-03btrfs: add helpers to get fs_info from page/folio pointersDavid Sterba
2024-04-03btrfs: add helpers to get inode from page/folio pointersDavid Sterba
2024-04-03btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba
2024-04-03btrfs: add set_folio_extent_mapped() helperMatthew Wilcox (Oracle)
2024-04-03ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon
2024-04-03NFSD: Fix nfsd_clid_class use of __string_len() macroSteven Rostedt (Google)
2024-04-03ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon
2024-04-03cifs: open_cached_dir(): add FILE_READ_EA to desired accessEugene Korenevsky
2024-04-03cifs: reduce warning log level for server not advertising interfacesShyam Prasad N
2024-04-03cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N
2024-04-03nilfs2: prevent kernel bug at submit_bh_wbc()Ryusuke Konishi
2024-04-03nilfs2: fix failure to detect DAT corruption in btree and direct mappingsRyusuke Konishi
2024-04-03f2fs: truncate page cache before clearing flags when aborting atomic writeSunmin Jeong
2024-04-03f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flagSunmin Jeong
2024-04-03dlm: fix user space lkb refcountingAlexander Aring
2024-04-03ksmbd: retrieve number of blocks using vfs_getattr in set_file_allocation_infoMarios Makassikis
2024-04-03ksmbd: replace generic_fillattr with vfs_getattrMarios Makassikis
2024-04-03cifs: allow changing password during remountSteve French
2024-04-03cifs: prevent updating file size from server if we have a read/write leaseBharath SM
2024-04-03NFS: Read unlock folio on nfs_page_create_from_folio() errorBenjamin Coddington
2024-04-03nfs: fix UAF in direct writesJosef Bacik
2024-04-03debugfs: fix wait/cancellation handling during removeJohannes Berg
2024-04-03ext4: fix corruption during on-line resizeMaximilian Heyne
2024-04-03btrfs: fix off-by-one chunk length calculation at contains_pending_extent()Filipe Manana
2024-04-03btrfs: qgroup: always free reserved space for extent recordsQu Wenruo
2024-04-03fuse: don't unhash rootMiklos Szeredi
2024-04-03fuse: fix root lookup with nonzero generationMiklos Szeredi
2024-04-03fuse: replace remaining make_bad_inode() with fuse_make_bad()Miklos Szeredi
2024-04-03ubifs: ubifs_symlink: Fix memleak of inode->i_link in error pathZhihao Cheng
2024-04-03ubifs: Set page uptodate in the correct placeMatthew Wilcox (Oracle)
2024-04-03fuse: fix VM_MAYSHARE and direct_io_allow_mmapBernd Schubert
2024-04-03fat: fix uninitialized field in nostale filehandlesJan Kara
2024-04-03ext4: correct best extent lstart adjustment logicBaokun Li
2024-03-26ceph: stop copying to iter at EOF on sync readsXiubo Li
2024-03-26ovl: relax WARN_ON in ovl_verify_area()Amir Goldstein
2024-03-26nfs: fix panic when nfs4_ff_layout_prepare_ds() failsJosef Bacik
2024-03-26f2fs: fix to avoid use-after-free issue in f2fs_filemap_faultChao Yu
2024-03-26afs: Fix occasional rmdir-then-VNOVNODE with generic/011David Howells
2024-03-26afs: Don't cache preferred addressDavid Howells
2024-03-26afs: Revert "afs: Hide silly-rename files from userspace"David Howells
2024-03-26f2fs: zone: fix to remove pow2 check condition for zoned block deviceChao Yu