summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-04-24bcachefs: refactor fiemap processing into extent helper and structBrian Foster
2025-04-24bcachefs: track current fiemap offset in start variableBrian Foster
2025-04-24bcachefs: drop duplicate fiemap sync flagBrian Foster
2025-04-24bcachefs: Fix btree_iter_peek_prev() at end of inodeKent Overstreet
2025-04-24bcachefs: Make btree_iter_peek_prev() assert more preciseKent Overstreet
2025-04-24bcachefs: Unit test fixesKent Overstreet
2025-04-24bcachefs: Print mount opts earlierKent Overstreet
2025-04-24bcachefs: unlink: casefold d_invalidateKent Overstreet
2025-04-24bcachefs: Fix casefold lookupsKent Overstreet
2025-04-24bcachefs: Casefold is now a regular opts.h optionKent Overstreet
2025-04-24gfs2: Fix usage of bio->bi_status in gfs2_end_log_writeAndrew Price
2025-04-24gfs2: deallocate inodes in gfs2_create_inodeAndreas Gruenbacher
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-24fanotify: fix flush of mntns marksAmir Goldstein
2025-04-23btrfs: adjust subpage bit start based on sectorsizeJosef Bacik
2025-04-23btrfs: fix the inode leak in btrfs_iget()Penglei Jiang
2025-04-23btrfs: fix COW handling in run_delalloc_nocow()Dave Chen
2025-04-23fix a couple of races in MNT_TREE_BENEATH handling by do_move_mount()Al Viro
2025-04-22ksmbd: fix use-after-free in ksmbd_session_rpc_openNamjae Jeon
2025-04-22smb: server: smb2pdu: check return value of xa_store()Salah Triki
2025-04-22Merge tag 'for-6.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-04-22fs: fall back to file_ref_put() for non-last referenceMateusz Guzik
2025-04-22mm/migrate: fix sleep in atomic for large folios and buffer headsDavidlohr Bueso
2025-04-22fs/ext4: use sleeping version of sb_find_get_block()Davidlohr Bueso
2025-04-22fs/jbd2: use sleeping version of __find_get_block()Davidlohr Bueso
2025-04-22fs/ocfs2: use sleeping version of __find_get_block()Davidlohr Bueso
2025-04-22fs/buffer: use sleeping version of __find_get_block()Davidlohr Bueso
2025-04-22fs/buffer: introduce sleeping flavors for pagecache lookupsDavidlohr Bueso
2025-04-22fs/buffer: split locking for pagecache lookupsDavidlohr Bueso
2025-04-22XFS: fix zoned gc threshold math for 32-bit archesCarlos Maiolino
2025-04-21bcachefs: Implement fileattr_(get|set)Kent Overstreet
2025-04-21bcachefs: Allocator now copes with unaligned bucketsKent Overstreet
2025-04-21gfs2: Move GIF_ALLOC_FAILED check out of gfs2_ea_deallocAndreas Gruenbacher
2025-04-21gfs2: Move gfs2_dinode_deallocAndreas Gruenbacher
2025-04-21gfs2: Don't reread inodes unnecessarilyAndreas Gruenbacher
2025-04-21gfs2: gfs2_create_inode error handling fixAndreas Gruenbacher
2025-04-21gfs2: Remove unnecessary NULL check before free_percpu()Chen Ni
2025-04-21gfs2: check sb_min_blocksize return valueEdward Adam Davis
2025-04-21gfs2: replace sd_aspace with sd_inodeAndreas Gruenbacher
2025-04-21gfs2: only apply DLM_LKF_VALBLK if sb_lvbptr is not NULLAlexander Aring
2025-04-21gfs2: move msleep to sleepable contextAlexander Aring
2025-04-21bcachefs: Start copygc, rebalance threads earlierKent Overstreet
2025-04-21bcachefs: Refactor bch2_run_recovery_passes()Kent Overstreet
2025-04-21fs: add S_ANON_INODEChristian Brauner
2025-04-21fs: touch up predicts in inode_permission()Mateusz Guzik
2025-04-21fs: remove uselib() system callChristian Brauner
2025-04-21fs/fs_parse: Remove unused and problematic validate_constant_table()Zijun Hu
2025-04-21fs: improve codegen in link_path_walk()Mateusz Guzik
2025-04-21fs: Make file-nr output the total allocated file handlesLi RongQing
2025-04-21select: core_sys_select add unlikely branch hint on return pathColin Ian King