summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-02pidfs: return -EREMOTE when PIDFD_GET_INFO is called on another nsLuca Boccassi1-1/+1
2026-01-29nfsd: do not allow exporting of special kernel filesystemsAmir Goldstein2-3/+14
2026-01-29exportfs: clarify the documentation of open()/permission() expotrfs opsAmir Goldstein1-2/+10
2026-01-29Merge patch series "Add traces and file attributes for fs-verity"Christian Brauner10-3/+187
2026-01-29fsverity: add tracepointsAndrey Albershteyn6-0/+163
2026-01-29fs: add FS_XFLAG_VERITY for fs-verity filesAndrey Albershteyn4-3/+24
2026-01-29rust: seq_file: replace `kernel::c_str!` with C-StringsTamir Duberstein1-2/+2
2026-01-29fs: dcache: fix typo in enum d_walk_ret commentChelsy Ratnawat1-5/+5
2026-01-29Merge patch series "name_is_dot* cleanup"Christian Brauner9-35/+35
2026-01-29ovl: use name_is_dot* helpers in readdir codeAmir Goldstein1-25/+13
2026-01-29fs: add helpers name_is_dot{,dot,_dotdot}Amir Goldstein9-10/+22
2026-01-29ovl: Fix uninit-value in ovl_fill_realQing Wang1-1/+1
2026-01-23fs: reset read-only fsflags together with xflagsAndrey Albershteyn1-4/+2
2026-01-23fs/file: optimize close_range() complexity from O(N) to O(Sparse)Qiliang Yuan1-2/+8
2026-01-16posix_acl: make posix_acl_to_xattr() alloc the bufferMiklos Szeredi10-97/+53
2026-01-14fs: make insert_inode_locked() wait for inode destructionMateusz Guzik1-17/+24
2026-01-14initramfs_test: kunit test for cpio.filesize > PATH_MAXDavid Disseldorp1-0/+48
2026-01-14fs: improve dump_inode() to safely access inode fieldsYuto Ohnuki1-13/+34
2026-01-14Merge patch series "exportfs: Some kernel-doc fixes"Christian Brauner2-47/+28
2026-01-14fs: add <linux/init_task.h> for 'init_fs'Ben Dooks1-0/+1
2026-01-14docs: exportfs: Use source code struct documentationAndré Almeida1-37/+5
2026-01-14fs: move initializing f_mode before file_ref_init()Amir Goldstein1-5/+5
2026-01-14exportfs: Complete kernel-doc for struct export_operationsAndré Almeida1-1/+14
2026-01-14exportfs: Mark struct export_operations functions at kernel-docAndré Almeida1-8/+8
2026-01-14exportfs: Fix kernel-doc output for get_name()André Almeida1-1/+1
2026-01-14acct(2): begin the deprecation of legacy BSD process accountingJeff Layton1-2/+5
2026-01-14device_cgroup: remove branch hint after code refactorBreno Leitao1-1/+1
2026-01-07Merge patch series "vfs kernel-doc fixes for 6.19"Christian Brauner2-1/+5
2026-01-07VFS: fix __start_dirop() kernel-doc warningsBagas Sanjaya1-1/+2
2026-01-07fs: Describe @isnew parameter in ilookup5_nowait()Bagas Sanjaya1-0/+3
2026-01-07fs/namei: Remove redundant DCACHE_MANAGED_DENTRY check in __follow_mount_rcuBreno Leitao1-3/+0
2026-01-07fs: only assert on LOOKUP_RCU when built with CONFIG_DEBUG_VFSMateusz Guzik1-2/+3
2025-12-24select: store end_time as timespec64 in restart blockThomas Weißschuh2-10/+6
2025-12-24chardev: Switch to guard(mutex) and __free(kfree)chen zhang1-10/+7
2025-12-24namespace: Replace simple_strtoul with kstrtoul to parse boot paramsThorsten Blum1-8/+2
2025-12-24dcache: Replace simple_strtoul with kstrtoul in set_dhash_entriesThorsten Blum1-4/+1
2025-12-24fs: Replace simple_strtoul with kstrtoul in set_ihash_entriesThorsten Blum1-4/+1
2025-12-15fs/buffer: add alert in try_to_free_buffers() for folios without buffersDeepakkumar Karn1-0/+4
2025-12-15Merge patch series "further damage-control lack of clone scalability"Christian Brauner2-47/+88
2025-12-15fs: track the inode having file locks with a flag in ->i_opflagsMateusz Guzik3-6/+24
2025-12-15pid: only take pidmap_lock once on allocMateusz Guzik1-46/+85
2025-12-15filelock: use a consume fence in locks_inode_context()Mateusz Guzik1-1/+4
2025-12-15ns: pad refcountMateusz Guzik1-1/+3
2025-12-15fs: annotate cdev_lock with __cacheline_aligned_in_smpMateusz Guzik1-1/+1
2025-12-15fs: use min() or umin() instead of min_t()David Laight10-17/+13
2025-12-14Linux 6.19-rc1v6.19-rc1Linus Torvalds1-2/+2
2025-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds18-56/+165
2025-12-14Merge tag 'ceph-for-6.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds9-79/+316
2025-12-14Merge tag 'tomoyo-pr-20251212' of git://git.code.sf.net/p/tomoyo/tomoyoLinus Torvalds1-7/+2
2025-12-13Merge tag 'smp-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+16