summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Convert coda to use the new mount APIDavid Howells2024-02-221-45/+98
| * | | eventpoll: prefer kfree_rcu() in __ep_remove()Dmitry Antipov2024-02-221-7/+1
| * | | Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke...Christian Brauner2024-02-221-31/+65
| |\ \ \
| | * | | libfs: Convert simple directory offsets to use a Maple TreeChuck Lever2024-02-211-24/+23
| | * | | libfs: Add simple_offset_empty()Chuck Lever2024-02-211-0/+32
| | * | | libfs: Define a minimum directory offsetChuck Lever2024-02-211-5/+8
| | * | | libfs: Re-arrange locking in offset_iterate_dir()Chuck Lever2024-02-211-6/+6
| | | |/ | | |/|
| * | | libfs: Remove unnecessary ‘0’ values from retLi zeming2024-02-201-1/+1
| * | | efs: convert efs to use the new mount apiBill O'Donnell2024-02-201-30/+84
| * | | fs/select: rework stack allocation hack for clangArnd Bergmann2024-02-201-1/+1
| * | | fs/hfsplus: use better @opf descriptionRandy Dunlap2024-02-121-1/+1
| * | | fs: prefer kfree_rcu() in fasync_remove_entry()Dmitry Antipov2024-02-121-7/+1
| * | | fs/mnt_idmapping.c: Return -EINVAL when no map is writtenTaylor Jackson2024-02-081-1/+1
| * | | eventfd: strictly check the count parameter of eventfd_write to avoid inputti...Wen Yang2024-02-081-1/+1
| * | | fs: remove the inode argument to ->d_real() methodAmir Goldstein2024-02-061-30/+22
| * | | epoll: Remove ep_scan_ready_list() in commentsHuang Xiaojia2024-02-061-4/+4
| * | | __fs_parse: Correct a documentation commentChen Hanxiao2024-02-021-2/+2
| * | | mbcache: Simplify the allocation of slab cachesKunwu Chan2024-02-021-3/+2
| * | | fs: Use KMEM_CACHE instead of kmem_cache_createKunwu Chan2024-02-021-3/+1
| * | | select: Avoid wrap-around instrumentation in do_sys_poll()Kees Cook2024-02-021-6/+7
| * | | ntfs3: use file_mnt_idmap helperAlexander Mikhalitsyn2024-02-021-1/+1
| * | | sysv: don't call sb_bread() with pointers_lock heldTetsuo Handa2024-02-021-6/+4
| * | | fs/pipe: Convert to lockdep_cmp_fnKent Overstreet2024-02-021-45/+36
| * | | Merge tag 'exportfs-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner2024-01-235-33/+4
| |\ \ \
| | * | | fs: Create a generic is_dot_dotdot() utilityChuck Lever2024-01-235-42/+3
| | * | | exportfs: fix the fallback implementation of the get_name export operationTrond Myklebust2024-01-231-1/+11
| * | | | eventfd: move 'eventfd-count' printing out of spinlockWen Yang2024-01-231-4/+9
| * | | | do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleakNikita Zhandarovich2024-01-221-1/+1
| * | | | writeback: move wb_wakeup_delayed defination to fs-writeback.cKemeng Shi2024-01-221-0/+25
| * | | | fs: improve dump_mapping() robustnessBaolin Wang2024-01-221-1/+2
| * | | | buffer: Use KMEM_CACHE instead of kmem_cache_create()Kunwu Chan2024-01-221-6/+2
| * | | | eventfd: add a BUILD_BUG_ON() to ensure consistency between EFD_SEMAPHORE and...Wen Yang2024-01-221-0/+1
| * | | | fs: Wrong function name in commentAndreas Gruenbacher2024-01-221-1/+1
| * | | | fs: fix a typo in attr.cJay2024-01-221-1/+1
| | |/ / | |/| |
* | | | Merge tag 'erofs-for-6.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-072-1/+3
|\ \ \ \
| * | | | erofs: apply proper VMA alignment for memory mapped files on THPGao Xiang2024-03-071-0/+1
| * | | | erofs: fix uninitialized page cache reported by KMSANGao Xiang2024-03-071-1/+2
* | | | | iov_iter: get rid of 'copy_mc' flagLinus Torvalds2024-03-061-3/+42
* | | | | fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversionBart Van Assche2024-03-051-2/+6
* | | | | Revert "fs/aio: Make io_cancel() generate completions again"Bart Van Assche2024-03-051-11/+16
|/ / / /
* | | | Merge tag 'xfs-6.8-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-03-021-1/+0
|\ \ \ \
| * | | | xfs: drop experimental warning for FSDAXShiyang Ruan2024-02-271-1/+0
* | | | | Merge tag 'ceph-for-6.8-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds2024-03-012-4/+9
|\ \ \ \ \
| * | | | | ceph: switch to corrected encoding of max_xattr_size in mdsmapXiubo Li2024-02-262-4/+9
| |/ / / /
* | | | | Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-016-35/+139
|\ \ \ \ \
| * | | | | btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana2024-02-294-14/+14
| * | | | | btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is givenFilipe Manana2024-02-292-14/+29
| * | | | | btrfs: fix race between ordered extent completion and fiemapFilipe Manana2024-02-291-7/+96
* | | | | | Merge tag 'exfat-for-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-011-15/+22
|\ \ \ \ \ \
| * | | | | | exfat: fix appending discontinuous clusters to empty fileYuezhang Mo2024-02-181-15/+22