summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-03-2419-92/+681
|\
| * nfsd: use short read as well as i_size to set eofBenjamin Coddington2016-03-233-7/+30
| * nfsd: better layoutupdate bounds-checkingJ. Bruce Fields2016-03-221-4/+8
| * nfsd: block and scsi layout drivers need to depend on CONFIG_BLOCKChristoph Hellwig2016-03-181-2/+2
| * nfsd: add SCSI layout supportChristoph Hellwig2016-03-1810-8/+335
| * nfsd: move some blocklayout codeChristoph Hellwig2016-03-181-40/+50
| * nfsd: add a new config option for the block layout driverChristoph Hellwig2016-03-187-8/+20
| * nfs/blocklayout: add SCSI layout supportChristoph Hellwig2016-03-185-25/+238
* | Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-03-244-20/+28
|\|
| * nfsd: recover: fix memory leakSudip Mukherjee2016-03-171-0/+1
| * nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields2016-03-161-0/+1
| * nfsd4: resfh unused in nfsd4_secinfoJ. Bruce Fields2016-03-021-2/+0
| * nfsd: Lower NFSv4.1 callback message size limitChuck Lever2016-03-011-8/+13
| * nfsd: Update NFS server comments related to RDMA supportChuck Lever2016-03-012-4/+3
| * nfsd: Fix a memory leak when meeting unsupported state_protect_how4Kinglong Mee2016-03-011-1/+2
| * nfsd4: fix bad bounds checkingJ. Bruce Fields2016-03-011-5/+8
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-231-4/+2
|\ \
| * | eCryptfs: Use skcipher and shashHerbert Xu2016-03-171-4/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-2216-25/+977
|\ \ \
| * | | eventfd: document lockless access in eventfd_pollPaolo Bonzini2016-03-221-2/+40
| * | | fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-03-223-9/+29
| * | | fat: add config option to set UTF-8 mount option by defaultMaciej S. Szmigiero2016-03-222-2/+20
| * | | ext4: in ext4_dir_llseek, check syscall bitness directlyAndy Lutomirski2016-03-221-1/+1
| * | | ocfs2: check/fix inode block for online file checkGang He2016-03-222-9/+218
| * | | ocfs2: create/remove sysfile for online file checkGang He2016-03-221-0/+5
| * | | ocfs2: sysfile interfaces for online file checkGang He2016-03-224-1/+660
| * | | ocfs2: export ocfs2_kset for online file checkGang He2016-03-222-1/+4
* | | | Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-03-2213-106/+187
|\ \ \ \
| * | | | nfs/blocklayout: make sure making a aligned read requestKinglong Mee2016-03-211-6/+7
| * | | | Merge tag 'nfs-rdma-4.6-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2016-03-1649-253/+592
| |\ \ \ \
| * | | | | nfs4: nfs4_ff_layout_prepare_ds should return NULL if connection failedJeff Layton2016-03-161-0/+2
| * | | | | nfs: remove nfs_inode_dio_waitChristoph Hellwig2016-03-163-7/+3
| * | | | | nfs: remove nfs4_file_fsyncChristoph Hellwig2016-03-163-36/+7
| * | | | | Merge branch 'multipath'Trond Myklebust2016-02-222-6/+71
| |\ \ \ \ \
| | * | | | | NFS add callback_ops to nfs4_proc_bind_conn_to_session_callbackAndy Adamson2016-02-051-0/+10
| | * | | | | pnfs/NFSv4.1: Add multipath capabilities to pNFS flexfiles servers over NFSv3Trond Myklebust2016-02-051-3/+13
| | * | | | | NFSv4.1: nfs4_proc_bind_conn_to_session must iterate over all connectionsTrond Myklebust2016-02-051-3/+48
| * | | | | | Merge branch 'nfsv41_cb'Trond Myklebust2016-02-226-51/+97
| |\ \ \ \ \ \
| | * | | | | | NFSv4.x: Fix NFS4ERR_RETRY_UNCACHED_REP in nfs4_callback_sequenceTrond Myklebust2016-02-011-7/+10
| | * | | | | | NFSv4.x: Allow multiple callbacks in flightTrond Myklebust2016-01-255-22/+69
| | * | | | | | NFSv4.x: Fix wraparound issues when validing the callback sequence idTrond Myklebust2016-01-241-26/+17
| | * | | | | | NFSv4.x: Enforce the ca_maxresponsesize_cached on the back channelTrond Myklebust2016-01-241-3/+6
| | * | | | | | NFSv4.x: CB_SEQUENCE should return NFS4ERR_DELAY if still executingTrond Myklebust2016-01-241-0/+2
| | * | | | | | NFSv4.x: Remove hard coded slotids in callback channelTrond Myklebust2016-01-242-4/+4
* | | | | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-03-225-32/+136
|\ \ \ \ \ \ \ \
| * | | | | | | | ovl: cleanup unused var in rename2Miklos Szeredi2016-03-211-2/+0
| * | | | | | | | ovl: rename is_merge to is_lowestMiklos Szeredi2016-03-211-8/+8
| * | | | | | | | ovl: fixed coding style warningSohom Bhattacharjee2016-03-211-0/+1
| * | | | | | | | ovl: Ensure upper filesystem supports d_typeVivek Goyal2016-03-213-0/+53
| * | | | | | | | ovl: Warn on copy up if a process has a R/O fd open to the lower fileDavid Howells2016-03-211-0/+34