summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-04-03NFSD: Fix nfsd_clid_class use of __string_len() macroSteven Rostedt (Google)1-1/+1
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 cifs_chan_update_iface() a void functionDan Carpenter2-11/+8
2024-04-03cifs: delete unnecessary NULL checks in cifs_chan_update_iface()Dan Carpenter1-15/+11
2024-04-03cifs: do not let cifs_chan_update_iface deallocate channelsShyam Prasad N1-31/+19
2024-04-03cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N4-3/+13
2024-04-03cifs: add xid to query server interface callShyam Prasad N1-1/+5
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-03server: convert to new timestamp accessorsJeff Layton1-4/+4
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-03smb: client: stop revalidating reparse points unnecessarilyPaulo Alcantara3-81/+57
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-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: 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-26nfs: fix panic when nfs4_ff_layout_prepare_ds() failsJosef Bacik1-1/+1
2024-03-26afs: Revert "afs: Hide silly-rename files from userspace"David Howells1-10/+0
2024-03-26f2fs: zone: fix to remove pow2 check condition for zoned block deviceChao Yu1-5/+0
2024-03-26f2fs: fix to truncate meta inode pages forcelyChao Yu3-6/+32
2024-03-26f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu4-18/+16
2024-03-26f2fs: compress: fix reserve_cblocks counting error when out of spaceXiuhong Wang1-8/+7
2024-03-26f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocksXiuhong Wang1-4/+3
2024-03-26NFSv4.1/pnfs: fix NFS with TLS in pnfsOlga Kornievskaia1-1/+43
2024-03-26NFS: Fix an off by one in root_nfs_cat()Christophe JAILLET1-2/+2
2024-03-26NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interruptDave Wysochanski1-7/+2
2024-03-26f2fs: ro: compress: fix to avoid caching unaligned extentChao Yu3-12/+24
2024-03-26f2fs: fix to use correct segment type in f2fs_allocate_data_block()Chao Yu1-2/+2
2024-03-26f2fs: check number of blocks in a current sectionJaegeuk Kim1-9/+8
2024-03-26f2fs: compress: fix to check compress flag w/ .i_sem lockChao Yu1-4/+8
2024-03-26NFSv4.2: fix listxattr maximum XDR buffer sizeJorge Mora1-2/+5
2024-03-26NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102Jorge Mora1-6/+10
2024-03-26f2fs: compress: fix to check zstd compress level correctly in mount optionChao Yu1-2/+8
2024-03-26f2fs: fix to create selinux label during whiteout initializationChao Yu3-11/+22