summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-05-18erofs: don't round offset down for erofs_read_metabuf()Al Viro
2024-05-18erofs: don't align offset for erofs_read_metabuf() (simple cases)Al Viro
2024-05-18erofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro
2024-05-18erofs: clean up erofs_show_options()Hongzhen Luo
2024-05-18Merge branch 'misc.erofs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gao Xiang
2024-05-17ext4: fix error pointer dereference in ext4_mb_load_buddy_gfp()Dan Carpenter
2024-05-15cifs: fix data corruption in read after invalidateSteve French
2024-05-15Merge tag '6.10-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-05-15btrfs: fix end of tree detection when searching for data extent refFilipe Manana
2024-05-15btrfs: scrub: initialize ret in scrub_simple_mirror() to fix compilation warningLu Yao
2024-05-15btrfs: zoned: fix use-after-free due to race with dev replaceFilipe Manana
2024-05-15btrfs: qgroup: fix qgroup id collision across mountsBoris Burkov
2024-05-15btrfs: qgroup: update rescan message levels and error codesDavid Sterba
2024-05-15Merge tag 'integrity-v6.10' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2024-05-15f2fs: initialize last_block_in_bio variableWu Bo
2024-05-15f2fs: Add inline to f2fs_build_fault_attr() stubNathan Chancellor
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-05-14Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2024-05-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2024-05-14Merge tag 'for-linus-6.10-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-05-14Merge tag 'gfs2-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2024-05-14Merge tag 'dlm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2024-05-14Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-05-14Merge tag 'erofs-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-14smb3: fix perf regression with cached writes with netfs conversionSteve French
2024-05-14Merge tag 'efi-next-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-14eventfs: Fix a possible null pointer dereference in eventfs_find_events()Hao Ge
2024-05-13net: change proto and proto_ops accept typeJens Axboe
2024-05-13cifs: Fix locking in cifs_strict_readv()Steve French
2024-05-13cifs: Change from mempool_destroy to mempool_exit for request poolsSteve French
2024-05-13smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2024-05-13Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-13Merge tag 'execve-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-13Merge tag 'vfs-6.10.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2024-05-13Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-05-13Merge tag 'vfs-6.10.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-05-13Merge tag 'vfs-6.10.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-05-13fs/ioctl: Add a comment to keep the logic in sync with LSM policiesGünther Noack
2024-05-12ksmbd: avoid to send duplicate oplock break notificationsNamjae Jeon
2024-05-12jffs2: Fix potential illegal address access in jffs2_free_inodeWang Yong
2024-05-12jffs2: Simplify the allocation of slab cachesKunwu Chan
2024-05-12jffs2: nodemgmt: fix kernel-doc commentsRandy Dunlap
2024-05-12jffs2: print symbolic error name instead of error codeChristian Heusel
2024-05-11fs/proc: fix softlockup in __read_vmcoreRik van Riel
2024-05-11nilfs2: convert BUG_ON() in nilfs_finish_roll_forward() to WARN_ON()Ryusuke Konishi
2024-05-11nilfs2: remove calls to folio_set_error() and folio_clear_error()Matthew Wilcox (Oracle)
2024-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next into net-...Jens Axboe
2024-05-11f2fs: fix to add missing iput() in gc_data_segment()Chao Yu