summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds
2023-09-30Merge tag 'trace-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-09-30eventfs: Test for dentries array allocated in eventfs_release()Steven Rostedt (Google)
2023-09-30Merge tag 'iomap-6.6-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-09-30Merge tag 'nfsd-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-09-30Merge tag '6.6-rc3-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-09-29nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian
2023-09-29fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer
2023-09-29Merge tag '6.6-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-09-29Merge tag 'ceph-for-6.6-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-09-29Merge tag 'xfs-6.6-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-09-28fs/smb/client: Reset password pointer to NULLQuang Le
2023-09-28iomap: Spelling s/preceeding/preceding/gGeert Uytterhoeven
2023-09-28NFSD: Fix zero NFSv4 READ results when RQ_SPLICE_OK is not setChuck Lever
2023-09-26Merge tag 'for-6.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-26Merge tag 'v6.6-rc4.vfs.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2023-09-25iomap: add a workaround for racy i_size updates on block devicesChristoph Hellwig
2023-09-25overlayfs: set ctime when setting mtime and atimeJeff Layton
2023-09-25ntfs3: put resources during ntfs_fill_super()Christian Brauner
2023-09-25ovl: disable IOCB_DIO_CALLER_COMPJens Axboe
2023-09-24xfs: fix reloading entire unlinked bucket listsDarrick J. Wong
2023-09-24Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-09-23Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds
2023-09-23Merge tag '6.6-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-09-23Merge tag 'iomap-6.6-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-09-22Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-09-22eventfs: Remember what dentries were created on dir openSteven Rostedt (Google)
2023-09-21ksmbd: check iov vector index in ksmbd_conn_write()Namjae Jeon
2023-09-21ksmbd: return invalid parameter error response if smb2 request is invalidNamjae Jeon
2023-09-21Merge tag 'v6.6-rc3.vfs.ctime.revert' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-09-21btrfs: initialize start_slot in btrfs_log_prealloc_extentsJosef Bacik
2023-09-21btrfs: make sure to initialize start and len in find_free_dev_extentJosef Bacik
2023-09-20smb3: fix confusing debug messageSteve French
2023-09-20smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLEDPaulo Alcantara
2023-09-20smb3: remove duplicate error mappingSteve French
2023-09-20btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo
2023-09-20btrfs: properly report 0 avail for very full file systemsJosef Bacik
2023-09-20btrfs: log message if extent item not found when running delayed extent opFilipe Manana
2023-09-20btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref()Filipe Manana
2023-09-20btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1Filipe Manana
2023-09-20btrfs: prevent transaction block reserve underflow when starting transactionFilipe Manana
2023-09-20btrfs: fix race when refilling delayed refs block reserveFilipe Manana
2023-09-20Merge tag 'for-6.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-20Revert "fs: add infrastructure for multigrain timestamps"Christian Brauner
2023-09-20Revert "btrfs: convert to multigrain timestamps"Christian Brauner
2023-09-20Revert "ext4: switch to multigrain timestamps"Christian Brauner
2023-09-20Revert "xfs: switch to multigrain timestamps"Christian Brauner
2023-09-20fs/pipe: remove duplicate "offset" initializerMax Kellermann
2023-09-20fs-writeback: do not requeue a clean inode having skipped pagesChunhai Guo
2023-09-20aio: Annotate struct kioctx_table with __counted_byKees Cook