aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-11-04nfs: use credential guards in nfs_local_call_write()Christian Brauner1-10/+18
2025-11-04nfs: use credential guards in nfs_local_call_read()Christian Brauner1-17/+14
2025-11-04erofs: use credential guardsChristian Brauner1-4/+2
2025-11-04binfmt_misc: use credential guardsChristian Brauner1-5/+2
2025-11-04backing-file: use credential guards for mmapChristian Brauner1-4/+2
2025-11-04backing-file: use credential guards for splice writeChristian Brauner1-6/+5
2025-11-04backing-file: use credential guards for splice readChristian Brauner1-4/+2
2025-11-04backing-file: use credential guards for writesChristian Brauner1-35/+39
2025-11-04backing-file: use credential guards for readsChristian Brauner1-24/+28
2025-11-04aio: use credential guardsChristian Brauner1-3/+3
2025-11-04rseq: Optimize event settingThomas Gleixner1-1/+1
2025-11-04rseq: Provide and use rseq_set_ids()Thomas Gleixner1-1/+1
2025-11-04rseq: Simplify the event notificationThomas Gleixner1-1/+1
2025-11-04select: Convert to scoped user accessThomas Gleixner1-8/+4
2025-11-04Merge tag 'for-6.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds5-2/+24
2025-11-03nstree: add listns()Christian Brauner1-0/+39
2025-11-03nstree: assign fixed ids to the initial namespacesChristian Brauner1-1/+1
2025-11-03nstree: allow lookup solely based on inodeChristian Brauner1-2/+9
2025-11-03ns: add active reference countChristian Brauner1-1/+47
2025-11-03ns: use NS_COMMON_INIT() for all namespacesChristian Brauner1-4/+1
2025-11-01Merge tag 'xfs-fixes-6.18-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-0/+41
2025-10-31Merge tag '6.18-rc3-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-37/+71
2025-10-31fs: touch up predicts in putname()Mateusz Guzik1-2/+2
2025-10-31xfs: Use folio_next_pos()Matthew Wilcox (Oracle)2-2/+2
2025-10-31netfs: Use folio_next_pos()Matthew Wilcox (Oracle)2-2/+2
2025-10-31iomap: Use folio_next_pos()Matthew Wilcox (Oracle)1-6/+4
2025-10-31gfs2: Use folio_next_pos()Matthew Wilcox (Oracle)1-2/+1
2025-10-31f2fs: Use folio_next_pos()Matthew Wilcox (Oracle)1-1/+1
2025-10-31ext4: Use folio_next_pos()Matthew Wilcox (Oracle)1-5/+5
2025-10-31buffer: Use folio_next_pos()Matthew Wilcox (Oracle)1-1/+1
2025-10-31btrfs: Use folio_next_pos()Matthew Wilcox (Oracle)8-30/+29
2025-10-31filemap: Add folio_next_pos()Matthew Wilcox (Oracle)1-1/+1
2025-10-31xfs: document another racy GC case in xfs_zoned_map_extentChristoph Hellwig1-0/+8
2025-10-31xfs: prevent gc from picking the same zone twiceChristoph Hellwig2-0/+33
2025-10-31nsfs: raise SB_I_NODEV and SB_I_NOEXECChristian Brauner1-0/+1
2025-10-31pidfs: raise DCACHE_DONTCACHE explicitlyChristian Brauner1-0/+1
2025-10-31nsfs: raise DCACHE_DONTCACHE explicitlyChristian Brauner1-0/+1
2025-10-31nsfs: use inode_just_drop()Christian Brauner1-0/+1
2025-10-31libfs: allow to specify s_d_flagsChristian Brauner1-0/+1
2025-10-31ecryptfs: Use MD5 library instead of crypto_shashEric Biggers7-154/+35
2025-10-31iomap: use largest_zero_folio() in iomap_dio_zero()Pankaj Raghav1-23/+15
2025-10-30btrfs: mark dirty extent range for out of bound prealloc extentsaustinchang1-0/+10
2025-10-30btrfs: set inode flag BTRFS_INODE_COPY_EVERYTHING when logging new nameFilipe Manana2-1/+3
2025-10-30btrfs: fix memory leak of qgroup_list in btrfs_add_qgroup_relationShardul Bankar1-1/+3
2025-10-30btrfs: ensure no dirty metadata is written back for an fs with errorsQu Wenruo1-0/+8
2025-10-30pidfs: expose coredump signalChristian Brauner1-11/+19
2025-10-30pidfs: drop struct pidfs_exit_infoChristian Brauner1-24/+11
2025-10-30pidfs: prepare to drop exit_info pointerChristian Brauner1-3/+9
2025-10-30pidfd: add a new supported_mask fieldChristian Brauner1-1/+16
2025-10-30pidfs: add missing BUILD_BUG_ON() assert on struct pidfd_infoChristian Brauner1-0/+2