aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-31gfs2: Make sure FITRIM minlen is rounded up to fs block sizeAndrew Price
2022-03-31nfsd: Clean up nfsd_file_put()Trond Myklebust
2022-03-31cifs: fix NULL ptr dereference in smb2_ioctl_query_info()Paulo Alcantara
2022-03-31cifs: prevent bad output lengths in smb2_ioctl_query_info()Paulo Alcantara
2022-03-31nfsd: Fix a write performance regressionTrond Myklebust
2022-03-31smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c...Steve French
2022-03-30fs: fix an infinite loop in iomap_fiemapGuo Xuenan
2022-03-30ksmbd: replace usage of found with dedicated list iterator variableJakob Koschel
2022-03-30ksmbd: Remove a redundant zeroing of memoryChristophe JAILLET
2022-03-30ksmbd: shorten experimental warning on loading the moduleSteve French
2022-03-29fs: fix fd table size alignment properlyLinus Torvalds
2022-03-29NFSv4: fix open failure with O_ACCMODE flagChenXiaoSong
2022-03-29Revert "NFSv4: Handle the special Linux file open access mode"ChenXiaoSong
2022-03-29Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-03-29xfs: drop async cache flushes from CIL commits.Dave Chinner
2022-03-29xfs: shutdown during log recovery needs to mark the log shutdownDave Chinner
2022-03-29xfs: xfs_trans_commit() path must check for log shutdownDave Chinner
2022-03-29xfs: xfs_do_force_shutdown needs to block racing shutdownsDave Chinner
2022-03-29xfs: log shutdown triggers should only shut down the logDave Chinner
2022-03-29xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacksDave Chinner
2022-03-29xfs: shutdown in intent recovery has non-intent items in the AILDave Chinner
2022-03-29xfs: aborting inodes on shutdown may need buffer lockDave Chinner
2022-03-29Merge tag 'jfs-5.18' of https://github.com/kleikamp/linux-shaggyLinus Torvalds
2022-03-29fs: fd tables have to be multiples of BITS_PER_LONGLinus Torvalds
2022-03-29io_uring: defer msg-ring file validity check until command issueJens Axboe
2022-03-29io_uring: fail links if msg-ring doesn't succeeedJens Axboe
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-28smb3: cleanup and clarify status of tree connectionsSteve French
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-28xfs: don't report reserved bnobt space as availableDarrick J. Wong
2022-03-28xfs: fix overfilling of reserve poolDarrick J. Wong
2022-03-28xfs: always succeed at setting the reserve pool sizeDarrick J. Wong
2022-03-28xfs: remove infinite loop when reserving free block poolDarrick J. Wong
2022-03-28xfs: don't include bnobt blocks when reserving free block poolDarrick J. Wong
2022-03-28NFSv4/pNFS: Fix another issue with a list iterator pointing to the headTrond Myklebust
2022-03-27SUNRPC: Return true/false (not 1/0) from bool functionsHaowen Bai
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-26smb3: move defines for query info and query fsinfo to smbfs_commonSteve French
2022-03-26smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French
2022-03-26Merge tag 'write-page-prefaulting' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-03-26Merge tag 'for-5.18/alloc-cleanups-2022-03-25' of git://git.kernel.dk/linux-b...Linus Torvalds
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-25NFS: Don't loop forever in nfs_do_recoalesce()Trond Myklebust
2022-03-25Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-25Merge tag 'fsnotify_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-03-25io_uring: fix memory leak of uid in files registrationPavel Begunkov
2022-03-25Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-25[smb3] move more common protocol header definitions to smbfs_commonSteve French
2022-03-25fs/iomap: Fix buffered write page prefaultingAndreas Gruenbacher