summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2014-12-10net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann-3/+3
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+4
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+4
2014-12-09put iov_iter into msghdrAl Viro-8/+6
2014-12-09nfsd4: fix xdr4 count of server in fs_location4Benjamin Coddington-1/+1
2014-12-09nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington-0/+3
2014-12-09fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes-8/+7
2014-12-09sunrpc: require svc_create callers to pass in meaningful shutdown routineJeff Layton-1/+1
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton-6/+6
2014-12-09sunrpc: move rq_dropme flag into rq_flagsJeff Layton-1/+1
2014-12-09sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton-2/+2
2014-12-09sunrpc: move rq_local field to rq_flagsJeff Layton-2/+2
2014-12-09sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton-3/+3
2014-12-09Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields-165/+483
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro-504/+558
2014-12-08f2fs: avoid to ra unneeded blocks in recover flowChao Yu-18/+23
2014-12-08f2fs: introduce is_valid_blkaddr to cleanup codes in ra_meta_pagesChao Yu-27/+26
2014-12-08f2fs: fix to enable readahead for SSA/CP blocksChao Yu-2/+15
2014-12-08f2fs: use atomic for counting inode with inline_{dir,inode} flagChao Yu-8/+11
2014-12-08f2fs: cleanup path to need cp at fsyncChangman Lee-36/+43
2014-12-08f2fs: check if inode state is dirty at fsyncChangman Lee-6/+19
2014-12-08f2fs: count the number of inmemory pagesJaegeuk Kim-1/+8
2014-12-08f2fs: release inmemory pages when the file was closedJaegeuk Kim-0/+9
2014-12-08f2fs: set page private for inmemory pages for truncationJaegeuk Kim-0/+2
2014-12-08f2fs: count inline_xx in do_read_inodeJaegeuk Kim-2/+4
2014-12-08f2fs: do retry operations with cond_reschedJaegeuk Kim-38/+20
2014-12-07cifs: remove unneeded condition checkNamjae Jeon-4/+0
2014-12-07Set UID in sess_auth_rawntlmssp_authenticate tooSachin Prabhu-0/+5
2014-12-07cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko-42/+25
2014-12-07cifs: convert to print_hex_dump() instead of custom implementationAndy Shevchenko-49/+4
2014-12-07cifs: call strtobool instead of custom implementationAndy Shevchenko-22/+29
2014-12-07Update modinfo cifs version for cifs.koSteve French-1/+1
2014-12-07decode_negTokenInit had wrong calling sequenceSteve French-2/+1
2014-12-07Add missing defines for ACL query supportSteve French-0/+19
2014-12-07Add support for original fallocateSteve French-1/+62
2014-12-05ext4: ext4_da_convert_inline_data_to_extent drop locked page after errorDmitry Monakhov-1/+4
2014-12-05f2fs: call radix_tree_preload before radix_tree_insertJaegeuk Kim-6/+19
2014-12-04bury struct proc_ns in fs/procAl Viro-14/+11
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro-4/+3
2014-12-04new helpers: ns_alloc_inum/ns_free_inumAl Viro-2/+2
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro-15/+8
2014-12-04make mntns ->get()/->put()/->install()/->inum() work with &mnt_ns->nsAl Viro-8/+13
2014-12-04common object embedded into various struct ....nsAl Viro-4/+5
2014-12-03f2fs: use rw_semaphore for nat entry lockJaegeuk Kim-27/+27
2014-12-03f2fs: fix missing kmem_cache_freeJaegeuk Kim-1/+1
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner-386/+271
2014-12-04xfs: split metadata and log buffer completion to separate workqueuesBrian Foster-7/+18
2014-12-04xfs: fix set-but-unused warningsDave Chinner-60/+2
2014-12-04xfs: move type conversion functions to xfs_dir.hDave Chinner-134/+137
2014-12-04xfs: move ftype conversion functions to libxfsDave Chinner-24/+24