summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* ksmbd: validate session id and tree id in the compound requestNamjae Jeon2023-06-282-18/+59
* ksmbd: fix out-of-bound read in smb2_writeNamjae Jeon2023-06-281-3/+9
* ksmbd: validate command payload sizeNamjae Jeon2023-06-281-11/+12
* afs: Fix vlserver probe RTT handlingDavid Howells2023-06-211-2/+2
* ext4: drop the call to ext4_error() from ext4_get_group_info()Fabio M. De Francesco2023-06-211-11/+9
* cifs: fix lease break oops in xfstest generic/098Steve French2023-06-211-2/+6
* btrfs: can_nocow_file_extent should pass down args->strict from callersChris Mason2023-06-211-1/+1
* btrfs: fix iomap_begin length for nocow writesChristoph Hellwig2023-06-211-6/+12
* btrfs: do not ASSERT() on duplicated global rootsQu Wenruo2023-06-211-2/+8
* nilfs2: reject devices with insufficient block countRyusuke Konishi2023-06-211-1/+42
* 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
* epoll: ep_autoremove_wake_function should use list_del_init_carefulBenjamin Segall2023-06-211-1/+5
* btrfs: handle memory allocation failure in btrfs_csum_one_bioJohannes Thumshirn2023-06-211-1/+3
* btrfs: scrub: try harder to mark RAID56 block groups read-onlyQu Wenruo2023-06-212-3/+20
* ksmbd: validate smb request protocol idNamjae Jeon2023-06-212-3/+16
* ext4: only check dquot_initialize_needed() when debuggingTheodore Ts'o2023-06-141-2/+4
* Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-ena...Theodore Ts'o2023-06-141-5/+1
* ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loopNamjae Jeon2023-06-141-0/+12
* ksmbd: fix out-of-bound read in parse_lease_state()Namjae Jeon2023-06-141-42/+24
* ksmbd: fix out-of-bound read in deassemble_neg_contexts()Namjae Jeon2023-06-141-7/+6
* ceph: fix use-after-free bug for inodes when flushing capsnapsXiubo Li2023-06-142-1/+9
* afs: Fix setting of mtime when creating a file/dir/symlinkDavid Howells2023-06-141-0/+3
* ext4: enable the lazy init thread when remounting read/writeTheodore Ts'o2023-06-091-12/+12
* xfs: verify buffer contents when we skip log replayDarrick J. Wong2023-06-091-0/+10
* fs/ntfs3: Validate MFT flags before replaying logsEdward Lo2023-06-091-0/+6
* ksmbd: fix multiple out-of-bounds read during context decodingKuan-Ting Chen2023-06-091-19/+34
* ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiateKuan-Ting Chen2023-06-091-5/+5
* ksmbd: fix incorrect AllocationSize set in smb2_get_infoNamjae Jeon2023-06-091-18/+3
* ksmbd: fix UAF issue from opinfo->connNamjae Jeon2023-06-091-25/+47
* ksmbd: fix credit count leakageNamjae Jeon2023-06-091-5/+1
* ext4: add lockdep annotations for i_data_sem for ea_inode'sTheodore Ts'o2023-06-092-0/+6
* ext4: disallow ea_inodes with extended attributesTheodore Ts'o2023-06-091-0/+3
* ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()Theodore Ts'o2023-06-091-0/+1
* ext4: add EA_INODE checking to ext4_iget()Theodore Ts'o2023-06-093-35/+35
* btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-...pengfuyuan2023-06-091-1/+1
* ceph: silence smatch warning in reconnect_caps_cb()Xiubo Li2023-06-091-1/+2
* gfs2: Don't deref jdesc in evictBob Peterson2023-06-091-0/+8
* btrfs: abort transaction when sibling keys check fails for leavesFilipe Manana2023-06-091-0/+2
* nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter2023-06-091-6/+1
* nfsd: make a copy of struct iattr before calling notify_changeJeff Layton2023-06-091-1/+9
* cifs: mapchars mount option ignoredSteve French2023-05-301-0/+8
* btrfs: use nofs when cleaning up aborted transactionsJosef Bacik2023-05-301-0/+9
* ocfs2: Switch to security_inode_init_security()Roberto Sassu2023-05-302-4/+28
* nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode()Ryusuke Konishi2023-05-241-0/+18
* ceph: force updating the msg pointer in non-split caseXiubo Li2023-05-241-0/+13