summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-07-08bcachefs: Don't set BCH_FS_error on transaction restartKent Overstreet
2025-07-08ksmbd: fix potential use-after-free in oplock/lease break ackNamjae Jeon
2025-07-08ksmbd: fix a mount write count leak in ksmbd_vfs_kern_path_locked()Al Viro
2025-07-08smb: server: make use of rdma_destroy_qp()Stefan Metzmacher
2025-07-08fs/libfs: don't assume blocksize <= PAGE_SIZE in generic_check_addressablePankaj Raghav
2025-07-08fs/buffer: remove the min and max limit checks in __getblk_slow()Pankaj Raghav
2025-07-08fs: Prevent file descriptor table allocations exceeding INT_MAXSasha Levin
2025-07-08xfs: remove the bt_bdev_file buftarg fieldChristoph Hellwig
2025-07-08xfs: rename the bt_bdev_* buftarg fieldsChristoph Hellwig
2025-07-08xfs: refactor xfs_calc_atomic_write_unit_maxChristoph Hellwig
2025-07-08xfs: add a xfs_group_type_buftarg helperChristoph Hellwig
2025-07-08xfs: remove the call to sync_blockdev in xfs_configure_buftargChristoph Hellwig
2025-07-08xfs: clean up the initial read logic in xfs_readsbChristoph Hellwig
2025-07-08xfs: replace strncpy with memcpy in xattr listingPranav Tyagi
2025-07-08fold fs_struct->{lock,seq} into a seqlockAl Viro
2025-07-08Revert "fs/ntfs3: Replace inode_trylock with inode_lock"Konstantin Komarov
2025-07-07bcachefs: Fix additional misalignment in journal space calculationsKent Overstreet
2025-07-07bcachefs: Don't schedule non persistent passes persistentlyKent Overstreet
2025-07-07fs/ntfs3: Exclude call make_bad_inode for live nodes.Konstantin Komarov
2025-07-07coredump: fix PIDFD_INFO_COREDUMP ioctl checkLaura Brehm
2025-07-07coredump: add coredump_skip() helperChristian Brauner
2025-07-07coredump: avoid pointless variableChristian Brauner
2025-07-07coredump: order auto cleanup variables at the topChristian Brauner
2025-07-07coredump: add coredump_cleanup()Christian Brauner
2025-07-07coredump: auto cleanup prepare_creds()Christian Brauner
2025-07-07coredump: directly returnChristian Brauner
2025-07-07coredump: auto cleanup argvChristian Brauner
2025-07-07coredump: add coredump_write()Christian Brauner
2025-07-07coredump: use a single helper for the socketChristian Brauner
2025-07-07coredump: move pipe specific file check into coredump_pipe()Christian Brauner
2025-07-07coredump: split pipe coredumping into coredump_pipe()Christian Brauner
2025-07-06hfsplus: remove mutex_lock check in hfsplus_free_extentsYangtao Li
2025-07-06hfs: make splice write available againYangtao Li
2025-07-06hfsplus: make splice write available againYangtao Li
2025-07-06hfs: fix not erasing deleted b-tree node issueViacheslav Dubeyko
2025-07-06Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-07-05Merge tag 'v6.16-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-07-05bcachefs: Fix bch2_btree_transactions_read() synchronizationKent Overstreet
2025-07-05bcachefs: btree read retry fixesKent Overstreet
2025-07-05bcachefs: btree node scan no longer uses btree cacheKent Overstreet
2025-07-04bcachefs: Tweak btree cache helpers for use by btree node scanKent Overstreet
2025-07-04bcachefs: Fix btree for nonexistent tree depthKent Overstreet
2025-07-04bcachefs: Fix bch2_io_failures_to_text()Kent Overstreet
2025-07-04bcachefs: bch2_fpunch_snapshot()Kent Overstreet
2025-07-04fscrypt: Don't use problematic non-inline crypto enginesEric Biggers
2025-07-04Merge tag 'bcachefs-2025-07-03' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-07-04Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-07-03fix proc_sys_compare() handling of in-lookup dentriesAl Viro