summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | iomap: mark the iomap argument to iomap_read_inline_data constChristoph Hellwig2021-08-161-1/+1
| * | | | | | fsdax: mark the iomap argument to dax_iomap_sector as constChristoph Hellwig2021-08-161-1/+1
| * | | | | | fs: mark the iomap argument to __block_write_begin_int constChristoph Hellwig2021-08-162-4/+4
| * | | | | | iomap: remove the iomap arguments to ->page_{prepare,done}Christoph Hellwig2021-08-162-6/+5
| * | | | | | iomap: fix a trivial comment typo in trace.hChristoph Hellwig2021-08-161-1/+1
| * | | | | | iomap: pass writeback errors to the mappingDarrick J. Wong2021-08-161-1/+1
| * | | | | | iomap: Add another assertion to inline data handlingMatthew Wilcox (Oracle)2021-08-051-0/+2
| * | | | | | iomap: Use kmap_local_page instead of kmap_atomicMatthew Wilcox (Oracle)2021-08-051-5/+5
| * | | | | | iomap: Fix some typos and bad grammarAndreas Gruenbacher2021-08-031-36/+36
| * | | | | | iomap: Support inline data with block size < page sizeMatthew Wilcox (Oracle)2021-08-031-18/+16
| * | | | | | iomap: support reading inline data from non-zero posGao Xiang2021-08-032-16/+36
| * | | | | | iomap: simplify iomap_add_to_ioendChristoph Hellwig2021-08-031-12/+5
| * | | | | | iomap: simplify iomap_readpage_actorChristoph Hellwig2021-08-031-12/+4
* | | | | | | Merge tag 'vfs-5.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-08-311-0/+8
|\ \ \ \ \ \ \
| * | | | | | | fs: forbid invalid project IDWang Shilong2021-08-031-0/+8
| |/ / / / / /
* | | | | | | Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2021-08-3112-110/+173
|\ \ \ \ \ \ \
| * | | | | | | nfsd: fix crash on LOCKT on reexported NFSv3J. Bruce Fields2021-08-261-2/+3
| * | | | | | | nfs: don't allow reexport reclaimsJ. Bruce Fields2021-08-263-0/+7
| * | | | | | | lockd: don't attempt blocking locks on nfs reexportsJ. Bruce Fields2021-08-261-3/+10
| * | | | | | | nfs: don't atempt blocking locks on nfs reexportsJ. Bruce Fields2021-08-262-3/+7
| * | | | | | | Keep read and write fds with each nlm_fileJ. Bruce Fields2021-08-235-41/+102
| * | | | | | | lockd: update nlm_lookup_file reexport commentJ. Bruce Fields2021-08-231-2/+3
| * | | | | | | nlm: minor refactoringJ. Bruce Fields2021-08-232-10/+10
| * | | | | | | nlm: minor nlm_lookup_file argument changeJ. Bruce Fields2021-08-233-9/+11
| * | | | | | | lockd: lockd server-side shouldn't set fl_opsJ. Bruce Fields2021-08-211-18/+12
| * | | | | | | nfsd4: Fix forced-expiry lockingJ. Bruce Fields2021-08-171-2/+2
| * | | | | | | lockd: change the proc_handler for nsm_use_hostnamesJia He2021-08-171-1/+1
| * | | | | | | NFSD: remove vanity commentsNeilBrown2021-08-171-1/+0
| * | | | | | | lockd: Fix invalid lockowner cast after vfs_test_lockBenjamin Coddington2021-08-171-1/+1
| * | | | | | | NFSD: Use new __string_len C macros for nfsd_clid_classChuck Lever2021-08-171-3/+2
| * | | | | | | NFSD: Use new __string_len C macros for the nfs_dirent tracepointChuck Lever2021-08-171-7/+5
| * | | | | | | NFSD: Batch release pages during splice readChuck Lever2021-08-171-7/+2
| * | | | | | | NFSD: Clean up splice actorChuck Lever2021-08-171-8/+3
* | | | | | | | Merge tag 'gfs2-v5.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-08-3113-141/+139
|\ \ \ \ \ \ \ \
| * | | | | | | | gfs2: Remove redundant check from gfs2_glock_dqBob Peterson2021-08-201-6/+5
| * | | | | | | | gfs2: Delay withdraw from atomic contextBob Peterson2021-08-201-1/+1
| * | | | | | | | gfs2: Don't call dlm after protocol is unmountedBob Peterson2021-08-201-0/+5
| * | | | | | | | gfs2: don't stop reads while withdraw in progressBob Peterson2021-08-202-4/+8
| * | | | | | | | gfs2: Mark journal inodes as "don't cache"Bob Peterson2021-08-202-0/+2
| * | | | | | | | gfs2: nit: gfs2_drop_inode shouldn't return boolBob Peterson2021-08-201-1/+1
| * | | | | | | | gfs2: Eliminate vestigial HIF_FIRSTBob Peterson2021-08-202-3/+0
| * | | | | | | | gfs2: Make recovery error more readableBob Peterson2021-08-201-1/+1
| * | | | | | | | gfs2: Don't release and reacquire local statfs bhBob Peterson2021-08-205-41/+25
| * | | | | | | | gfs2: init system threads before freeze lockBob Peterson2021-08-202-55/+48
| * | | | | | | | gfs2: tiny cleanup in gfs2_log_reserveBob Peterson2021-08-191-1/+1
| * | | | | | | | gfs2: trivial clean up of gfs2_ail_errorBob Peterson2021-08-191-4/+6
| * | | | | | | | gfs2: be more verbose replaying invalid rgrp blocksBob Peterson2021-08-191-15/+29
| * | | | | | | | gfs2: Fix glock recursion in freeze_go_xmote_bhBob Peterson2021-08-041-10/+7
| * | | | | | | | gfs2: Fix memory leak of object lsi on error return pathColin Ian King2021-07-201-0/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2021-08-315-44/+143
|\ \ \ \ \ \ \ \