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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-05
erofs: avoid the potentially wrong m_plen for big pcluster
Yue Hu
1
-8
/
+8
2022-09-05
erofs: fix error return code in erofs_fscache_{meta_,}read_folio
Sun Ke
1
-2
/
+6
2022-09-05
btrfs: zoned: fix mounting with conventional zones
Johannes Thumshirn
1
-41
/
+40
2022-09-05
btrfs: zoned: set pseudo max append zone limit in zone emulation mode
Shin'ichiro Kawasaki
1
-3
/
+12
2022-09-05
btrfs: zoned: fix API misuse of zone finish waiting
Naohiro Aota
4
-9
/
+4
2022-09-05
debugfs: add debugfs_lookup_and_remove()
Greg Kroah-Hartman
1
-0
/
+22
2022-09-04
exfat: fix overflow for large capacity partition
Yuezhang Mo
1
-2
/
+1
2022-09-02
Merge tag '6.0-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-32
/
+55
2022-09-02
Merge tag 'rxrpc-fixes-20220901' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
David S. Miller
5
-12
/
+5
2022-09-01
orangefs: use ->f_mapping
Al Viro
1
-3
/
+1
2022-09-01
_nfs42_proc_copy(): use ->f_mapping instead of file_inode()->i_mapping
Al Viro
1
-1
/
+1
2022-09-01
nfs_finish_open(): don't open-code file_inode()
Al Viro
1
-1
/
+1
2022-09-01
bprm_fill_uid(): don't open-code file_inode()
Al Viro
1
-2
/
+1
2022-09-01
exfat_iterate(): don't open-code file_inode(file)
Al Viro
1
-3
/
+3
2022-09-01
ecryptfs: constify path
Al Viro
4
-4
/
+4
2022-09-01
nd_jump_link(): constify path
Al Viro
1
-1
/
+1
2022-09-01
do_proc_readlink(): constify path
Al Viro
1
-1
/
+1
2022-09-01
overlayfs: constify path
Al Viro
8
-40
/
+40
2022-09-01
fs/notify: constify path
Al Viro
3
-5
/
+5
2022-09-01
may_linkat(): constify path
Al Viro
2
-2
/
+2
2022-09-01
do_sys_name_to_handle(): constify path
Al Viro
1
-1
/
+1
2022-09-01
->getprocattr(): attribute name is const char *, TYVM...
Al Viro
1
-1
/
+1
2022-09-01
fs: fix UAF/GPF bug in nilfs_mdt_destroy
Dongliang Mu
1
-4
/
+3
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
26
-175
/
+200
2022-09-01
kernfs: Implement kernfs_show()
Tejun Heo
1
-1
/
+36
2022-09-01
kernfs: Factor out kernfs_activate_one()
Tejun Heo
1
-10
/
+17
2022-09-01
kernfs: Add KERNFS_REMOVING flags
Tejun Heo
1
-14
/
+7
2022-09-01
kernfs: Improve kernfs_drain() and always call on removal
Tejun Heo
1
-12
/
+12
2022-09-01
kernfs: Skip kernfs_drain_open_files() more aggressively
Tejun Heo
3
-21
/
+48
2022-09-01
kernfs: Refactor kernfs_get_open_node()
Tejun Heo
1
-14
/
+11
2022-09-01
kernfs: Drop unnecessary "mutex" local variable initialization
Tejun Heo
1
-4
/
+5
2022-09-01
kernfs: Simply by replacing kernfs_deref_open_node() with of_on()
Tejun Heo
1
-43
/
+13
2022-09-01
NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
Trond Myklebust
1
-9
/
+18
2022-09-01
afs: Use the operation issue time instead of the reply time for callbacks
David Howells
5
-12
/
+5
2022-08-31
cachefiles: make on-demand request distribution fairer
Xin Yin
2
-3
/
+10
2022-08-31
cachefiles: fix error return code in cachefiles_ondemand_copen()
Sun Ke
1
-3
/
+7
2022-08-31
xattr: constify value argument in vfs_setxattr()
Christian Brauner
2
-4
/
+3
2022-08-31
ovl: use vfs_set_acl_prepare()
Christian Brauner
1
-1
/
+14
2022-08-31
acl: move idmapping handling into posix_acl_xattr_set()
Christian Brauner
2
-44
/
+11
2022-08-31
acl: add vfs_set_acl_prepare()
Christian Brauner
1
-11
/
+202
2022-08-31
acl: return EOPNOTSUPP in posix_acl_fix_xattr_common()
Christian Brauner
1
-16
/
+9
2022-08-31
ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpers
Christian Brauner
2
-98
/
+6
2022-08-30
cifs: fix small mempool leak in SMB2_negotiate()
Enzo Matsumiya
1
-5
/
+7
2022-08-30
smb3: use filemap_write_and_wait_range instead of filemap_write_and_wait
Steve French
2
-4
/
+13
2022-08-30
userfaultfd: open userfaultfds with O_RDONLY
Ondrej Mosnacek
1
-2
/
+2
2022-08-29
f2fs: remove gc_urgent_high_limited for cleanup
Chao Yu
3
-6
/
+4
2022-08-29
f2fs: iostat: support accounting compressed IO
Chao Yu
9
-47
/
+90
2022-08-29
f2fs: use memcpy_{to,from}_page() where possible
Eric Biggers
3
-28
/
+8
2022-08-29
f2fs: fix wrong continue condition in GC
Jaegeuk Kim
1
-8
/
+4
2022-08-29
f2fs: LFS mode does not support ATGC
Jaegeuk Kim
1
-0
/
+5
[prev]
[next]