Age | Commit message (Expand) | Author |
2023-01-19 | fs: port inode_init_owner() to mnt_idmap | Christian Brauner |
2023-01-19 | fs: port acl to mnt_idmap | Christian Brauner |
2023-01-19 | fs: port xattr to mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->fileattr_set() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->set_acl() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->get_acl() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->tmpfile() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->mknod() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner |
2023-01-18 | fs: port vfs_*() helpers to struct mnt_idmap | Christian Brauner |
2023-01-18 | f2fs: project ids aren't idmapped | Christian Brauner |
2022-12-25 | treewide: Convert del_timer*() to timer_shutdown*() | Steven Rostedt (Google) |
2022-12-23 | Merge tag 'pstore-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2022-12-23 | Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linux | Linus Torvalds |
2022-12-23 | pstore: Properly assign mem_type property | Luca Stefani |
2022-12-23 | pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXES | John Stultz |
2022-12-22 | Merge tag 'afs-next-20221222' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-12-22 | afs: Stop implementing ->writepage() | David Howells |
2022-12-22 | afs: remove afs_cache_netfs and afs_zap_permits() declarations | Gaosheng Cui |
2022-12-22 | afs: remove variable nr_servers | Colin Ian King |
2022-12-22 | afs: Fix lost servers_outstanding count | David Howells |
2022-12-21 | Merge tag '6.2-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif... | Linus Torvalds |
2022-12-21 | Merge tag 'ntfs3_for_6.2' of https://github.com/Paragon-Software-Group/linux-... | Linus Torvalds |
2022-12-21 | Merge tag 'fs.mount.propagation.fix.v6.2-rc1' of git://git.kernel.org/pub/scm... | Linus Torvalds |
2022-12-21 | Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2022-12-21 | pnode: terminate at peers of source | Christian Brauner |
2022-12-19 | Treewide: Stop corrupting socket's task_frag | Benjamin Coddington |
2022-12-19 | Merge tag 'nfsd-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds |
2022-12-19 | cifs: update internal module number | Steve French |
2022-12-19 | cifs: don't leak -ENOMEM in smb2_open_file() | Paulo Alcantara |
2022-12-19 | cifs: use origin fullpath for automounts | Paulo Alcantara |
2022-12-19 | cifs: set correct status of tcon ipc when reconnecting | Paulo Alcantara |
2022-12-19 | cifs: optimize reconnect of nested links | Paulo Alcantara |
2022-12-19 | cifs: fix source pathname comparison of dfs supers | Paulo Alcantara |
2022-12-19 | cifs: fix confusing debug message | Paulo Alcantara |
2022-12-19 | cifs: don't block in dfs_cache_noreq_update_tgthint() | Paulo Alcantara |
2022-12-19 | cifs: refresh root referrals | Paulo Alcantara |
2022-12-19 | cifs: fix refresh of cached referrals | Paulo Alcantara |
2022-12-19 | cifs: don't refresh cached referrals from unactive mounts | Paulo Alcantara |
2022-12-19 | cifs: share dfs connections and supers | Paulo Alcantara |
2022-12-19 | cifs: split out ses and tcon retrieval from mount_get_conns() | Paulo Alcantara |
2022-12-19 | cifs: set resolved ip in sockaddr | Paulo Alcantara |
2022-12-19 | cifs: remove unused smb3_fs_context::mount_options | Paulo Alcantara |
2022-12-19 | cifs: get rid of mount options string parsing | Paulo Alcantara |