aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-07-03xfs: remove various bulk request typedef usageDarrick J. Wong4-20/+23
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-07-03f2fs: support swap file w/ DIOJaegeuk Kim2-10/+137
2019-07-03fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam4-17/+7
2019-07-03xfs: poll waiting for quotacheckDarrick J. Wong5-2/+28
2019-07-03ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-26/+4
2019-07-03ubifs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-135/+45
2019-07-03orangefs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-31/+4
2019-07-03nfsd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-16/+5
2019-07-03debugfs: provide pr_fmt() macroGreg Kroah-Hartman1-1/+3
2019-07-03debugfs: log errors when something goes wrongGreg Kroah-Hartman1-5/+20
2019-07-03xfs: multithreaded iwalk implementationDarrick J. Wong10-1/+325
2019-07-03ext2: Use kmemdup rather than duplicating its implementationFuqian Huang1-2/+1
2019-07-03gfs2: don't use buffer_heads in gfs2_allocate_page_backingChristoph Hellwig1-17/+16
2019-07-03gfs2: use iomap_bmap instead of generic_block_bmapChristoph Hellwig1-1/+1
2019-07-03gfs2: mark stuffed_readpage staticChristoph Hellwig2-3/+1
2019-07-03gfs2: merge gfs2_writepage_common into gfs2_writepageChristoph Hellwig1-26/+6
2019-07-03gfs2: merge gfs2_writeback_aops and gfs2_ordered_aopsChristoph Hellwig1-25/+3
2019-07-03Merge tag '5.2-rc6-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-5/+73
2019-07-03gfs2: remove the unused gfs2_stuffed_write_end functionChristoph Hellwig2-44/+0
2019-07-03gfs2: use page_offset in gfs2_page_mkwriteChristoph Hellwig1-1/+1