summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-07-04orangefs: fix build warning from debugfs cleanup patchGreg Kroah-Hartman3-21/+6
2019-07-04ubifs: fix build warning after debugfs cleanup patchGreg Kroah-Hartman1-1/+1
2019-07-04xfs: wire up the v5 inumbers ioctlDarrick J. Wong4-0/+62
2019-07-04xfs: wire up new v5 bulkstat ioctlsDarrick J. Wong4-1/+123
2019-07-04xfs: introduce v5 inode group structureDarrick J. Wong7-9/+42
2019-07-04xfs: introduce new v5 bulkstat structureDarrick J. Wong9-30/+125
2019-07-04xfs: rename bulkstat functionsDarrick J. Wong3-18/+19
2019-07-04xfs: remove various bulk request typedef usageDarrick J. Wong4-20/+23
2019-07-04nfsd: decode implementation idJ. Bruce Fields4-12/+46
2019-07-04nfsd: create xdr_netobj_dup helperJ. Bruce Fields1-7/+4
2019-07-04nfsd: allow forced expiration of NFSv4 clientsJ. Bruce Fields1-1/+69
2019-07-04nfsd: create get_nfsdfs_clp helperJ. Bruce Fields1-8/+13
2019-07-04nfsd4: show layout stateidsJ. Bruce Fields1-0/+20
2019-07-04nfsd: show lock and deleg stateidsJ. Bruce Fields1-0/+59
2019-07-04nfsd4: add file to display list of client's opensJ. Bruce Fields1-2/+147
2019-07-04nfsd: add more information to client info fileJ. Bruce Fields1-0/+12
2019-07-04nfsd: escape high characters in binary dataJ. Bruce Fields1-0/+11
2019-07-04nfsd: copy client's address including port number to cl_addrJ. Bruce Fields1-1/+1
2019-07-04nfsd4: add a client info fileJ. Bruce Fields3-8/+148
2019-07-04nfsd: make client/ directory names small intsJ. Bruce Fields3-3/+5
2019-07-04nfsd: add nfsd/clients directoryJ. Bruce Fields5-10/+133
2019-07-04nfsd4: use reference count to free clientJ. Bruce Fields2-5/+22
2019-07-04nfsd: rename cl_refcountJ. Bruce Fields2-14/+14
2019-07-04nfsd: persist nfsd filesystem across mountsJ. Bruce Fields2-0/+14
2019-07-04nfsd: fix cleanup of nfsd_reply_cache_init on failureJ. Bruce Fields1-3/+7
2019-07-04nfsd4: remove outdated nfsd4_decode_time commentJ. Bruce Fields1-4/+0
2019-07-04nfsd: use 64-bit seconds fields in nfsd v4 codeJ. Bruce Fields3-15/+8
2019-07-04nfsd: Spelling s/EACCESS/EACCES/Geert Uytterhoeven1-1/+1
2019-07-04lockd: Make two symbols staticYueHaibing2-2/+2
2019-07-04locks: Cleanup lm_compare_owner and lm_owner_keyBenjamin Coddington1-5/+0
2019-07-04lockd: Show pid of lockd for remote locksBenjamin Coddington5-6/+4
2019-07-04lockd: Remove lm_compare_owner and lm_owner_keyBenjamin Coddington1-18/+0
2019-07-04lockd: Convert NLM service fl_owner to nlm_lockownerBenjamin Coddington6-5/+121
2019-07-04lockd: prepare nlm_lockowner for use by the serverBenjamin Coddington1-10/+11
2019-07-04nfsd: note inadequate stats lockingJ. Bruce Fields1-2/+5
2019-07-04nfsd4: drc containerizationJ. Bruce Fields4-125/+154
2019-07-04nfsd: don't call nfsd_reply_cache_shutdown twiceJ. Bruce Fields1-1/+0
2019-07-04nfsd: 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