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-24
vfs: open inside ->tmpfile()
Miklos Szeredi
13
-41
/
+48
2022-09-24
vfs: move open right after ->tmpfile()
Miklos Szeredi
1
-50
/
+33
2022-09-24
vfs: make vfs_tmpfile() static
Miklos Szeredi
1
-2
/
+1
2022-09-24
ovl: use vfs_tmpfile_open() helper
Miklos Szeredi
4
-62
/
+72
2022-09-24
cachefiles: use vfs_tmpfile_open() helper
Miklos Szeredi
1
-20
/
+12
2022-09-24
cachefiles: only pass inode to *mark_inode_inuse() helpers
Miklos Szeredi
1
-33
/
+26
2022-09-24
cachefiles: tmpfile error handling cleanup
Miklos Szeredi
1
-29
/
+26
2022-09-24
hugetlbfs: cleanup mknod and tmpfile
Al Viro
1
-24
/
+16
2022-09-24
vfs: add vfs_tmpfile_open() helper
Miklos Szeredi
1
-0
/
+41
2022-09-23
erofs: support interlaced uncompressed data for compressed files
Yue Hu
4
-23
/
+41
2022-09-23
erofs: clean up .read_folio() and .readahead() in fscache mode
Jingbo Xu
1
-130
/
+83
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
20
-144
/
+261
2022-09-22
ext4: limit the number of retries after discarding preallocations blocks
Theodore Ts'o
1
-1
/
+3
2022-09-22
ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0
Luís Henriques
1
-0
/
+4
2022-09-21
fscrypt: work on block_devices instead of request_queues
Christoph Hellwig
2
-52
/
+53
2022-09-21
fscrypt: stop holding extra request_queue references
Eric Biggers
5
-60
/
+64
2022-09-21
fscrypt: stop using keyrings subsystem for fscrypt_master_key
Eric Biggers
6
-308
/
+350
2022-09-21
ext4: use buckets for cr 1 block scan instead of rbtree
Jan Kara
3
-149
/
+111
2022-09-21
ext4: use locality group preallocation for small closed files
Jan Kara
1
-12
/
+15
2022-09-21
ext4: make directory inode spreading reflect flexbg size
Jan Kara
1
-1
/
+1
2022-09-21
ext4: avoid unnecessary spreading of allocations among groups
Jan Kara
1
-11
/
+13
2022-09-21
ext4: make mballoc try target group first even with mb_optimize_scan
Jan Kara
1
-7
/
+7
2022-09-21
eventfd: guard wake_up in eventfd fs calls as well
Dylan Yudaken
1
-3
/
+7
2022-09-21
Merge tag 'exfat-for-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat
Linus Torvalds
1
-2
/
+1
2022-09-21
xattr: always us is_posix_acl_xattr() helper
Christian Brauner
1
-5
/
+2
2022-09-21
ubifs: Fix AA deadlock when setting xattr for encrypted file
Zhihao Cheng
3
-13
/
+16
2022-09-21
ubifs: Fix UBIFS ro fail due to truncate in the encrypted directory
ZhaoLong Wang
2
-11
/
+28
2022-09-21
mtd: always initialize 'stats' in struct mtd_oob_ops
Michał Kępień
1
-3
/
+3
2022-09-21
ubifs: Fix ubifs_check_dir_empty() kernel-doc comment
Yang Li
1
-1
/
+1
2022-09-20
Merge tag 'for-6.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
2
-8
/
+74
2022-09-20
Merge tag 'fs.fixes.v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping
Linus Torvalds
1
-0
/
+2
2022-09-20
gfs2: Register fs after creating workqueues
Bob Peterson
1
-12
/
+12
2022-09-20
Merge tag 'execve-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-7
/
+0
2022-09-20
block: remove PSI accounting from the bio layer
Christoph Hellwig
1
-2
/
+0
2022-09-20
erofs: add manual PSI accounting for the compressed address space
Christoph Hellwig
1
-1
/
+12
2022-09-20
btrfs: add manual PSI accounting for compressed reads
Christoph Hellwig
1
-2
/
+12
2022-09-20
gfs2: Check sb_bsize_shift after reading superblock
Andrew Price
1
-1
/
+4
2022-09-20
open: always initialize ownership fields
Tetsuo Handa
1
-0
/
+2
2022-09-20
fat: port to vfs{g,u}id_t and associated helpers
Christian Brauner
1
-2
/
+3
2022-09-20
erofs: introduce 'domain_id' mount option
Jia Zhu
2
-2
/
+34
2022-09-20
erofs: Support sharing cookies in the same domain
Jia Zhu
2
-6
/
+96
2022-09-20
erofs: introduce a pseudo mnt to manage shared cookies
Jia Zhu
3
-2
/
+45
2022-09-20
erofs: introduce fscache-based domain
Jia Zhu
2
-17
/
+121
2022-09-20
erofs: code clean up for fscache
Jia Zhu
3
-43
/
+36
2022-09-20
erofs: use kill_anon_super() to kill super in fscache mode
Jia Zhu
1
-1
/
+1
2022-09-20
erofs: fix order >= MAX_ORDER warning due to crafted negative i_size
Gao Xiang
1
-1
/
+1
2022-09-19
hostfs: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-09-19
dentry: Use preempt_[dis|en]able_nested()
Thomas Gleixner
1
-11
/
+2
2022-09-19
xfs: do not need to check return value of xlog_kvmalloc()
Zhiqiang Liu
1
-6
/
+0
2022-09-19
xfs: port to vfs{g,u}id_t and associated helpers
Christian Brauner
3
-7
/
+12
[prev]
[next]