index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-02
hostfs: Handle page write errors correctly
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-08-02
squashfs: Return the actual error from squashfs_read_folio()
Matthew Wilcox (Oracle)
1
-7
/
+8
2022-08-02
buffer: Don't test folio error in block_read_full_folio()
Matthew Wilcox (Oracle)
1
-2
/
+5
2022-08-02
ovl: fix spelling mistakes
William Dean
2
-3
/
+3
2022-08-01
affs: use memcpy_to_page and remove replace kmap_atomic()
David Sterba
1
-5
/
+1
2022-08-01
Merge tag 'fs.idmapped.overlay.acl.v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
7
-93
/
+219
2022-08-01
Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
15
-119
/
+137
2022-08-01
Merge tag 'filelock-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
Linus Torvalds
1
-49
/
+28
2022-08-01
Merge tag 'erofs-for-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs
Linus Torvalds
8
-621
/
+528
2022-08-01
Merge tag 'fsnotify_for_v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
6
-48
/
+114
2022-08-01
Merge tag 'fs_for_v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2
-16
/
+14
2022-08-01
Merge tag 'dlm-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
Linus Torvalds
14
-148
/
+255
2022-08-01
fs: dlm: move kref_put assert for lkb structs
Alexander Aring
1
-3
/
+8
2022-08-01
fs: dlm: don't use deprecated timeout features by default
Alexander Aring
8
-5
/
+118
2022-08-01
fs: dlm: add deprecation Kconfig and warnings for timeouts
Alexander Aring
3
-1
/
+27
2022-08-01
cifs: trivial style fixup
Steve French
1
-0
/
+1
2022-08-01
cifs: fix wrong unlock before return from cifs_tree_connect()
Yang Yingliang
1
-1
/
+1
2022-08-01
cifs: avoid use of global locks for high contention data
Shyam Prasad N
13
-243
/
+336
2022-08-01
cifs: remove remaining build warnings
Steve French
2
-11
/
+30
2022-08-01
cifs: list_for_each() -> list_for_each_entry()
Enzo Matsumiya
5
-67
/
+22
2022-08-01
smb2: small refactor in smb2_check_message()
Enzo Matsumiya
2
-26
/
+34
2022-08-01
cifs: Fix memory leak when using fscache
Matthew Wilcox (Oracle)
1
-4
/
+4
2022-08-01
cifs: remove minor build warning
Steve French
2
-2
/
+4
2022-08-01
cifs: remove some camelCase and also some static build warnings
Steve French
7
-27
/
+34
2022-08-01
cifs: remove unnecessary (void*) conversions.
Yu Zhe
1
-1
/
+1
2022-08-01
cifs: remove unnecessary type castings
Yu Zhe
5
-6
/
+6
2022-08-01
cifs: remove redundant initialization to variable mnt_sign_enabled
Colin Ian King
1
-1
/
+1
2022-08-01
smb3: check xattr value length earlier
Steve French
1
-2
/
+3
2022-07-31
ksmbd: prevent out of bound read for SMB2_TREE_CONNNECT
Hyunchul Lee
1
-5
/
+0
2022-07-31
ksmbd: prevent out of bound read for SMB2_WRITE
Hyunchul Lee
2
-7
/
+8
2022-07-31
ksmbd: fix use-after-free bug in smb2_tree_disconect
Namjae Jeon
1
-0
/
+1
2022-07-31
ksmbd: fix memory leak in smb2_handle_negotiate
Namjae Jeon
1
-0
/
+4
2022-07-31
ksmbd: fix racy issue while destroying session on multichannel
Namjae Jeon
12
-86
/
+110
2022-07-31
ksmbd: use wait_event instead of schedule_timeout()
Namjae Jeon
4
-17
/
+33
2022-08-01
exfat: Drop superfluous new line for error messages
Takashi Iwai
3
-4
/
+4
2022-08-01
exfat: Downgrade ENAMETOOLONG error message to debug messages
Takashi Iwai
1
-1
/
+1
2022-08-01
exfat: Expand exfat_err() and co directly to pr_*() macro
Takashi Iwai
2
-22
/
+7
2022-08-01
exfat: Define NLS_NAME_* as bit flags explicitly
Takashi Iwai
1
-3
/
+3
2022-08-01
exfat: Return ENAMETOOLONG consistently for oversized paths
Takashi Iwai
1
-1
/
+1
2022-08-01
exfat: remove duplicate write inode for extending dir/file
Yuezhang Mo
2
-12
/
+1
2022-08-01
exfat: remove duplicate write inode for truncating file
Yuezhang Mo
2
-13
/
+25
2022-08-01
exfat: reuse __exfat_write_inode() to update directory entry
Yuezhang Mo
4
-90
/
+19
2022-07-31
xfs: delete extra space and tab in blank line
Xie Shaowen
2
-7
/
+7
2022-07-31
xfs: fix NULL pointer dereference in xfs_getbmap()
ChenXiaoSong
1
-8
/
+9
2022-07-31
erofs: update ctx->pos for every emitted dirent
Hongnan Li
1
-9
/
+7
2022-07-30
f2fs: fix to do sanity check on segment type in build_sit_entries()
Chao Yu
1
-0
/
+13
2022-07-30
f2fs: obsolete unused MAX_DISCARD_BLOCKS
Chao Yu
1
-1
/
+0
2022-07-30
f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()
Chao Yu
1
-1
/
+5
2022-07-30
f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same time
Chao Liu
1
-8
/
+1
2022-07-30
f2fs: introduce sysfs atomic write statistics
Daeho Jeong
6
-3
/
+88
[prev]
[next]