summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-04-03xfs: add missing nrext64 inode flag check to scrubDarrick J. Wong1-0/+4
2024-04-03xfs: force all buffers to be written during btree bulk loadDarrick J. Wong3-7/+42
2024-04-03xfs: fix an off-by-one error in xreap_agextent_binvalDarrick J. Wong1-1/+1
2024-04-03xfs: recompute growfsrtfree transaction reservation while growing rt volumeDarrick J. Wong1-0/+5
2024-04-03xfs: remove unused fields from struct xbtree_ifakerootDarrick J. Wong1-6/+0
2024-04-03xfs: make xchk_iget safer in the presence of corrupt inode btreesDarrick J. Wong3-4/+31
2024-04-03xfs: don't allow overly small or large realtime volumesDarrick J. Wong3-1/+17
2024-04-03xfs: fix 32-bit truncation in xfs_compute_rextslogDarrick J. Wong1-3/+5
2024-04-03xfs: make rextslog computation consistent with mkfsDarrick J. Wong4-3/+21
2024-04-03xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong7-7/+22
2024-04-03xfs: pass the xfs_defer_pending object to iop_recoverDarrick J. Wong7-7/+14
2024-04-03xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong11-116/+158
2024-04-03xfs: don't leak recovered attri intent itemsDarrick J. Wong1-2/+7
2024-04-03xfs: consider minlen sized extents in xfs_rtallocate_extent_blockChristoph Hellwig1-1/+1
2024-04-03xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong4-3/+5
2024-04-03xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong9-78/+89
2024-04-03fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversionBart Van Assche1-2/+6
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-27ceph: stop copying to iter at EOF on sync readsXiubo Li1-10/+13
2024-03-27nfs: fix panic when nfs4_ff_layout_prepare_ds() failsJosef Bacik1-1/+1