index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
Convert coda to use the new mount API
David Howells
2024-02-22
1
-45
/
+98
|
*
|
|
eventpoll: prefer kfree_rcu() in __ep_remove()
Dmitry Antipov
2024-02-22
1
-7
/
+1
|
*
|
|
Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke...
Christian Brauner
2024-02-22
1
-31
/
+65
|
|
\
\
\
|
|
*
|
|
libfs: Convert simple directory offsets to use a Maple Tree
Chuck Lever
2024-02-21
1
-24
/
+23
|
|
*
|
|
libfs: Add simple_offset_empty()
Chuck Lever
2024-02-21
1
-0
/
+32
|
|
*
|
|
libfs: Define a minimum directory offset
Chuck Lever
2024-02-21
1
-5
/
+8
|
|
*
|
|
libfs: Re-arrange locking in offset_iterate_dir()
Chuck Lever
2024-02-21
1
-6
/
+6
|
|
|
|
/
|
|
|
/
|
|
*
|
|
libfs: Remove unnecessary ‘0’ values from ret
Li zeming
2024-02-20
1
-1
/
+1
|
*
|
|
efs: convert efs to use the new mount api
Bill O'Donnell
2024-02-20
1
-30
/
+84
|
*
|
|
fs/select: rework stack allocation hack for clang
Arnd Bergmann
2024-02-20
1
-1
/
+1
|
*
|
|
fs/hfsplus: use better @opf description
Randy Dunlap
2024-02-12
1
-1
/
+1
|
*
|
|
fs: prefer kfree_rcu() in fasync_remove_entry()
Dmitry Antipov
2024-02-12
1
-7
/
+1
|
*
|
|
fs/mnt_idmapping.c: Return -EINVAL when no map is written
Taylor Jackson
2024-02-08
1
-1
/
+1
|
*
|
|
eventfd: strictly check the count parameter of eventfd_write to avoid inputti...
Wen Yang
2024-02-08
1
-1
/
+1
|
*
|
|
fs: remove the inode argument to ->d_real() method
Amir Goldstein
2024-02-06
1
-30
/
+22
|
*
|
|
epoll: Remove ep_scan_ready_list() in comments
Huang Xiaojia
2024-02-06
1
-4
/
+4
|
*
|
|
__fs_parse: Correct a documentation comment
Chen Hanxiao
2024-02-02
1
-2
/
+2
|
*
|
|
mbcache: Simplify the allocation of slab caches
Kunwu Chan
2024-02-02
1
-3
/
+2
|
*
|
|
fs: Use KMEM_CACHE instead of kmem_cache_create
Kunwu Chan
2024-02-02
1
-3
/
+1
|
*
|
|
select: Avoid wrap-around instrumentation in do_sys_poll()
Kees Cook
2024-02-02
1
-6
/
+7
|
*
|
|
ntfs3: use file_mnt_idmap helper
Alexander Mikhalitsyn
2024-02-02
1
-1
/
+1
|
*
|
|
sysv: don't call sb_bread() with pointers_lock held
Tetsuo Handa
2024-02-02
1
-6
/
+4
|
*
|
|
fs/pipe: Convert to lockdep_cmp_fn
Kent Overstreet
2024-02-02
1
-45
/
+36
|
*
|
|
Merge tag 'exportfs-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Christian Brauner
2024-01-23
5
-33
/
+4
|
|
\
\
\
|
|
*
|
|
fs: Create a generic is_dot_dotdot() utility
Chuck Lever
2024-01-23
5
-42
/
+3
|
|
*
|
|
exportfs: fix the fallback implementation of the get_name export operation
Trond Myklebust
2024-01-23
1
-1
/
+11
|
*
|
|
|
eventfd: move 'eventfd-count' printing out of spinlock
Wen Yang
2024-01-23
1
-4
/
+9
|
*
|
|
|
do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak
Nikita Zhandarovich
2024-01-22
1
-1
/
+1
|
*
|
|
|
writeback: move wb_wakeup_delayed defination to fs-writeback.c
Kemeng Shi
2024-01-22
1
-0
/
+25
|
*
|
|
|
fs: improve dump_mapping() robustness
Baolin Wang
2024-01-22
1
-1
/
+2
|
*
|
|
|
buffer: Use KMEM_CACHE instead of kmem_cache_create()
Kunwu Chan
2024-01-22
1
-6
/
+2
|
*
|
|
|
eventfd: add a BUILD_BUG_ON() to ensure consistency between EFD_SEMAPHORE and...
Wen Yang
2024-01-22
1
-0
/
+1
|
*
|
|
|
fs: Wrong function name in comment
Andreas Gruenbacher
2024-01-22
1
-1
/
+1
|
*
|
|
|
fs: fix a typo in attr.c
Jay
2024-01-22
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'erofs-for-6.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-03-07
2
-1
/
+3
|
\
\
\
\
|
*
|
|
|
erofs: apply proper VMA alignment for memory mapped files on THP
Gao Xiang
2024-03-07
1
-0
/
+1
|
*
|
|
|
erofs: fix uninitialized page cache reported by KMSAN
Gao Xiang
2024-03-07
1
-1
/
+2
*
|
|
|
|
iov_iter: get rid of 'copy_mc' flag
Linus Torvalds
2024-03-06
1
-3
/
+42
*
|
|
|
|
fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion
Bart Van Assche
2024-03-05
1
-2
/
+6
*
|
|
|
|
Revert "fs/aio: Make io_cancel() generate completions again"
Bart Van Assche
2024-03-05
1
-11
/
+16
|
/
/
/
/
*
|
|
|
Merge tag 'xfs-6.8-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2024-03-02
1
-1
/
+0
|
\
\
\
\
|
*
|
|
|
xfs: drop experimental warning for FSDAX
Shiyang Ruan
2024-02-27
1
-1
/
+0
*
|
|
|
|
Merge tag 'ceph-for-6.8-rc7' of https://github.com/ceph/ceph-client
Linus Torvalds
2024-03-01
2
-4
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
ceph: switch to corrected encoding of max_xattr_size in mdsmap
Xiubo Li
2024-02-26
2
-4
/
+9
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-03-01
6
-35
/
+139
|
\
\
\
\
\
|
*
|
|
|
|
btrfs: fix double free of anonymous device after snapshot creation failure
Filipe Manana
2024-02-29
4
-14
/
+14
|
*
|
|
|
|
btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is given
Filipe Manana
2024-02-29
2
-14
/
+29
|
*
|
|
|
|
btrfs: fix race between ordered extent completion and fiemap
Filipe Manana
2024-02-29
1
-7
/
+96
*
|
|
|
|
|
Merge tag 'exfat-for-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-03-01
1
-15
/
+22
|
\
\
\
\
\
\
|
*
|
|
|
|
|
exfat: fix appending discontinuous clusters to empty file
Yuezhang Mo
2024-02-18
1
-15
/
+22
[prev]
[next]