aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-07-06Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-8/+12
2025-07-05Merge tag 'v6.16-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-36/+39
2025-07-04Merge tag 'bcachefs-2025-07-03' of git://evilpiepirate.org/bcachefsLinus Torvalds13-54/+93
2025-07-04Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds16-410/+313
2025-07-03fix proc_sys_compare() handling of in-lookup dentriesAl Viro2-8/+12
2025-07-03smb: client: fix native SMB symlink traversalPaulo Alcantara2-19/+20
2025-07-03smb: client: fix race condition in negotiate timeout by using more precise ti...Wang Zhaolong2-3/+5
2025-07-03Merge tag 'for-6.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-88/+131
2025-07-03Merge tag 'xfs-fixes-6.16-rc5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds19-287/+320
2025-07-02anon_inode: rework assertionsChristian Brauner3-8/+11
2025-07-01bcachefs: opts.casefold_disabledKent Overstreet10-43/+55
2025-07-01bcachefs: Work around deadlock to btree node rewrites in journal replayKent Overstreet1-8/+35
2025-07-01Merge tag 'nfs-for-6.16-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-38/+101
2025-07-01netfs: Update tracepoints in a number of waysDavid Howells8-19/+61
2025-07-01netfs: Renumber the NETFS_RREQ_* flags to make traces easier to readDavid Howells1-3/+3
2025-07-01netfs: Merge i_size update functionsDavid Howells4-36/+31
2025-07-01netfs: Fix i_size updatingDavid Howells2-2/+8
2025-07-01smb: client: set missing retry flag in cifs_writev_callback()Paulo Alcantara1-0/+1
2025-07-01smb: client: set missing retry flag in cifs_readv_callback()Paulo Alcantara1-0/+1
2025-07-01smb: client: set missing retry flag in smb2_writev_callback()Paulo Alcantara1-0/+1
2025-07-01netfs: Fix ref leak on inserted extra subreq in write retryDavid Howells1-1/+1
2025-07-01netfs: Fix looping in wait functionsDavid Howells1-4/+11
2025-07-01netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wanglingDavid Howells4-9/+27
2025-07-01netfs: Fix double put of requestDavid Howells1-0/+5
2025-07-01netfs: Fix hang due to missing case in final DIO read result collectionDavid Howells1-2/+4
2025-07-01eventpoll: Fix priority inversion problemNam Cao1-324/+134
2025-06-30bcachefs: Fix incorrect transaction restart handlingAlan Huang1-1/+1
2025-06-30cifs: all initializations for tcon should happen in tcon_info_allocShyam Prasad N3-7/+8
2025-06-30smb: client: fix warning when reconnecting channelPaulo Alcantara2-6/+5
2025-06-30xfs: add FALLOC_FL_ALLOCATE_RANGE to supported flags maskYouling Tang1-3/+4
2025-06-29smb: client: fix readdir returning wrong type with POSIX extensionsPhilipp Kerling1-1/+1
2025-06-29bcachefs: fix btree_trans_peek_prev_journal()Kent Overstreet1-1/+1
2025-06-27Merge tag 'v6.16-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-154/+110
2025-06-27Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/s...Linus Torvalds2-1/+5
2025-06-27btrfs: use btrfs_record_snapshot_destroy() during rmdirFilipe Manana1-1/+1
2025-06-27btrfs: propagate last_unlink_trans earlier when doing a rmdirFilipe Manana1-18/+18
2025-06-27btrfs: record new subvolume in parent dir earlier to avoid dir logging racesFilipe Manana2-2/+4
2025-06-27btrfs: fix inode lookup error handling during log replayFilipe Manana1-65/+62
2025-06-27btrfs: fix iteration of extrefs during log replayFilipe Manana1-2/+2
2025-06-27btrfs: fix missing error handling when searching for inode refs during log re...Filipe Manana1-1/+3
2025-06-27btrfs: fix failure to rebuild free space tree using multiple transactionsFilipe Manana2-0/+42
2025-06-27bcachefs: mark invalid_btree_id autofixBharadwaj Raju1-1/+1
2025-06-27xfs: fix unmount hang with unflushable inodes stuck in the AILDave Chinner2-37/+86
2025-06-27xfs: factor out stale buffer item completionDave Chinner1-23/+37
2025-06-27xfs: rearrange code in xfs_buf_item.cDave Chinner2-59/+58
2025-06-27xfs: add tracepoints for stale pinned inode state debugDave Chinner4-4/+18
2025-06-27xfs: avoid dquot buffer pin deadlockDave Chinner5-110/+20
2025-06-27xfs: catch stale AGF/AGF metadataDave Chinner2-12/+60
2025-06-27xfs: xfs_ifree_cluster vs xfs_iflush_shutdown_abort deadlockDave Chinner2-1/+9
2025-06-26Merge tag 'bcachefs-2025-06-26' of git://evilpiepirate.org/bcachefsLinus Torvalds42-451/+734