summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NFS: nfs_rename() - revalidate directories on -ERESTARTSYSBenjamin Coddington2017-07-132-1/+18
* NFS: convert flags to boolBenjamin Coddington2017-07-138-37/+37
* NFS: Set FATTR4_WORD0_TYPE for . and .. entriesAnna Schumaker2017-07-131-4/+7
* nfsd4: const-ify nfsd4_opsChristoph Hellwig2017-07-131-7/+6Star
* sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-07-1312-62/+62
* sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-07-139-10/+10
* sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-07-137-0/+20
* nfsd4: properly type op_func callbacksChristoph Hellwig2017-07-133-173/+209
* nfsd4: remove nfsd4op_rsizeChristoph Hellwig2017-07-131-55/+54Star
* nfsd4: properly type op_get_currentstateid callbacksChristoph Hellwig2017-07-133-35/+50
* nfsd4: properly type op_set_currentstateid callbacksChristoph Hellwig2017-07-134-19/+27
* sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-07-1317-157/+173
* sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-07-1317-187/+211
* sunrpc: properly type pc_release callbacksChristoph Hellwig2017-07-1310-61/+57Star
* sunrpc: properly type pc_func callbacksChristoph Hellwig2017-07-139-224/+325
* nfsd: remove the unused PROC() macro in nfs3proc.cChristoph Hellwig2017-07-131-12/+0Star
* nfsd: use named initializers in PROC()Christoph Hellwig2017-07-133-27/+27
* nfsd4: const-ify nfs_cb_version4Christoph Hellwig2017-07-131-1/+1
* sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-07-1310-14/+14
* nfs: use ARRAY_SIZE() in the nfsacl_version3 declarationChristoph Hellwig2017-07-131-2/+1Star
* sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-07-138-6/+27
* lockd: fix some weird indentationChristoph Hellwig2017-07-132-19/+19
* nfs: don't cast callback decode/proc/encode routinesChristoph Hellwig2017-07-133-69/+77
* nfs: fix decoder callback prototypesChristoph Hellwig2017-07-135-84/+151
* lockd: fix decoder callback prototypesChristoph Hellwig2017-07-133-10/+16
* nfsd: fix decoder callback prototypesChristoph Hellwig2017-07-131-4/+7
* nfsd: fix encoder callback prototypesChristoph Hellwig2017-07-131-5/+8
* nfs: fix encoder callback prototypesChristoph Hellwig2017-07-135-122/+242
* lockd: fix encoder callback prototypesChristoph Hellwig2017-07-133-18/+34
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-06-1112-120/+143
|\
| * ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2017-05-292-0/+7
| * ext4: fix data corruption for mmap writesJan Kara2017-05-261-2/+16
| * ext4: fix data corruption with EXT4_GET_BLOCKS_ZEROJan Kara2017-05-261-43/+37Star
| * ext4: fix quota charging for shared xattr blocksTahsin Erdogan2017-05-254-0/+31
| * ext4: remove redundant check for encrypted file on dio write pathEric Biggers2017-05-251-3/+0Star
| * ext4: remove unused d_name argument from ext4_search_dir() et al.Eric Biggers2017-05-253-13/+7Star
| * ext4: fix off-by-one error when writing back pages before dio readEric Biggers2017-05-251-1/+1
| * ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan2017-05-251-1/+1
| * ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov2017-05-221-2/+3
| * ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errorsKonstantin Khlebnikov2017-05-221-9/+14
| * ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff()Jan Kara2017-05-221-1/+1
| * ext4: fix SEEK_HOLEJan Kara2017-05-221-36/+14Star
| * jbd2: preserve original nofs flag during journal restartTahsin Erdogan2017-05-221-0/+6
| * ext4: clear lockdep subtype for quota files on quota offJan Kara2017-05-221-9/+5Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-105-20/+63
|\ \
| * | ufs: we need to sync inode before freeing itAl Viro2017-06-101-0/+1
| * | excessive checks in ufs_write_failed() and ufs_evict_inode()Al Viro2017-06-091-13/+5Star
| * | ufs_getfrag_block(): we only grab ->truncate_mutex on block creation pathAl Viro2017-06-091-1/+3
| * | ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments()Al Viro2017-06-091-1/+2
| * | ufs: set correct ->s_maxsizeAl Viro2017-06-091-0/+18