| Age | Commit message (Expand) | Author | Files | Lines |
| 8 days | btrfs: stop checking for greater then zero return values in btrfs_sync_file() | Filipe Manana | 1 | -1/+2 |
| 8 days | btrfs: tracepoints: trace transaction states during commit phase | Filipe Manana | 1 | -2/+6 |
| 8 days | btrfs: tracepoints: add trace event for the start of a new transaction | Filipe Manana | 1 | -0/+1 |
| 8 days | btrfs: tracepoints: add trace event for transaction aborts | Filipe Manana | 1 | -0/+1 |
| 8 days | btrfs: tracepoints: pass a transaction handle to transaction commit event | Filipe Manana | 1 | -2/+2 |
| 8 days | btrfs: remove call to transaction commit trace in btrfs_cleanup_transaction() | Filipe Manana | 1 | -1/+0 |
| 8 days | btrfs: remove call to transaction commit trace in warn_about_uncommitted_trans() | Filipe Manana | 1 | -1/+0 |
| 8 days | btrfs: tree-checker: add more cross checks for free space tree | Qu Wenruo | 1 | -7/+60 |
| 8 days | btrfs: tree-checker: ensure free space tree entries won't overflow | Qu Wenruo | 1 | -0/+14 |
| 8 days | btrfs: tree-checker: extract the shared key check for free space entries | Qu Wenruo | 1 | -23/+23 |
| 8 days | btrfs: remove folio ordered flag and subpage bitmap | Qu Wenruo | 6 | -91/+7 |
| 8 days | btrfs: remove folio_test_ordered() usage | Qu Wenruo | 2 | -13/+0 |
| 8 days | btrfs: use dirty flag to check if an ordered extent needs to be truncated | Qu Wenruo | 1 | -8/+13 |
| 8 days | btrfs: unify folio dirty flag clearing | Qu Wenruo | 3 | -13/+26 |
| 8 days | btrfs: detect dirty blocks without an ordered extent more reliably | Qu Wenruo | 1 | -31/+54 |
| 8 days | btrfs: remove locked subpage bitmap | Qu Wenruo | 2 | -45/+10 |
| 8 days | btrfs: tree-checker: validate names in ROOT_REF and ROOT_BACKREF | Zhang Cen | 2 | -6/+40 |
| 8 days | btrfs: free-space-tree: reject mismatched extent and bitmap items | Zhang Cen | 2 | -5/+33 |
| 8 days | btrfs: use on stack backref iterator in build_backref_tree() | David Sterba | 3 | -24/+15 |
| 8 days | btrfs: remove fs_info from struct btrfs_backref_iter | David Sterba | 3 | -16/+12 |
| 8 days | btrfs: simplify the btree folio wait during invalidation | Qu Wenruo | 1 | -22/+15 |
| 8 days | btrfs: unexport and move extent_invalidate_folio() | Qu Wenruo | 3 | -34/+31 |
| 8 days | btrfs: optimize fill_holes() to merge a new hole with both adjacent items | Dave Chen | 1 | -17/+32 |
| 8 days | btrfs: warn about extent buffer that can not be released | Qu Wenruo | 3 | -8/+57 |
| 8 days | btrfs: make sure report_eb_range() is not inlined | Filipe Manana | 1 | -6/+7 |
| 8 days | btrfs: move transaction abort message to __btrfs_abort_transaction() | David Sterba | 2 | -12/+7 |
| 8 days | btrfs: don't force DIO writes to be serialized | Mark Harmstone | 1 | -0/+1 |
| 8 days | btrfs: move large data folios out of experimental features | Qu Wenruo | 3 | -21/+1 |
| 8 days | btrfs: refresh add_ra_bio_pages() to indicate it's using folios | Qu Wenruo | 1 | -19/+17 |
| 8 days | btrfs: enable cross-folio readahead for bs < ps and large folio cases | Qu Wenruo | 1 | -27/+8 |
| 8 days | btrfs: remove 32bit compat code for VFS inode number | David Sterba | 2 | -33/+2 |
| 8 days | btrfs: limit size of bios submitted from writeback | Jan Kara | 5 | -0/+50 |
| 8 days | btrfs: remove 2K block size support | Qu Wenruo | 1 | -11/+1 |
| 8 days | btrfs: change return type from int to bool in check_eb_range() | Filipe Manana | 1 | -2/+2 |
| 8 days | btrfs: add missing unlikely to if branches leading to a DEBUG_WARN() | Filipe Manana | 7 | -17/+17 |
| 8 days | btrfs: use QSTR() in __btrfs_ioctl_snap_create() | Thorsten Blum | 1 | -1/+1 |
| 8 days | btrfs: use the enums instead of int type in struct btrfs_block_group fields | Filipe Manana | 1 | -2/+2 |
| 8 days | btrfs: use min_size variable to setup block rsv in btrfs_replace_file_extents() | Filipe Manana | 1 | -2/+2 |
| 8 days | btrfs: balance: fix potential bg lookup failure in btrfs_may_alloc_data_chunk() | ZhengYuan Huang | 1 | -1/+5 |
| 8 days | btrfs: balance: fix potential bg lookup failure in chunk_usage_range_filter() | ZhengYuan Huang | 1 | -7/+17 |
| 8 days | btrfs: balance: fix potential bg lookup failure in chunk_usage_filter() | ZhengYuan Huang | 1 | -9/+23 |
| 8 days | btrfs: add ioctl GET_CSUMS to read raw checksums from file range | Mark Harmstone | 1 | -0/+339 |
| 8 days | btrfs: check and set EXTENT_DELALLOC_NEW before clearing EXTENT_DELALLOC | Qu Wenruo | 4 | -32/+60 |
| 8 days | btrfs: remove unnecessary ctl argument from write_cache_extent_entries() | Filipe Manana | 1 | -3/+2 |
| 8 days | btrfs: remove unnecessary ctl argument from __btrfs_write_out_cache() | Filipe Manana | 1 | -3/+2 |
| 8 days | btrfs: remove block group argument from copy_free_space_cache() | Filipe Manana | 1 | -5/+4 |
| 8 days | btrfs: remove op field from struct btrfs_free_space_ctl | Filipe Manana | 5 | -33/+31 |
| 8 days | btrfs: reduce size of struct btrfs_free_space_ctl | Filipe Manana | 1 | -2/+2 |
| 8 days | btrfs: remove unit field from struct btrfs_free_space_ctl | Filipe Manana | 2 | -44/+52 |
| 8 days | btrfs: remove start field from struct btrfs_free_space_ctl | Filipe Manana | 2 | -6/+4 |
| 8 days | btrfs: use a kmem_cache for free space control structures | Filipe Manana | 1 | -2/+13 |
| 8 days | btrfs: reduce size of struct btrfs_block_group | Filipe Manana | 1 | -17/+16 |
| 8 days | btrfs: use a kmem_cache for block groups | Filipe Manana | 3 | -3/+26 |
| 8 days | btrfs: make more ASSERTs verbose, part 3 | David Sterba | 10 | -23/+39 |
| 8 days | btrfs: convert ioctl handlers to AUTO_KFREE | David Sterba | 1 | -184/+103 |
| 8 days | btrfs: convert kmalloc_array to kmalloc_objs in btrfs_calc_avail_data_space() | David Sterba | 1 | -2/+1 |
| 8 days | btrfs: do more kmalloc_obj()/kmalloc_objs() conversions | David Sterba | 1 | -5/+5 |
| 8 days | btrfs: lift assertions to beginning of insert_delayed_ref() | David Sterba | 1 | -1/+4 |
| 8 days | btrfs: replace open coded DEBUG_WARN in extent_writepage() | David Sterba | 1 | -1/+1 |
| 8 days | btrfs: move condition to WARN_ON in btrfs_set_delalloc_extent() | David Sterba | 1 | -2/+1 |
| 8 days | btrfs: remove folio checked subpage bitmap tracking | Qu Wenruo | 7 | -61/+4 |
| 8 days | btrfs: remove the COW fixup mechanism | Qu Wenruo | 6 | -243/+10 |
| 8 days | btrfs: pass a valid btrfs_tree_parent_check when possible | Qu Wenruo | 3 | -15/+14 |
| 8 days | Merge tag 'v7.1-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 3 | -22/+75 |
| 8 days | Merge tag 'for-7.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -38/+83 |
| 8 days | Merge tag 'xfs-fixes-7.1-rc5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -10/+24 |
| 9 days | Merge tag 'driver-core-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 9 days | Merge tag 'xfs-fixes-7.1-rc5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linu... | Carlos Maiolino | 1 | -10/+24 |
| 9 days | exfat: serialize truncate against in-flight DIO | Namjae Jeon | 1 | -0/+6 |
| 9 days | exfat: add support for SEEK_HOLE and SEEK_DATA in llseek | Namjae Jeon | 2 | -5/+52 |
| 9 days | exfat: add iomap direct I/O support | Namjae Jeon | 6 | -220/+119 |
| 9 days | exfat: add iomap buffered I/O support | Namjae Jeon | 7 | -130/+367 |
| 9 days | exfat: fix implicit declaration of brelse() | Namjae Jeon | 1 | -0/+1 |
| 9 days | exfat: add data_start_bytes and exfat_cluster_to_phys_bytes() helper | Namjae Jeon | 2 | -0/+9 |
| 9 days | exfat: add support for multi-cluster allocation | Namjae Jeon | 6 | -31/+26 |
| 9 days | exfat: add exfat_file_open() | Namjae Jeon | 1 | -0/+9 |
| 9 days | exfat: add balloc parameter to exfat_map_cluster() for iomap support | Namjae Jeon | 1 | -2/+5 |
| 9 days | exfat: replace unsafe macros with static inline functions | Namjae Jeon | 8 | -86/+147 |
| 9 days | Merge branch 'vfs-7.2.iomap' of https://git.kernel.org/pub/scm/linux/kernel/g... | Namjae Jeon | 3 | -11/+13 |
| 9 days | exfat: simplify exfat_lookup() | Al Viro | 1 | -43/+13 |
| 9 days | exfat: fix potential use-after-free in exfat_find_dir_entry() | Michael Bommarito | 1 | -1/+3 |
| 9 days | exfat: fix handling of damaged volume in exfat_create_upcase_table() | David Timber | 1 | -6/+13 |
| 9 days | Merge tag 'v7.1-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 7 | -5/+29 |
| 9 days | f2fs: avoid false shutdown fserror reports | Wenjie Qi | 2 | -1/+9 |
| 9 days | f2fs: validate compress cache inode only when enabled | Wenjie Qi | 1 | -2/+7 |
| 9 days | f2fs: pass correct iostat type for single node writes | Wenjie Qi | 1 | -1/+1 |
| 9 days | f2fs: fix missing read bio submission on large folio error | Wenjie Qi | 1 | -6/+5 |
| 9 days | f2fs: atomic: fix UAF issue on f2fs_inode_info.atomic_inode | Chao Yu | 2 | -11/+50 |
| 9 days | f2fs: fix potential deadlock in gc_merge path of f2fs_balance_fs() | Chao Yu | 1 | -7/+7 |
| 9 days | Merge tag 'zonefs-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 1 | -1/+5 |
| 10 days | erofs: fix use-after-free on sbi->sync_decompress | Gao Xiang | 1 | -3/+3 |
| 10 days | fs/ntfs3: fix syncing wrong inode on DIRSYNC cross-directory rename | Zhan Xusheng | 1 | -1/+1 |
| 10 days | fs/ntfs3: validate index entry key bounds | ZhengYuan Huang | 2 | -7/+56 |
| 10 days | fs/ntfs3: preserve non-DOS attribute bits in system.dos_attrib | ZhengYuan Huang | 1 | -1/+3 |
| 10 days | fs/ntfs3: hold ni_lock across readdir metadata walk | ZhengYuan Huang | 1 | -6/+16 |
| 10 days | fuse: reject fuse_notify() pagecache ops on directories | Jann Horn | 1 | -1/+8 |
| 10 days | fuse: limit FUSE_NOTIFY_RETRIEVE to uptodate folios | Jann Horn | 1 | -0/+4 |
| 10 days | iomap: introduce IOMAP_F_ZERO_TAIL flag | Namjae Jeon | 1 | -0/+4 |
| 10 days | kernfs: fix suspicious RCU usage in kernfs_put() | Conor Kotwasinski | 1 | -4/+7 |
| 10 days | f2fs: add logs in f2fs_disable_checkpoint() | Chao Yu | 1 | -1/+18 |
| 10 days | f2fs: add iostat latency tracking for direct IO | liujinbao1 | 1 | -0/+35 |
| 10 days | f2fs: optimize representative type determination in GC | Daeho Jeong | 1 | -3/+8 |
| 10 days | f2fs: Add trace_f2fs_fault_report | liujinbao1 | 2 | -1/+26 |
| 10 days | f2fs: annotate lockless NAT counter reads | Cen Zhang | 2 | -3/+11 |
| 10 days | f2fs: annotate lockless last_time[] accesses | Cen Zhang | 1 | -5/+5 |
| 10 days | f2fs: initialize ino_entry_info before checkpoint load | Deepanshu Kartikey | 1 | -2/+7 |
| 10 days | f2fs: fix potential deadlock in f2fs_balance_fs() | Ruipeng Qi | 3 | -0/+38 |
| 10 days | f2fs: fix incorrect FI_NO_EXTENT handling in __destroy_extent_node() | Yongpeng Yang | 1 | -12/+7 |
| 10 days | f2fs: support to report fserror | Chao Yu | 12 | -1/+64 |
| 10 days | f2fs: map data writes to FDP streams | Wenjie Qi | 4 | -0/+19 |
| 10 days | Revert "mm/hugetlbfs: update hugetlbfs to use mmap_prepare" | Lorenzo Stoakes | 1 | -33/+13 |
| 10 days | smb/server: promote S_DEL_ON_CLS to S_DEL_PENDING when close | ChenXiaoSong | 1 | -4/+12 |
| 10 days | ksmbd: validate SID in parent security descriptor during ACL inheritance | Junyi Liu | 1 | -16/+50 |
| 10 days | ksmbd: fix durable reconnect error path file lifetime | Junyi Liu | 1 | -2/+13 |
| 10 days | lockd: fix TEST handling when not all permissions are available. | NeilBrown | 5 | -19/+42 |
| 10 days | NFSD: Report whether fh_key was actually updated | Chuck Lever | 2 | -13/+21 |
| 10 days | smb: client: change allocation requirements in DUP_CTX_STR macro | Fredric Cover | 1 | -1/+1 |
| 10 days | smb: client: require net admin for CIFS SWN netlink | Michael Bommarito | 1 | -1/+5 |
| 11 days | smb: smbdirect: divide, not multiply, milliseconds by 1000 | Alexander A. Klimov | 1 | -1/+1 |
| 11 days | cifs: Fix busy dentry used after unmounting | Zhihao Cheng | 1 | -0/+2 |
| 11 days | Merge branch 'vfs-7.2.openat2' into vfs.all | Christian Brauner | 7 | -10/+72 |
| 11 days | Merge branch 'kernel-7.2.task_exec_state' into vfs.all | Christian Brauner | 35 | -220/+394 |
| 11 days | Merge branch 'vfs-7.2.misc' into vfs.all | Christian Brauner | 19 | -60/+62 |
| 11 days | Merge branch 'vfs-7.2.iomap' into vfs.all | Christian Brauner | 3 | -11/+9 |
| 11 days | Merge branch 'vfs-7.2.casefold' into vfs.all | Christian Brauner | 43 | -53/+587 |
| 11 days | Merge branch 'vfs-7.2.directory.delegations' into vfs.all | Christian Brauner | 7 | -45/+148 |
| 11 days | Merge branch 'vfs-7.2.eventpoll' into vfs.all | Christian Brauner | 1 | -438/+803 |
| 11 days | Merge branch 'vfs-7.2.inode' into vfs.all | Christian Brauner | 11 | -30/+96 |
| 11 days | Merge branch 'vfs-7.2.exportfs' into vfs.all | Christian Brauner | 6 | -63/+65 |
| 11 days | Merge branch 'vfs-7.2.procfs' into vfs.all | Christian Brauner | 9 | -136/+296 |
| 11 days | Merge branch 'vfs-7.2.kfunc' into vfs.all | Christian Brauner | 1 | -2/+8 |
| 11 days | openat2: new OPENAT2_REGULAR flag support | Dorjoy Chowdhury | 7 | -8/+68 |
| 11 days | fuse: limit FUSE_NOTIFY_RETRIEVE to uptodate folios | Jann Horn | 1 | -0/+4 |
| 11 days | exec_state: relocate dumpable information | Christian Brauner (Amutable) | 4 | -64/+47 |
| 11 days | xfs: fix a buffer lookup against removal race | Christoph Hellwig | 1 | -10/+24 |
| 11 days | fs/pipe: write to ->poll_usage only once | Mateusz Guzik | 1 | -1/+2 |
| 11 days | sync_file_range: delete dead S_ISLNK code | Alexey Dobriyan | 1 | -2/+1 |
| 11 days | namei: use QSTR() instead of QSTR_INIT() in path_pts | Thorsten Blum | 1 | -2/+1 |
| 11 days | omfs: handle set_blocksize failures | Christoph Hellwig | 1 | -2/+4 |
| 11 days | ntfs3: handle set_blocksize failures | Christoph Hellwig | 1 | -2/+6 |
| 11 days | minix: handle set_blocksize failures | Christoph Hellwig | 1 | -1/+2 |
| 11 days | isofs: handle set_blocksize failures | Christoph Hellwig | 1 | -1/+2 |
| 11 days | affs: handle set_blocksize failures | Christoph Hellwig | 2 | -7/+4 |
| 11 days | befs: handle set_blocksize failures | Christoph Hellwig | 1 | -1/+2 |
| 11 days | jfs: handle set_blocksize failures | Christoph Hellwig | 1 | -1/+2 |
| 11 days | qnx4: handle set_blocksize failures | Christoph Hellwig | 1 | -1/+2 |
| 11 days | hpfs: handle set_blocksize failures | Christoph Hellwig | 1 | -1/+2 |
| 11 days | bfs: handle set_blocksize failures | Christoph Hellwig | 1 | -1/+2 |
| 11 days | fs: fold __start_removing_path into start_removing_path | Christoph Hellwig | 1 | -9/+4 |
| 11 days | fs: remove start_removing_user_path_at | Christoph Hellwig | 1 | -9/+0 |
| 11 days | fs: unexport drop_super_exclusive | Christoph Hellwig | 1 | -1/+0 |
| 11 days | dcache: add extra sanity checks of the dentry in dentry_free() | Jeff Layton | 1 | -2/+8 |
| 11 days | fs/coredump: reduce redundant log noise in validate_coredump_safety | Li RongQing | 2 | -3/+6 |
| 11 days | vfs: add O_EMPTYPATH to openat(2)/openat2(2) | Jori Koolstra | 2 | -3/+5 |
| 11 days | sched/coredump: introduce enum task_dumpable | Christian Brauner (Amutable) | 4 | -10/+10 |
| 11 days | dcache: use kmalloc_flex() in __d_alloc | Thorsten Blum | 1 | -4/+4 |
| 11 days | vfs: remove always taken if-branch in find_next_fd() | Jori Koolstra | 1 | -9/+8 |
| 11 days | Merge tag 'erofs-for-7.1-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -10/+9 |
| 12 days | sysfs: clamp show() return value in sysfs_kf_read() | Greg Kroah-Hartman | 1 | -0/+4 |
| 12 days | sysfs: don't remove existing directory on update failure | Greg Kroah-Hartman | 1 | -1/+1 |
| 12 days | erofs: fix metabuf leak in inode xattr initialization | Jia Zhu | 1 | -3/+1 |
| 12 days | erofs: fix managed cache race for unaligned extents | Gao Xiang | 1 | -7/+8 |
| 12 days | Merge tag 'v7.1-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 3 | -5/+15 |
| 12 days | Merge tag 'ntfs-for-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 10 | -80/+149 |
| 12 days | smb: client: use data_len for SMB2 READ encrypted folioq copy | Jeremy Erazo | 1 | -2/+2 |
| 13 days | smb: client: reject userspace cifs.spnego descriptions | Asim Viladi Oglu Manizada | 1 | -0/+16 |
| 13 days | smb: client: protect tc_count increment in smb2_find_smb_sess_tcon_unlocked() | Henrique Carvalho | 1 | -0/+2 |
| 13 days | 9p: invalidate readdir buffer on seek | Pierre Barre | 1 | -0/+12 |
| 13 days | 9p: use kvzalloc for readdir buffer | Pierre Barre | 1 | -1/+1 |
| 13 days | Merge branch 'timers/core' into timers/merge, to help CI testing | Ingo Molnar | 1 | -49/+68 |
| 13 days | cifs: Fix undefined variables | David Howells | 1 | -3/+3 |
| 14 days | Merge tag 'vfs-7.1-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 41 | -427/+841 |
| 14 days | ovl: keep err zero after successful ovl_cache_get() | Nirmoy Das | 1 | -4/+3 |
| 14 days | iomap: don't make REQ_POLLED imply REQ_NOWAIT | Christoph Hellwig | 1 | -1/+1 |
| 14 days | udf: validate free block extents against the partition length | Michael Bommarito | 1 | -2/+3 |
| 2026-05-16 | btrfs: swallow btrfs_record_squota_delta() ENOENT | Boris Burkov | 1 | -2/+3 |
| 2026-05-16 | btrfs: clamp to avoid squota underflow | Boris Burkov | 1 | -2/+13 |
| 2026-05-16 | btrfs: fix squota accounting during enable generation | Boris Burkov | 2 | -4/+28 |
| 2026-05-16 | btrfs: check for subvolume before deleting squota qgroup | Boris Burkov | 1 | -25/+25 |
| 2026-05-16 | btrfs: always drop root->inodes lock before cond_resched() | Boris Burkov | 2 | -2/+6 |
| 2026-05-16 | btrfs: mark file extent range dirty after converting prealloc extents | Robbie Ko | 1 | -3/+8 |
| 2026-05-15 | Merge tag 'v7.1-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 7 | -63/+130 |
| 2026-05-15 | Merge tag 'ceph-for-7.1-rc4' of https://github.com/ceph/ceph-client | Linus Torvalds | 3 | -10/+46 |
| 2026-05-15 | Merge tag 'for-7.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -32/+55 |
| 2026-05-15 | Merge tag 'xfs-fixes-7.1-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 11 | -21/+52 |
| 2026-05-15 | Merge tag 'nfsd-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds | 4 | -25/+59 |
| 2026-05-15 | Merge tag 'block-7.1-20260515' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2026-05-15 | fsnotify: add fsnotify_modify_mark_mask() | Jeff Layton | 1 | -0/+29 |
| 2026-05-15 | fsnotify: new tracepoint in fsnotify() | Jeff Layton | 1 | -0/+5 |
| 2026-05-15 | filelock: add an inode_lease_ignore_mask helper | Jeff Layton | 1 | -0/+32 |
| 2026-05-15 | filelock: add a tracepoint to start of break_lease() | Jeff Layton | 1 | -0/+2 |
| 2026-05-15 | filelock: add support for ignoring deleg breaks for dir change events | Jeff Layton | 5 | -44/+79 |
| 2026-05-15 | filelock: pass current blocking lease to trace_break_lease_block() rather tha... | Jeff Layton | 1 | -2/+2 |
| 2026-05-15 | Merge branch 'for-7.2/io_uring-epoll' into for-next | Jens Axboe | 1 | -438/+803 |
| 2026-05-15 | Merge branch 'vfs-7.2.eventpoll' of git://git.kernel.org/pub/scm/linux/kernel... | Jens Axboe | 1 | -438/+803 |
| 2026-05-15 | nfsd: Cap case-folding probe cost across READDIR entries | Chuck Lever | 2 | -9/+60 |
| 2026-05-15 | nfsd: Map -ESTALE from case probe to NFS3ERR_STALE | Chuck Lever | 1 | -0/+3 |
| 2026-05-15 | nfsd: Use kernel credentials for case-info probe | Chuck Lever | 1 | -3/+1 |
| 2026-05-15 | nfs: Skip pathconf probe when neither field is consumed | Chuck Lever | 1 | -15/+17 |
| 2026-05-15 | nfs: Avoid transient zeroed case capability bits during probe | Chuck Lever | 1 | -7/+10 |