summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2025-07-01Merge tag 'nfs-for-6.16-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-07-01netfs: Update tracepoints in a number of waysDavid Howells
2025-07-01netfs: Renumber the NETFS_RREQ_* flags to make traces easier to readDavid Howells
2025-07-01netfs: Merge i_size update functionsDavid Howells
2025-07-01netfs: Fix i_size updatingDavid Howells
2025-07-01smb: client: set missing retry flag in cifs_writev_callback()Paulo Alcantara
2025-07-01smb: client: set missing retry flag in cifs_readv_callback()Paulo Alcantara
2025-07-01smb: client: set missing retry flag in smb2_writev_callback()Paulo Alcantara
2025-07-01netfs: Fix ref leak on inserted extra subreq in write retryDavid Howells
2025-07-01netfs: Fix looping in wait functionsDavid Howells
2025-07-01netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wanglingDavid Howells
2025-07-01netfs: Fix double put of requestDavid Howells
2025-07-01netfs: Fix hang due to missing case in final DIO read result collectionDavid Howells
2025-07-01eventpoll: Fix priority inversion problemNam Cao
2025-07-01lib/group_cpus: Let group_cpu_evenly() return the number of initialized masksDaniel Wagner
2025-07-01f2fs: fix to use f2fs_is_valid_blkaddr_raw() in do_write_page()Chao Yu
2025-07-01f2fs: avoid splitting bio when reading multiple pagesJianan Huang
2025-07-01f2fs: check the generic conditions firstJaegeuk Kim
2025-06-30bcachefs: Fix incorrect transaction restart handlingAlan Huang
2025-06-30cifs: all initializations for tcon should happen in tcon_info_allocShyam Prasad N
2025-06-30smb: client: fix warning when reconnecting channelPaulo Alcantara
2025-06-30f2fs: don't allow unaligned truncation to smaller/equal size on pinned filewangzijie
2025-06-30f2fs: fix to check upper boundary for gc_no_zoned_gc_percentChao Yu
2025-06-30f2fs: fix to check upper boundary for gc_valid_thresh_ratioChao Yu
2025-06-30f2fs: account and print more stats during recoveryChao Yu
2025-06-30f2fs: enable tuning of boost_zoned_gc_percent via sysfsyohan.joung
2025-06-30f2fs: fix to check upper boundary for value of gc_boost_zoned_gc_percentyohan.joung
2025-06-30f2fs: fix KMSAN uninit-value in extent_info usageAbinash Singh
2025-06-30btrfs: stop parsing crc32c driver nameEric Biggers
2025-06-30xfs: add FALLOC_FL_ALLOCATE_RANGE to supported flags maskYouling Tang
2025-06-29statmount_mnt_basic(): simplify the logics for group idAl Viro
2025-06-29invent_group_ids(): zero ->mnt_group_id always implies !IS_MNT_SHARED()Al Viro
2025-06-29get rid of CL_SHARE_TO_SLAVEAl Viro
2025-06-29take freeing of emptied mnt_namespace to namespace_unlock()Al Viro