summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-04-01Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-120/+238
2022-04-01Merge tag 'gfs2-v5.17-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-76/+104
2022-04-01Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds30-1474/+1510
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-03-31gfs2: Make sure FITRIM minlen is rounded up to fs block sizeAndrew Price1-1/+2
2022-03-31nfsd: Clean up nfsd_file_put()Trond Myklebust1-10/+3
2022-03-31cifs: fix NULL ptr dereference in smb2_ioctl_query_info()Paulo Alcantara1-59/+65
2022-03-31cifs: prevent bad output lengths in smb2_ioctl_query_info()Paulo Alcantara1-6/+10
2022-03-31nfsd: Fix a write performance regressionTrond Myklebust1-3/+15
2022-03-31smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c...Steve French5-191/+119
2022-03-30fs: fix an infinite loop in iomap_fiemapGuo Xuenan1-1/+1
2022-03-30ksmbd: replace usage of found with dedicated list iterator variableJakob Koschel1-11/+10
2022-03-30ksmbd: Remove a redundant zeroing of memoryChristophe JAILLET1-1/+1
2022-03-30ksmbd: shorten experimental warning on loading the moduleSteve French1-1/+1
2022-03-30fs: fix fd table size alignment properlyLinus Torvalds1-2/+1
2022-03-30NFSv4: fix open failure with O_ACCMODE flagChenXiaoSong3-12/+14
2022-03-30Revert "NFSv4: Handle the special Linux file open access mode"ChenXiaoSong2-2/+1
2022-03-30Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds32-578/+1012
2022-03-30xfs: drop async cache flushes from CIL commits.Dave Chinner5-93/+25
2022-03-30xfs: shutdown during log recovery needs to mark the log shutdownDave Chinner1-8/+10
2022-03-30xfs: xfs_trans_commit() path must check for log shutdownDave Chinner1-15/+33
2022-03-30xfs: xfs_do_force_shutdown needs to block racing shutdownsDave Chinner3-1/+17
2022-03-30xfs: log shutdown triggers should only shut down the logDave Chinner5-18/+33
2022-03-30xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacksDave Chinner1-9/+13
2022-03-30xfs: shutdown in intent recovery has non-intent items in the AILDave Chinner1-33/+17
2022-03-30xfs: aborting inodes on shutdown may need buffer lockDave Chinner4-31/+136
2022-03-30Merge tag 'jfs-5.18' of https://github.com/kleikamp/linux-shaggyLinus Torvalds2-1/+9
2022-03-30fs: fd tables have to be multiples of BITS_PER_LONGLinus Torvalds1-0/+30
2022-03-29io_uring: defer msg-ring file validity check until command issueJens Axboe1-4/+7
2022-03-29io_uring: fail links if msg-ring doesn't succeeedJens Axboe1-0/+2
2022-03-29Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-11/+10
2022-03-29smb3: cleanup and clarify status of tree connectionsSteve French7-33/+40
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-4/+41
2022-03-28xfs: don't report reserved bnobt space as availableDarrick J. Wong2-2/+3
2022-03-28xfs: fix overfilling of reserve poolDarrick J. Wong1-7/+6
2022-03-28xfs: always succeed at setting the reserve pool sizeDarrick J. Wong1-4/+5
2022-03-28xfs: remove infinite loop when reserving free block poolDarrick J. Wong1-30/+20
2022-03-28xfs: don't include bnobt blocks when reserving free block poolDarrick J. Wong3-2/+17
2022-03-28NFSv4/pNFS: Fix another issue with a list iterator pointing to the headTrond Myklebust3-18/+22
2022-03-28SUNRPC: Return true/false (not 1/0) from bool functionsHaowen Bai1-12/+12
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2022-03-27smb3: move defines for query info and query fsinfo to smbfs_commonSteve French5-603/+335
2022-03-27smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French7-143/+88
2022-03-26Merge tag 'write-page-prefaulting' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2022-03-26Merge tag 'for-5.18/alloc-cleanups-2022-03-25' of git://git.kernel.dk/linux-b...Linus Torvalds1-4/+2
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds16-53/+6
2022-03-26NFS: Don't loop forever in nfs_do_recoalesce()Trond Myklebust1-0/+1
2022-03-26Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-17/+20
2022-03-26Merge tag 'fsnotify_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-23/+42
2022-03-26io_uring: fix memory leak of uid in files registrationPavel Begunkov1-0/+1