summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-07-09nfsd: Make two functions staticYueHaibing1-2/+2
2019-07-08nfsd: Fix misuse of strlcpyJoe Perches1-1/+1
2019-07-03nfsd: decode implementation idJ. Bruce Fields4-12/+46
2019-07-03nfsd: create xdr_netobj_dup helperJ. Bruce Fields1-7/+4
2019-07-03nfsd: allow forced expiration of NFSv4 clientsJ. Bruce Fields1-1/+69
2019-07-03nfsd: create get_nfsdfs_clp helperJ. Bruce Fields1-8/+13
2019-07-03nfsd4: show layout stateidsJ. Bruce Fields1-0/+20
2019-07-03nfsd: show lock and deleg stateidsJ. Bruce Fields1-0/+59
2019-07-03nfsd4: add file to display list of client's opensJ. Bruce Fields1-2/+147
2019-07-03nfsd: add more information to client info fileJ. Bruce Fields1-0/+12
2019-07-03nfsd: escape high characters in binary dataJ. Bruce Fields1-0/+11
2019-07-03nfsd: copy client's address including port number to cl_addrJ. Bruce Fields1-1/+1
2019-07-03nfsd4: add a client info fileJ. Bruce Fields3-8/+148
2019-07-03nfsd: make client/ directory names small intsJ. Bruce Fields3-3/+5
2019-07-03nfsd: add nfsd/clients directoryJ. Bruce Fields5-10/+133
2019-07-03nfsd4: use reference count to free clientJ. Bruce Fields2-5/+22
2019-07-03nfsd: rename cl_refcountJ. Bruce Fields2-14/+14
2019-07-03nfsd: persist nfsd filesystem across mountsJ. Bruce Fields2-0/+14
2019-07-03nfsd: fix cleanup of nfsd_reply_cache_init on failureJ. Bruce Fields1-3/+7
2019-07-03nfsd4: remove outdated nfsd4_decode_time commentJ. Bruce Fields1-4/+0
2019-07-03nfsd: use 64-bit seconds fields in nfsd v4 codeJ. Bruce Fields3-15/+8
2019-07-03nfsd: Spelling s/EACCESS/EACCES/Geert Uytterhoeven1-1/+1
2019-07-03lockd: Make two symbols staticYueHaibing2-2/+2
2019-07-03locks: Cleanup lm_compare_owner and lm_owner_keyBenjamin Coddington1-5/+0
2019-07-03lockd: Show pid of lockd for remote locksBenjamin Coddington5-6/+4
2019-07-03lockd: Remove lm_compare_owner and lm_owner_keyBenjamin Coddington1-18/+0
2019-07-03lockd: Convert NLM service fl_owner to nlm_lockownerBenjamin Coddington6-5/+121
2019-07-03lockd: prepare nlm_lockowner for use by the serverBenjamin Coddington1-10/+11
2019-07-03nfsd: note inadequate stats lockingJ. Bruce Fields1-2/+5
2019-07-03nfsd4: drc containerizationJ. Bruce Fields4-125/+154
2019-07-03nfsd: don't call nfsd_reply_cache_shutdown twiceJ. Bruce Fields1-1/+0
2019-07-03nfsd: Fix overflow causing non-working mounts on 1 TB machinesPaul Menzel1-1/+1
2019-05-31Revert "lockd: Show pid of lockd for remote locks"Benjamin Coddington2-4/+4
2019-05-25Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-18/+19
2019-05-24ext4: fix dcache lookup of !casefolded directoriesGabriel Krisman Bertazi1-1/+1
2019-05-24Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds115-1258/+115
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner4-40/+4
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 97Thomas Gleixner1-15/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Thomas Gleixner43-645/+43
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83Thomas Gleixner9-36/+9
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner3-40/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner32-160/+32
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35Thomas Gleixner23-322/+23
2019-05-23ext4: do not delete unlinked inode from orphan list on failed truncateJan Kara1-1/+1
2019-05-23ext4: wait for outstanding dio during truncate in nojournal modeJan Kara1-12/+9
2019-05-23Merge tag 'xfs-5.2-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-0/+27
2019-05-22Merge tag 'gfs2-5.1.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+5
2019-05-22ext4: don't perform block validity checks on the journal inodeTheodore Ts'o1-4/+8
2019-05-22gfs2: Fix sign extension bug in gfs2_update_statsAndreas Gruenbacher1-4/+5
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds195-70/+195