aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-05erofs: avoid the potentially wrong m_plen for big pclusterYue Hu1-8/+8
2022-09-05erofs: fix error return code in erofs_fscache_{meta_,}read_folioSun Ke1-2/+6
2022-09-05btrfs: zoned: fix mounting with conventional zonesJohannes Thumshirn1-41/+40
2022-09-05btrfs: zoned: set pseudo max append zone limit in zone emulation modeShin'ichiro Kawasaki1-3/+12
2022-09-05btrfs: zoned: fix API misuse of zone finish waitingNaohiro Aota4-9/+4
2022-09-05debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman1-0/+22
2022-09-04exfat: fix overflow for large capacity partitionYuezhang Mo1-2/+1
2022-09-02Merge tag '6.0-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-32/+55
2022-09-02Merge tag 'rxrpc-fixes-20220901' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller5-12/+5
2022-09-01orangefs: use ->f_mappingAl Viro1-3/+1
2022-09-01_nfs42_proc_copy(): use ->f_mapping instead of file_inode()->i_mappingAl Viro1-1/+1
2022-09-01nfs_finish_open(): don't open-code file_inode()Al Viro1-1/+1
2022-09-01bprm_fill_uid(): don't open-code file_inode()Al Viro1-2/+1
2022-09-01exfat_iterate(): don't open-code file_inode(file)Al Viro1-3/+3
2022-09-01ecryptfs: constify pathAl Viro4-4/+4
2022-09-01nd_jump_link(): constify pathAl Viro1-1/+1
2022-09-01do_proc_readlink(): constify pathAl Viro1-1/+1
2022-09-01overlayfs: constify pathAl Viro8-40/+40
2022-09-01fs/notify: constify pathAl Viro3-5/+5
2022-09-01may_linkat(): constify pathAl Viro2-2/+2
2022-09-01do_sys_name_to_handle(): constify pathAl Viro1-1/+1
2022-09-01->getprocattr(): attribute name is const char *, TYVM...Al Viro1-1/+1
2022-09-01fs: fix UAF/GPF bug in nilfs_mdt_destroyDongliang Mu1-4/+3
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski26-175/+200
2022-09-01kernfs: Implement kernfs_show()Tejun Heo1-1/+36
2022-09-01kernfs: Factor out kernfs_activate_one()Tejun Heo1-10/+17
2022-09-01kernfs: Add KERNFS_REMOVING flagsTejun Heo1-14/+7
2022-09-01kernfs: Improve kernfs_drain() and always call on removalTejun Heo1-12/+12
2022-09-01kernfs: Skip kernfs_drain_open_files() more aggressivelyTejun Heo3-21/+48
2022-09-01kernfs: Refactor kernfs_get_open_node()Tejun Heo1-14/+11
2022-09-01kernfs: Drop unnecessary "mutex" local variable initializationTejun Heo1-4/+5
2022-09-01kernfs: Simply by replacing kernfs_deref_open_node() with of_on()Tejun Heo1-43/+13
2022-09-01NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0Trond Myklebust1-9/+18
2022-09-01afs: Use the operation issue time instead of the reply time for callbacksDavid Howells5-12/+5
2022-08-31cachefiles: make on-demand request distribution fairerXin Yin2-3/+10
2022-08-31cachefiles: fix error return code in cachefiles_ondemand_copen()Sun Ke1-3/+7
2022-08-31xattr: constify value argument in vfs_setxattr()Christian Brauner2-4/+3
2022-08-31ovl: use vfs_set_acl_prepare()Christian Brauner1-1/+14
2022-08-31acl: move idmapping handling into posix_acl_xattr_set()Christian Brauner2-44/+11
2022-08-31acl: add vfs_set_acl_prepare()Christian Brauner1-11/+202
2022-08-31acl: return EOPNOTSUPP in posix_acl_fix_xattr_common()Christian Brauner1-16/+9
2022-08-31ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpersChristian Brauner2-98/+6
2022-08-30cifs: fix small mempool leak in SMB2_negotiate()Enzo Matsumiya1-5/+7
2022-08-30smb3: use filemap_write_and_wait_range instead of filemap_write_and_waitSteve French2-4/+13
2022-08-30userfaultfd: open userfaultfds with O_RDONLYOndrej Mosnacek1-2/+2
2022-08-29f2fs: remove gc_urgent_high_limited for cleanupChao Yu3-6/+4
2022-08-29f2fs: iostat: support accounting compressed IOChao Yu9-47/+90
2022-08-29f2fs: use memcpy_{to,from}_page() where possibleEric Biggers3-28/+8
2022-08-29f2fs: fix wrong continue condition in GCJaegeuk Kim1-8/+4
2022-08-29f2fs: LFS mode does not support ATGCJaegeuk Kim1-0/+5