summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner26-141/+86
2023-01-19fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner5-18/+16
2023-01-19quota: port to mnt_idmapChristian Brauner9-18/+17
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner16-81/+79
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner18-53/+45
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner37-138/+119
2023-01-19fs: port acl to mnt_idmapChristian Brauner18-72/+65
2023-01-19fs: port xattr to mnt_idmapChristian Brauner41-73/+68
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner64-375/+372
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner32-41/+42
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner58-100/+111
2023-01-19fs: port ->get_acl() to pass mnt_idmapChristian Brauner8-21/+24
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner13-13/+18
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner47-50/+54
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner34-57/+60
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner51-59/+63
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner43-49/+55
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner49-57/+66
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner67-140/+144
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner88-218/+230
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner20-193/+227
2023-01-18f2fs: project ids aren't idmappedChristian Brauner1-1/+1
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2-2/+2
2022-12-23Merge tag 'pstore-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-4/+6
2022-12-23Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds9-9/+0
2022-12-23pstore: Properly assign mem_type propertyLuca Stefani1-1/+1
2022-12-23pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXESJohn Stultz1-0/+1
2022-12-22Merge tag 'afs-next-20221222' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-51/+55
2022-12-22afs: Stop implementing ->writepage()David Howells3-37/+50
2022-12-22afs: remove afs_cache_netfs and afs_zap_permits() declarationsGaosheng Cui1-8/+0
2022-12-22afs: remove variable nr_serversColin Ian King1-5/+1
2022-12-22afs: Fix lost servers_outstanding countDavid Howells1-1/+4
2022-12-21Merge tag '6.2-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds22-1338/+991
2022-12-21Merge tag 'ntfs3_for_6.2' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds19-626/+1411
2022-12-21Merge tag 'fs.mount.propagation.fix.v6.2-rc1' of git://git.kernel.org/pub/scm...Linus Torvalds1-1/+1
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-0/+4
2022-12-21pnode: terminate at peers of sourceChristian Brauner1-1/+1
2022-12-20Treewide: Stop corrupting socket's task_fragBenjamin Coddington3-0/+4
2022-12-19Merge tag 'nfsd-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds4-196/+197
2022-12-19cifs: update internal module numberSteve French1-2/+2
2022-12-19cifs: don't leak -ENOMEM in smb2_open_file()Paulo Alcantara1-2/+2
2022-12-19cifs: use origin fullpath for automountsPaulo Alcantara4-10/+53
2022-12-19cifs: set correct status of tcon ipc when reconnectingPaulo Alcantara1-1/+3
2022-12-19cifs: optimize reconnect of nested linksPaulo Alcantara1-5/+4
2022-12-19cifs: fix source pathname comparison of dfs supersPaulo Alcantara1-1/+15
2022-12-19cifs: fix confusing debug messagePaulo Alcantara1-1/+3
2022-12-19cifs: don't block in dfs_cache_noreq_update_tgthint()Paulo Alcantara4-274/+269
2022-12-19cifs: refresh root referralsPaulo Alcantara1-18/+22
2022-12-19cifs: fix refresh of cached referralsPaulo Alcantara4-117/+37
2022-12-19cifs: don't refresh cached referrals from unactive mountsPaulo Alcantara1-72/+1