summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-11-07posix-timers: Embed sigqueue in struct k_itimerThomas Gleixner
2024-11-07btrfs: fix the length of reserved qgroup to freeHaisu Wang
2024-11-07btrfs: reinitialize delayed ref list after deleting it from the listFilipe Manana
2024-11-07btrfs: fix per-subvolume RO/RW flags with new mount APIQu Wenruo
2024-11-06Merge tag 'nfs-for-6.12-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-11-06fs/proc/kcore.c: fix coccinelle reported ERROR instancesMirsad Todorovac
2024-11-06isofs: avoid memory leak in iocharsetHao Ge
2024-11-06Merge tag 'tracefs-v6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-06xattr: remove redundant check on variable errColin Ian King
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche
2024-11-06new helpers: file_removexattr(), filename_removexattr()Al Viro
2024-11-06new helpers: file_listxattr(), filename_listxattr()Al Viro
2024-11-06replace do_getxattr() with saner helpers.Al Viro
2024-11-06replace do_setxattr() with saner helpers.Al Viro
2024-11-06new helper: import_xattr_name()Al Viro
2024-11-06fs: rename struct xattr_ctx to kernel_xattr_ctxChristian Göttsche
2024-11-06freevxfs: Replace one-element array with flexible array memberThorsten Blum
2024-11-05ocfs2: remove unused errmsg function and tableDr. David Alan Gilbert
2024-11-05ocfs2: cluster: fix a typoAndrew Kreimer
2024-11-05nilfs2: convert metadata aops from writepage to writepagesMatthew Wilcox (Oracle)
2024-11-05nilfs2: convert nilfs_recovery_copy_block() to take a folioMatthew Wilcox (Oracle)
2024-11-05nilfs2: convert nilfs_page_count_clean_buffers() to take a folioMatthew Wilcox (Oracle)
2024-11-05nilfs2: remove nilfs_writepageMatthew Wilcox (Oracle)
2024-11-05nilfs2: convert checkpoint file to be folio-basedRyusuke Konishi
2024-11-05nilfs2: remove nilfs_palloc_block_get_entry()Ryusuke Konishi
2024-11-05nilfs2: convert DAT file to be folio-basedRyusuke Konishi
2024-11-05nilfs2: convert inode file to be folio-basedRyusuke Konishi
2024-11-05nilfs2: convert persistent object allocator to be folio-basedRyusuke Konishi
2024-11-05nilfs2: convert segment usage file to be folio-basedRyusuke Konishi
2024-11-05nilfs2: convert common metadata file code to be folio-basedRyusuke Konishi
2024-11-05nilfs2: convert segment buffer to be folio-basedRyusuke Konishi
2024-11-05bcachefs: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu
2024-11-05bcachefs: clean up duplicate min_heap_callbacks declarationsKuan-Wei Chiu
2024-11-05lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu
2024-11-05get rid of __get_task_comm()Yafang Shao
2024-11-05ocfs2: fix typo in commentMohammed Anees
2024-11-05ocfs2: remove unused declaration in header fileZhang Zekun
2024-11-05mm: refactor mm_access() to not return NULLLorenzo Stoakes
2024-11-05ext4: Do not fallback to buffered-io for DIO atomic writeRitesh Harjani (IBM)
2024-11-05ext4: Support setting FMODE_CAN_ATOMIC_WRITERitesh Harjani (IBM)
2024-11-05ext4: Check for atomic writes support in write iterRitesh Harjani (IBM)
2024-11-05ext4: Add statx support for atomic writesRitesh Harjani (IBM)
2024-11-05xfs: port ondisk structure checks from xfs/122 to the kernelDarrick J. Wong
2024-11-05xfs: separate space btree structures in xfs_ondisk.hDarrick J. Wong
2024-11-05xfs: convert struct typedefs in xfs_ondisk.hDarrick J. Wong
2024-11-05xfs: enable metadata directory featureDarrick J. Wong
2024-11-05xfs: enable realtime quota againDarrick J. Wong
2024-11-05xfs: update sb field checks when metadir is turned onDarrick J. Wong
2024-11-05xfs: reserve quota for realtime files correctlyDarrick J. Wong
2024-11-05xfs: create quota preallocation watermarks for realtime quotaDarrick J. Wong