summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2025-11-28ext4: support large block size in ext4_mpage_readpages()Baokun Li-5/+2
2025-11-28ext4: rename 'page' references to 'folio' in multi-block allocatorZhihao Cheng-11/+11
2025-11-28ext4: prepare buddy cache inode for BS > PS with large foliosBaokun Li-0/+2
2025-11-28ext4: support large block size in ext4_mb_init_cache()Baokun Li-24/+20
2025-11-28ext4: support large block size in ext4_mb_get_buddy_page_lock()Baokun Li-20/+22
2025-11-28ext4: support large block size in ext4_mb_load_buddy_gfp()Baokun Li-11/+16
2025-11-28ext4: add EXT4_LBLK_TO_PG and EXT4_PG_TO_LBLK for block/page conversionBaokun Li-0/+6
2025-11-28ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversionBaokun Li-18/+15
2025-11-28ext4: support large block size in ext4_readdir()Baokun Li-4/+4
2025-11-28ext4: support large block size in ext4_calculate_overhead()Baokun Li-3/+3
2025-11-28ext4: introduce s_min_folio_order for future BS > PS supportBaokun Li-6/+10
2025-11-28ext4: enable DIOREAD_NOLOCK by default for BS > PS as wellBaokun Li-2/+1
2025-11-28ext4: make ext4_punch_hole() support large block sizeBaokun Li-3/+3
2025-11-28ext4: remove PAGE_SIZE checks for rec_len conversionBaokun Li-12/+0
2025-11-28ext4: remove page offset calculation in ext4_block_truncate_page()Baokun Li-3/+2
2025-11-28ext4: remove page offset calculation in ext4_block_zero_page_range()Zhihao Cheng-2/+1
2025-11-28afs: Fix uninit var in afs_alloc_anon_key()David Howells-1/+2
2025-11-28ubifs: vmalloc(array_size()) -> vmalloc_array()Qianfeng Rong-6/+6
2025-11-28ubifs: Remove unnecessary variable assignmentsXichao Zhao-8/+1
2025-11-28ubifs: Simplify the code using ubifs_crc_nodeXichao Zhao-10/+3
2025-11-28ubifs: Remove unnecessary parameters '*c'Xichao Zhao-3/+3
2025-11-28Merge tag 'vfs-6.18-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-48/+55
2025-11-28erofs: enable error reporting for z_erofs_stream_switch_bufs()Gao Xiang-23/+18
2025-11-28erofs: improve Zstd, LZMA and DEFLATE error stringsGao Xiang-11/+20
2025-11-28erofs: improve decompression error reportingGao Xiang-37/+40
2025-11-28erofs: tidy up z_erofs_lz4_handle_overlap()Gao Xiang-39/+46
2025-11-28file: convert replace_fd() to FD_PREPARE()Christian Brauner-11/+8
2025-11-28exec: convert begin_new_exec() to FD_ADD()Christian Brauner-2/+1
2025-11-28xfs: convert xfs_open_by_handle() to FD_PREPARE()Christian Brauner-39/+17
2025-11-28userfaultfd: convert new_userfaultfd() to FD_PREPARE()Christian Brauner-20/+10
2025-11-28timerfd: convert timerfd_create() to FD_ADD()Christian Brauner-20/+9
2025-11-28signalfd: convert do_signalfd4() to FD_ADD()Christian Brauner-18/+11
2025-11-28open: convert do_sys_openat2() to FD_ADD()Christian Brauner-14/+3
2025-11-28eventpoll: convert do_epoll_create() to FD_PREPARE()Christian Brauner-22/+10
2025-11-28autofs: convert autofs_dev_ioctl_open_mountpoint() to FD_ADD()Christian Brauner-24/+6
2025-11-28nsfs: convert ns_ioctl() to FD_PREPARE()Christian Brauner-23/+12
2025-11-28nsfs: convert open_namespace() to FD_PREPARE()Christian Brauner-11/+1
2025-11-28fanotify: convert fanotify_init() to FD_PREPARE()Christian Brauner-38/+22
2025-11-28namespace: convert fsmount() to FD_PREPARE()Christian Brauner-40/+30
2025-11-28namespace: convert open_tree_attr() to FD_PREPARE()Christian Brauner-13/+6
2025-11-28namespace: convert open_tree() to FD_ADD()Christian Brauner-13/+1
2025-11-28fhandle: convert do_handle_open() to FD_ADD()Christian Brauner-17/+13
2025-11-28eventfd: convert do_eventfd() to FD_PREPARE()Christian Brauner-20/+11
2025-11-28anon_inodes: convert to FD_ADD()Christian Brauner-21/+2
2025-11-28afs: Fix delayed allocation of a cell's anonymous keyDavid Howells-43/+49
2025-11-28ovl: remove unneeded semicolonChen Ni-1/+1
2025-11-28ovl: fail ovl_lock_rename_workdir() if either target is unhashedNeilBrown-2/+2
2025-11-28dcache: touch up predicts in __d_lookup_rcu()Mateusz Guzik-3/+12
2025-11-28filelock: __fcntl_getlease: fix kernel-doc warningsRandy Dunlap-1/+2
2025-11-28nfsd: fix end_creating() conversionNeil Brown-4/+5