aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-11-28ext4: support large block size in ext4_mb_get_buddy_page_lock()Baokun Li1-20/+22
2025-11-28ext4: support large block size in ext4_mb_load_buddy_gfp()Baokun Li1-11/+16
2025-11-28ext4: add EXT4_LBLK_TO_PG and EXT4_PG_TO_LBLK for block/page conversionBaokun Li1-0/+6
2025-11-28ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversionBaokun Li5-18/+15
2025-11-28ext4: support large block size in ext4_readdir()Baokun Li1-4/+4
2025-11-28ext4: support large block size in ext4_calculate_overhead()Baokun Li1-3/+3
2025-11-28ext4: introduce s_min_folio_order for future BS > PS supportBaokun Li3-6/+10
2025-11-28ext4: enable DIOREAD_NOLOCK by default for BS > PS as wellBaokun Li1-2/+1
2025-11-28ext4: make ext4_punch_hole() support large block sizeBaokun Li1-3/+3
2025-11-28ext4: remove PAGE_SIZE checks for rec_len conversionBaokun Li1-12/+0
2025-11-28ext4: remove page offset calculation in ext4_block_truncate_page()Baokun Li1-3/+2
2025-11-28ext4: remove page offset calculation in ext4_block_zero_page_range()Zhihao Cheng1-2/+1
2025-11-28afs: Fix uninit var in afs_alloc_anon_key()David Howells1-1/+2
2025-11-28ubifs: vmalloc(array_size()) -> vmalloc_array()Qianfeng Rong1-6/+6
2025-11-28ubifs: Remove unnecessary variable assignmentsXichao Zhao1-8/+1
2025-11-28ubifs: Simplify the code using ubifs_crc_nodeXichao Zhao2-10/+3
2025-11-28ubifs: Remove unnecessary parameters '*c'Xichao Zhao2-3/+3
2025-11-28Merge tag 'vfs-6.18-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds5-48/+55
2025-11-28erofs: enable error reporting for z_erofs_stream_switch_bufs()Gao Xiang5-23/+18
2025-11-28erofs: improve Zstd, LZMA and DEFLATE error stringsGao Xiang3-11/+20
2025-11-28erofs: improve decompression error reportingGao Xiang6-37/+40
2025-11-28erofs: tidy up z_erofs_lz4_handle_overlap()Gao Xiang1-39/+46
2025-11-28file: convert replace_fd() to FD_PREPARE()Christian Brauner1-11/+8
2025-11-28exec: convert begin_new_exec() to FD_ADD()Christian Brauner1-2/+1
2025-11-28xfs: convert xfs_open_by_handle() to FD_PREPARE()Christian Brauner1-39/+17
2025-11-28userfaultfd: convert new_userfaultfd() to FD_PREPARE()Christian Brauner1-20/+10
2025-11-28timerfd: convert timerfd_create() to FD_ADD()Christian Brauner1-20/+9
2025-11-28signalfd: convert do_signalfd4() to FD_ADD()Christian Brauner1-18/+11
2025-11-28open: convert do_sys_openat2() to FD_ADD()Christian Brauner1-14/+3
2025-11-28eventpoll: convert do_epoll_create() to FD_PREPARE()Christian Brauner1-22/+10
2025-11-28autofs: convert autofs_dev_ioctl_open_mountpoint() to FD_ADD()Christian Brauner1-24/+6
2025-11-28nsfs: convert ns_ioctl() to FD_PREPARE()Christian Brauner1-23/+12
2025-11-28nsfs: convert open_namespace() to FD_PREPARE()Christian Brauner1-11/+1
2025-11-28fanotify: convert fanotify_init() to FD_PREPARE()Christian Brauner1-38/+22
2025-11-28namespace: convert fsmount() to FD_PREPARE()Christian Brauner1-40/+30
2025-11-28namespace: convert open_tree_attr() to FD_PREPARE()Christian Brauner1-13/+6
2025-11-28namespace: convert open_tree() to FD_ADD()Christian Brauner1-13/+1
2025-11-28fhandle: convert do_handle_open() to FD_ADD()Christian Brauner1-17/+13
2025-11-28eventfd: convert do_eventfd() to FD_PREPARE()Christian Brauner1-19/+10
2025-11-28anon_inodes: convert to FD_ADD()Christian Brauner1-21/+2
2025-11-28afs: Fix delayed allocation of a cell's anonymous keyDavid Howells3-43/+49
2025-11-28ovl: remove unneeded semicolonChen Ni1-1/+1
2025-11-28ovl: fail ovl_lock_rename_workdir() if either target is unhashedNeilBrown1-2/+2
2025-11-28dcache: touch up predicts in __d_lookup_rcu()Mateusz Guzik1-3/+12
2025-11-28filelock: __fcntl_getlease: fix kernel-doc warningsRandy Dunlap1-1/+2
2025-11-28nfsd: fix end_creating() conversionNeil Brown2-4/+5
2025-11-27Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable in order to be ableAndrew Morton2-4/+15
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-4/+66
2025-11-27Merge tag 'ceph-for-6.18-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2025-11-27sysctl: Wrap do_proc_douintvec with the public function proc_douintvec_convJoel Granados1-2/+2