summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
12 daysext4: align max orphan file size with e2fsprogs limitBaokun Li1-1/+3
12 daysext4: fix incorrect group number assertion in mb_check_buddyYongjian Sun1-0/+2
12 daysext4: clear i_state_flags when alloc inodeHaibo Chen3-2/+1
12 daysext4: xattr: fix null pointer deref in ext4_raw_inode()Karina Yankevich1-1/+5
12 daysfs/ntfs3: fix mount failure for sparse runs in run_unpack()Konstantin Komarov1-1/+5
12 dayscifs: Fix memory and information leak in smb3_reconfigure()Zilin Guan1-0/+2
12 daysexfat: fix remount failure in different process environmentsYuezhang Mo1-4/+15
12 daysfuse: Invalidate the page cache after FOPEN_DIRECT_IO writeBernd Schubert1-0/+9
12 daysfuse: Always flush the page cache before FOPEN_DIRECT_IO writeBernd Schubert1-1/+1
12 daysksmbd: fix buffer validation by including null terminator size in EA lengthNamjae Jeon1-2/+2
12 daysksmbd: Fix refcount leak when invalid session is found on session lookupNamjae Jeon1-1/+3
12 daysksmbd: skip lock-range check on equal size to avoid size==0 underflowQianchang Zhao1-1/+4
12 daysgfs2: Fix use of bio_chainAndreas Gruenbacher1-1/+1
12 daysksmbd: vfs: fix race on m_flags in vfs_cacheQianchang Zhao1-26/+62
12 daysksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrencyNamjae Jeon3-18/+4
12 dayssmb/server: fix return value of smb2_ioctl()ChenXiaoSong1-3/+6
12 daysgfs2: fix remote evict for read-only filesystemsAndreas Gruenbacher1-2/+1
12 daysbtrfs: scrub: always update btrfs_scrub_progress::last_physicalQu Wenruo1-0/+5
12 dayshfsplus: fix volume corruption issue for generic/073Viacheslav Dubeyko1-1/+6
12 dayshfsplus: Verify inode mode when loading from diskTetsuo Handa1-4/+28
12 dayshfsplus: fix missing hfs_bnode_get() in __hfs_bnode_createYang Chenzhi1-0/+1
12 dayshfsplus: fix volume corruption issue for generic/070Viacheslav Dubeyko1-2/+1
12 daysntfs: set dummy blocksize to read boot_block when mountingPedro Demarchi Gomes1-0/+5
12 daysfs/ntfs3: Support timestamps prior to epochKonstantin Komarov1-4/+5
12 daysiomap: account for unaligned end offsets when truncating read rangeJoanne Koong1-2/+20
12 daysiomap: adjust read range correctly for non-block-aligned positionsJoanne Koong1-6/+13
12 daysbtrfs: fix memory leak of fs_devices in degraded seed device pathDeepanshu Kartikey1-0/+1
12 daysbtrfs: fix a potential path leak in print_data_reloc_error()Qu Wenruo1-0/+1
12 daysbtrfs: do not skip logging new dentries when logging a new nameFilipe Manana1-8/+0
12 daysocfs2: fix memory leak in ocfs2_merge_rec_left()Dmitry Antipov1-1/+0
12 daysfs/nls: Fix inconsistency between utf8_to_utf32() and utf32_to_utf8()Armin Wolf1-4/+7
12 daysNFS: Fix inheritance of the block sizes when automountingTrond Myklebust5-17/+38
12 daysExpand the type of nfs_fattr->validTrond Myklebust1-1/+1
12 daysNFS: Automounted filesystems should inherit ro,noexec,nodev,sync flagsTrond Myklebust2-4/+6
12 daysRevert "nfs: ignore SB_RDONLY when mounting nfs"Trond Myklebust1-1/+1
12 daysRevert "nfs: clear SB_RDONLY before getting superblock"Trond Myklebust1-9/+0
12 daysRevert "nfs: ignore SB_RDONLY when remounting nfs"Trond Myklebust1-10/+0
12 daysNFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in pnfs_mark_layout_stateid_invalidJonathan Curley1-0/+1
12 daysNFS: Initialise verifiers for visible dentries in nfs_atomic_open()Trond Myklebust1-1/+1
12 daysNFS: Initialise verifiers for visible dentries in readdir and lookupTrond Myklebust1-2/+4
12 daysfs/nls: Fix utf16 to utf8 conversionArmin Wolf1-4/+12
12 daysNFS: Avoid changing nlink when file removes and attribute updates raceTrond Myklebust1-6/+13
12 days9p: fix cache/debug options printing in v9fs_show_optionsEric Sandeen1-2/+2
12 daysext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val...Yongjian Sun1-17/+32
12 daysext4: remove unused return value of __mb_check_buddyKemeng Shi1-4/+3
12 daysiomap: always run error completions in user contextChristoph Hellwig1-1/+12
12 daysiomap: factor out a iomap_dio_done helperChristoph Hellwig1-38/+38
12 daysbtrfs: fix leaf leak in an error path in btrfs_del_items()Filipe Manana1-1/+1
12 daysfs/ntfs3: Prevent memory leaks in add sub recordEdward Adam Davis1-2/+4
12 daysfs/ntfs3: out1 also needs to put miEdward Adam Davis1-1/+1