summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-09-25xfs: fix reloading entire unlinked bucket listsDarrick J. Wong4-20/+61
2023-09-24Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-17/+70
2023-09-23Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds2-29/+37
2023-09-23Merge tag '6.6-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds11-27/+60
2023-09-23Merge tag 'iomap-6.6-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-23/+32
2023-09-23Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds27-240/+441
2023-09-22eventfs: Remember what dentries were created on dir openSteven Rostedt (Google)1-17/+70
2023-09-21ksmbd: check iov vector index in ksmbd_conn_write()Namjae Jeon1-0/+3
2023-09-21ksmbd: return invalid parameter error response if smb2 request is invalidNamjae Jeon2-4/+4
2023-09-21Merge tag 'v6.6-rc3.vfs.ctime.revert' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-133/+35
2023-09-21btrfs: initialize start_slot in btrfs_log_prealloc_extentsJosef Bacik1-1/+1
2023-09-21btrfs: make sure to initialize start and len in find_free_dev_extentJosef Bacik1-7/+6
2023-09-21smb3: fix confusing debug messageSteve French1-1/+1
2023-09-21smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLEDPaulo Alcantara1-0/+3
2023-09-21smb3: remove duplicate error mappingSteve French1-2/+0
2023-09-20btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo1-1/+7
2023-09-20btrfs: properly report 0 avail for very full file systemsJosef Bacik1-1/+1
2023-09-20btrfs: log message if extent item not found when running delayed extent opFilipe Manana1-1/+4
2023-09-20btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref()Filipe Manana1-4/+3
2023-09-20btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1Filipe Manana1-3/+3
2023-09-20btrfs: prevent transaction block reserve underflow when starting transactionFilipe Manana3-12/+4
2023-09-20btrfs: fix race when refilling delayed refs block reserveFilipe Manana1-3/+34
2023-09-20Merge tag 'for-6.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-53/+69
2023-09-20Revert "fs: add infrastructure for multigrain timestamps"Christian Brauner2-118/+5
2023-09-20Revert "btrfs: convert to multigrain timestamps"Christian Brauner2-7/+22
2023-09-20Revert "ext4: switch to multigrain timestamps"Christian Brauner1-1/+1
2023-09-20Revert "xfs: switch to multigrain timestamps"Christian Brauner3-7/+7
2023-09-20fs/pipe: remove duplicate "offset" initializerMax Kellermann1-1/+0
2023-09-20fs-writeback: do not requeue a clean inode having skipped pagesChunhai Guo1-3/+8
2023-09-20aio: Annotate struct kioctx_table with __counted_byKees Cook1-1/+1
2023-09-20direct_write_fallback(): on error revert the ->ki_pos update from buffered writeAl Viro1-0/+1
2023-09-20cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu2-11/+24
2023-09-19proc: nommu: fix empty /proc/<pid>/mapsBen Wolsieffer2-17/+22
2023-09-19proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer1-12/+15
2023-09-19smb3: do not start laundromat thread when dir leasesSteve French6-10/+24
2023-09-19iomap: convert iomap_unshare_iter to use large foliosDarrick J. Wong1-10/+14
2023-09-19smb3: Add dynamic trace points for RDMA (smbdirect) reconnectSteve French2-3/+8
2023-09-19iomap: don't skip reading in !uptodate folios when unsharing a rangeDarrick J. Wong1-2/+4
2023-09-18Merge tag 'nfs-for-6.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds5-54/+116
2023-09-18netfs: Only call folio_start_fscache() one time for each folioDave Wysochanski1-1/+5
2023-09-18Merge tag 'gfs2-v6.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-6/+10
2023-09-18gfs2: Fix quota=quiet oversightBob Peterson1-1/+2
2023-09-18gfs2: fix glock shrinker ref issuesBob Peterson1-1/+3
2023-09-18gfs2: Fix another freeze/thaw hangAndreas Gruenbacher1-4/+5
2023-09-18ceph: remove unnecessary check for NULL in parse_longname()Luís Henriques1-4/+2
2023-09-17stat: remove no-longer-used helper macrosLinus Torvalds1-6/+0
2023-09-17Merge tag '6.6-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-17/+24
2023-09-17Merge tag '6.6-rc1-ksmbd' of git://git.samba.org/ksmbdLinus Torvalds2-2/+1
2023-09-17Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-50/+60
2023-09-16Merge tag 'nfsd-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2-4/+5