summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-09-19Merge tag '6.12-rc-ksmbd-server-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds
2024-09-19Merge tag 'jfs-6.12' of github.com:kleikamp/linux-shaggyLinus Torvalds
2024-09-19Merge tag 'ovl-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-18Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-09-18Merge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-18Merge tag 'pstore-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-18Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2024-09-17Merge tag 'x86-fpu-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-17Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-09-16Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-16cifs: Remove redundant setting of NETFS_SREQ_HIT_EOFDavid Howells
2024-09-16cifs: Fix cifs readv callback merge resolution issueDavid Howells
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-16Merge tag 'erofs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-16Merge tag 'for-6.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-09-16Merge tag 'affs-for-6.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.fallocate' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-09-14Merge tag '6.11-rc7-SMB3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-09-14ksmbd: handle caseless file creationNamjae Jeon
2024-09-14ksmbd: make __dir_empty() compatible with POSIXHobin Woo
2024-09-14ksmbd: add refcnt to ksmbd_conn structNamjae Jeon
2024-09-14ksmbd: allow write with FILE_APPEND_DATANamjae Jeon
2024-09-13mm: Define VM_DROPPABLE for powerpc/32Christophe Leroy
2024-09-12cifs: Fix signature miscalculationDavid Howells
2024-09-12erofs: reject inodes with negative i_sizeGao Xiang
2024-09-12erofs: restrict pcluster size limitationsGao Xiang
2024-09-12erofs: allocate more short-lived pages from reserved pool firstChunhai Guo
2024-09-12erofs: sunset unneeded NOFAILsGao Xiang
2024-09-12cifs: Don't support ITER_XARRAYDavid Howells
2024-09-12cifs: Switch crypto buffer to use a folio_queue rather than an xarrayDavid Howells
2024-09-12cifs: Use iterate_and_advance*() routines directly for hashingDavid Howells
2024-09-12netfs: Cancel dirty folios that have no storage destinationDavid Howells
2024-09-12cachefiles, netfs: Fix write to partial block at EOFDavid Howells
2024-09-12netfs: Remove fs/netfs/io.cDavid Howells
2024-09-12netfs: Speed up buffered readingDavid Howells
2024-09-12afs: Make read subreqs asyncDavid Howells
2024-09-12netfs: Simplify the writeback codeDavid Howells
2024-09-12netfs: Provide an iterator-reset functionDavid Howells
2024-09-12netfs: Use new folio_queue data type and iterator instead of xarray iterDavid Howells
2024-09-12cifs: Provide the capability to extract from ITER_FOLIOQ to RDMA SGEsDavid Howells
2024-09-12fs: remove f_versionChristian Brauner
2024-09-12pipe: use f_pipeChristian Brauner