index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'vfs-6.11.module.description' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2024-07-15
67
-0
/
+67
|
\
|
*
openpromfs: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
2024-06-20
1
-0
/
+1
|
*
fs: nls: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-06-03
53
-0
/
+53
|
*
fs: autofs: add MODULE_DESCRIPTION()
Jeff Johnson
2024-05-28
1
-0
/
+1
|
*
fs: fat: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-05-28
2
-0
/
+2
|
*
fs: binfmt: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-05-28
2
-0
/
+2
|
*
fs: cramfs: add MODULE_DESCRIPTION()
Jeff Johnson
2024-05-28
1
-0
/
+1
|
*
fs: hfs: add MODULE_DESCRIPTION()
Jeff Johnson
2024-05-28
1
-0
/
+1
|
*
fs: hpfs: add MODULE_DESCRIPTION()
Jeff Johnson
2024-05-28
1
-0
/
+1
|
*
qnx4: add MODULE_DESCRIPTION()
Jeff Johnson
2024-05-28
1
-0
/
+1
|
*
qnx6: add MODULE_DESCRIPTION()
Jeff Johnson
2024-05-28
1
-0
/
+1
|
*
fs: sysv: add MODULE_DESCRIPTION()
Jeff Johnson
2024-05-28
1
-0
/
+1
|
*
fs: efs: add MODULE_DESCRIPTION()
Jeff Johnson
2024-05-28
1
-0
/
+1
|
*
fs: minix: add MODULE_DESCRIPTION()
Jeff Johnson
2024-05-28
1
-0
/
+1
*
|
Merge tag 'vfs-6.11.pg_error' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-07-15
20
-168
/
+60
|
\
\
|
*
|
buffer: Remove calls to set and clear the folio error flag
Matthew Wilcox (Oracle)
2024-05-31
2
-16
/
+4
|
*
|
iomap: Remove calls to set and clear folio error flag
Matthew Wilcox (Oracle)
2024-05-31
1
-8
/
+0
|
*
|
vboxsf: Convert vboxsf_read_folio() to use a folio
Matthew Wilcox (Oracle)
2024-05-31
1
-13
/
+5
|
*
|
ufs: Remove call to set the folio error flag
Matthew Wilcox (Oracle)
2024-05-31
1
-1
/
+0
|
*
|
romfs: Convert romfs_read_folio() to use a folio
Matthew Wilcox (Oracle)
2024-05-31
1
-16
/
+6
|
*
|
reiserfs: Remove call to folio_set_error()
Matthew Wilcox (Oracle)
2024-05-31
1
-1
/
+0
|
*
|
orangefs: Remove calls to set/clear the error flag
Matthew Wilcox (Oracle)
2024-05-31
2
-13
/
+4
|
*
|
nfs: Remove calls to folio_set_error
Matthew Wilcox (Oracle)
2024-05-31
3
-13
/
+2
|
*
|
jffs2: Remove calls to set/clear the folio error flag
Matthew Wilcox (Oracle)
2024-05-31
1
-11
/
+3
|
*
|
hostfs: Convert hostfs_read_folio() to use a folio
Matthew Wilcox (Oracle)
2024-05-31
1
-17
/
+6
|
*
|
isofs: Convert rock_ridge_symlink_read_folio to use a folio
Matthew Wilcox (Oracle)
2024-05-31
1
-9
/
+8
|
*
|
hpfs: Convert hpfs_symlink_read_folio to use a folio
Matthew Wilcox (Oracle)
2024-05-31
1
-12
/
+3
|
*
|
efs: Convert efs_symlink_read_folio to use a folio
Matthew Wilcox (Oracle)
2024-05-31
1
-9
/
+5
|
*
|
cramfs: Convert cramfs_read_folio to use a folio
Matthew Wilcox (Oracle)
2024-05-31
1
-15
/
+10
|
*
|
coda: Convert coda_symlink_filler() to use folio_end_read()
Matthew Wilcox (Oracle)
2024-05-31
1
-9
/
+1
|
*
|
befs: Convert befs_symlink_read_folio() to use folio_end_read()
Matthew Wilcox (Oracle)
2024-05-31
1
-6
/
+4
|
|
/
*
|
Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-07-15
38
-329
/
+539
|
\
\
|
*
|
ipc: mqueue: remove assignment from IS_ERR argument
Chen Ni
2024-07-09
1
-1
/
+2
|
*
|
vfs: rename parent_ino to d_parent_ino and make it use RCU
Mateusz Guzik
2024-06-27
5
-18
/
+34
|
*
|
vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)
Mateusz Guzik
2024-06-27
3
-41
/
+97
|
*
|
stat: use vfs_empty_path() helper
Christian Brauner
2024-06-27
1
-10
/
+2
|
*
|
fs: new helper vfs_empty_path()
Christian Brauner
2024-06-27
1
-0
/
+17
|
*
|
fs: reflow may_create_in_sticky()
Christian Brauner
2024-06-27
1
-16
/
+35
|
*
|
vfs: remove redundant smp_mb for thp handling in do_dentry_open
Mateusz Guzik
2024-06-25
2
-10
/
+9
|
*
|
fuse: Use in_group_or_capable() helper
Youling Tang
2024-06-25
1
-2
/
+2
|
*
|
f2fs: Use in_group_or_capable() helper
Youling Tang
2024-06-25
2
-5
/
+2
|
*
|
fs: Export in_group_or_capable()
Youling Tang
2024-06-25
3
-2
/
+3
|
*
|
vfs: reorder checks in may_create_in_sticky
Mateusz Guzik
2024-06-25
1
-3
/
+3
|
*
|
hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode()
Chao Yu
2024-06-25
1
-0
/
+3
|
*
|
proc: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2024-06-25
1
-3
/
+3
|
*
|
hfsplus: fix to avoid false alarm of circular locking
Chao Yu
2024-06-21
3
-16
/
+29
|
*
|
Improve readability of copy_tree
Jemmy
2024-06-21
1
-28
/
+31
|
*
|
vfs: shave a branch in getname_flags
Mateusz Guzik
2024-06-21
1
-11
/
+20
|
*
|
vfs: retire user_path_at_empty and drop empty arg from getname_flags
Mateusz Guzik
2024-06-05
7
-25
/
+16
|
*
|
vfs: stop using user_path_at_empty in do_readlinkat
Mateusz Guzik
2024-06-05
1
-19
/
+24
[next]