summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-07-10cifs: all initializations for tcon should happen in tcon_info_allocShyam Prasad N3-7/+8
2025-07-10smb: client: fix readdir returning wrong type with POSIX extensionsPhilipp Kerling1-1/+1
2025-07-10NFSv4/flexfiles: Fix handling of NFS level errors in I/OTrond Myklebust1-34/+87
2025-07-10fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypassShivank Garg1-5/+18
2025-07-10add a string-to-qstr constructorAl Viro7-12/+6
2025-07-10netfs: Fix oops in write-retry from mis-resetting the subreq iteratorDavid Howells1-2/+3
2025-07-10f2fs: zone: fix to calculate first_zoned_segno correctlyChao Yu4-20/+69
2025-07-10f2fs: zone: introduce first_zoned_segno in f2fs_sb_infoChao Yu4-12/+16
2025-07-10f2fs: decrease spare area for pinned files for zoned devicesDaeho Jeong3-2/+5
2025-07-10gfs2: Don't start unnecessary transactions during log flushAndreas Gruenbacher3-1/+38
2025-07-10gfs2: Move gfs2_trans_add_databufsAndreas Gruenbacher5-25/+26
2025-07-10btrfs: fix wrong start offset for delalloc space release during mmap writeFilipe Manana1-1/+1
2025-07-10btrfs: prepare btrfs_page_mkwrite() for large foliosQu Wenruo1-9/+10
2025-07-10gfs2: deallocate inodes in gfs2_create_inodeAndreas Gruenbacher2-13/+20
2025-07-10gfs2: Move GIF_ALLOC_FAILED check out of gfs2_ea_deallocAndreas Gruenbacher3-7/+8
2025-07-10gfs2: Move gfs2_dinode_deallocAndreas Gruenbacher3-68/+69
2025-07-10gfs2: Replace GIF_DEFER_DELETE with GLF_DEFER_DELETEAndreas Gruenbacher4-5/+9
2025-07-10gfs2: Add GLF_PENDING_REPLY flagAndreas Gruenbacher3-0/+7
2025-07-10gfs2: Decode missing glock flags in tracepointsAndreas Gruenbacher1-1/+6
2025-07-10gfs2: Prevent inode creation raceAndreas Gruenbacher1-0/+7
2025-07-10gfs2: Rename dinode_demise to evict_behaviorAndreas Gruenbacher1-18/+19
2025-07-10gfs2: Rename GIF_{DEFERRED -> DEFER}_DELETEAndreas Gruenbacher3-4/+4
2025-07-10gfs2: Initialize gl_no_formal_ino earlierAndreas Gruenbacher3-2/+9
2025-07-10smb: client: fix race condition in negotiate timeout by using more precise ti...Wang Zhaolong2-3/+5
2025-07-10netfs: Fix i_size updatingDavid Howells2-2/+8
2025-07-10smb: client: set missing retry flag in cifs_writev_callback()Paulo Alcantara1-0/+1
2025-07-10smb: client: set missing retry flag in cifs_readv_callback()Paulo Alcantara1-0/+1
2025-07-10smb: client: set missing retry flag in smb2_writev_callback()Paulo Alcantara1-0/+1
2025-07-10smb: client: fix warning when reconnecting channelPaulo Alcantara2-6/+5
2025-07-10btrfs: use btrfs_record_snapshot_destroy() during rmdirFilipe Manana1-1/+1
2025-07-10btrfs: propagate last_unlink_trans earlier when doing a rmdirFilipe Manana1-18/+18
2025-07-10btrfs: record new subvolume in parent dir earlier to avoid dir logging racesFilipe Manana2-2/+4
2025-07-10btrfs: fix inode lookup error handling during log replayFilipe Manana1-65/+62
2025-07-10btrfs: fix invalid inode pointer dereferences during log replayFilipe Manana1-8/+6
2025-07-10btrfs: return a btrfs_inode from read_one_inode()Filipe Manana1-79/+73
2025-07-10btrfs: return a btrfs_inode from btrfs_iget_logging()Filipe Manana1-49/+45
2025-07-10btrfs: fix iteration of extrefs during log replayFilipe Manana1-2/+2
2025-07-10btrfs: fix missing error handling when searching for inode refs during log re...Filipe Manana1-1/+3
2025-07-10NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAINBenjamin Coddington1-1/+3
2025-07-10nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init() fails.Kuniyuki Iwashima1-3/+14
2025-07-06btrfs: fix use-after-free on inode when scanning root during em shrinkingSasha Levin1-1/+2
2025-07-06btrfs: zoned: fix extent range end unlock in cow_file_range()Naohiro Aota1-2/+7
2025-07-06btrfs: do regular iput instead of delayed iput during extent map shrinkingFilipe Manana1-1/+1
2025-07-06btrfs: make the extent map shrinker run asynchronously as a work queue jobFilipe Manana5-19/+52
2025-07-06btrfs: skip inodes without loaded extent maps when shrinking extent mapsFilipe Manana1-21/+57
2025-07-06btrfs: do proper folio cleanup when cow_file_range() failedQu Wenruo1-40/+37
2025-07-06f2fs: fix to zero post-eof pageChao Yu1-0/+38
2025-07-06btrfs: update superblock's device bytes_used when dropping chunkMark Harmstone1-0/+6
2025-07-06btrfs: fix a race between renames and directory loggingFilipe Manana1-17/+64
2025-07-06cifs: Fix reading into an ITER_FOLIOQ from the smbdirect codeDavid Howells1-95/+17