summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-07-27jbd2: recheck chechpointing non-dirty bufferZhang Yi1-73/+29
2023-07-27cifs: fix mid leak during reconnection after timeout thresholdShyam Prasad N1-4/+15
2023-07-27smb: client: fix missed ses refcountingPaulo Alcantara2-17/+11
2023-07-27btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_blockChristoph Hellwig1-1/+2
2023-07-27erofs: Fix detection of atomic contextSandeep Dhavale1-1/+1
2023-07-27btrfs: abort transaction at update_ref_for_cow() when ref count is zeroFilipe Manana1-3/+7
2023-07-27btrfs: don't check PageError in __extent_writepageChristoph Hellwig1-32/+1
2023-07-27btrfs: add xxhash to fast checksum implementationsDavid Sterba1-0/+3
2023-07-27FS: JFS: Check for read-only mounted filesystem in txBeginImmad Mir1-0/+5
2023-07-27FS: JFS: Fix null-ptr-deref Read in txBeginImmad Mir1-0/+5
2023-07-27fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLevYogesh1-0/+3
2023-07-27udf: Fix uninitialized array access for some pathnamesJan Kara1-1/+1
2023-07-27ovl: check type and offset of struct vfsmount in ovl_entryChristian Brauner1-0/+9
2023-07-27quota: fix warning in dqgrab()Ye Bin1-1/+1
2023-07-27quota: Properly disable quotas when add_dquot_ref() failsJan Kara1-1/+2
2023-07-27ext4: correct inline offset when handling xattrs in inode bodyEric Whitney1-0/+14
2023-07-27btrfs: fix race between balance and cancel/pauseJosef Bacik1-10/+4
2023-07-27fuse: ioctl: translate ENOSYS in outargMiklos Szeredi1-8/+13
2023-07-27btrfs: zoned: fix memory leak after finding block group with super blocksFilipe Manana1-0/+1
2023-07-27btrfs: fix double iput() on inode after an error during orphan cleanupFilipe Manana1-0/+1
2023-07-27btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expandJosef Bacik1-3/+11
2023-07-27btrfs: raid56: always verify the P/Q contents for scrubQu Wenruo1-8/+3
2023-07-27fuse: Apply flags2 only when userspace set the FUSE_INIT_EXTBernd Schubert1-1/+4
2023-07-27fuse: add feature flag for expire-onlyMiklos Szeredi1-1/+2
2023-07-27fuse: revalidate: don't invalidate if interruptedMiklos Szeredi1-1/+1
2023-07-27btrfs: fix warning when putting transaction with qgroups enabled after abortFilipe Manana1-0/+1
2023-07-27btrfs: fix iput() on error pointer after error during orphan cleanupFilipe Manana1-10/+10
2023-07-23smb: client: Fix -Wstringop-overflow issuesGustavo A. R. Silva1-1/+1
2023-07-23cifs: if deferred close is disabled then close files immediatelyBharath SM1-2/+2
2023-07-23ceph: don't let check_caps skip sending responses for revoke msgsXiubo Li1-0/+9
2023-07-23ceph: fix blindly expanding the readahead windowsXiubo Li1-7/+33
2023-07-23ceph: add a dedicated private data for netfs rreqXiubo Li2-11/+47
2023-07-23fs: dlm: fix missing pending to falseAlexander Aring1-0/+1
2023-07-23fs: dlm: clear pending bit when queue was emptyAlexander Aring1-3/+5
2023-07-23fs: dlm: fix mismatch of plock results from userspaceAlexander Aring1-13/+45
2023-07-23fs: dlm: make F_SETLK use unkillable wait_eventAlexander Aring1-17/+21
2023-07-23fs: dlm: interrupt posix locks only when process is killedAlexander Aring1-1/+1
2023-07-23fs: dlm: fix cleanup pending ops when interruptedAlexander Aring1-19/+6
2023-07-23fs: dlm: return positive pid value for F_GETLKAlexander Aring1-1/+3
2023-07-23jfs: jfs_dmap: Validate db_l2nbperpage while mountingSiddh Raman Pant2-0/+8
2023-07-23ext2/dax: Fix ext2_setsize when len is page alignedRitesh Harjani (IBM)1-3/+2
2023-07-23fs: dlm: revert check required context while closeAlexander Aring3-16/+0
2023-07-23ext4: only update i_reserved_data_blocks on successful block allocationBaokun Li2-10/+8
2023-07-23ext4: turn quotas off if mount failed after enabling quotasBaokun Li1-2/+4
2023-07-23ext4: fix to check return value of freeze_bdev() in ext4_shutdown()Chao Yu1-1/+4
2023-07-23ext4: avoid updating the superblock on a r/o mount if not neededTheodore Ts'o1-2/+10
2023-07-23ext4: fix wrong unit use in ext4_mb_new_blocksKemeng Shi1-1/+1
2023-07-23ext4: get block from bh in ext4_free_blocks for fast commit replayKemeng Shi1-6/+7
2023-07-23ext4: fix wrong unit use in ext4_mb_clear_bbKemeng Shi1-2/+2
2023-07-23ext4: Fix reusing stale buffer heads from last failed mountingZhihao Cheng1-6/+7