summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-02-10Merge tag 'execve-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-10smb client: Add generated file to gitignore fileLinus Torvalds
2026-02-10pid: introduce task_ppid_vnr() helperOleg Nesterov
2026-02-10pidfs: implement ino allocation without the pidmap lockMateusz Guzik
2026-02-10pidfs: convert rb-tree to rhashtableChristian Brauner
2026-02-09Merge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s...Linus Torvalds
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-02-09Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2026-02-09Merge tag 'v7.0-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2026-02-09Merge tag 'dlm-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2026-02-09Merge tag 'gfs2-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds
2026-02-09Merge tag 'xfs-merge-7.0' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2026-02-09Merge tag 'erofs-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-09Merge tag 'hfs-v7.0-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vd...Linus Torvalds
2026-02-09Merge tag 'nilfs2-v7.0-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-09ksmbd: convert tree_conns_lock to rw_semaphoreNamjae Jeon
2026-02-09ksmbd: fix missing chann_lock while iterating session channel listNamjae Jeon
2026-02-09Merge tag 'for-6.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2026-02-09fs: fuse: fix max() of incompatible typesArnd Bergmann
2026-02-09Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.namespace' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.atomic_open' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.nullfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.minix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.btrfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/sc...Linus Torvalds
2026-02-09nfs: nfs4proc: Convert comma to semicolonChen Ni
2026-02-09NFSv4: limit lease period in nfs4_set_lease_period()Sergey Shtylyov
2026-02-09NFSv4: pass lease period in seconds to nfs4_set_lease_period()Sergey Shtylyov
2026-02-09nfs: unify security_inode_listsecurity() callsStephen Smalley
2026-02-09fs/nfs: Fix readdir slow-start regressionSagi Grimberg
2026-02-09Merge tag 'lsm-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-09fs/ntfs3: avoid calling run_get_entry() when run == NULL in ntfs_read_run_nb_...Konstantin Komarov
2026-02-09ksmbd: add chann_lock to protect ksmbd_chann_list xarrayNamjae Jeon
2026-02-09cifs: Fix the copyright banner on smb1maperror.cDavid Howells
2026-02-09ceph: supply snapshot context in ceph_uninline_data()ethanwu
2026-02-09ceph: supply snapshot context in ceph_zero_partial_object()ethanwu
2026-02-09fs/ntfs3: add fall-through between switch labelsKonstantin Komarov
2026-02-08smb: common: add header guards to fs/smb/common/smb2status.hStefan Metzmacher
2026-02-08smb: client: Avoid a dozen -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2026-02-08smb/client: remove useless comment in mapping_table_ERRSRVHuiwen He
2026-02-08smb/client: remove some literal NT error codes from ntstatus_to_dos_mapHuiwen He
2026-02-08smb/client: add NT_STATUS_VOLUME_NOT_UPGRADEDHuiwen He
2026-02-08smb/client: add NT_STATUS_NO_USER_KEYSHuiwen He
2026-02-08smb/client: add NT_STATUS_WRONG_EFSHuiwen He
2026-02-08smb/client: add NT_STATUS_NO_EFSHuiwen He
2026-02-08smb/client: add NT_STATUS_NO_RECOVERY_POLICYHuiwen He