index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-19
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
58
-100
/
+111
2023-01-19
fs: port ->get_acl() to pass mnt_idmap
Christian Brauner
8
-21
/
+24
2023-01-19
fs: port ->tmpfile() to pass mnt_idmap
Christian Brauner
13
-13
/
+18
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
47
-50
/
+54
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
34
-57
/
+60
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
51
-59
/
+63
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
43
-49
/
+55
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
49
-57
/
+66
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
67
-140
/
+144
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
88
-218
/
+230
2023-01-18
fs: port vfs_*() helpers to struct mnt_idmap
Christian Brauner
20
-193
/
+227
2023-01-18
f2fs: project ids aren't idmapped
Christian Brauner
1
-1
/
+1
2022-12-25
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
2
-2
/
+2
2022-12-23
Merge tag 'pstore-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-4
/
+6
2022-12-23
Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linux
Linus Torvalds
9
-9
/
+0
2022-12-23
pstore: Properly assign mem_type property
Luca Stefani
1
-1
/
+1
2022-12-23
pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXES
John Stultz
1
-0
/
+1
2022-12-22
Merge tag 'afs-next-20221222' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-51
/
+55
2022-12-22
afs: Stop implementing ->writepage()
David Howells
3
-37
/
+50
2022-12-22
afs: remove afs_cache_netfs and afs_zap_permits() declarations
Gaosheng Cui
1
-8
/
+0
2022-12-22
afs: remove variable nr_servers
Colin Ian King
1
-5
/
+1
2022-12-22
afs: Fix lost servers_outstanding count
David Howells
1
-1
/
+4
2022-12-21
Merge tag '6.2-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...
Linus Torvalds
22
-1338
/
+991
2022-12-21
Merge tag 'ntfs3_for_6.2' of https://github.com/Paragon-Software-Group/linux-...
Linus Torvalds
19
-626
/
+1411
2022-12-21
Merge tag 'fs.mount.propagation.fix.v6.2-rc1' of git://git.kernel.org/pub/scm...
Linus Torvalds
1
-1
/
+1
2022-12-21
Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
3
-0
/
+4
2022-12-21
pnode: terminate at peers of source
Christian Brauner
1
-1
/
+1
2022-12-19
Treewide: Stop corrupting socket's task_frag
Benjamin Coddington
3
-0
/
+4
2022-12-19
Merge tag 'nfsd-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
4
-196
/
+197
2022-12-19
cifs: update internal module number
Steve French
1
-2
/
+2
2022-12-19
cifs: don't leak -ENOMEM in smb2_open_file()
Paulo Alcantara
1
-2
/
+2
2022-12-19
cifs: use origin fullpath for automounts
Paulo Alcantara
4
-10
/
+53
2022-12-19
cifs: set correct status of tcon ipc when reconnecting
Paulo Alcantara
1
-1
/
+3
2022-12-19
cifs: optimize reconnect of nested links
Paulo Alcantara
1
-5
/
+4
2022-12-19
cifs: fix source pathname comparison of dfs supers
Paulo Alcantara
1
-1
/
+15
2022-12-19
cifs: fix confusing debug message
Paulo Alcantara
1
-1
/
+3
2022-12-19
cifs: don't block in dfs_cache_noreq_update_tgthint()
Paulo Alcantara
4
-274
/
+269
2022-12-19
cifs: refresh root referrals
Paulo Alcantara
1
-18
/
+22
2022-12-19
cifs: fix refresh of cached referrals
Paulo Alcantara
4
-117
/
+37
2022-12-19
cifs: don't refresh cached referrals from unactive mounts
Paulo Alcantara
1
-72
/
+1
2022-12-19
cifs: share dfs connections and supers
Paulo Alcantara
9
-369
/
+323
2022-12-19
cifs: split out ses and tcon retrieval from mount_get_conns()
Paulo Alcantara
3
-39
/
+78
2022-12-19
cifs: set resolved ip in sockaddr
Paulo Alcantara
6
-103
/
+55
2022-12-19
cifs: remove unused smb3_fs_context::mount_options
Paulo Alcantara
2
-11
/
+0
2022-12-19
cifs: get rid of mount options string parsing
Paulo Alcantara
7
-247
/
+101
2022-12-19
cifs: use fs_context for automounts
Paulo Alcantara
1
-60
/
+40
2022-12-19
cifs: reduce roundtrips on create/qinfo requests
Paulo Alcantara
5
-84
/
+57
2022-12-17
Merge tag 'gfs2-v6.1-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
11
-333
/
+234
2022-12-16
cifs: set correct ipc status after initial tree connect
Paulo Alcantara
1
-2
/
+5
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
8
-62
/
+94
[next]