summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-11-01ocfs2: fix a spelling typo in commentKunwu Chan
2023-11-01fs/proc/base.c: remove unneeded semicolonYang Li
2023-11-01do_io_accounting: use sig->stats_lockOleg Nesterov
2023-11-01do_io_accounting: use __for_each_thread()Oleg Nesterov
2023-11-01ocfs2: replace BUG_ON() at ocfs2_num_free_extents() with ocfs2_error()Jia Rui
2023-10-18ocfs2: fix a typo in a commentYuanheng Zhang
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan
2023-10-18fs: ocfs2: check status valuesArtem Chernyshev
2023-10-18proc: save LOC by using while loopAlexey Dobriyan
2023-10-18proc: use initializer for clearing some buffersAlexey Dobriyan
2023-10-18ocfs2: annotate struct ocfs2_replay_map with __counted_byKees Cook
2023-10-04fs: ocfs2: replace strlcpy with sysfs_emitAzeem Shaikh
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher
2023-10-04fs/proc: do_task_stat: use __for_each_thread()Oleg Nesterov
2023-10-04introduce __next_thread(), fix next_tid() vs exec() raceOleg Nesterov
2023-10-04ocfs2: correct range->len in ocfs2_trim_fs()Yuanheng Zhang
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