summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-1926-141/+86
* fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner2023-01-195-18/+16
* quota: port to mnt_idmapChristian Brauner2023-01-199-18/+17
* fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-1916-81/+79
* fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-1918-53/+45
* fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-1937-138/+119
* fs: port acl to mnt_idmapChristian Brauner2023-01-1918-72/+65
* fs: port xattr to mnt_idmapChristian Brauner2023-01-1941-73/+68
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-1964-375/+372
* fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-1932-41/+42
* fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-1958-100/+111
* fs: port ->get_acl() to pass mnt_idmapChristian Brauner2023-01-198-21/+24
* fs: port ->tmpfile() to pass mnt_idmapChristian Brauner2023-01-1913-13/+18
* fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-1947-50/+54
* fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-1934-57/+60
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-1951-59/+63
* fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-1943-49/+55
* fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-1949-57/+66
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-1967-140/+144
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-1988-218/+230
* fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner2023-01-1820-193/+227
* f2fs: project ids aren't idmappedChristian Brauner2023-01-181-1/+1
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-252-2/+2
* Merge tag 'pstore-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-12-233-4/+6
|\
| * pstore: Properly assign mem_type propertyLuca Stefani2022-12-231-1/+1
| * pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXESJohn Stultz2022-12-231-0/+1
| * pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversionJohn Stultz2022-12-151-3/+4
* | Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds2022-12-239-9/+0
|\ \
| * | 9p/fs: Remove unneeded idr.h #includeChristophe JAILLET2022-12-029-9/+0
* | | Merge tag 'afs-next-20221222' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-226-51/+55
|\ \ \
| * | | afs: Stop implementing ->writepage()David Howells2022-12-223-37/+50
| * | | afs: remove afs_cache_netfs and afs_zap_permits() declarationsGaosheng Cui2022-12-221-8/+0
| * | | afs: remove variable nr_serversColin Ian King2022-12-221-5/+1
| * | | afs: Fix lost servers_outstanding countDavid Howells2022-12-221-1/+4
* | | | Merge tag '6.2-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2022-12-2122-1338/+991
|\ \ \ \
| * | | | cifs: update internal module numberSteve French2022-12-191-2/+2
| * | | | cifs: don't leak -ENOMEM in smb2_open_file()Paulo Alcantara2022-12-191-2/+2
| * | | | cifs: use origin fullpath for automountsPaulo Alcantara2022-12-194-10/+53
| * | | | cifs: set correct status of tcon ipc when reconnectingPaulo Alcantara2022-12-191-1/+3
| * | | | cifs: optimize reconnect of nested linksPaulo Alcantara2022-12-191-5/+4
| * | | | cifs: fix source pathname comparison of dfs supersPaulo Alcantara2022-12-191-1/+15
| * | | | cifs: fix confusing debug messagePaulo Alcantara2022-12-191-1/+3
| * | | | cifs: don't block in dfs_cache_noreq_update_tgthint()Paulo Alcantara2022-12-194-274/+269
| * | | | cifs: refresh root referralsPaulo Alcantara2022-12-191-18/+22
| * | | | cifs: fix refresh of cached referralsPaulo Alcantara2022-12-194-117/+37
| * | | | cifs: don't refresh cached referrals from unactive mountsPaulo Alcantara2022-12-191-72/+1
| * | | | cifs: share dfs connections and supersPaulo Alcantara2022-12-199-369/+323
| * | | | cifs: split out ses and tcon retrieval from mount_get_conns()Paulo Alcantara2022-12-193-39/+78
| * | | | cifs: set resolved ip in sockaddrPaulo Alcantara2022-12-196-103/+55
| * | | | cifs: remove unused smb3_fs_context::mount_optionsPaulo Alcantara2022-12-192-11/+0