summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-08-18hugetlbfs: improve read HWPOISON hugepageJiaqi Yan
2023-08-18mm: userfaultfd: add new UFFDIO_POISON ioctlAxel Rasmussen
2023-08-18mm: userfaultfd: check for start + len overflow in validate_rangeAxel Rasmussen
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells
2023-08-18mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells
2023-08-18fs: drop_caches: draining pages before dropping cachesAndrew Yang
2023-08-18ksm: add ksm zero pages for each processxu xin
2023-08-18fs: convert block_commit_write to return voidBean Huo
2023-08-18fs/buffer: clean up block_commit_writeBean Huo
2023-08-18mm/gup: retire follow_hugetlb_page()Peter Xu
2023-08-18mm: make MEMFD_CREATE into a selectable config optionThomas Weißschuh
2023-08-18mm: increase usage of folio_next_index() helperSidhartha Kumar
2023-07-29Merge tag '6.5-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-07-29arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim
2023-07-28Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...Linus Torvalds
2023-07-28Merge tag 'ceph-for-6.5-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-07-28Merge tag '9p-fixes-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-07-27proc/vmcore: fix signedness bug in read_from_oldmem()Dan Carpenter
2023-07-27Merge tag 'net-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-07-27Merge tag 'for-6.5-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-07-26splice, net: Fix splice_to_socket() for O_NONBLOCK socketJan Stancek
2023-07-26cifs: add missing return value check for cifs_sb_tlinkShyam Prasad N
2023-07-26Merge tag '6.5-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-07-26btrfs: check for commit error at btrfs_attach_transaction_barrier()Filipe Manana
2023-07-25ovl: Always reevaluate the file signature for IMAEric Snowberg
2023-07-25Merge tag 'nfsd-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-07-25smb3: do not set NTLMSSP_VERSION flag for negotiate not auth requestSteve French
2023-07-25cifs: fix charset issue in reconnectionWinston Wen
2023-07-25fs/nls: make load_nls() take a const parameterWinston Wen
2023-07-24file: always lock position for FMODE_ATOMIC_POSChristian Brauner
2023-07-24btrfs: check if the transaction was aborted at btrfs_wait_for_commit()Filipe Manana
2023-07-24btrfs: remove BUG_ON()'s in add_new_free_space()Filipe Manana
2023-07-24ceph: never send metrics if disable_send_metrics is setXiubo Li
2023-07-23Merge tag 'ext4_for_linus-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-07-23Merge tag '6.5-rc2-smb3-client-fixes-ver2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-07-23ksmbd: fix out of bounds in init_smb2_rsp_hdr()Namjae Jeon
2023-07-23ksmbd: no response from compound readNamjae Jeon
2023-07-23ksmbd: validate session id and tree id in compound requestNamjae Jeon
2023-07-23ksmbd: fix out of bounds in smb3_decrypt_req()Namjae Jeon
2023-07-23ksmbd: check if a mount point is crossed during path lookupNamjae Jeon
2023-07-23ext4: fix rbtree traversal bug in ext4_mb_use_preallocatedOjaswin Mujoo
2023-07-23ext4: fix off by one issue in ext4_mb_choose_next_group_best_avail()Ojaswin Mujoo
2023-07-23ext4: correct inline offset when handling xattrs in inode bodyEric Whitney
2023-07-22cifs: update internal module version number for cifs.koSteve French
2023-07-22cifs: allow dumping keys for directories tooShyam Prasad N
2023-07-20fs/9p: Remove unused extern declarationYueHaibing
2023-07-209p: remove dead stores (variable set again without being read)Dominique Martinet
2023-07-209p: fix ignored return value in v9fs_dir_releaseDominique Martinet
2023-07-20btrfs: account block group tree when calculating global reserve sizeFilipe Manana
2023-07-20btrfs: zoned: do not enable async discardNaohiro Aota