summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-11-03convert vfs_dedupe_file_range().Al Viro
2024-11-03convert cifs_ioctl_copychunk()Al Viro
2024-11-03convert do_preadv()/do_pwritev()Al Viro
2024-11-03fdget(), more trivial conversionsAl Viro
2024-11-03fdget(), trivial conversionsAl Viro
2024-11-03o2hb_region_dev_store(): avoid goto around fdget()/fdput()Al Viro
2024-11-03introduce "fd_pos" class, convert fdget_pos() users to it.Al Viro
2024-11-03fdget_raw() users: switch to CLASS(fd_raw)Al Viro
2024-11-03convert vmsplice() to CLASS(fd)Al Viro
2024-11-03simplify xfs_find_handle() a bitAl Viro
2024-11-03timerfd: switch to CLASS(fd)Al Viro
2024-11-03regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range()Al Viro
2024-11-02Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-11-02Merge tag 'xfs-6.12-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-11-01Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-01Merge tag 'vfs-6.12-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-01Merge tag 'for-6.12-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-01Merge tag 'bcachefs-2024-10-31' of git://evilpiepirate.org/bcachefsLinus Torvalds
2024-11-01fs: optimize acl_permission_check()Linus Torvalds
2024-11-01tracing: Fix tracefs mount optionsKalesh Singh
2024-11-01fs/ntfs3: Accumulated refactoring changesKonstantin Komarov
2024-11-01fs/ntfs3: Switch to folio to release resourcesKonstantin Komarov
2024-11-01fs/ntfs3: Add check in ntfs_extend_initialized_sizeKonstantin Komarov
2024-11-01fs/ntfs3: Add more checks in mi_enum_attr (part 2)Konstantin Komarov
2024-11-01fs/ntfs3: Equivalent transition from page to folioKonstantin Komarov
2024-11-01fs/ntfs3: Fix case when unmarked clusters intersect with zoneKonstantin Komarov
2024-11-01fs/ntfs3: Fix warning in ni_fiemapKonstantin Komarov
2024-11-01f2fs: remove redundant atomic file check in defragmentZhiguo Niu
2024-11-01f2fs: fix to convert log type to segment data type correctlyChao Yu
2024-11-01f2fs: clean up the unused variable additional_reserved_segmentsLongPing Wei
2024-11-01f2fs: clean up opened code w/ {get,set}_nid()Chao Yu
2024-11-01f2fs: fix to avoid use GC_AT when setting gc_mode as GC_URGENT_LOW or GC_URGE...Zhiguo Niu
2024-11-01f2fs: fix to parse temperature correctly in f2fs_get_segment_temp()Chao Yu
2024-11-01f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason()Chao Yu
2024-11-01f2fs: Fix not used variable 'index'Zeng Heng
2024-11-01f2fs: fix typosAndrew Kreimer
2024-11-01f2fs: modify f2fs_is_checkpoint_ready logic to allow more data to be written ...Qi Han
2024-11-01f2fs: check curseg->inited before write_sum_page in change_cursegYongpeng Yang
2024-11-01f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_blockLongPing Wei
2024-11-01f2fs: zone: introduce first_zoned_segno in f2fs_sb_infoChao Yu
2024-11-01f2fs: introduce device aliasing fileDaeho Jeong
2024-11-01f2fs: decrease spare area for pinned files for zoned devicesDaeho Jeong
2024-11-01f2fs: multidevice: add stats in debugfsChao Yu
2024-11-01f2fs: fix to do sanity check on node blkaddr in truncate_node()Chao Yu
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-31btrfs: fix defrag not merging contiguous extents due to merged extent mapsFilipe Manana
2024-10-31btrfs: fix extent map merging not happening for adjacent extentsFilipe Manana
2024-10-31sysctl: Reduce dput(child) calls in proc_sys_fill_cache()Markus Elfring
2024-10-30nilfs2: fix potential deadlock with newly created symlinksRyusuke Konishi
2024-10-30Squashfs: fix variable overflow in squashfs_readpage_blockPhillip Lougher