summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext2: Drop fragment supportJan Kara2023-08-112-31/+4
* fs/sysv: Null check to prevent null-ptr-deref bugPrince Kumar Maurya2023-08-111-0/+4
* ext4: correct inline offset when handling xattrs in inode bodyEric Whitney2023-08-111-0/+14
* fuse: revalidate: don't invalidate if interruptedMiklos Szeredi2023-08-111-1/+1
* fs: dlm: return positive pid value for F_GETLKAlexander Aring2023-08-111-1/+3
* jfs: jfs_dmap: Validate db_l2nbperpage while mountingSiddh Raman Pant2023-08-112-0/+8
* ext4: only update i_reserved_data_blocks on successful block allocationBaokun Li2023-08-112-10/+8
* ext4: fix wrong unit use in ext4_mb_clear_bbKemeng Shi2023-08-111-2/+2
* btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana2023-08-111-0/+2
* jffs2: reduce stack usage in jffs2_build_xattr_subsystem()Fabian Frederick2023-08-113-7/+15
* NFSD: add encoding of op_recall flag for write delegationDai Ngo2023-08-111-1/+1
* treewide: Remove uninitialized_var() usageKees Cook2023-08-1127-42/+42
* gfs2: Don't deref jdesc in evictBob Peterson2023-08-111-0/+8
* nilfs2: prevent general protection fault in nilfs_clear_dirty_page()Ryusuke Konishi2023-06-281-1/+9
* nilfs2: fix buffer corruption due to concurrent device readsRyusuke Konishi2023-06-283-1/+35
* nilfs2: reject devices with insufficient block countRyusuke Konishi2023-06-281-1/+43
* nilfs2: fix possible out-of-bounds segment allocation in resize ioctlRyusuke Konishi2023-06-211-0/+9
* nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key()Ryusuke Konishi2023-06-211-2/+10
* ocfs2: check new file size on fallocate callLuís Henriques2023-06-211-1/+7
* ocfs2: fix use-after-free when unmounting read-only filesystemLuís Henriques2023-06-211-2/+4
* btrfs: unset reloc control if transaction commit fails in prepare_to_relocate()Zixuan Fu2023-06-141-1/+6
* btrfs: check return value of btrfs_commit_transaction in relocationJosef Bacik2023-06-141-4/+5
* ext4: only check dquot_initialize_needed() when debuggingTheodore Ts'o2023-06-141-2/+4
* ceph: fix use-after-free bug for inodes when flushing capsnapsXiubo Li2023-06-142-1/+9
* ext4: add lockdep annotations for i_data_sem for ea_inode'sTheodore Ts'o2023-06-092-0/+6
* nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode()Ryusuke Konishi2023-05-301-0/+18
* ceph: force updating the msg pointer in non-split caseXiubo Li2023-05-301-0/+13
* statfs: enforce statfs[64] structure initializationIlya Leoshkevich2023-05-301-2/+2
* ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()Ojaswin Mujoo2023-05-301-18/+31
* ext4: set goal start correctly in ext4_mb_normalize_requestKemeng Shi2023-05-301-6/+10
* gfs2: Fix inode height consistency checkAndreas Gruenbacher2023-05-301-1/+2
* ext2: Check block size validity during mountJan Kara2023-05-302-0/+8
* fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode()Tetsuo Handa2023-05-301-5/+23
* ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o2023-05-171-2/+3
* ext4: remove a BUG_ON in ext4_mb_release_group_pa()Theodore Ts'o2023-05-171-1/+5
* ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o2023-05-171-1/+1
* ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o2023-05-171-1/+11
* ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o2023-05-171-3/+10
* ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csumTudor Ambarus2023-05-171-4/+2
* cifs: fix pcchunk length type in smb2_copychunk_rangePawel Witek2023-05-171-1/+1
* btrfs: print-tree: parent bytenr must be aligned to sector sizeAnastasia Belova2023-05-171-3/+3
* btrfs: fix btrfs_prev_leaf() to not return the same key twiceFilipe Manana2023-05-171-1/+31
* writeback: fix call of incorrect macroMaxim Korotkov2023-05-171-1/+1
* btrfs: scrub: reject unsupported scrub flagsQu Wenruo2023-05-171-0/+5
* nilfs2: fix infinite loop in nilfs_mdt_get_block()Ryusuke Konishi2023-05-171-4/+12
* nilfs2: do not write dirty data after degenerating to read-onlyRyusuke Konishi2023-05-171-1/+4
* NFSv4.1: Always send a RECLAIM_COMPLETE after establishing leaseTrond Myklebust2023-05-171-0/+4
* pstore: Revert pmsg_lock back to a normal mutexJohn Stultz2023-05-171-4/+3
* ubifs: Free memory for tmpfile nameMårten Lindahl2023-05-171-0/+1
* Revert "ubifs: dirty_cow_znode: Fix memleak in error handling path"Zhihao Cheng2023-05-171-8/+1