summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-04-03btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()Filipe Manana1-1/+1
2024-04-03exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()Max Filippov1-0/+1
2024-04-03btrfs: zoned: fix use-after-free in do_zone_finish()Johannes Thumshirn1-7/+7
2024-04-03btrfs: zoned: use zone aware sb location for scrubJohannes Thumshirn1-1/+11
2024-04-03btrfs: zoned: don't skip block groups with 100% zone unusableJohannes Thumshirn1-1/+2
2024-04-03btrfs: fix race in read_extent_buffer_pages()Tavian Barnes1-0/+13
2024-04-03btrfs: validate device maj:min during openAnand Jain1-0/+10
2024-04-03btrfs: do not skip re-registration for the mounted deviceAnand Jain1-10/+47
2024-04-03btrfs: fix warning messages not printing interval at unpin_extent_range()Filipe Manana1-2/+2
2024-04-03btrfs: handle errors returned from unpin_extent_cache()David Sterba2-3/+16
2024-04-03btrfs: qgroup: validate btrfs_qgroup_inherit parameterQu Wenruo3-13/+57
2024-04-03btrfs: add helper to get fs_info from struct inode pointerDavid Sterba14-68/+72
2024-04-03btrfs: add helpers to get fs_info from page/folio pointersDavid Sterba6-12/+15
2024-04-03btrfs: add helpers to get inode from page/folio pointersDavid Sterba4-6/+12
2024-04-03btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba7-9/+11
2024-04-03btrfs: add set_folio_extent_mapped() helperMatthew Wilcox (Oracle)2-4/+9
2024-04-03ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon2-29/+42
2024-04-03NFSD: Fix nfsd_clid_class use of __string_len() macroSteven Rostedt (Google)1-1/+1
2024-04-03ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon1-1/+4
2024-04-03cifs: open_cached_dir(): add FILE_READ_EA to desired accessEugene Korenevsky1-1/+2
2024-04-03cifs: reduce warning log level for server not advertising interfacesShyam Prasad N1-2/+2
2024-04-03cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N4-3/+13
2024-04-03nilfs2: prevent kernel bug at submit_bh_wbc()Ryusuke Konishi1-1/+1
2024-04-03nilfs2: fix failure to detect DAT corruption in btree and direct mappingsRyusuke Konishi2-4/+14
2024-04-03f2fs: truncate page cache before clearing flags when aborting atomic writeSunmin Jeong1-1/+3
2024-04-03f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flagSunmin Jeong1-0/+1
2024-04-03dlm: fix user space lkb refcountingAlexander Aring1-5/+5
2024-04-03ksmbd: retrieve number of blocks using vfs_getattr in set_file_allocation_infoMarios Makassikis1-2/+8
2024-04-03ksmbd: replace generic_fillattr with vfs_getattrMarios Makassikis3-66/+127
2024-04-03cifs: allow changing password during remountSteve French4-5/+30
2024-04-03cifs: prevent updating file size from server if we have a read/write leaseBharath SM4-12/+17
2024-04-03NFS: Read unlock folio on nfs_page_create_from_folio() errorBenjamin Coddington1-0/+2
2024-04-03nfs: fix UAF in direct writesJosef Bacik2-3/+10
2024-04-03debugfs: fix wait/cancellation handling during removeJohannes Berg1-5/+20
2024-04-03ext4: fix corruption during on-line resizeMaximilian Heyne1-1/+2
2024-04-03btrfs: fix off-by-one chunk length calculation at contains_pending_extent()Filipe Manana1-1/+1
2024-04-03btrfs: qgroup: always free reserved space for extent recordsQu Wenruo1-5/+5
2024-04-03fuse: don't unhash rootMiklos Szeredi2-3/+5
2024-04-03fuse: fix root lookup with nonzero generationMiklos Szeredi1-0/+4
2024-04-03fuse: replace remaining make_bad_inode() with fuse_make_bad()Miklos Szeredi1-1/+1
2024-04-03ubifs: ubifs_symlink: Fix memleak of inode->i_link in error pathZhihao Cheng1-0/+2
2024-04-03ubifs: Set page uptodate in the correct placeMatthew Wilcox (Oracle)1-9/+4
2024-04-03fuse: fix VM_MAYSHARE and direct_io_allow_mmapBernd Schubert1-2/+6
2024-04-03fat: fix uninitialized field in nostale filehandlesJan Kara1-0/+6
2024-04-03ext4: correct best extent lstart adjustment logicBaokun Li1-6/+11
2024-03-26ceph: stop copying to iter at EOF on sync readsXiubo Li1-10/+13
2024-03-26ovl: relax WARN_ON in ovl_verify_area()Amir Goldstein1-3/+3
2024-03-26nfs: fix panic when nfs4_ff_layout_prepare_ds() failsJosef Bacik1-1/+1
2024-03-26f2fs: fix to avoid use-after-free issue in f2fs_filemap_faultChao Yu1-1/+2
2024-03-26afs: Fix occasional rmdir-then-VNOVNODE with generic/011David Howells1-7/+9