summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-1524-39/+63
* iomap: Remove iomap_invalidatepage()Matthew Wilcox (Oracle)2022-03-155-12/+5
* ext4: Use folio_invalidate()Matthew Wilcox (Oracle)2022-03-151-2/+3
* ceph: Use folio_invalidate()Matthew Wilcox (Oracle)2022-03-151-9/+13
* btrfs: Use folio_invalidate()Matthew Wilcox (Oracle)2022-03-151-2/+3
* fs: Convert is_partially_uptodate to foliosMatthew Wilcox (Oracle)2022-03-142-34/+28
* fs/remap_range: Pass the file pointer to read_mapping_folio()Matthew Wilcox (Oracle)2022-03-141-8/+8
* iomap: Fix iomap_invalidatepage tracepointMatthew Wilcox (Oracle)2022-03-141-1/+2
* Merge tag '5.17-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-02-135-17/+31
|\
| * cifs: mark sessions for reconnection in helper functionShyam Prasad N2022-02-081-5/+14
| * cifs: call helper functions for marking channels for reconnectShyam Prasad N2022-02-084-11/+6
| * cifs: call cifs_reconnect when a connection is markedShyam Prasad N2022-02-081-0/+1
| * [smb3] improve error message when mount options conflict with posixSteve French2022-02-061-1/+10
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-02-122-10/+32
|\ \
| * | fs/proc: task_mmu.c: don't read mapcount for migration entryYang Shi2022-02-111-9/+31
| * | fs/binfmt_elf: fix PT_LOAD p_align values for loadersMike Rapoport2022-02-111-1/+1
* | | Merge tag 'gfs2-v5.16-rc3-fixes2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-02-112-6/+4
|\ \ \
| * | | gfs2: Fix gfs2_release for non-writers regressionBob Peterson2022-02-111-3/+4
| * | | Revert "gfs2: check context in gfs2_glock_put"Andreas Gruenbacher2022-02-111-3/+0
* | | | Merge tag 'io_uring-5.17-2022-02-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-02-111-5/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | mm: io_uring: allow oom-killer from io_uring_setupShakeel Butt2022-02-071-3/+2
| * | | io_uring: Clean up a false-positive warning from GCC 9.3.0Alviro Iskandar Setiawan2022-02-071-2/+1
* | | | 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