summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'exfat-for-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-011-4/+3
|\
| * exfat: fix zero the unwritten part for dio readYuezhang Mo2024-01-181-4/+3
* | Merge tag 'erofs-for-6.8-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-308-63/+87
|\ \
| * | erofs: relaxed temporary buffers allocation on readaheadChunhai Guo2024-01-275-20/+42
| * | erofs: fix infinite loop due to a race of filling compressed_bvecsGao Xiang2024-01-261-36/+38
| * | erofs: get rid of unneeded GFP_NOFSJingbo Xu2024-01-254-7/+7
* | | Merge tag 'jfs-6.8-rc3' of github.com:kleikamp/linux-shaggyLinus Torvalds2024-01-291-7/+1
|\ \ \
| * | | Revert "jfs: fix shift-out-of-bounds in dbJoin"Dave Kleikamp2024-01-291-7/+1
* | | | Merge tag 'trace-v6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-292-39/+0
|\ \ \ \
| * | | | tracefs: remove stale 'update_gid' codeLinus Torvalds2024-01-282-39/+0
* | | | | Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds2024-01-291-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fs/hugetlbfs/inode.c: mm/memory-failure.c: fix hugetlbfs hwpoison handlingSidhartha Kumar2024-01-251-1/+1
| | |/ / | |/| |
* | | | Merge tag 'xfs-6.8-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-01-271-10/+17
|\ \ \ \
| * | | | xfs: read only mounts with fsopen mount API are bustedDave Chinner2024-01-221-10/+17
| |/ / /
* | | | Merge tag 'bcachefs-2024-01-26' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-2710-32/+42
|\ \ \ \
| * | | | bcachefs: __lookup_dirent() works in snapshot, not subvolKent Overstreet2024-01-252-18/+27
| * | | | bcachefs: discard path uses unlock_long()Kent Overstreet2024-01-241-1/+1
| * | | | bcachefs: fix incorrect usage of REQ_OP_FLUSHChristoph Hellwig2024-01-222-2/+3
| * | | | bcachefs: Add gfp flags param to bch2_prt_task_backtrace()Kent Overstreet2024-01-225-11/+11
| |/ / /
* | | | Merge tag '6.8-rc2-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-01-273-3/+6
|\ \ \ \
| * | | | ksmbd: fix global oob in ksmbd_nl_policyLin Ma2024-01-252-3/+4
| * | | | smb: Fix some kernel-doc commentsYang Li2024-01-211-0/+2
| |/ / /
* | | | Merge tag '6.8-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-01-2713-74/+467
|\ \ \ \
| * | | | cifs: fix stray unlock in cifs_chan_skip_or_disableShyam Prasad N2024-01-231-1/+0
| * | | | cifs: set replay flag for retries of write commandShyam Prasad N2024-01-233-1/+5
| * | | | cifs: commands that are retried should have replay flag setShyam Prasad N2024-01-236-45/+404
| * | | | cifs: helper function to check replayable error codesShyam Prasad N2024-01-232-0/+8
| * | | | cifs: translate network errors on send to -ECONNABORTEDShyam Prasad N2024-01-231-2/+9
| * | | | cifs: cifs_pick_channel should try selecting active channelsShyam Prasad N2024-01-231-0/+3
| * | | | cifs: Share server EOF pos with netfslibDavid Howells2024-01-236-17/+37
| * | | | smb: Work around Clang __bdos() type confusionKees Cook2024-01-231-1/+1
| * | | | smb: client: delete "true", "false" definesAlexey Dobriyan2024-01-231-7/+0
| |/ / /
* | | | Merge tag 'ovl-fixes-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-256-48/+97
|\ \ \ \
| * | | | ovl: mark xwhiteouts directory with overlay.opaque='x'Amir Goldstein2024-01-236-48/+97
| |/ / /
* | | | Merge tag 'vfs-6.8-rc2.netfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-2510-40/+51
|\ \ \ \
| * | | | afs: Fix missing/incorrect unlocking of RCU read lockDavid Howells2024-01-221-2/+3
| * | | | afs: Remove afs_dynroot_d_revalidate() as it is redundantDavid Howells2024-01-221-9/+0
| * | | | afs: Fix error handling with lookup via FS.InlineBulkStatusDavid Howells2024-01-221-3/+9
| * | | | afs: Hide silly-rename files from userspaceDavid Howells2024-01-221-0/+8
| * | | | cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-modeDavid Howells2024-01-221-0/+3
| * | | | netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()Dan Carpenter2024-01-221-2/+3
| * | | | netfs, fscache: Prevent Oops in fscache_put_cache()Dan Carpenter2024-01-221-1/+2
| * | | | cifs: Don't use certain unnecessary folio_*() functionsDavid Howells2024-01-221-5/+5
| * | | | afs: Don't use certain unnecessary folio_*() functionsDavid Howells2024-01-221-5/+5
| * | | | netfs: Don't use certain unnecessary folio_*() functionsDavid Howells2024-01-224-13/+13
| |/ / /
* | | | Merge tag 'nfsd-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-01-251-11/+15
|\ \ \ \
| * | | | nfsd: fix RELEASE_LOCKOWNERNeilBrown2024-01-241-11/+15
* | | | | Merge tag 'execve-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-241-9/+30
|\ \ \ \ \
| * | | | | exec: Distinguish in_execve from in_execKees Cook2024-01-241-0/+1
| * | | | | exec: Fix error handling in begin_new_exec()Bernd Edlinger2024-01-221-0/+3