summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-02-097-47/+74
|\
| * NFSD: Deprecate NFS_OFFSET_MAXChuck Lever2022-02-092-2/+2
| * NFSD: Fix offset type in I/O trace pointsChuck Lever2022-02-091-7/+7
| * NFSD: COMMIT operations must not return NFS?ERR_INVALChuck Lever2022-02-093-25/+38
| * NFSD: Clamp WRITE offsetsChuck Lever2022-02-092-2/+8
| * NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizesChuck Lever2022-02-091-1/+1
| * NFSD: Fix ia_size underflowChuck Lever2022-02-091-0/+4
| * NFSD: Fix the behavior of READ near OFFSET_MAXChuck Lever2022-02-093-10/+14
* | Fix regression due to "fs: move binfmt_misc sysctl to its own file"Domenico Andreoli2022-02-092-5/+3
* | Merge tag 'nfs-for-5.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-02-083-8/+21
|\ \
| * | NFS: Fix nfs4_proc_get_locations() kernel-doc commentYang Li2022-02-081-1/+2
| * | NFS: Fix initialisation of nfs_client cl_flags fieldTrond Myklebust2022-02-081-1/+1
| * | NFS: Avoid duplicate uncached readdir calls on eofTrond Myklebust2022-02-021-5/+15
| * | NFS: Don't skip directory entries when doing uncached readdirtrondmy@kernel.org2022-02-021-0/+1
| * | NFS: Don't overfill uncached readdir pagestrondmy@kernel.org2022-02-021-1/+2
* | | Merge tag '5.17-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-02-076-14/+70
|\ \ \
| * | | ksmbd: add support for key exchangeNamjae Jeon2022-02-042-2/+29
| * | | ksmbd: reduce smb direct max read/write sizeNamjae Jeon2022-02-041-1/+1
| * | | ksmbd: don't align last entry offset in smb2 query directoryNamjae Jeon2022-02-042-3/+5
| * | | ksmbd: fix same UniqueId for dot and dotdot entriesNamjae Jeon2022-02-041-1/+4
| * | | ksmbd: smbd: validate buffer descriptor structuresHyunchul Lee2022-02-041-6/+30
| * | | ksmbd: fix SMB 3.11 posix extension mount failureNamjae Jeon2022-01-231-1/+1
* | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-02-0618-151/+192
|\ \ \ \
| * | | | fs/ext4: fix comments mentioning i_mutexhongnanli2022-02-038-20/+20
| * | | | ext4: fix incorrect type issue during replay_del_rangeXin Yin2022-02-031-2/+3
| * | | | jbd2: fix kernel-doc descriptions for jbd2_journal_shrink_{scan,count}()Yang Li2022-02-031-0/+4
| * | | | ext4: fix potential NULL pointer dereference in ext4_fill_super()Lukas Czerner2022-02-031-1/+1
| * | | | jbd2: refactor wait logic for transaction updates into a common functionRitesh Harjani2022-02-032-37/+35
| * | | | ext4: fix error handling in ext4_fc_record_modified_inode()Ritesh Harjani2022-02-031-35/+29
| * | | | ext4: remove redundant max inline_size check in ext4_da_write_inline_data_beg...Ritesh Harjani2022-02-031-9/+4
| * | | | ext4: fix error handling in ext4_restore_inline_data()Ritesh Harjani2022-02-031-1/+9
| * | | | ext4: fast commit may miss file actionsXin Yin2022-02-033-10/+7
| * | | | ext4: fast commit may not fallback for ineligible commitXin Yin2022-02-0310-22/+41
| * | | | ext4: modify the logic of ext4_mb_new_blocks_simpleXin Yin2022-02-031-9/+17
| * | | | ext4: prevent used blocks from being allocated during fast commit replayXin Yin2022-02-033-5/+22
* | | | | Merge tag 'xfs-5.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-02-055-79/+69
|\ \ \ \ \
| * | | | | xfs: ensure log flush at the end of a synchronous fallocate callDave Chinner2022-02-011-16/+16
| * | | | | xfs: move xfs_update_prealloc_flags() to xfs_pnfs.cDave Chinner2022-02-013-42/+36
| * | | | | xfs: set prealloc flag in xfs_alloc_file_space()Dave Chinner2022-02-012-14/+3
| * | | | | xfs: fallocate() should call file_modified()Dave Chinner2022-02-011-4/+9
| * | | | | xfs: remove XFS_PREALLOC_SYNCDave Chinner2022-02-013-10/+12
| * | | | | xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*Darrick J. Wong2022-01-311-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'vfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-02-054-17/+37
|\ \ \ \ \
| * | | | | xfs: return errors in xfs_fs_sync_fsDarrick J. Wong2022-01-301-1/+5
| * | | | | quota: make dquot_quota_sync return errors from ->sync_fsDarrick J. Wong2022-01-301-3/+8
| * | | | | vfs: make sync_filesystem return errors from ->sync_fsDarrick J. Wong2022-01-301-6/+12
| * | | | | vfs: make freeze_super abort when sync_filesystem returns errorDarrick J. Wong2022-01-301-7/+12
| |/ / / /
* | | | | Merge tag 'iomap-5.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-02-052-5/+63
|\ \ \ \ \
| * | | | | xfs, iomap: limit individual ioend chain lengths in writebackDave Chinner2022-01-262-5/+63
| |/ / / /
* | | | | Merge tag 'for-5.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-02-048-9/+128
|\ \ \ \ \