summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* jfs: fix uaf in jfs_evict_inodeEdward Adam Davis2024-02-231-3/+3
* jfs: fix array-index-out-of-bounds in dbAdjTreeManas Ghandat2024-02-231-29/+31
* jfs: fix slab-out-of-bounds Read in dtSearchManas Ghandat2024-02-231-0/+5
* UBSAN: array-index-out-of-bounds in dtSplitRootOsama Muhammad2024-02-231-1/+1
* FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTreeOsama Muhammad2024-02-231-0/+3
* btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_argsQu Wenruo2024-02-231-0/+4
* btrfs: don't warn if discard range is not aligned to sectorDavid Sterba2024-02-231-1/+2
* ext4: allow for the last group to be marked as trimmedSuraj Jitindar Singh2024-02-231-5/+10
* Revert "NFSD: Fix possible sleep during nfsd4_release_lockowner()"Greg Kroah-Hartman2024-01-251-4/+8
* f2fs: fix to avoid dirent corruptionChao Yu2024-01-251-1/+1
* NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICTTrond Myklebust2024-01-251-0/+3
* blocklayoutdriver: Fix reference leak of pnfs_device_nodeBenjamin Coddington2024-01-251-0/+2
* pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()Sergey Shtylyov2024-01-251-1/+1
* jbd2: correct the printing of write_flags in jbd2_write_superblock()Zhang Yi2024-01-251-1/+3
* f2fs: explicitly null-terminate the xattr listEric Biggers2024-01-251-0/+6
* fuse: nlookup missing decrement in fuse_direntplus_linkruanmeisi2024-01-151-1/+9
* block: Don't invalidate pagecache for invalid falloc modesSarthak Kukreti2024-01-081-2/+7
* smb: client: fix OOB in smbCalcSize()Paulo Alcantara2024-01-081-0/+4
* btrfs: do not allow non subvolume root targets for snapshotJosef Bacik2024-01-081-0/+9
* smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara2024-01-081-16/+10
* afs: Fix the dynamic root's d_delete to always delete unused dentriesDavid Howells2024-01-081-12/+1
* ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon2024-01-081-1/+1
* ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKSBaokun Li2023-12-201-0/+4
* nilfs2: fix missing error check for sb_set_blocksize callRyusuke Konishi2023-12-131-1/+5
* nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()Ryusuke Konishi2023-12-131-7/+35
* ovl: skip overlayfs superblocks at global syncKonstantin Khlebnikov2023-12-082-3/+5
* smb3: fix touch -h of symlinkSteve French2023-12-081-0/+1
* btrfs: send: ensure send_fd is writableJann Horn2023-12-081-1/+1
* btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana2023-12-081-1/+1
* iomap: Set all uptodate bits for an Uptodate pageMatthew Wilcox (Oracle)2023-11-281-0/+3
* ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocksKemeng Shi2023-11-281-7/+2
* ext4: correct return value of ext4_convert_meta_bgKemeng Shi2023-11-281-3/+1
* ext4: correct offset of gdb backup in non meta_bg group to update_backupsKemeng Shi2023-11-281-2/+4
* ext4: apply umask if ACL support is disabledMax Kellermann2023-11-281-0/+5
* quota: explicitly forbid quota files from being encryptedEric Biggers2023-11-281-0/+14
* jbd2: fix potential data lost in recovering journal raced with synchronizing ...Zhihao Cheng2023-11-281-0/+8
* cifs: spnego: add ';' in HOST_KEY_LENAnastasia Belova2023-11-281-2/+2
* NFSv4.1: fix SP4_MACH_CRED protection for pnfs IOOlga Kornievskaia2023-11-281-2/+3
* gfs2: ignore negated quota changesBob Peterson2023-11-281-0/+11
* jfs: fix array-index-out-of-bounds in diAllocManas Ghandat2023-11-281-1/+4
* jfs: fix array-index-out-of-bounds in dbFindLeafManas Ghandat2023-11-281-4/+10
* fs/jfs: Add validity check for db_maxag and db_agprefJuntong Deng2023-11-281-0/+6
* fs/jfs: Add check for negative db_l2nbperpageJuntong Deng2023-11-281-1/+2
* btrfs: use u64 for buffer sizes in the tree search ioctlsFilipe Manana2023-11-201-5/+5
* f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Chao Yu2023-11-201-0/+1
* ext4: move 'ix' sanity check to corrent positionGou Hao2023-11-201-5/+5
* nfsd: lock_rename() needs both directories to live on the same fsAl Viro2023-11-081-6/+6
* f2fs: fix to do sanity check on inode type during garbage collectionChao Yu2023-11-081-1/+2
* smbdirect: missing rc checks while waiting for rdma eventsSteve French2023-11-081-2/+12
* NFS: Don't call generic_error_remove_page() while holding locksTrond Myklebust2023-11-081-2/+1