aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-05-18erofs: don't round offset down for erofs_read_metabuf()Al Viro1-8/+8
2024-05-18erofs: don't align offset for erofs_read_metabuf() (simple cases)Al Viro4-25/+14
2024-05-18erofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro7-13/+13
2024-05-18erofs: clean up erofs_show_options()Hongzhen Luo2-23/+8
2024-05-18Merge branch 'misc.erofs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gao Xiang7-44/+33
2024-05-17ext4: fix error pointer dereference in ext4_mb_load_buddy_gfp()Dan Carpenter1-1/+1
2024-05-15cifs: fix data corruption in read after invalidateSteve French1-1/+3
2024-05-15Merge tag '6.10-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-45/+63
2024-05-15btrfs: fix end of tree detection when searching for data extent refFilipe Manana1-1/+1
2024-05-15btrfs: scrub: initialize ret in scrub_simple_mirror() to fix compilation warningLu Yao1-1/+1
2024-05-15btrfs: zoned: fix use-after-free due to race with dev replaceFilipe Manana1-3/+10
2024-05-15btrfs: qgroup: fix qgroup id collision across mountsBoris Burkov1-0/+20
2024-05-15btrfs: qgroup: update rescan message levels and error codesDavid Sterba1-7/+5
2024-05-15Merge tag 'integrity-v6.10' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2-2/+2
2024-05-15f2fs: initialize last_block_in_bio variableWu Bo1-10/+13
2024-05-15f2fs: Add inline to f2fs_build_fault_attr() stubNathan Chancellor1-2/+2
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds6-15/+16
2024-05-14Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds1-6/+1
2024-05-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-6/+26
2024-05-14Merge tag 'for-linus-6.10-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2024-05-14Merge tag 'gfs2-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds18-258/+320
2024-05-14Merge tag 'dlm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds24-1482/+1363
2024-05-14Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds50-2309/+2517
2024-05-14Merge tag 'erofs-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-212/+555
2024-05-14smb3: fix perf regression with cached writes with netfs conversionSteve French1-3/+0
2024-05-14Merge tag 'efi-next-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+4
2024-05-14eventfs: Fix a possible null pointer dereference in eventfs_find_events()Hao Ge1-4/+3
2024-05-13net: change proto and proto_ops accept typeJens Axboe1-1/+4
2024-05-13cifs: Fix locking in cifs_strict_readv()Steve French3-10/+28
2024-05-13cifs: Change from mempool_destroy to mempool_exit for request poolsSteve French1-2/+2
2024-05-13smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva3-30/+33
2024-05-13Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-45/+20
2024-05-13Merge tag 'execve-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-48/+72
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-2/+1
2024-05-13Merge tag 'vfs-6.10.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-42/+82
2024-05-13Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds40-4467/+2835
2024-05-13Merge tag 'vfs-6.10.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds6-312/+330
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds30-174/+275
2024-05-13Merge tag 'vfs-6.10.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-54/+65
2024-05-13fs/ioctl: Add a comment to keep the logic in sync with LSM policiesGünther Noack1-0/+3
2024-05-12ksmbd: avoid to send duplicate oplock break notificationsNamjae Jeon1-8/+13
2024-05-12jffs2: Fix potential illegal address access in jffs2_free_inodeWang Yong1-0/+1
2024-05-12jffs2: Simplify the allocation of slab cachesKunwu Chan1-24/+8
2024-05-12jffs2: nodemgmt: fix kernel-doc commentsRandy Dunlap1-9/+15
2024-05-12jffs2: print symbolic error name instead of error codeChristian Heusel1-2/+2
2024-05-11fs/proc: fix softlockup in __read_vmcoreRik van Riel1-0/+2
2024-05-11nilfs2: convert BUG_ON() in nilfs_finish_roll_forward() to WARN_ON()Ryusuke Konishi1-1/+3
2024-05-11nilfs2: remove calls to folio_set_error() and folio_clear_error()Matthew Wilcox (Oracle)2-8/+1
2024-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next into net-...Jens Axboe6-15/+16
2024-05-11f2fs: fix to add missing iput() in gc_data_segment()Chao Yu1-2/+7