Age | Commit message (Expand) | Author |
2022-04-01 | fs: Remove ->readpages address space operation | Matthew Wilcox (Oracle) |
2022-04-01 | exfat: do not clear VolumeDirty in writeback | Yuezhang Mo |
2022-04-01 | exfat: allow access to paths with trailing dots | Vasant Karasulli |
2022-03-31 | Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-03-31 | Merge tag 'gfs2-v5.17-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-03-31 | Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-03-31 | Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-03-31 | gfs2: Make sure FITRIM minlen is rounded up to fs block size | Andrew Price |
2022-03-31 | cifs: fix NULL ptr dereference in smb2_ioctl_query_info() | Paulo Alcantara |
2022-03-31 | cifs: prevent bad output lengths in smb2_ioctl_query_info() | Paulo Alcantara |
2022-03-31 | smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c... | Steve French |
2022-03-30 | fs: fix an infinite loop in iomap_fiemap | Guo Xuenan |
2022-03-30 | ksmbd: replace usage of found with dedicated list iterator variable | Jakob Koschel |
2022-03-30 | ksmbd: Remove a redundant zeroing of memory | Christophe JAILLET |
2022-03-30 | ksmbd: shorten experimental warning on loading the module | Steve French |
2022-03-29 | fs: fix fd table size alignment properly | Linus Torvalds |
2022-03-29 | NFSv4: fix open failure with O_ACCMODE flag | ChenXiaoSong |
2022-03-29 | Revert "NFSv4: Handle the special Linux file open access mode" | ChenXiaoSong |
2022-03-29 | Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2022-03-29 | xfs: drop async cache flushes from CIL commits. | Dave Chinner |
2022-03-29 | xfs: shutdown during log recovery needs to mark the log shutdown | Dave Chinner |
2022-03-29 | xfs: xfs_trans_commit() path must check for log shutdown | Dave Chinner |
2022-03-29 | xfs: xfs_do_force_shutdown needs to block racing shutdowns | Dave Chinner |
2022-03-29 | xfs: log shutdown triggers should only shut down the log | Dave Chinner |
2022-03-29 | xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacks | Dave Chinner |
2022-03-29 | xfs: shutdown in intent recovery has non-intent items in the AIL | Dave Chinner |
2022-03-29 | xfs: aborting inodes on shutdown may need buffer lock | Dave Chinner |
2022-03-29 | Merge tag 'jfs-5.18' of https://github.com/kleikamp/linux-shaggy | Linus Torvalds |
2022-03-29 | fs: fd tables have to be multiples of BITS_PER_LONG | Linus Torvalds |
2022-03-29 | io_uring: defer msg-ring file validity check until command issue | Jens Axboe |
2022-03-29 | io_uring: fail links if msg-ring doesn't succeeed | Jens Axboe |
2022-03-28 | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2022-03-28 | smb3: cleanup and clarify status of tree connections | Steve French |
2022-03-28 | Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-03-28 | xfs: don't report reserved bnobt space as available | Darrick J. Wong |
2022-03-28 | xfs: fix overfilling of reserve pool | Darrick J. Wong |
2022-03-28 | xfs: always succeed at setting the reserve pool size | Darrick J. Wong |
2022-03-28 | xfs: remove infinite loop when reserving free block pool | Darrick J. Wong |
2022-03-28 | xfs: don't include bnobt blocks when reserving free block pool | Darrick J. Wong |
2022-03-28 | NFSv4/pNFS: Fix another issue with a list iterator pointing to the head | Trond Myklebust |
2022-03-27 | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2022-03-26 | smb3: move defines for query info and query fsinfo to smbfs_common | Steve French |
2022-03-26 | smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_common | Steve French |
2022-03-26 | Merge tag 'write-page-prefaulting' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2022-03-26 | Merge tag 'for-5.18/alloc-cleanups-2022-03-25' of git://git.kernel.dk/linux-b... | Linus Torvalds |
2022-03-26 | Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-03-25 | NFS: Don't loop forever in nfs_do_recoalesce() | Trond Myklebust |
2022-03-25 | Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-03-25 | Merge tag 'fsnotify_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2022-03-25 | io_uring: fix memory leak of uid in files registration | Pavel Begunkov |