summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-07-07coredump: add coredump_cleanup()Christian Brauner
2025-07-07coredump: auto cleanup prepare_creds()Christian Brauner
2025-07-07coredump: directly returnChristian Brauner
2025-07-07coredump: auto cleanup argvChristian Brauner
2025-07-07coredump: add coredump_write()Christian Brauner
2025-07-07coredump: use a single helper for the socketChristian Brauner
2025-07-07coredump: move pipe specific file check into coredump_pipe()Christian Brauner
2025-07-07coredump: split pipe coredumping into coredump_pipe()Christian Brauner
2025-07-06hfsplus: remove mutex_lock check in hfsplus_free_extentsYangtao Li
2025-07-06hfs: make splice write available againYangtao Li
2025-07-06hfsplus: make splice write available againYangtao Li
2025-07-06hfs: fix not erasing deleted b-tree node issueViacheslav Dubeyko
2025-07-06Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-07-05Merge tag 'v6.16-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-07-05bcachefs: Fix bch2_btree_transactions_read() synchronizationKent Overstreet
2025-07-05bcachefs: btree read retry fixesKent Overstreet
2025-07-05bcachefs: btree node scan no longer uses btree cacheKent Overstreet
2025-07-04bcachefs: Tweak btree cache helpers for use by btree node scanKent Overstreet
2025-07-04bcachefs: Fix btree for nonexistent tree depthKent Overstreet
2025-07-04bcachefs: Fix bch2_io_failures_to_text()Kent Overstreet
2025-07-04bcachefs: bch2_fpunch_snapshot()Kent Overstreet
2025-07-04fscrypt: Don't use problematic non-inline crypto enginesEric Biggers
2025-07-04Merge tag 'bcachefs-2025-07-03' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-07-04Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-07-03fix proc_sys_compare() handling of in-lookup dentriesAl Viro
2025-07-03smb: client: fix native SMB symlink traversalPaulo Alcantara
2025-07-03smb: client: fix race condition in negotiate timeout by using more precise ti...Wang Zhaolong
2025-07-03Merge tag 'for-6.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-07-03Merge tag 'xfs-fixes-6.16-rc5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-07-02rpc_mkpipe_dentry(): saner calling conventionsAl Viro
2025-07-02rpc_unlink(): saner calling conventionsAl Viro
2025-07-02new helper: simple_start_creating()Al Viro
2025-07-02fuse_ctl: use simple_recursive_removal()Al Viro
2025-07-02pstore: switch to locked_recursive_removal()Al Viro
2025-07-02binfmt_misc: switch to locked_recursive_removal()Al Viro
2025-07-02add locked_recursive_removal()Al Viro
2025-07-02better lockdep annotations for simple_recursive_removal()Al Viro
2025-07-02netlink: introduce type-checking attribute iteration for nlmsgCarolina Jubran
2025-07-02fs: introduce file_getattr and file_setattr syscallsAndrey Albershteyn
2025-07-02anon_inode: rework assertionsChristian Brauner
2025-07-02fs: prepare for extending file_get/setattr()Amir Goldstein
2025-07-02fs: make vfs_fileattr_[get|set] return -EOPNOTSUPPAndrey Albershteyn
2025-07-02bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's nodeSong Liu
2025-07-02kernfs: remove iattr_mutexChristian Brauner
2025-07-01bcachefs: opts.casefold_disabledKent Overstreet
2025-07-01bcachefs: Work around deadlock to btree node rewrites in journal replayKent Overstreet
2025-07-01lsm: introduce new hooks for setting/getting inode fsxattrAndrey Albershteyn
2025-07-01fs: split fileattr related helpers into separate fileAndrey Albershteyn