summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-12-09put iov_iter into msghdrAl Viro1-8/+6
2014-12-09nfsd4: fix xdr4 count of server in fs_location4Benjamin Coddington1-1/+1
2014-12-09nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington1-0/+3
2014-12-09fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes1-8/+7
2014-12-09sunrpc: require svc_create callers to pass in meaningful shutdown routineJeff Layton1-1/+1
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton3-6/+6
2014-12-09sunrpc: move rq_dropme flag into rq_flagsJeff Layton1-1/+1
2014-12-09sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton1-2/+2
2014-12-09sunrpc: move rq_local field to rq_flagsJeff Layton1-2/+2
2014-12-09sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton2-3/+3
2014-12-09Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields30-165/+483
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro54-504/+558
2014-12-08f2fs: avoid to ra unneeded blocks in recover flowChao Yu3-18/+23
2014-12-08f2fs: introduce is_valid_blkaddr to cleanup codes in ra_meta_pagesChao Yu1-27/+26
2014-12-08f2fs: fix to enable readahead for SSA/CP blocksChao Yu1-2/+15
2014-12-08f2fs: use atomic for counting inode with inline_{dir,inode} flagChao Yu2-8/+11
2014-12-08f2fs: cleanup path to need cp at fsyncChangman Lee1-36/+43
2014-12-08f2fs: check if inode state is dirty at fsyncChangman Lee1-6/+19
2014-12-08f2fs: count the number of inmemory pagesJaegeuk Kim3-1/+8
2014-12-08f2fs: release inmemory pages when the file was closedJaegeuk Kim1-0/+9
2014-12-08f2fs: set page private for inmemory pages for truncationJaegeuk Kim1-0/+2
2014-12-08f2fs: count inline_xx in do_read_inodeJaegeuk Kim1-2/+4
2014-12-08f2fs: do retry operations with cond_reschedJaegeuk Kim4-38/+20
2014-12-07cifs: remove unneeded condition checkNamjae Jeon1-4/+0
2014-12-07Set UID in sess_auth_rawntlmssp_authenticate tooSachin Prabhu1-0/+5
2014-12-07cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko4-42/+25
2014-12-07cifs: convert to print_hex_dump() instead of custom implementationAndy Shevchenko2-49/+4
2014-12-07cifs: call strtobool instead of custom implementationAndy Shevchenko1-22/+29
2014-12-07Update modinfo cifs version for cifs.koSteve French1-1/+1
2014-12-07decode_negTokenInit had wrong calling sequenceSteve French1-2/+1
2014-12-07Add missing defines for ACL query supportSteve French1-0/+19
2014-12-07Add support for original fallocateSteve French1-1/+62
2014-12-05ext4: ext4_da_convert_inline_data_to_extent drop locked page after errorDmitry Monakhov1-1/+4
2014-12-05f2fs: call radix_tree_preload before radix_tree_insertJaegeuk Kim3-6/+19
2014-12-04bury struct proc_ns in fs/procAl Viro3-14/+11
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro2-4/+3
2014-12-04new helpers: ns_alloc_inum/ns_free_inumAl Viro1-2/+2
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro3-15/+8
2014-12-04make mntns ->get()/->put()/->install()/->inum() work with &mnt_ns->nsAl Viro1-8/+13
2014-12-04common object embedded into various struct ....nsAl Viro2-4/+5
2014-12-03f2fs: use rw_semaphore for nat entry lockJaegeuk Kim2-27/+27
2014-12-03f2fs: fix missing kmem_cache_freeJaegeuk Kim1-1/+1
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner24-386/+271
2014-12-04xfs: split metadata and log buffer completion to separate workqueuesBrian Foster4-7/+18
2014-12-04xfs: fix set-but-unused warningsDave Chinner9-60/+2
2014-12-04xfs: move type conversion functions to xfs_dir.hDave Chinner5-134/+137
2014-12-04xfs: move ftype conversion functions to libxfsDave Chinner5-24/+24
2014-12-04xfs: lobotomise xfs_trans_read_buf_map()Dave Chinner1-102/+33
2014-12-04xfs: active inodes stat is brokenDave Chinner2-1/+2
2014-12-04xfs: cleanup xfs_bmse_merge returnsDave Chinner1-15/+8