summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-05-08NFSD: Get rid of empty function nfs4_state_initKinglong Mee3-10/+0
2014-05-08NFSD: Use simple_read_from_buffer for coping data to userspaceKinglong Mee1-13/+2
2014-05-08Merge 3.15 bugfix for 3.16J. Bruce Fields1-8/+9
2014-05-08nfsd: clean up fh_auth usageChristoph Hellwig1-11/+9
2014-05-08NFSD: cleanup unneeded including linux/export.hKinglong Mee1-1/+0
2014-05-08NFSD: Call ->set_acl with a NULL ACL structure if no entriesKinglong Mee1-8/+9
2014-05-07NFSd: Clean up nfs4_preprocess_stateid_opTrond Myklebust2-17/+13
2014-05-07NFSd: Mark nfs4_free_lockowner and nfs4_free_openowner as static functionsTrond Myklebust2-14/+12
2014-05-07nfsd: remove <linux/nfsd/debug.h>Christoph Hellwig1-1/+8
2014-05-07nfsd: move <linux/nfsd/stats.h> to fs/nfsdChristoph Hellwig3-2/+44
2014-05-07nfsd: move <linux/nfsd/export.h> to fs/nfsdChristoph Hellwig3-2/+111
2014-05-07nfsd: remove <linux/nfsd/nfsfh.h>Christoph Hellwig7-7/+62
2014-05-07NFSd: Remove 'inline' designation for free_client()Trond Myklebust1-1/+1
2014-05-07lockd: avoid warning when CONFIG_SYSCTL undefinedKees Cook1-1/+1
2014-05-06NFSd: call rpc_destroy_wait_queue() from free_client()Trond Myklebust1-0/+1
2014-05-06NFSd: Move default initialisers from create_client() to alloc_client()Trond Myklebust1-12/+12
2014-04-18Revert "nfsd4: fix nfs4err_resource in 4.1 case"J. Bruce Fields1-8/+0
2014-04-18nfsd: set timeparms.to_maxval in setup_callback_clientJeff Layton1-1/+3
2014-04-18locks: allow __break_lease to sleep even when break_time is 0Jeff Layton1-4/+3
2014-04-14cifs: Use min_t() when comparing "size_t" and "unsigned long"Geert Uytterhoeven1-1/+1
2014-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-14/+13
2014-04-13ceph: fix pr_fmt() redefinitionLinus Torvalds1-2/+1
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds34-699/+385
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-34/+2
2014-04-12cifs: fix the race in cifs_writev()Al Viro1-5/+18
2014-04-12ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failureAl Viro1-2/+2
2014-04-12Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-53/+67
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds19-279/+374
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller5-14/+13
2014-04-11Btrfs: fix compile warnings on on avr32 platformWang Shilong1-1/+1
2014-04-11Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2-3/+3
2014-04-11btrfs: allow mounting btrfs subvolumes with different ro/rw optionsHarald Hoyer1-0/+22
2014-04-10Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+12
2014-04-09block: Ensure we only enable integrity metadata for reads and writesMartin K. Petersen1-0/+3
2014-04-09block: Fix integrity verificationMartin K. Petersen1-10/+9
2014-04-09Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds13-50/+130
2014-04-09fs/ncpfs/dir.c: fix indenting in ncp_lookup()Dan Carpenter1-2/+2
2014-04-09ncpfs/inode.c: fix mismatch printk formats and argumentsJoe Perches1-2/+2
2014-04-09ncpfs: remove now unused PRINTK macroJoe Perches1-3/+0
2014-04-09ncpfs: convert PPRINTK to ncp_vdbgJoe Perches5-18/+22
2014-04-09ncpfs: convert DPRINTK/DDPRINTK to ncp_dbgJoe Perches9-83/+74
2014-04-09ncpfs: Add pr_fmt and convert printks to pr_<level>Joe Perches5-27/+34
2014-04-09autofs4: check dev ioctl size before allocatingSasha Levin1-0/+3
2014-04-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2014-04-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds14-83/+51
2014-04-08Merge branch 'akpm' (incoming from Andrew)Linus Torvalds33-159/+154
2014-04-08fs/ufs: remove unused ufs_super_block_third pointerChristian Engelmayer1-2/+0
2014-04-08fs/ufs: remove unused ufs_super_block_second pointerChristian Engelmayer1-2/+0
2014-04-08fs/ufs: remove unused ufs_super_block_first pointerChristian Engelmayer3-18/+0
2014-04-08fs/ufs/super.c: add __init to init_inodecache()Fabian Frederick1-1/+1