summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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-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-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
2025-06-29copy_tree(): don't link the mounts via mnt_listAl Viro
2025-06-29change_mnt_propagation(): move ->mnt_master assignment into MS_SLAVE caseAl Viro
2025-06-29mnt_slave_list/mnt_slave: turn into hlist_head/hlist_nodeAl Viro
2025-06-29turn do_make_slave() into transfer_propagation()Al Viro
2025-06-29do_make_slave(): choose new master sanelyAl Viro
2025-06-29change_mnt_propagation(): do_make_slave() is a no-op unless IS_MNT_SHARED()Al Viro
2025-06-29change_mnt_propagation() cleanups, step 1Al Viro
2025-06-29propagate_mnt(): fix comment and convert to kernel-doc, while we are at itAl Viro
2025-06-29propagate_mnt(): get rid of last_destAl Viro
2025-06-29fs/pnode.c: get rid of globalsAl Viro
2025-06-29propagate_one(): fold into the sole callerAl Viro
2025-06-29propagate_one(): separate the "what should be the master for this copy" partAl Viro
2025-06-29propagate_one(): separate the "do we need secondary here?" logicsAl Viro
2025-06-29propagate_mnt(): handle all peer groups in the same loopAl Viro
2025-06-29propagate_one(): get rid of dest_masterAl Viro
2025-06-29mount: separate the flags accessed only under namespace_semAl Viro
2025-06-29don't have mounts pin their parentsAl Viro
2025-06-29get rid of mountpoint->m_countAl Viro
2025-06-29combine __put_mountpoint() with unhash_mnt()Al Viro