summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-04-03exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()Max Filippov1-0/+1
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: fix deadlock with fiemap and extent lockingJosef Bacik1-17/+45
2024-04-03xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong7-30/+30
2024-04-03xfs: reset XFS_ATTR_INCOMPLETE filter on node removalAndrey Albershteyn1-3/+3
2024-04-03xfs: update dir3 leaf block metadata after swapZhang Tianci1-0/+7
2024-04-03xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_realJiachen Zhang1-42/+31
2024-04-03xfs: fix perag leak when growfs failsLong Li3-11/+32
2024-04-03xfs: add lock protection when remove perag from radix treeLong Li1-0/+4
2024-04-03xfs: short circuit xfs_growfs_data_private() if delta is zeroEric Sandeen1-0/+4
2024-04-03xfs: initialise di_crc in xfs_log_dinodeDave Chinner1-0/+3
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